Hi
Kann mir wer sagen wie ich die schrift farbe im forum ändern kann also die farbe der kategorien.
was muss ich da in die style.css datei einfügen ??
mfg
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
1 2 3 4 5 | .Chead { background: #000000; color: #CC0000; } |
1 2 3 4 5 | .forum { background: #000000; color: #CC0000; } |
1 2 3 4 5 | .statistik { background: #000000; color: #CC0000; } |
1 2 3 4 | <th style=" color: #CC0000;" width="58%" colspan="2" align="center"><b>{_lang_board}</b></th> <th style=" color: #CC0000;" width="6%">{_lang_post}</th> <th style=" color: #CC0000;" width="6%">{_lang_topic}</th> <th style=" color: #CC0000;" width="25%" align="center">{_lang_lastpost}</th> |
1 2 3 4 5 6 | <table width="100%" cellpadding="4" cellspacing="1" class="border" border="0"> <tr class="Chead"> <th style=" color: #000000;" width="58%" colspan="2" align="center"><b>{_lang_board}</b></th> <th style=" color: #000000;" width="6%">{_lang_post}</th> <th style=" color: #000000;" width="6%">{_lang_topic}</th> <th style=" color: #000000;" width="25%" align="center">{_lang_lastpost}</th> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 | <style type="text/css"> p { color: #000000; font-size: 12px; } legend { font-family: Arial; font-size: 12px; color: #000000; } .menu { padding-left: 3px; display:block; height: 18px; } .menu:hover { display:block; height: 18px; } .abg { background-color: #000000; } td { font-family: Arial; font-size: 12px; color: #FFFFFF; } a:link, a:visited, a:active { color: #FFFFFF; font-family: Arial; font-size: 12px; text-decoration: none; font-style: normal; } a:hover { color: #D3D3D3; font-family: Arial; font-size: 12px; text-decoration: underline; font-style: normal; } a.box { color: #000000; font-family: Arial; font-size: 12px; text-decoration: none; } a.box:hover { text-decoration: underline; color: #000000; } hmenu { color: #000000; font-family: Arial; font-size: 12px; text-decoration: none; } a.hmenu { color: #000000; font-family: Arial; font-size: 12px; text-decoration: none; } hmenu:hover { color: #000000; font-family: Arial; font-size: 12px; text-decoration: underline; font-style: normal; } .Chead { background-color: #b2b2b2; color: #000000; font-size: 12px; } .Chead td, .Chead td strong, .Chead h4, .Chead td b { color: #000000; } .Callg { background-color: #FFFFFF; color: #000000; } .Callg td { color: #000000; } .Cnorm { background-color: #F2F2F2; } .Cmite { background-color: #E5E5E5; } .Cdark { background-color: #d6d6d6; } #Ballg { color: #000000; } #Ballg td { color: #000000; } .Bhead { background-color: #d6d6d6; color: #000000; } .Bbody { background-color: #969696; color: #000000; } .rand { border: solid #1b1b1b 1px; background-color: #FFFFFF; } .smalfont { font-size: 12px; text-decoration: none; font-style: normal} .border { background-color: #1b1b1b; } hr { height: 0px; border: solid #1b1b1b 0px; border-top-width: 1px; } input, textarea, select { color: #000000; font: 12px Arial; border-color: #000000; border-width: 1px; border-style: solid; font-weight: none; text-decoration: none; background-color: #E5E5E5; } .loginbox { margin: 0px; padding: 0px; } .login_hallo { color: #FFFFFF; } #menu { font-size: 12px; padding-left: 0px; margin-left: 0px; } #menu ul { padding-left: 0px; margin-left: 0px; } #smallmenu { } #smallmenu li { font-size: 12px; } #smallmenu a { font-size: 12px; }</style> |
1 2 3 4 | <td class="test">TestText</td> // oder <div class="test">TestText</div> // oder oder oder |
1 2 3 | .vote{ background-color: #ffffff; // alternativ -> black color: #000000; // alternativ -> white |
1 | <td style="font-color: #000000; background-color: #ffffff;">Weißer Text - Schwarzer Hintergrund</td> |
1 | <td class="vote">{_boxes_VOTE}</td> |
1 | <td style="font-color: #000000; background-color: #ffffff;">Weißer Text - Schwarzer Hintergrund</td> |
1 2 3 | [img]bild.jpg[/img] oder [screen]screen.jpg[/screen] |
Geschlossen | ||
![]() |
Zurück zu Fehlersuche und Probleme |