MediaWiki:Common.css: различия между версиями

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
/* <source lang="css"> */
/*
This is the CSS for all skins (for all users) on MediaWiki.org.
   
   
/* Main page fixes */
SECTIONS:
#interwiki-completelist {
1. Indication of namespaces
    font-weight: bold;
2. Color classes for content
}
3. Special pages
body.page-Main_Page #ca-delete {
4. Main page styling
    display: none !important;
5. Sidebar external links
}
6. Extension:Matrix stuff
7. Wikitables, infobox templates, warnings, and other such stylings
8. Some other small things
*/
/***** 1. INDICATION OF NAMESPACES *****/
/* Pseudo NS Special (light grey) */
.ns--2 #content { background-color: #f4f4f4; }
.ns--2 div.thumb { border-color: #f4f4f4; }
/* NS Project + Project_talk (light sky blue) */
.ns-4 #content, .ns-5 #content { background-color: #f8fcff; }
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; }  
   
   
body.page-Main_Page #mp-topbanner {
/* NS MediaWiki + MediaWiki_talk (light grey) */
  clear: both;
.ns-8 #content, .ns-9 #content { background-color: #f4f4f4; }
}
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; }  
   
   
/* Edit window toolbar */
/* NS Manual + Manual_talk (light bluish violet) */
#toolbar {
.ns-100 #content, .ns-101 #content { background-color: #f3f3ff; }
    height: 22px;
.ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; }  
    margin-bottom: 6px;
}
   
   
/* Margins for <ol> and <ul> */
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon)  */
#content ol, #content ul,
.ns-12 #content {
#mw_content ol, #mw_content ul {
border: 2px solid #0000cc;
  margin-bottom: 0.5em;
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 {
/* Make the list of references in [[Template:Reflist]] smaller */
background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
.references-small {
background-repeat: no-repeat;
    font-size: 90%;
background-position: right 5em;
}
}
   
   
/* Highlight clicked reference in blue to help navigation */
/***** 2. COLOR CLASSES FOR CONTENT  *****/
ol.references > li:target,
sup.reference:target,
span.citation:target {
    background-color: #DEF;
}
   
   
/* Ensure refs in table headers and the like aren't bold or italic */
/* Border colors */
sup.reference {
.borderc1 { border-color: #e9e9e9; border-width: thin; }  /* light grey */
    font-weight: normal;
.borderc2 { border-color: #aaaaaa; border-width: thin; }  /* grey (as toc) */
    font-style: normal;
.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 */
.backgroundc8 { background-color: #444455; }  /* very dark grey */
   
   
/* Styling for citations */
/***** 3. SPECIAL PAGES *****/
span.citation, cite {
    font-style: normal;
    word-wrap: break-word;
}
   
   
/* For linked citation numbers and document IDs, where
/* Marking redirects  */
  the number need not be shown on a screen or a handheld,
.allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; }
  but should be included in the printed version
*/
@media screen, handheld {
    span.citation *.printonly {
        display: none;
    }
}
   
   
/* Default skin for navigation boxes */
/* Consistent special page navigation */
table.navbox {           /* Navbox container style */
.SpecialPageInfo {
  border: 1px solid #aaa;
background-color: #f9f9f9;
  width: 100%;
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
  margin: auto;
background-position: 0.8em 0.5em;
  clear: both;
background-repeat: no-repeat;
  font-size: 88%;
padding: 0.3em 0.5em 0.3em 5.0em;
  text-align: center;
border-color: #025e9d;  
  padding: 1px;
border-width: 1px;  
}
border-style: solid;
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
border-bottom-width: medium;
  margin-top: -1px;            /* (doesn't work for IE6, but that's okay)      */
margin-bottom: 1em;
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
  text-align: center;      /* Title and above/below styles */
  padding-left: 1em;
  padding-right: 1em;
}
.navbox-group {            /* Group style */
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
.navbox, .navbox-subgroup {
  background: #fdfdfd;     /* Background color */
}
.navbox-list {
  border-color: #fdfdfd;   /* Must match background color */
}
.navbox-title,
table.navbox th {
  background: #ccccff;     /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
  background: #ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #e6e6ff;     /* Level 3 color */
}
.navbox-even {
  background: #f7f7f7;    /* Even row striping */
}
.navbox-odd {
  background: transparent; /* Odd row striping */
}
}
   
   
.collapseButton {         /* 'show'/'hide' buttons created dynamically */
.mw-viewprevnext {
    float: right;         /* by the CollapsibleTables javascript in    */
display: block;
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
border: 1px solid #cccccc;
    text-align: right;     /* so they can be customised.                */
background-color: #f9f9f2;
    width: auto;
padding: 0.2em 0.4em;
}
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Tnavbar]],  */
}                          /* so they need to be the same width.        */
   
   
/***** 4. MAIN PAGE STYLING *****/
   
   
/* Infobox template style */
#mainpage_topbox {
.infobox {
background: #f9f9f9;
    border: 1px solid #aaa;
padding: 0px;
    background-color: #f9f9f9;
border: 1px solid #aaaaaa;
    color: black;
margin: 0.2em 10px 10px;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
}
.infobox td,
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
.infobox th {
font-size: 105%;
    vertical-align: top;
padding: 0.4em;
background-color: #eeeeee;
border-bottom: 1px solid #aaaaaa;
}
}
.infobox caption {
.mainpage_boxtitle {
    font-size: larger;
line-height: 120%;
}
}
.infobox.bordered {
#mainpage_pagetitle {
    border-collapse: collapse;
color: #cf7606;
font-size: 200% !important;
}
}
.infobox.bordered td,
#mainpage_sitelinks {
.infobox.bordered th {
padding: 0.2em;
    border: 1px solid #aaa;
text-align: center;
background-color: white;
}
}
.infobox.bordered .borderless td,
.mainpage_hubtitle {
.infobox.bordered .borderless th {
text-align: center;
    border: 0;
}
}
.mainpage_boxcontents, .mainpage_boxcontents_small {
.infobox.sisterproject {
background: #ffffff;
    width: 20em;
padding: 0.2em 0.4em;
    font-size: 90%;
}
.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
}
.mainpage_boxcontents_small {
.infobox.bordered .mergedrow td,
font-size: 95%;
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}
/* Styles for geography infoboxes, eg countries,
  country subdivisions, cities, etc.            */
