Fontcolor categorie

Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB2. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Headstrong
Berichten: 439
Lid geworden op: 13 aug 2003, 17:21

Fontcolor categorie

Bericht door Headstrong » 25 jan 2004, 20:00

Waar precies in de .css file kan ik de lettertypekleur van de balk waar de catogorieen in staan wijzigen?

Gebruikersavatar
chris
Berichten: 356
Lid geworden op: 19 sep 2003, 13:26

Bericht door chris » 25 jan 2004, 22:11

dat kon toch ook gewoon via het admin paneel?

Headstrong
Berichten: 439
Lid geworden op: 13 aug 2003, 17:21

Bericht door Headstrong » 25 jan 2004, 22:19

Kan ook ja, maar welke is het in het admin paneel dan? :)

Gebruikersavatar
chris
Berichten: 356
Lid geworden op: 19 sep 2003, 13:26

Bericht door chris » 25 jan 2004, 22:26

Font Kleur 3

Headstrong
Berichten: 439
Lid geworden op: 13 aug 2003, 17:21

Bericht door Headstrong » 26 jan 2004, 16:36

Dat is hem niet, dat is die van de kleuren van de moderator in wie is online.

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 26 jan 2004, 17:07

(In subSilver) ook de kleur voor in die balk :roll:
Afbeelding

Gebruikersavatar
chris
Berichten: 356
Lid geworden op: 19 sep 2003, 13:26

Bericht door chris » 26 jan 2004, 17:14

Luuk schreef:(In subSilver) ook de kleur voor in die balk :roll:
idd, bij mij is dat wel zo.

@sterkhoofd :lol: : welke template heb je?

Headstrong
Berichten: 439
Lid geworden op: 13 aug 2003, 17:21

Bericht door Headstrong » 26 jan 2004, 17:31

chris schreef:
Luuk schreef:(In subSilver) ook de kleur voor in die balk :roll:
idd, bij mij is dat wel zo.

@sterkhoofd :lol: : welke template heb je?
Dat wist ik niet, maar ik het werkte dus niet.

Enne SmartDark :wink:

Gebruikersavatar
chris
Berichten: 356
Lid geworden op: 19 sep 2003, 13:26

Bericht door chris » 26 jan 2004, 18:35

front kleur 1

Headstrong
Berichten: 439
Lid geworden op: 13 aug 2003, 17:21

Bericht door Headstrong » 26 jan 2004, 19:42

Nope, is hem ook niet..

Gebruikersavatar
chris
Berichten: 356
Lid geworden op: 19 sep 2003, 13:26

Bericht door chris » 26 jan 2004, 19:59

hmmm... raar welke kleur ik ook verander, naar bv rood. ik krijg het niet te zien? dus ik kan zogauw ook niet zeggen welke jij dan nodig hebt

Gebruikersavatar
WebSiteNet
Berichten: 6524
Lid geworden op: 20 okt 2003, 16:56
Locatie: Wieringerwerf
Contacteer:

Bericht door WebSiteNet » 27 jan 2004, 15:54

Waar de categorien in staan of forums?

cate gorien in in de css file td.cat*

Headstrong
Berichten: 439
Lid geworden op: 13 aug 2003, 17:21

Bericht door Headstrong » 27 jan 2004, 16:16

Nee, bijv. je hebt een index met deze onderwerpen:

GAMES
Spellen
Post hier spellen
Games
Post hier games
FUN
enz.

Ik bedoel daarvan Games en Fun. Dus de tekstkleur van de categorienbalk.

Gebruikersavatar
WebSiteNet
Berichten: 6524
Lid geworden op: 20 okt 2003, 16:56
Locatie: Wieringerwerf
Contacteer:

Bericht door WebSiteNet » 27 jan 2004, 16:37

webdev schreef:categorien in in de css file td.cat*

Headstrong
Berichten: 439
Lid geworden op: 13 aug 2003, 17:21

Bericht door Headstrong » 27 jan 2004, 19:46

Ik begreep eerst niet wat je daarmee bedoelde. :)
Maar ik kan dat niet vinden, het lukt niet echt, ik post mijn .css bestand wel even.

Code: Selecteer alles

body {
	background-color: #000000;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #363636;
	scrollbar-highlight-color: #363636;
	scrollbar-shadow-color: #363636;
	scrollbar-3dlight-color: #888888;
	scrollbar-arrow-color:  #888888;
	scrollbar-track-color: #2A2A2A;
	scrollbar-darkshadow-color: #101010;
}

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }

p, td { font-size: 11px; }

