- Noof http://www.noof.pun.pl/index.php - CSS http://www.noof.pun.pl/viewforum.php?id=1 - [CSS]Zmiana napisów ''Go¶cie online, Wszystkie posty..." http://www.noof.pun.pl/viewtopic.php?id=83 |
ukaszf9 - 2011-10-07 12:20:11 |
Kod:/**** U¯YTKOWNICY ONLINE by ukaszf9****/ div#brdstats.block dl.conl dd:nth-child(2n+1) { visibility: hidden; font-size:0px; } div#brdstats.block dl.conl dd:nth-child(2n+1) strong { visibility: visible; font-size:11px; } div#brdstats.block dl.conl dd:nth-child(2n+1) strong:before { content: "NAPIS: "; font-weight: normal; } /****GO¦CIE ONLINE by ukaszf9 ****/ div#brdstats.block dl.conl dd:nth-child(3n+1) { visibility: hidden; font-size:0px; } div#brdstats.block dl.conl dd:nth-child(3n+1) strong { visibility: visible; font-size:11px; } div#brdstats.block dl.conl dd:nth-child(3n+1) strong:before { content: "NAPIS: "; font-weight: normal; } /**** LICZBA ZAREJESTROWANYCH by ukaszf9 ****/ div#brdstats.block dl.conr dd:nth-child(1n+1) { visibility: hidden; font-size:0px; } div#brdstats.block dl.conr dd:nth-child(1n+1) strong { visibility: visible; font-size:11px; } div#brdstats.block dl.conr dd:nth-child(1n+1) strong:before { content: "NAPIS: "; font-weight: normal; } /*** WSZYSTKIE POSTY by ukaszf9 ***/ div#brdstats.block dl.conr dd:nth-child(3n+1) { visibility: hidden; font-size:0px; } div#brdstats.block dl.conr dd:nth-child(3n+1) strong { visibility: visible; font-size:11px; } div#brdstats.block dl.conr dd:nth-child(3n+1) strong:before { content: "NAPIS: "; font-weight: normal; } /**** WSZYSTKIE W¡TKI by ukaszf9 ****/ div#brdstats.block dl.conr dd:nth-child(2n+1) { visibility: hidden; font-size:0px; } div#brdstats.block dl.conr dd:nth-child(2n+1) strong { visibility: visible; font-size:11px; } div#brdstats.block dl.conr dd:nth-child(2n+1) strong:before { content: "NAPIS: "; font-weight: normal; } Gdzie NAPIS tam dajemy nowy napis, wedle w³asnych potrzeb. Z pewno¶ci± zauwa¿y³e¶ gwiazdki ( np. /**** WSZYSTKIE W¡TKI ****/ ) - jest to komentarz w css, który jest ignorowany przez przegl±darki ( nie wy¶wietlany pro¶ciej ;) ). W nim jest napis jaki kod odnosi siê do czego. |