MediaWiki:Common.css: Różnice pomiędzy wersjami
(Utworzył nową stronę „→Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach: →make the list of references look smaller and highlight clicked reference in blue: ol....”) |
|||
| Linia 2: | Linia 2: | ||
/* make the list of references look smaller and highlight clicked reference in blue */ | /* make the list of references look smaller and highlight clicked reference in blue */ | ||
| − | + | ol.references > li:target { background-color: #e0d79d; } | |
| − | + | sup.reference:target { background-color: #e0d79d; } | |
| − | ol.references > li:target { background-color: # | ||
| − | sup.reference:target { background-color: # | ||
Wersja z 20:19, 26 gru 2011
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references > li:target { background-color: #e0d79d; }
sup.reference:target { background-color: #e0d79d; }