MediaWiki:Common.css: Difference between revisions

Keep SMW's "examiner" icon from making a page look like it's breathing.
(A couple more CSS classes)
(Keep SMW's "examiner" icon from making a page look like it's breathing.)
 
(18 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 15 ⟶ 29:
.kw3 {
font-weight: bold;
color: #0000993333cc;
}
 
.kw4 {
font-weight: bold;
color: #0000666666cc;
}
 
.kw5 {
font-sizeweight: 100%bold;
color: #9999cc;
}
 
Line 44 ⟶ 63:
}
 
.coMULTI{
font-sizeweight: 90%bold;
color: #666;
font-style: italic;
}
 
.me1 {
Line 55 ⟶ 79:
}
 
.st0, .st_h {
/* Main page fixes */
color: #ff0000;
.interwiki-completelist {
font-weight: bold;
}
 
/* Whitespace classes */
/* make the list of references look smaller */
.same-bgre2 { background-color: none#ccccff; }
ol.references {
.re3 { background-color: #ffcccc; }
font-size: 100%;
 
/* Pad Google AdSense box in portlet in sidebar */
.references-small { font-size: 90%;}
#p-googleadsense .pBody {
 
padding-top: 5px;
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
text-align: center;
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
font-size: 90%;
-moz-column-count:2;
column-count:2;
}
 
.same-bg { background: none }
 
/* Highlight clicked reference in blue to help navigation */
Line 563 ⟶ 577:
font-style:italic;
padding-left:2em;
}
 
pre {
overflow: auto;
}