MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Encyklopedia Dinozaury.com
Skocz do: nawigacja, szukaj
(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 { font-size: 80%; }
+
ol.references > li:target { background-color: #e0d79d; }
.references-small { font-size: 70%;}
+
sup.reference:target { background-color: #e0d79d; }
ol.references > li:target { background-color: #ddeeff; }
 
sup.reference:target { background-color: #ddeeff; }
 

Wersja z 21: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; }