Seite 1 von 1

[S:] MOD für Template "As Infinitum"

Verfasst: 18.06.2007 02:15
von JaMaBo
Und nochmal Ich,

ich habe in meinem Forum http://forum.3rd-id.us die Farben der Kategorie gleich wie die der Foren. Tät diese abergern gesplittet von einander färben.

Kann mir da jemand weiter helfen?

momentan ist der Code:

Code: Alles auswählen


table.simple_header {
	background-color: #6d7956;
	height: 100%}
	
table.simple_header td {
	vertical-align: top}



table.viewonline td.one {
	padding: 8px 4px}
	
table.viewonline td.two {
	padding: 8px 4px;
	text-align: center}

	

h2 {
	font-size: 11px;
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	color: #ffcc22;
	margin: 0;
	padding: 0 4px;
	}
	
h3 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffcc22;
	margin: 0;
	}

h2 a, h3 a {
	text-decoration: none;
	color: #EAECDE;
	}
	
h2 a:hover, h3 a:hover, .copyright a:hover {
	color: #ffcc22;
	text-decoration: underline;
	}

.mainmenu a, tr.lines_1 th a, tr.lines_3 th a, .timezone a, .copyright a, .blacklink a {
	color: #ffcc22;
	text-decoration: none;
	}

.mainmenu a:hover, tr.lines_1 th a:hover, tr.lines_3 th a:hover, .timezone a:hover, .blacklink a:hover {
	color: #ff22cc;
	text-decoration: underline;
	}


Foren sollen in #EAECDE bleiben und auf klick #ff22cc werden.
Dahingegen sollen die Kategorien immer #ff22cc sein. Nur bei klick unterstrichen werden.

mfg JaMaBo

Verfasst: 20.06.2007 18:27
von JaMaBo
Ok, habs selber herausgefunden:

Statt:

Code: Alles auswählen

h2 a, h3 a {
   text-decoration: none;
   color: #EAECDE;
   } 
muss es heißen:

Code: Alles auswählen


h2 a {
   text-decoration: none;
   color: #EAECDE;
   }  

h3 a {
   text-decoration: none;
   color: #EAECDE;
   }