MediaWiki:Vector.css: Difference between revisions
(Replaced content with "→CSS placed here will affect users of the Vector skin: ") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /*////////////////////////*/ | ||
/* Edit links on the right*/ | |||
span.mw-editsection { float:right; } | |||
/*////////////////////////*/ | |||
/*///////////////////////////////////////////////*/ | |||
/* Ace Code Editor background not horrible blue, and font bigger */ | |||
div.ace_content {background:white; font-size: 115%;} | |||
/* Syntax highlighting stuff... */ | |||
div.mw-geshi { | |||
padding: 1em; | |||
margin: 1em 0; | |||
border: 1px dashed #2f6fab; | |||
background-color: #f9f9f9; | |||
} | |||
/* ...more... Syntax highlighting stuff... */ | |||
pre, | |||
pre.css, div.css, | |||
pre.source-css, div.source-css, | |||
pre.php, div.php, | |||
pre.source-php, div.source-php, | |||
pre.javascript, div.javascript, | |||
pre.source-javascript, div.source-javascript { | |||
font-size:1.1em; | |||
white-space: pre-wrap; | |||
} | |||
/*///////////////////////////////////////////////*/ | |||
/*---START override Article assessment colours---*/ | |||
.assess-fa-text, | |||
.assess-fl-text { color: #0000C0 !important;} | |||
.assess-a-text { color: #0000C0 !important;} | |||
.assess-ga-text { color: #0000C0 !important;} | |||
.assess-b-text { color: #0000C0 !important;} | |||
.assess-c-text { color: #0000C0 !important;} | |||
.assess-start-text { color: #000 !important;} | |||
.assess-stub-text { color: #000 !important;} | |||
.assess-list-text { color: #000 !important;} | |||
.assess-bplus { background-color: #6f6 !important;} | |||
.assess-bplus-text { color: #070 !important;} | |||
.assess-sl { background-color: #f66 !important;} | |||
.assess-sl-text { color: #901 !important;} | |||
.assess-dab, | |||
.assess-setindex { background-color: #00fa9a !important;} | |||
.assess-dab-text, | |||
.assess-setindex-text { color: #000 !important;} | |||
.assess-cur { background-color: #d462ff !important;} | |||
.assess-cur-text { color: #a4c !important;} | |||
.assess-future { background-color: #8a95c9 !important;} | |||
.assess-future-text { color: #568 !important;} | |||
.assess-importance-top { background-color: #f0f !important;} | |||
.assess-importance-high { background-color: #f8f !important;} | |||
.assess-importance-mid { background-color: #fcf !important;} | |||
.assess-importance-low { background-color: #fef !important;} | |||
.firstHeading .editsection { | |||
color: black !important; | |||
} | |||
/*---END override Article assessment colours---*/ | |||
/*///////////////////////////////////////////////*/ | |||
/*///////////////////////////////////////////////*/ | |||
/*---START Turn off highlighting active input (for Chrome)---*/ | |||
*:focus {outline: none;} | |||
/*---END Turn off highlighting active input (for Chrome)---*/ | |||
/*///////////////////////////////////////////////*/ | |||
/*///////////////////////////////////////////////*/ | |||
/*---START miscellaneous tweaks---*/ | |||
/*---remove ordinary rollback link - prevent accidental click - prefer TW---*/ | |||
.mw-rollback-link {display:none !important;} | |||
/*---this is annoying me - running into other text---*/ | |||
#coordinates {top:-2em;} | |||
/*---END miscellaneous tweaks---*/ | |||
/*///////////////////////////////////////////////*/ | |||
/*///////////////////////////////////////////////*/ | |||
/*---VisualEditor tint bg---*/ | |||
.ve-ce-surface { background: #EFF9EF; } | |||
/*---Idiots - close button doesn't work---*/ | |||
#PrivacyPolicyDiscussion_Standard1 {display:none;} | |||
Revision as of 14:52, 6 December 2013
/*////////////////////////*/
/* Edit links on the right*/
span.mw-editsection { float:right; }
/*////////////////////////*/
/*///////////////////////////////////////////////*/
/* Ace Code Editor background not horrible blue, and font bigger */
div.ace_content {background:white; font-size: 115%;}
/* Syntax highlighting stuff... */
div.mw-geshi {
padding: 1em;
margin: 1em 0;
border: 1px dashed #2f6fab;
background-color: #f9f9f9;
}
/* ...more... Syntax highlighting stuff... */
pre,
pre.css, div.css,
pre.source-css, div.source-css,
pre.php, div.php,
pre.source-php, div.source-php,
pre.javascript, div.javascript,
pre.source-javascript, div.source-javascript {
font-size:1.1em;
white-space: pre-wrap;
}
/*///////////////////////////////////////////////*/
/*---START override Article assessment colours---*/
.assess-fa-text,
.assess-fl-text { color: #0000C0 !important;}
.assess-a-text { color: #0000C0 !important;}
.assess-ga-text { color: #0000C0 !important;}
.assess-b-text { color: #0000C0 !important;}
.assess-c-text { color: #0000C0 !important;}
.assess-start-text { color: #000 !important;}
.assess-stub-text { color: #000 !important;}
.assess-list-text { color: #000 !important;}
.assess-bplus { background-color: #6f6 !important;}
.assess-bplus-text { color: #070 !important;}
.assess-sl { background-color: #f66 !important;}
.assess-sl-text { color: #901 !important;}
.assess-dab,
.assess-setindex { background-color: #00fa9a !important;}
.assess-dab-text,
.assess-setindex-text { color: #000 !important;}
.assess-cur { background-color: #d462ff !important;}
.assess-cur-text { color: #a4c !important;}
.assess-future { background-color: #8a95c9 !important;}
.assess-future-text { color: #568 !important;}
.assess-importance-top { background-color: #f0f !important;}
.assess-importance-high { background-color: #f8f !important;}
.assess-importance-mid { background-color: #fcf !important;}
.assess-importance-low { background-color: #fef !important;}
.firstHeading .editsection {
color: black !important;
}
/*---END override Article assessment colours---*/
/*///////////////////////////////////////////////*/
/*///////////////////////////////////////////////*/
/*---START Turn off highlighting active input (for Chrome)---*/
*:focus {outline: none;}
/*---END Turn off highlighting active input (for Chrome)---*/
/*///////////////////////////////////////////////*/
/*///////////////////////////////////////////////*/
/*---START miscellaneous tweaks---*/
/*---remove ordinary rollback link - prevent accidental click - prefer TW---*/
.mw-rollback-link {display:none !important;}
/*---this is annoying me - running into other text---*/
#coordinates {top:-2em;}
/*---END miscellaneous tweaks---*/
/*///////////////////////////////////////////////*/
/*///////////////////////////////////////////////*/
/*---VisualEditor tint bg---*/
.ve-ce-surface { background: #EFF9EF; }
/*---Idiots - close button doesn't work---*/
#PrivacyPolicyDiscussion_Standard1 {display:none;}