F.A.Q. - style i grafika - [Problem] Czcionka TYLKO postów
jochen - 04-10-2007, 20:29 Temat postu: [Problem] Czcionka TYLKO postów Jak zmienić czcionkę TYLKO postów na swoją? W edycji stylów jest Verdana, ale jak ją zmienię na swoją to zmienia się czcionka całego forum?
INIM - 04-10-2007, 21:09
W iCGstation.css znajdź:
Kod: | /* The content of the posts (body of text) */
.postbody { font-size : 11px; line-height: 140% }
a.postlink:link { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900 } |
Zamień to na:
Kod: | /* The content of the posts (body of text) */
.postbody { font-family: czcionka; font-size : 11px; line-height: 140% }
a.postlink:link { font-family: czcionka; text-decoration: none; color : #006699 }
a.postlink:visited { font-family: czcionka; text-decoration: none; color : #5493B4; }
a.postlink:hover { font-family: czcionka; text-decoration: underline; color : #DD6900 } |
a zamiast 'czcionka' daj czcionke jaką chcesz
joli - 04-10-2007, 21:23
Nic nie zmienisz, bo i tak czcionka bedzie taka, jaka ktos ma w kompie.
A czcionka samego posta:
http://www.przemo.org/php...p=271019#271019
|
|
|