MediaWiki:Common.css: Difference between revisions

Keep SMW's "examiner" icon from making a page look like it's breathing.
(100% also had the odd side-effect of force-widening the page.)
(Keep SMW's "examiner" icon from making a page look like it's breathing.)
 
(9 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 {
.highlighted_source {
widthoverflow:95% auto;
overflow:scroll;
}