Ero sivun ”Järjestelmäviesti:Common.css” versioiden välillä

Poistettu sisältö Lisätty sisältö
Värikoodit
Hartz (keskustelu | muokkaukset)
+viiteosion sinerryshommaa, mitä Pxos kysyi Wikipedian puolella
Rivi 99:
.quality1 { background-color: #ffa0a0; }
.quality0 { background-color: #ddd; }
 
/*****************/
/* Lähteet-lista */
/*****************/
 
/* make the list of references look smaller */
ol.references {
font-size: 90%;
}
 
.references-small { font-size: 90%;}
 
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
font-size: 90%;
-moz-column-count:2;
column-count:2;
}
 
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
background-color: #DEF;
}
sup.reference:target {
background-color: #DEF;
}
 
/* Highlight data points in the info action if specified in the URL */
body.action-info :target {
background: #DEF;
}