MediaWiki:Monobook.css
Eʼtibor bering: Oʻzgartirishlaringizni koʻrish uchun, yangi moslamalaringizning saqlashdan keyin, brauzer keshini tozalash kerak:
Mozilla / Firefox: Ctrl+Shift+R, IE: Ctrl+F5, Safari: Cmd+Shift+R, Konqueror: F5, Opera: Tools → Preferences orqali keshni tozalang.
/* edit this file to customize the monobook skin for the entire site */
/*<pre><nowiki>*/
span.newpage {
color: white;
background-color: red;
}
/* Kategoriya */
/*#catlinks {
border: 0px;
border-top: 2px dotted #aaaaaa;
}*/
/* Bold-edit*/
#ca-edit a{font-weight:bold !important;}
/* Display "Vikipediya, ochiq ensiklopediya" */
#siteSub {
display: inline;
font-style: italic;
font-size: 100%;
font-weight: normal;
}
/* extra buttons for edit dialog (from bg:)*/
#my-buttons {
padding: 0.5em;
}
#my-buttons a {
color: black;
background-color: #ccddee;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
border: thin #006699 outset;
padding: 0 0.1em 0.1em 0.1em;
}
#my-buttons a:hover, #my-buttons a:active {
background-color: #bbccdd;
border-style: inset;
}
.messagebox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
width: 80%;
margin: 0 auto 1em auto;
padding: .2em;
text-align: justify;
}
.messagebox.merge {
border: 1px solid #cf9fff;
background-color: #f5edf5;
text-align: center;
}
.messagebox.cleanup {
border: 1px solid #9f9fff;
background-color: #efefff;
text-align: center;
}
.messagebox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
}
/* Standard Navigationsleisten, aka box hiding thingy from .de.*/
div.Boxmerge,
div.NavFrame {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.Boxmerge div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #ffffff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
position:relative;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
a.NavToggle {
position:absolute;
top:0px;
right:3px;
font-weight:normal;
font-size:smaller;
}
/* Navigationsleisten nicht mit ausdrucken */
@media print{
.NavFrame {
display: none;
}
.Boxmerge {
display: none;
}
}
/* Infobox template style */
.infobox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
} .infobox td, .infobox th {
vertical-align: top;
} .infobox caption {
font-size: larger;
margin-left: inherit;
} .infobox.bordered {
border-collapse: collapse;
} .infobox.bordered td, .infobox.bordered th {
border: 1px solid #aaaaaa;
} .infobox.bordered .borderless td, .infobox.bordered .borderless th {
border: 0;
}
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
/*
Это нужно чтобы в окошке поиска кнопки не разбивались на 2 строки
к сожалению в main.css для кнопки Go прописаны паддинги .5em.
Что хорошо для "Go" плохо для "Перейти" --st0rm
*/
#searchGoButton {
padding-left: 0em;
padding-right: 0em;
font-weight: bold;
}
/* Скруглённые углы, для Gecko браузеров, из итальянского раздела */
.pBody {
padding: 0.1em 0.1em;
-moz-border-radius-topright: 0.5em;
}
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
}
#content {
-moz-border-radius-topleft: 0.5em;
}
/* для редактирования нулевой секции */
.editsection { float: right; margin-left: 5px; }
/* Koordinatalar */
#coordinates {
position: absolute;
z-index: 1;
border: none;
background: none;
right: 0;
top: 3.7em;
float: right;
margin: 0;
padding: 0;
padding-right: 30px;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
#mw-indicator-attached-kml,
#mw-indicator-coordinates {
font-size: 13px;
}
.ve-ce-surface #coordinates {
margin-top: -3em;
}
.ve-ce-surface #coordinates {
top: 0;
padding: 0;
}
/*</nowiki></pre>*/