.infobox.geography {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}
}
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
.infobox.geography  td,
padding: 0;
.infobox.geography  th {
border: 1px solid #aaaaaa;
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
}
.infobox.geography .mergedtoprow td,
.mainpage_hubbox {
.infobox.geography .mergedtoprow th {
margin-bottom: 0;
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
}
#mainpage_newscell {
.infobox.geography .mergedrow td,
margin-bottom: 15px;
.infobox.geography .mergedrow th {
margin-top: 0 !important;
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
}
#mainpage_newscell .mainpage_boxtitle {
.infobox.geography .mergedbottomrow td,
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
.infobox.geography .mergedbottomrow th {
background-repeat: no-repeat;
    border-top: 0;
background-position: 99% 0.3em;
    border-bottom: solid 1px #aaa;
padding-right: 25px;
    padding: 0 0.6em 0.4em 0.6em;
}
}
#mainpage_downloadcell {
.infobox.geography .maptable td,
width: 17em;
.infobox.geography .maptable th {
margin-bottom: 5px;
    border: 0;
    padding: 0;
}
}
#mainpage_downloadcell .mainpage_boxtitle {
/* row-headers get left-aligned */
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
.wikitable th[scope=row] {
background-repeat: no-repeat;
    text-align: left;
background-position: 96% 0.33em;
padding-right: 25px;
}
}
#mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */
   
   
/* lists in data cells are always left-aligned */
/* The "mainpage" class is added to the body with javascript for the main page in all */
.wikitable td ul,
/* languages, so we can style things that apppear on the main page and also elsewhere. */
.wikitable td ol,
.mainpage #lastmod,  
.wikitable td dl {
.mainpage #siteSub,  
    text-align: left;
.mainpage h1.firstHeading {
display: none !important;
}
.mainpage #content {
padding-top: 1em;
}
}
   
   
/***** 5. SIDEBAR EXTERNAL LINKS *****/
   
   
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
.redirect-in-category, .allpagesredirect {
background: url(/skins-1.5/monobook/external.png) center right no-repeat;
    font-style: italic;
padding-right: 13px;
color: #3366bb;
}
}
   
   
/* Icons for medialist templates [[Template:Listen]],
/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
  [[Template:Multi-listen_start]], [[Template:Video]],
  [[Template:Multi-video_start]]
*/
div.listenlist {
    background:
        url("http://upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
    padding-left: 40px;
}
   
   
/* Style rules for media list templates */
/* Wikitable (Prettytable) class for skinning tables */
div.medialist {
table.wikitable th, table.wikitable td {
    min-height: 50px;
padding: 0.2em 0.4em;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}
}
div.medialist ul {
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3 {
    list-style-type: none;
background: #8da7d6;
    list-style-image: none;
    margin: 0;
}
}
div.medialist ul li {
table.wikitable td.hl1, table.wikitable th.hl1 {
    padding-bottom: 0.5em;
background: #c5d8fc;
text-align: center;
}
}
div.medialist ul li li {
table.wikitable td.hl2, table.wikitable th.hl2 {
    font-size: 91%;
background: #a7c1f2;
    padding-bottom: 0;
text-align: center;
}
}
table.wikitable caption {
/* Change the external link icon to an Adobe icon for all PDF files
margin-left: inherit;
  in browsers that support these CSS selectors, like Mozilla and Opera */
margin-right: inherit;
#content a[href$=".pdf"].external,
font-weight: bold;
#content a[href*=".pdf?"].external,
#content a[href*=".pdf#"].external,
#content a[href$=".PDF"].external,
#content a[href*=".PDF?"].external,
#content a[href*=".PDF#"].external,
#mw_content  a[href$=".pdf"].external,
#mw_content  a[href*=".pdf?"].external,
#mw_content  a[href*=".pdf#"].external,
#mw_content  a[href$=".PDF"].external,
#mw_content  a[href*=".PDF?"].external,
#mw_content  a[href*=".PDF#"].external {
    background: url("http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") center right no-repeat;
    padding-right: 18px;
}
}
   
   
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
/* General purpose "pretty (data) tables" */
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
table.datatable { background-color: transparent; }
#content span.PDFlink a,
table.datatable th, table.datatable td { padding: 4px; }
#mw_content span.PDFlink a {
table.datatable th { text-align: left; background-color: #999999; }
    background: url("http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") center right no-repeat;
table.datatable tr { background-color: #cccccc; }
    padding-right: 18px;
table.datatable tr:hover { background-color: #ffffcc; }
}
   
   
/* Content in columns with CSS instead of tables [[Template:Columns]] */
/* SideBox styling */
div.columns-2 div.column {
div.sideBox {
    float: left;
position: relative;
    width: 50%;
float: right;
    min-width: 300px;
background: white;
margin-left: 1em;
border: 1px solid gray;
padding: 0.3em;
width: 200px;
overflow: hidden;  
clear: right;
}
}
div.columns-3 div.column {
div.sideBox dl {
    float: left;
padding: 0;
    width: 33.3%;
margin: 0 0 0.3em 0;
    min-width: 200px;
font-size: 96%;
}
}
div.columns-4 div.column {
div.sideBox dl dt {
    float: left;
background: none;
    width: 25%;
margin: 0.4em 0 0 0;
    min-width: 150px;
}
}
div.columns-5 div.column {
div.sideBox dl dd {
    float: left;
margin: 0.1em 0 0 1.1em;
    width: 20%;
background-color: #f3f3f3;
    min-width: 120px;
}
}
   
   
/* Messagebox templates */
/* Extension infobox styling */
.messagebox {
.ext-infobox {
    border: 1px solid #aaa;
border: 2px solid #aaaaaa;
    background-color: #f9f9f9;
width: 272px;
    width: 80%;
float: right;
    margin: 0 auto 1em auto;
margin: 0 0 0.5em 0.5em;
    padding: .2em;
border-collapse: collapse;
background-color: white;
}
}
.messagebox.merge {
.ext-infobox td {
    border: 1px solid #c0b8cc;
border: 2px none #aaaaaa;
    background-color: #f0e5ff;
padding: 0.2em 0.5em;
    text-align: center;
border-bottom: 1px solid #f0f0f0 !important;
}
}
.messagebox.cleanup {
.ext-header {
    border: 1px solid #9f9fff;
background-color: #aaaaaa;
    background-color: #efefff;
color: white;
    text-align: center;
text-align: left;
}
}
.messagebox.standard-talk {
.ext-header td { padding-top: 0.5em; }
    border: 1px solid #c0c090;
.ext-header img { padding: 0 0.2em 0 0.5em; }
    background-color: #f8eaba;
.ext-status-unstable, .ext-status-unstable td { border-color: #990000; }
    margin: 4px auto;
.ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; }
}
.ext-status-experimental, .ext-status-experimental td { border-color: #cc6600; }
/* For old WikiProject banners inside banner shells. */
.ext-status-experimental .ext-header { background-color: #cc6600; }
.mbox-inside .standard-talk,
.ext-status-beta, .ext-status-beta td { border-color: #000099; }
.messagebox.nested-talk {
.ext-status-beta .ext-header { background-color: #000099; }
    border: 1px solid #c0c090;
.ext-status-stable, .ext-status-stable td { border-color: #009900; }
    background-color: #f8eaba;
.ext-status-stable .ext-header { background-color: #009900; }
    width: 100%;
    margin: 2px 0;
/* Cute little "tip" boxes */
    padding: 2px;
div.tip {
padding: 4px;
margin-top: 4px;
margin-bottom: 4px;
min-height: 30px; /* IE users will hate this... */
}
}
.messagebox.small {
div.tip-info {
    width: 238px;
border: 1px solid #cc9933;
    font-size: 85%;
background-color: #cccc99;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;  
}
}
.messagebox.small-talk {
div.tip-gotcha {
    width: 238px;
border: 1px solid #cc0000;
    font-size: 85%;
background-color: #cc6666;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
}
   
   
   
   
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/* Version box on [[Manual:Downloading MediaWiki]] */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
#DownloadVersionBox {
    border: none;  
border: 2px solid black;
    padding: 0.25em 0.9em;       /* 0.9em left/right */
border-collapse: collapse;  
    width: 100%;   /* Make all mboxes the same width regardless of text length */
margin: auto;
width: 50%;
color: black;
}
}
td.mbox-image {                 /* The left image cell */
#DownloadVersionBox td {
    border: none;  
border: 2px solid black;
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
padding: 20px;
    text-align: center;  
}
}
td.mbox-imageright {            /* The right image cell */
    border: none;
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
    padding: 2px 0.9em 2px 0;   /* 0px left, 0.9em right */
.majorwarning {
    text-align: center;  
background: yellow;  
}
padding: 0.3em;  
td.mbox-empty-cell {        /* An empty narrow cell */
text-align: center;  
    border: none;
font-size: 125%;  
    padding: 0px;
border: 2px solid red;
    width: 1px;
}
}
   
   
/* Article message box styles */
/* Page headings used throughout the wiki (though not very much at the time of writing…) */  
table.ambox {
.page-notice, .page-warning {
    margin: 0px 10%;  /* 10% = Will not overlap with other elements */
border-width: 1px;  
    border: 1px solid #aaa;  
border-style: solid;
    border-left: 10px solid #1e90ff;   /* Default "notice" blue */
padding: 0.3em 0.5em;
    background: #fbfbfb;
margin-bottom: 1em;
}
width: 95%;  
table.ambox + table.ambox {  /* Single border between stacked boxes. */
margin-left: auto;  
    margin-top: -1px;
margin-right: auto;
}
text-align: center;
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {          /* The left image cell */
    padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
}
}
   
   
table.ambox-notice {
/* Informative notices at the top of pages (blue) */
    border-left: 10px solid #1e90ff;    /* Blue */
.page-notice {
}
background-color: #f9f9f9;
table.ambox-speedy {
border-color: #025e9d;  
    border-left: 10px solid #b22222;    /* Red */
text-align: left;
    background: #fee;                  /* Pink */
}
table.ambox-delete {
    border-left: 10px solid #b22222;   /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;   /* Orange */
}
table.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #bba;       /* Gray-gold */
}
}
   
   
/* Image message box styles */
/* Warning information at the top of pages (red) */
table.imbox {
.page-warning {
    margin: 4px 10%;  
background-color: #ffffff;
    border-collapse: collapse;  
border-color: #c51919;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
border-width: 2px;
    background: #fbfbfb;
}
}
.imbox .mbox-text .imbox {   /* For imboxes inside imbox-text cells. */
.pw-head {
    margin: 0 -0.5em;   /* 0.9 - 0.5 = 0.4em left/right. */
color: #c51919;
}
font-weight: bold;
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}
}
   
   
table.imbox-notice {
/* Used in Template:Notice */
    border: 3px solid #1e90ff;    /* Blue */
.block-note {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
background-position: top left;
background-repeat: no-repeat;
}
}
table.imbox-speedy {
/*
    border: 3px solid #b22222;    /* Red */
   Using block-contents in the hope that it can apply to all block-level warning templates,
    background: #fee;            /* Pink */
   with different images applied as backgrounds to the wrapping DIV.
}
*/
table.imbox-delete {
.block-contents {
    border: 3px solid #b22222;   /* Red */
display: block;
}
padding-left: 20px;
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;   /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;      /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;   /* Brown-gold */
}
}
   
   
/* Category message box styles */
/* Template documentation ([[Template:Documentation]]) */
table.cmbox {
.template-documentation {
    margin: 3px 10%;
clear: both;
    border-collapse: collapse;
margin: 1em 0 0 0;
    border: 1px solid #aaa;  
border: 1px solid #aaa;  
    background: #DFE8FF;   /* Default "notice" blue */
background-color: #ecfcf4;
padding: 5px;
}
}
   
   
table.cmbox-notice {
/***** 8. SOME OTHER SMALL THINGS *****/
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
   
   
/* Other pages message box styles */
/* Give a bit of space to the TOC */
table.ombox {
#toc { margin: 1em 0; }
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;      /* Default "notice" gray */
    background: #f9f9f9;
}
   
   
table.ombox-notice {
/* make the list of references look smaller and highlight clicked reference in blue */
    border: 1px solid #aaa;      /* Gray */
ol.references { font-size: 100%; }
}
.references-small { font-size: 90%;}
table.ombox-speedy {
ol.references > li:target { background-color: #ddeeff; }
    border: 2px solid #b22222;    /* Red */
sup.reference:target { background-color: #ddeeff; }
    background: #fee;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;   /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;   /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}
   
   
/* Talk page message box styles */
/* Printing of thumbnails (bug 1583) */
table.tmbox {
div.tright { clear: right; }
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
    margin: 2px 0;              /* class ensures that this declaration overrides other */
    width: 100%;  /* For Safari and Opera */    /* styles (including mbox-small above) */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;         /* also "nested", so reset styles that are  */ 
    font-size: 100%;            /* set in "mbox-small" above.                */
}
   
   
table.tmbox-speedy {
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
    border: 2px solid #b22222;    /* Red */
.my-buttons {
    background: #fee;            /* Pink */
padding: .5em;
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;   /* Yellow */
}
}
table.tmbox-move {
.my-buttons a {
    border: 2px solid #9932cc;   /* Purple */
color: black;
background-color: #cde !important;
font-weight: bold;
font-size: .9em;
text-decoration: none;
border: thin #069 outset;
padding: 0 .1em .1em;
}
}
table.tmbox-protection,
.my-buttons a:hover, .my-buttons a:active {
table.tmbox-notice {
background-color: #bcd;
    border: 1px solid #c0c090;   /* Gray-brown */
border-style: inset;
}
}
   
   
/* Disambig and set index box styles */
/* from [[User:Splarka/Help:Linked images]] */
table.dmbox {
.imagelink_wikilogo a {
    clear: both;  
width: 135px;
    margin: 0.9em 1em;  
height: 135px;
    border-top: 1px solid #ccc;  
display: block;
    border-bottom: 1px solid #ccc;  
text-decoration: none;
    background: transparent;
background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png");
}
}
   
   
/* Footer and header message box styles */
/**** reduced subset of the mbox styles from enwiki, mainly for the nice boxflow ****/
table.fmbox {
table.mbox {
    clear: both;
margin: 4px 10%;
    margin: 0.2em 0;
border-collapse: collapse;
    width: 100%;
border: 1px solid #aaa; /* Default "notice" gray */
    border: 1px solid #aaa;
background: #f9f9f9;
    background: #f9f9f9;    /* Default "system" gray */
}
}
table.fmbox-system {
table.mbox-wide {
    background: #f9f9f9;
margin: 4px 0;
}
}
table.fmbox-warning {
    border: 1px solid #bb7070; /* Dark pink */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
    background: #ffdbdb;       /* Pink */
border: none;
padding: 0.25em 0.9em;      /* 0.9em left/right */
width: 100%;   /* Make all mboxes the same width regardless of text length */
}
}
table.fmbox-editnotice {
td.mbox-image {                 /* The left image cell */
    background: transparent;
border: none;
padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
text-align: center;
}
}
/* Div based "warning" style fmbox messages. */
td.mbox-imageright {            /* The right image cell */
div.mw-warning-with-logexcerpt,
border: none;
div.mw-lag-warn-high,
padding: 2px 0.9em 2px 0;   /* 0px left, 0.9em right */
div.mw-cascadeprotectedwarning,
text-align: center;
div#mw-protect-cascadeon {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
}
/* Div based "system" style fmbox messages.
td.mbox-empty-cell {        /* An empty narrow cell */
  Used in [[MediaWiki:Readonly lag]]. */
border: none;
div.mw-lag-warn-normal,
padding: 0px;
div.fmbox-system {
width: 1px;
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
}
   
   
Строка 630: Строка 433:
   they override "table.ambox + table.ambox" above. */
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
    clear: right;
clear: right;
    float: right;
float: right;
    margin: 4px 0 4px 1em;
margin: 4px 0 4px 1em;
    width: 238px;
width: 238px;
    font-size: 88%;
font-size: 88%;
    line-height: 1.25em;
line-height: 1.25em;
}
}
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
    margin: 4px 1em 4px 0;
margin: 4px 1em 4px 0;
    width: 238px;
width: 238px;
    border-collapse: collapse;
border-collapse: collapse;
    font-size: 88%;
font-size: 88%;
    line-height: 1.25em;
line-height: 1.25em;
}
}
   
   
/* These are the same colours as the enwiki
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
  'cmbox' styles; just with different names. */
div.noarticletext {
table.mbox-critical {
    border: none;
border: 4px solid #b22222;   /* Red */
    background: transparent;
background: #FFDBDB;         /* Pink */
    padding: 0;
}
}
table.mbox-important {
#wpSave {
background: #FFDBDB;   /* Red */
    font-weight: bold;
}
}
table.mbox-warning {
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
background: #FFE7CE;   /* Orange */
.hiddenStructure {
    display: inline ! important;
    color: #f00;
    background-color: #0f0;
}
}
table.mbox-caution {
/* suppress missing interwiki image links where #ifexist cannot
background: #FFF9DB;   /* Yellow */
  be used due to high number of requests see .hidden-redlink on
   http://meta.wikimedia.org/wiki/MediaWiki:Common.css
*/
.check-icon a.new {
    display: none;
    speak: none;
}
}
table.mbox-notice {
/* Removes underlines from links */
background: #D8E8FF;    /* Blue */
.nounderlines a {
    text-decoration: none;
}
}
table.mbox-move {
/* Remove underline from IPA links */
background: #E4D8FF;    /* Purple */
.IPA a:link, .IPA a:visited {
    text-decoration: none;
}
}
table.mbox-protection {
/* Standard Navigationsleisten, aka box hiding thingy
background: #EFEFE1;   /* Gray-gold */
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
}
   
   
/* Hatnotes and disambiguation notices */
.rellink,
.dablink {
    font-style: italic;
    padding-left: 2em;
    margin-bottom: 0.5em;
}
.rellink i,
.dablink i {
    font-style: normal;
}
   
   
/* Style for horizontal UL lists */
/*******************
.horizontal ul {
** Infoboxes
    padding: 0;
*******************/
    margin: 0;
.infobox {
}
float:right;
.horizontal li {
clear:right;
    padding: 0 0.6em 0 0.4em;
margin-bottom:0.5em;
    display: inline;
margin-left:1em;
    border-right: 1px solid;
padding:0.2em;
}
border:1px solid #AAA;
.horizontal li:last-child {
background:#F9F9F9;
    border-right: none;
color:black;
    padding-right: 0;
}
}
   
   
/* Allow transcluded pages to display in lists rather than a table.
.infobox td,
  Compatible in Firefox; incompatible in IE6. */
