trouble with frontend.css

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
fussle
Posts: 118
Joined: Wed 14. Apr 2004, 14:42

trouble with frontend.css

Post by fussle »

i have some trouble with the frontend css.

there are different font-sizes: table and body ... and i cant find the error.
both fonts should be 11 px and verdana ...

Code: Select all

a, a:link, a:visited, a:active {
	background-color: transparent;
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #DD6900;
	text-decoration: none;
}

a.copyright		{
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: -1px;
}

a.copyright:visited		{
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: -1px;
}

a.copyright:hover		{
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: -1px;
}

a.copyright:active	{
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: -1px;
}

a.subnews {
	color: #006699;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: small-caps;
	line-height: 15px;
	text-decoration: none;
}

a.subnews:visited {
	color: #006699;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: small-caps;
	line-height: 15px;
	text-decoration: none;
}

a.subnews:hover {
	color: #DD6900;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: small-caps;
	line-height: 15px;
	text-decoration: none;
}

a.subnews:active {
	color: #006699;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: small-caps;
	line-height: 15px;
	text-decoration: none;
}

body {
	background-color: #E5E5E5;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

hr	{
	border: solid #4A5966 0px;
	border-top-width: 1px;
	height: 0px;
}

li{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

td, tr, th, tbody, p{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

ul {
	margin: 0px 0px 0px 20px;
}

.articlecode {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}

.articlehead, .articlelist_tophead, h1, h2 {
	color: #000000;
	font-family: "Arial Narrow", "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none;
}

.articlelist_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.articlelist_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articlesubhead, .articlelist_topsubhead, h3, h4 {
	color: #6D7983;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 110%;
	margin-bottom: 0px;
}

.articlesummary {
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 135%;
}

.articletext {
	text-align: justify;
}

.checklabel	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.contenthead {
	color: #6D7983;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 110%;
}

.contentsubhead {
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 110%;
}

.copyright		{
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.formbutton	{
	background-color: #92A1AF;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.formlabel	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.formsearch {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.formtextarea	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.inputpass	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.inputtext	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.nav_table a:hover {
	text-decoration: underline;
}

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	color: #4A5966;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	color: #4A5966;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.radiolabel	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.search_form {
}

.search_result {
}

.selectlist	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.selectmenu	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.subnews {
	background-color: transparent;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: small-caps;
	line-height: 15px;
	text-decoration: none;
}

.tablehead {
	color: #6D7983;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

.tablesubhead {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tabletext{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.v09 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
}

.v10 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.v11 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.v12 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.v13 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.v14 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#list_level a {
	background-color: #B7C2D0;
	border: 1px solid #92A1AF;
	display: block;
	padding: 2px 2px 2px 24px;
	width: 160px;
}

#list_level a:link, #list_level_ul a:visited {
	color: #000000;
	text-decoration: none;
}

#list_level a:hover {
	background-color: #FF8C00;
	border: 1px solid #92A1AF;
	color: #000000;
}

#list_level li {
	margin: 0 0 1px 0;
}

#list_level ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#list_level_parent a:link, #list_level_parent a:visited, #list_level_parent_link a:hover {
	background-color: #FF6600;
	border: 1px solid #92A1AF;
	color: #FFFFFF;
}

#list_top_ul {
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
	margin-left: 0;
	padding: 3px 0;
}

#list_top_ul li {
	display: inline;
	list-style: none;
	margin: 0;
}

#list_top_ul li a {
	background: #D7DEE5;
	border: 1px solid #777788;
	border-bottom: none;
	margin-left: 3px;
	padding: 3px 0.5em;
	text-decoration: none;
}

#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#list_top_ul li a:link {
	color: #5E747F;
}

#list_top_ul li a:visited {
	color: #5E747F;
}

#list_top_ul li a:hover {
	;
	border-color: #222277;
	background: #92A1AF;
	color: #000000;
}
can someone help me ?
Last edited by fussle on Fri 16. Apr 2004, 14:27, edited 1 time in total.
ionrock
Posts: 279
Joined: Fri 20. Feb 2004, 17:04

Post by ionrock »

What content is in the tables? You might have something like

Code: Select all

<table>
    <tr>
        <td><div id/class="normalText">my text</div></td>
    </tr>
</table>

// in the css

#/.normalText {
    font-size: 14px;
}
Also if you have a link we could probably see what might be the issue a little better since there could be issues with inheritance and the like according to the page markup.
bebernl
Posts: 15
Joined: Wed 24. Mar 2004, 15:53
Location: Amsterdam

Post by bebernl »

I had the same problem yesterday also.
I modified on the backend the Frontend.css and all changements i made didn't worked on the webpage... after a few hours of trying :( , i just copied the modified text in the backend (for the frontend.css) in a empty file and uploaded it directly to the folder... and? it worked suddently :?

How was that law called? murphey's law?

Greetings




Im Rahmen des kommenden EU-Patentrechts sind alle im Text
enthaltenen, mit äußerster Präzision eingefügten Rechtschreibfehler
(so wie auch alle anderen), bereits zum Patent angemeldet.
fussle
Posts: 118
Joined: Wed 14. Apr 2004, 14:42

Post by fussle »

standart aufbau der tabelle:

Code: Select all

<table cellSpacing="0" cellPadding="0" width="400" border="0">
  <tr>
    <td width="100%"><b>text</b><br>
    <br>
    <ul>
      <li>text 1</li>
      <li>text 2</li>
      <li>text 3</li>
      <li>text 4</li>
    </ul>
    <br><br>
    text text text
    </td>
  </tr>
</table>
was mache ich denn da falsch? ich bekomme 2 unterschiedliche schriftarten ...
Post Reply