This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
New page: →**** BACKGROUND COLORS FOR NAMESPACES ****: →Colour of pseudo NS Special (light grey): .ns--2 #content, .ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #f4f4f4; ... |
(No difference)
|
Revision as of 10:45, 10 February 2007
/***** BACKGROUND COLORS FOR NAMESPACES *****/
/* Colour of pseudo NS Special (light grey) */
.ns--2 #content, .ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #f4f4f4; }
.ns--2 div.thumb { border-color: #f4f4f4; }
/* Colour of NS Project + Project_talk (light sky blue) */
.ns-4 #content, .ns-4 #p-cactions li, .ns-4 #p-cactions li a { background: #f8fcff; }
.ns-4 div.thumb { border-color: #f8fcff; }
.ns-5 #content, .ns-5 #p-cactions li, .ns-5 #p-cactions li a { background: #f8fcff; }
.ns-5 div.thumb { border-color: #f8fcff; }
/* Colour of NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #content, .ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #f4f4f4; }
.ns-8 div.thumb { border-color: #f4f4f4; }
.ns-9 #content, .ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #f4f4f4; }
.ns-9 div.thumb { border-color: #f4f4f4; }
/* Blue border for Public Domain namespaces. This is currently NS Help (but NOT Help_talk) */
.ns-12 #content {
border: 2px solid #0000CC; border-right: none;
background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
background-repeat: no-repeat;
background-position: right top;
}
.ns-12 #bodyContent {
background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
background-repeat: no-repeat;
background-position: right 5em;
}
/* Colour of NS Manual + Manual_talk (light bluish violet) */
.ns-100 #content, .ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #f3f3ff; }
.ns-100 div.thumb { border-color: #f3f3ff; }
.ns-101 #content, .ns-101 #p-cactions li, .ns-101 #p-cactions li a { background: #f3f3ff; }
.ns-101 div.thumb { border-color: #f3f3ff; }
/***** BACKGROUND AND BORDER COLORS FOR CONTENT *****/
/* Border colors */
.borderc1 { border-color: #e9e9e9; border-width:thin; } /* light grey */
.borderc2 { border-color: #aaaaaa; border-width:thin; } /* grey (as toc) */
.borderc3 { border-color: #777777; border-width:thin; } /* dark grey */
.borderc4 { border-color: #000000; border-width:thin; } /* black */
.borderc5 { border-color: #c00000; border-width:thin; } /* red */
.borderc6 { border-color: #025e9d; border-width:thin; } /* blue */
.borderc7 { border-color: #008040; border-width:thin; } /* green */
.borderc8 { border-color: #ffcc00; border-width:thin; } /* yellow */
/* Background colors */
.backgroundc1 { background-color: #ffffff; } /* white */
.backgroundc2 { background-color: #f9f9f9; } /* light grey (as toc) */
.backgroundc3 { background-color: #eeeeee; } /* light grey (headers) */
.backgroundc4 { background-color: #e0e0e0; } /* more grey */
.backgroundc5 { background-color: #d2d2d2; } /* more grey */
.backgroundc6 { background-color: #b7b7b7; } /* more grey */
.backgroundc7 { background-color: #a3a3a3; } /* darker grey */
/***** SOME OTHER SMALL THINGS *****/
/* Marking redirects in Special:Allpages */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }
/* Bug 1583 Printing of thumbnails */
div.tright { clear: right; }
/* SideBoxes ([[:de:Wikipedia:TownBox|TB]]) */
div.sideBox {
position: relative;
float: right;
background: white;
margin-left: 1em;
border: 1px solid grey;
padding: 0.3em;
width: 200px;
overflow: hidden;
clear: right;
}
div.sideBox dl {
padding: 0;
margin: 0 0 0.3em 0;
font-size: 96%;
}
div.sideBox dl dt {
background: none;
margin: 0.4em 0 0 0;
}
div.sideBox dl dd {
margin: 0.1em 0 0 1.1em;
background-color: #f3f3f3;
}
.LanguageLinks {
margin-top: 0.5em;
}
/******* MAIN PAGE STYLING **********/
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
font-size: 105%;
padding: 0.4em;
background-color: #eeeeee;
border-bottom: 1px solid #aaaaaa;
}
.mainpage_boxtitle {
line-height: 120%;
}
#mainpage_pagetitle {
color: #cf7606;
font-size: 200% !important;
}
.mainpage_hubtitle {
text-align: center;
}
.mainpage_boxcontents, .mainpage_boxcontents_small {
background: #ffffff;
padding:0.2em 0.4em;
}
.mainpage_boxcontents_small {
font-size: 95%;
}
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
padding: 0;
border: 1px solid #aaaaaa;
}
.mainpage_hubbox {
margin-bottom: 0;
}
#mainpage_newscell {
margin-bottom: 15px;
margin-top: 0 !important;
}
#mainpage_downloadcell {
width: 17em;
margin-bottom: 5px;
}
/* The words 'MediaWiki.org' in the title.*/
#mainpage_mwtitle {
color: #005288;
}
/********* Extension Infobox Styling ***********/
.ext-infobox {
border: 2px solid #aaaaaa;
width: 272px;
float: right;
margin: 0 0 0.5em 0.5em;
border-collapse: collapse;
background-color: white;
}
.ext-infobox td {
border: 2px none #aaaaaa;
padding: 0.2em 0.5em;
border-bottom: 1px solid #f0f0f0 !important;
}
.ext-header {
background-color: #aaaaaa;
color: white;
text-align: left;
}
.ext-header td {
padding-top: 0.5em;
}
.ext-header img {
padding: 0 0.2em 0 0.5em;
}
.ext-status-unstable, .ext-status-unstable td {
border-color: #990000;
}
.ext-status-unstable .ext-header {
background-color: #990000;
color: #ffff00;
}
.ext-status-experimental, .ext-status-experimental td {
border-color: #CC6600;
}
.ext-status-experimental .ext-header {
background-color: #CC6600;
}
.ext-status-beta, .ext-status-beta td {
border-color: #000099;
}
.ext-status-beta .ext-header {
background-color: #000099;
}
.ext-status-stable, .ext-status-stable td {
border-color: #009900;
}
.ext-status-stable .ext-header {
background-color: #009900;
}