.infobox th {
.listify td   { display: list-item; }
vertical-align:top;
.listify tr    { display: block; }
.listify table { display: block; }
/* Geographical coordinates defaults. See [[Template:Coord/link]]
  for how these are used. The classes "geo", "longitude", and
  "latitude" are used by the [[Geo microformat]].
*/
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude            { white-space: nowrap; }
/* When <div class="nonumtoc"> is used on the table of contents,
  the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul,
.nonumtoc .toc ul ul {
    margin: 0 0 0 2em;  
}
}
   
   
/* Allow limiting of which header levels are shown in a TOC;
.infobox caption {
  <div class="toclimit-3">, for instance, will limit to
margin-left:inherit;
  showing ==headings== and ===headings=== but no further
font-size:larger;
  (as long as there are no =headings= on the page, which
  there shouldn't be according to the MoS).
*/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul { display: none; }
/* Styling for Template:Quote */
blockquote.templatequote {
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite {
    line-height: 1em;
    text-align: left;
    padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}
}
   
   
div.user-block {
.infobox.bordered {
    padding: 5px;
border-collapse:collapse;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}
}
   
   
/* Prevent line breaks in silly places:
.infobox.bordered td,
  1) Links when we don't want them to
.infobox.bordered th {
  2) Bold "links" to the page itself
border:1px solid #AAA;
  2) HTML formulae
  3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
*/
.nowraplinks a,
.nowraplinks .selflink,
span.texhtml,
sup.reference a {  
    white-space: nowrap;
}
}
   
   
/* For template documentation */
.infobox.bordered .borderless td,
.template-documentation {
.infobox.bordered .borderless th {
    clear: both;
border:0;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}
}
   
   
.thumbinner {
/*******************
    min-width: 100px;
** Sister project templates
}
*******************/
.infobox.sisterproject {
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
width:20em;
.imagemap-inline div {
font-size:90%;
    display: inline;
}
/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 13em;
}
/* Reduce line-height for <sup> and <sub> */
sup, sub {
    line-height: 1em;
}
/* Remove white border from thumbnails */
div.thumb {
    border: none;
}
div.tright {
    border: none;
    margin: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    border: none;
    margin: 0.5em 1.4em 0.8em 0;
}
/* Makes the background of a framed image white instead of gray. */
/* Only visible with transparent images. */
div.thumb img.thumbimage {
    background-color: #fff;
}
/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
    background-color: #F9F9F9;  /* Light gray padding */
}
/* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
#file img {
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
    background: white;
}
/* Prevent floating boxes from overlapping any category listings,
  file histories, edit previews, and edit [Show changes] views */
