MediaWiki:Common.css: Difference between revisions

Keep SMW's "examiner" icon from making a page look like it's breathing.
(I wish CSS supported something like (100%-2em))
(Keep SMW's "examiner" icon from making a page look like it's breathing.)
 
(5 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 565 ⟶ 579:
}
 
.pre {
width: 95%;
overflow: auto;
}