MediaWiki:Common.css: Difference between revisions

Keep SMW's "examiner" icon from making a page look like it's breathing.
(Removed some CSS I don't think is in use.)
(Keep SMW's "examiner" icon from making a page look like it's breathing.)
 
(15 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-weight: bold;
}
 
/* GeSHi code highlighting */
Line 49 ⟶ 63:
}
 
.coMULTI{
font-weight: bold;
color: #666;
font-style: italic;
}
 
.me1 {
Line 60 ⟶ 79:
}
 
.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;
}
 
Line 548 ⟶ 577:
font-style:italic;
padding-left:2em;
}
 
pre {
overflow: auto;
}