#mw-subcategories, #mw-pages, #mw-category-media,
#filehistory, #wikiPreview, #wikiDiff {
    clear: both;
}
/* Selectively hide headers in WikiProject banners */
.wpb .wpb-header            { display: none; }
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
.wpbs-inner .wpb-outside    { display: none; }      /* hide things that should only display outside shells */
/* Styling for Abuse Filter tags */
.mw-tag-markers {
font-family:sans-serif;
font-style:italic;
font-size:90%;
}
/* Fix so <tt>, <code> and <pre> tags get normal text size also in
  some versions of Firefox, Safari, Konqueror, Chrome etc.
  Remove once r65391 is live. */
tt, code, pre {
    font-family: monospace, sans-serif;
}
/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
    list-style: none;
}
ul.permissions-errors {
    margin: 0;
}
/* No linewrap on the labels of the login/signup page */
body.page-Special_UserLogin .mw-label label,
body.page-Special_UserLogin_signup .mw-label label { white-space : nowrap; }
/* Fix an alignment issue with oggplayer when rendered as center */
.center .ogg-player-options ul {
    margin: 0.3em 0px 0px 1.5em;
}
}
   
   
/* </source> */
.sister-project {
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
clear:right;
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
float:right;
font-weight: normal; /* are styled here so they can be customised.   */
width:250px;
text-align: right;
margin:0 0 1em 3em;
width: auto;
padding:4px;
border:1px solid #AAA;
background:#F9F9F9;
font-size:0.8em;
text-align:left;
}
}

