MediaWiki:Common.css: Difference between revisions

Keep SMW's "examiner" icon from making a page look like it's breathing.
(Preparing for Google Adsense. Don't panic; It'll only be visible to anonymous users. Log in, and it'll go away...)
(Keep SMW's "examiner" icon from making a page look like it's breathing.)
 
(11 intermediate revisions by the same user 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 65 ⟶ 79:
}
 
.st0, .st_h {
color: #ff0000;
}
Line 563 ⟶ 577:
font-style:italic;
padding-left:2em;
}
 
pre {
overflow: auto;
}