a:link,a:active,a:visited { color : #AAAAAA; }
a:hover		{ text-decoration: underline; color : #EEEEEE; }

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

.bodyline {
	background-color: #000000;
}

.forumline {
	background-color: #000000;
}

td.row1	{ background-color: #000000; }
td.row2	{ background-color: #363636; }
td.row3	{ background-color: #424242; }

th {
	color: #000000; font-size: 11px; font-weight : bold;
	background-color: #FFFFFF; border: #000000; border-style: solid; height: 25px;
   }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
        background-color:#FFFFFF; border: #000000; border-style: solid; height: 28px;
}

td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #000000; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #474747; border: #000000; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

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


.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #CCCCCC; }
a.gen,a.genmed,a.gensmall { color: #AAAAAA; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #EEEEEE; text-decoration: underline; }

.mainmenu	{ font-size : 11px; color : #DCDCDC }
a.mainmenu	{ text-decoration: none; color : #AAAAAA; }
a.mainmenu:hover{ text-decoration: underline; color : #EEEEEE; }

.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #BCBCBC}
a.cattitle		{ text-decoration: none; color : #BCBCBC; }
a.cattitle:hover{ text-decoration: underline; }

.forumlink		{ font-weight: bold; font-size: 12px; color : #AAAAAA; }
a.forumlink 	{ text-decoration: none; color : #AAAAAA; }
a.forumlink:hover{ text-decoration: underline; color : #EEEEEE; }

.nav		{ font-weight: bold; font-size: 11px; color : #CCCCCC;}
a.nav		{ text-decoration: none; color : #AAAAAA; }
a.nav:hover	{ text-decoration: underline; }

.topictitle	{ font-weight: bold; font-size: 11px; color : #CCCCCC; }
a.topictitle:link   { text-decoration: none; color : #AAAAAA; }
a.topictitle:visited { text-decoration: none; color : #999999; }
a.topictitle:hover	{ text-decoration: underline; color : #EEEEEE; }

.name	{ font-size : 11px; color : #DEDEDE;}

.postdetails	{ font-size : 10px; color : #CCCCCC; }

.postbody { font-size : 12px; line-height: 150%; }
a.postlink:link	{ text-decoration: none; color : #AAAAAA; }
a.postlink:visited { text-decoration: none; color : #999999; }
a.postlink:hover { text-decoration: underline; color : #EEEEEE; }

.signature { font-size : 11px; color : #BCBCBC; }

.code {
	font-family: 'Courier New', Courier, sans-serif; font-size: 11px; color: #BCBCBC;
	background-color: #161616; border: #BCBCBC; border-style: solid; border-width: 1px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #BCBCBC; line-height: 125%;
	background-color: #161616; border: #BCBCBC; border-style: solid; border-width: 1px;
}

.copyright	{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; letter-spacing: -1px;}
a.copyright,a.copyright:visited,a.copyright:active	{ color: #999999; text-decoration: none;}
a.copyright:hover { color: #BCBCBC; text-decoration: underline;}

input,textarea,select {
	color : #CDCDCD;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border-color : #A0A0A0;
}

input.post, textarea.post {
	background-color : #000000;
}

select {
	background-color : #333333;
}

input { text-indent : 2px; }

input.button {
	background-color : #2A2A2A;
	color : #A0A0A0;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.mainoption {
	background-color : #2A2A2A;
	font-weight : bold;
}

input.liteoption {
	background-color : #2A2A2A;
	font-weight : normal;
}

.helpline { background-color: #363636; border-style: none; }

@import url("formIE.css");

Gebruikersavatar
WebSiteNet
Berichten: 6524
Lid geworden op: 20 okt 2003, 16:56
Locatie: Wieringerwerf
Contacteer:

Bericht door WebSiteNet » 27 jan 2004, 20:50

Ik zie dit er in:

Code: Selecteer alles

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { 
        background-color:#FFFFFF; border: #000000; border-style: solid; height: 28px; 
} 

td.cat,td.catHead,td.catBottom { 
   height: 29px; 
   border-width: 0px 0px 0px 0px; 
} 
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { 
   font-weight: bold; border: #000000; border-style: solid; height: 28px; } 
Daar moet je de kleuren wijzigen.

Headstrong
Berichten: 439
Lid geworden op: 13 aug 2003, 17:21

Bericht door Headstrong » 27 jan 2004, 21:32

Daar staat alleen de achtergrond en de rand. Die heb ik al veranderd. Maar niet de font kleur volgens mij.

Gesloten