Версия от 14:22, 4 ноября 2010

/*
This is the CSS for all skins (for all users) on MediaWiki.org. 
 
SECTIONS:
1. Indication of namespaces
2. Color classes for content
3. Special pages
4. Main page styling
5. Sidebar external links
6. Extension:Matrix stuff
7. Wikitables, infobox templates, warnings, and other such stylings
8. Some other small things
*/
 
/***** 1. INDICATION OF NAMESPACES *****/
 
/* Pseudo NS Special (light grey) */
.ns--2 #content { background-color: #f4f4f4; }
.ns--2 div.thumb { border-color: #f4f4f4; } 
 
/* NS Project + Project_talk (light sky blue) */
.ns-4 #content, .ns-5 #content { background-color: #f8fcff; }
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; } 
 
/* NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #content, .ns-9 #content { background-color: #f4f4f4; }
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; } 
 
/* NS Manual + Manual_talk (light bluish violet) */
.ns-100 #content, .ns-101 #content { background-color: #f3f3ff; }
.ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; } 
 
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon)  */
.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;
}
 
/***** 2. COLOR CLASSES 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 */
.backgroundc8 { background-color: #444455; }  /* very dark grey */
 
/***** 3. SPECIAL PAGES *****/
 
/* Marking redirects  */
.allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; }
 
