MediaWiki:Common.css: Difference between revisions

Keep SMW's "examiner" icon from making a page look like it's breathing.
m (Fixed CSS support for multi-line comments.)
(Keep SMW's "examiner" icon from making a page look like it's breathing.)
 
(12 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 72 ⟶ 86:
.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 557 ⟶ 577:
font-style:italic;
padding-left:2em;
}
 
pre {
overflow: auto;
}