MediaWiki:Common.css: Difference between revisions

Keep SMW's "examiner" icon from making a page look like it's breathing.
(Added another highlighting class)
(Keep SMW's "examiner" icon from making a page look like it's breathing.)
 
(20 intermediate revisions by 2 users not shown)
Line 1:
/*
<pre><nowiki>*/
 
/* Keep SMW's "examiner" icon from making a page look like it's breathing. */
div.smw-indicator-vertical-bar-loader { min-height: 15px; }
 
textarea {
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
.ti89b {
font-family: 'TI Uni', monospace;
}
 
.wikicode {
font-sizeweight: 90%bold;
}
 
/* GeSHi code highlighting */
Line 15 ⟶ 29:
.kw3 {
font-weight: bold;
color: #0000993333cc;
}
 
.kw4 {
font-weight: bold;
color: #0000666666cc;
}
 
.kw5 {
font-weight: bold;
color: #9999cc;
}
 
Line 31 ⟶ 50:
font-weight: bold;
color: #009999;
}
 
.co1 {
color: #666666;
font-style: italic;
}
 
Line 39 ⟶ 63:
}
 
.coMULTI{
font-weight: bold;
color: #666;
font-style: italic;
}
 
.me1 {
/* Main page fixes */
font-weight: bold;
.interwiki-completelist {
font-weight color: bold#993399;
}
 
.me2 {
/* make the list of references look smaller */
font-weight: bold;
ol.references {
font-size color: 100%#cc66cc;
}
 
.st0, .st_h {
.references-small { font-size: 90%;}
color: #ff0000;
 
/* 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;
}
 
/* Whitespace classes */
.same-bgre2 { background-color: none#ccccff; }
.re3 { background-color: #ffcccc; }
 
/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
padding-top: 5px;
text-align: center;
}
 
/* Highlight clicked reference in blue to help navigation */
Line 548 ⟶ 577:
font-style:italic;
padding-left:2em;
}
 
pre {
overflow: auto;
}