MediaWiki:Common.css: Difference between revisions

Keep SMW's "examiner" icon from making a page look like it's breathing.
(Modifying color)
(Keep SMW's "examiner" icon from making a page look like it's breathing.)
 
(24 intermediate revisions by 2 users not shown)
Line 2:
<pre><nowiki>*/
 
/* Keep SMW's "examiner" icon from making a page look like it's breathing. */
/* Main page fixes */
div.smw-indicator-vertical-bar-loader { min-height: 15px; }
.interwiki-completelist {
 
font-weight: bold;
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 {
/* make the list of references look smaller */
font-weight: bold;
ol.references {
font-size: 100%;
}
 
/* GeSHi code highlighting */
.references-small { font-size: 90%;}
.kw1 {
font-weight: bold;
color: #0000ff;
}
 
.kw2 {
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
font-weight: bold;
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
color: #0000cc;
/* 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;
}
 
.kw3 {
.same-bg { background: none }
font-weight: bold;
color: #3333cc;
}
 
.kw4 {
font-weight: bold;
color: #6666cc;
}
 
.kw5 {
font-weight: bold;
color: #9999cc;
}
 
.br0 {
font-weight: bold;
color: #009900;
}
 
.nu0 {
font-weight: bold;
color: #009999;
}
 
.co1 {
color: #666666;
font-style: italic;
}
 
.co2 {
font-weight: bold;
color: #666666;
font-style: italic;
}
 
.coMULTI{
font-weight: bold;
color: #666;
font-style: italic;
}
 
.me1 {
font-weight: bold;
color: #993399;
}
 
.me2 {
font-weight: bold;
color: #cc66cc;
}
 
.st0, .st_h {
color: #ff0000;
}
 
/* Whitespace classes */
.re2 { background-color: #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 510 ⟶ 577:
font-style:italic;
padding-left:2em;
}
 
pre {
overflow: auto;
}