MediaWiki:Common.css: Difference between revisions

Removed some CSS I don't think is in use.
(Add highighting color for string literals.)
(Removed some CSS I don't think is in use.)
Line 63:
color: #ff0000;
}
 
/* Main page fixes */
.interwiki-completelist {
font-weight: bold;
}
 
/* make the list of references look smaller */
ol.references {
font-size: 100%;
}
 
.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;
}
 
.same-bg { background: none }
 
/* Highlight clicked reference in blue to help navigation */