/* Consistent special page navigation */
.SpecialPageInfo {
	background-color: #f9f9f9;
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
	background-position: 0.8em 0.5em;
	background-repeat: no-repeat;
	padding: 0.3em 0.5em 0.3em 5.0em;
	border-color: #025e9d; 
	border-width: 1px; 
	border-style: solid;
	border-bottom-width: medium;
	margin-bottom: 1em;
}
 
.mw-viewprevnext {
	display: block;
	border: 1px solid #cccccc;
	background-color: #f9f9f2;
	padding: 0.2em 0.4em;
}
 
/***** 4. MAIN PAGE STYLING *****/
 
#mainpage_topbox {
	background: #f9f9f9;
	padding: 0px;
	border: 1px solid #aaaaaa;
	margin: 0.2em 10px 10px;
}
.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_sitelinks {
	padding: 0.2em;
	text-align: center;
	background-color: white;
}
.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_newscell .mainpage_boxtitle {
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
	background-repeat: no-repeat;
	background-position: 99% 0.3em;
	padding-right: 25px;
}
#mainpage_downloadcell {
	width: 17em;
	margin-bottom: 5px;
}
#mainpage_downloadcell .mainpage_boxtitle {
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
	background-repeat: no-repeat;
	background-position: 96% 0.33em;
	padding-right: 25px;
}
#mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */
 
/* The "mainpage" class is added to the body with javascript for the main page in all */
/* languages, so we can style things that apppear on the main page and also elsewhere. */
.mainpage #lastmod, 
.mainpage #siteSub, 
.mainpage h1.firstHeading {
	display: none !important;
} 
.mainpage #content {
	padding-top: 1em;
}
 
/***** 5. SIDEBAR EXTERNAL LINKS *****/
 
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
	background: url(/skins-1.5/monobook/external.png) center right no-repeat;
	padding-right: 13px;
	color: #3366bb;
}
 
/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
 
/* Wikitable (Prettytable) class for skinning tables */
table.wikitable th, table.wikitable td {
	padding: 0.2em 0.4em;
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3 {
	background: #8da7d6;
}
table.wikitable td.hl1, table.wikitable th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.wikitable td.hl2, table.wikitable th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.wikitable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
}
 
/* General purpose "pretty (data) tables" */
table.datatable { background-color: transparent; }
table.datatable th, table.datatable td { padding: 4px; }
table.datatable th { text-align: left; background-color: #999999; }
table.datatable tr { background-color: #cccccc; }
table.datatable tr:hover { background-color: #ffffcc; }
 
/* SideBox styling */
div.sideBox {
	position: relative;
	float: right;
	background: white;
	margin-left: 1em;
	border: 1px solid gray;
	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;
}
 
/* 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; }
 
/* Cute little "tip" boxes */
div.tip {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	min-height: 30px; /* IE users will hate this... */
}
div.tip-info {
	border: 1px solid #cc9933;
	background-color: #cccc99;
}
div.tip-gotcha {
	border: 1px solid #cc0000;
	background-color: #cc6666;
}
 
 
/* Version box on [[Manual:Downloading MediaWiki]] */
#DownloadVersionBox {
	border: 2px solid black;
	border-collapse: collapse; 
	margin: auto;
	width: 50%;
	color: black;
}
#DownloadVersionBox td {
	border: 2px solid black;
	padding: 20px;
}
 
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
.majorwarning {
	background: yellow; 
	padding: 0.3em; 
	text-align: center; 
	font-size: 125%; 
	border: 2px solid red;
}
 
/* Page headings used throughout the wiki (though not very much at the time of writing…) */ 
.page-notice, .page-warning {
	border-width: 1px; 
	border-style: solid;
	padding: 0.3em 0.5em;
	margin-bottom: 1em;
	width: 95%; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
}
 
/* Informative notices at the top of pages (blue) */
.page-notice {
	background-color: #f9f9f9;
	border-color: #025e9d; 
	text-align: left;
}
 
/* Warning information at the top of pages (red) */
.page-warning {
	background-color: #ffffff;
	border-color: #c51919;
	border-width: 2px;
}
.pw-head {
	color: #c51919;
	font-weight: bold;
}
 
/* Used in Template:Notice */
.block-note {
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
	background-position: top left;
	background-repeat: no-repeat;
}
/*
   Using block-contents in the hope that it can apply to all block-level warning templates, 
   with different images applied as backgrounds to the wrapping DIV.
*/
.block-contents {
	display: block;
	padding-left: 20px;
}
 
/* Template documentation ([[Template:Documentation]]) */
.template-documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #aaa; 
	background-color: #ecfcf4; 
	padding: 5px;
}
 
/***** 8. SOME OTHER SMALL THINGS *****/
 
/* Give a bit of space to the TOC */
#toc { margin: 1em 0; }
 
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 100%; }
.references-small { font-size: 90%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
 
/* Printing of thumbnails (bug 1583) */
div.tright { clear: right; }
 
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons {
	padding: .5em;
}
.my-buttons a {
	color: black;
	background-color: #cde !important;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	border: thin #069 outset;
	padding: 0 .1em .1em;
}
.my-buttons a:hover, .my-buttons a:active {
	background-color: #bcd;
	border-style: inset;
}
 
/* from [[User:Splarka/Help:Linked images]] */
.imagelink_wikilogo a {
	width: 135px;
	height: 135px;
	display: block;
	text-decoration: none;
	background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png");
}
 
/**** reduced subset of the mbox styles from enwiki, mainly for the nice boxflow ****/
table.mbox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 1px solid #aaa; /* Default "notice" gray */
	background: #f9f9f9;
}
table.mbox-wide {
	margin: 4px 0;
}
 
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
	border: none;
	padding: 0.25em 0.9em;       /* 0.9em left/right */
	width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
	border: none;
	padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
	text-align: center;
}
td.mbox-imageright {             /* The right image cell */
	border: none;
	padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
	text-align: center;
}
td.mbox-empty-cell {         /* An empty narrow cell */
	border: none;
	padding: 0px;
	width: 1px;
}
 
/* These mbox-small classes must be placed after all other 
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so 
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
	clear: right;
	float: right;
	margin: 4px 0 4px 1em;
	width: 238px;
	font-size: 88%;
	line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
	margin: 4px 1em 4px 0;
	width: 238px;
	border-collapse: collapse;
	font-size: 88%;
	line-height: 1.25em;
}
 
/* These are the same colours as the enwiki
   'cmbox' styles; just with different names. */
table.mbox-critical {
	border: 4px solid #b22222;    /* Red */
	background: #FFDBDB;          /* Pink */
}
table.mbox-important {
	background: #FFDBDB;    /* Red */
}
table.mbox-warning {
	background: #FFE7CE;    /* Orange */
}
table.mbox-caution {
	background: #FFF9DB;    /* Yellow */
}
table.mbox-notice {
	background: #D8E8FF;    /* Blue */
}
table.mbox-move {
	background: #E4D8FF;    /* Purple */
}
table.mbox-protection {
	background: #EFEFE1;    /* Gray-gold */
}
 
 
/*******************
** Infoboxes
*******************/
.infobox {
	float:right;
	clear:right;
	margin-bottom:0.5em;
	margin-left:1em;
	padding:0.2em;
	border:1px solid #AAA;
	background:#F9F9F9;
	color:black;
}
 
.infobox td,
.infobox th {
	vertical-align:top;
}
 
.infobox caption {
	margin-left:inherit;
	font-size:larger;
}
 
.infobox.bordered {
	border-collapse:collapse;
}
 
.infobox.bordered td,
.infobox.bordered th {
	border:1px solid #AAA;
}
 
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border:0;
}
 
/*******************
** Sister project templates
*******************/
.infobox.sisterproject {
	width:20em;
	font-size:90%;
}
 
.sister-project {
	clear:right;
	float:right;
	width:250px;
	margin:0 0 1em 3em;
	padding:4px;
	border:1px solid #AAA;
	background:#F9F9F9;
	font-size:0.8em;
	text-align:left;
}