Изменения

MediaWiki:Common.css

1581 байт добавлено, 11:01, 20 апреля 2014
м
Нет описания правки
/* Интерфейс */
 
/* Sitenotice */
#siteNotice {
display: none;
}
 
body.ns-0 #siteNotice {
line-height: 1.2em;
display: block;
}
body.page-Главная_страница #t-cite,
body.page-Главная_страница h1.firstHeading,
body.page-Главная_страница #siteNotice,
body.page-Главная_страница #catlinks,
body.page-Главная_страница #ca-delete {
display: none;
font-size: 92%;
font-weight: normal;
}
 
/* Sitenotice */
#siteNotice {
display: none;
}
 
body.ns-0 #siteNotice {
display: block;
}
}
/* Make the list of references smaller Список сносок мелким шрифтом */
ol.references,
div.reflist,
}
/* Highlight clicked reference in blue to help navigation Подсветка активной сноски */
ol.references li:target,
sup.reference:target,
/* Оформление таблиц */
table.wikitable, table.wide, table.prettytable { margin:1em 1em 1em 0; background:#FFFFFF; border:1px solid #a3bfb1; border-collapse:collapse
}
table.wikitable th, table.wikitable tdwide th,table.prettytable th{ border: 1px solid #aaa; padding-left: 0.2em; padding-right: 0.2em; background: #eef}table.standard td, table.wide td, table.prettytable td { border:1px solid #a3bfb1aaa; padding-left: 0.2em; padding-right:0.2em
}
table.wikitable caption, table.wide caption, table.prettytable caption { marginpadding-lefttop:inherit0.2em; margin padding-rightbottom:inherit; font-size:larger; 0.2em font-weight:bold
}
table.prettytable th wide { backgroundwidth:#F4FBFF;100%
}
margin: 0 0 0.5em 1em;
width: 20%;
}
 
/* HACK! */
pre pre {
font-size: .8em;
padding: 0;
}
 
/* {{contentbox}} */
.contentbox {
padding: 3px;
padding-top: 0;
margin-top: .5em;
margin-bottom: .5em;
}
 
.contentbox .contentbox-title {
margin-top: 0;
margin-left: -3px;
display: table-row;
padding: 3px;
padding-top: 1px; /** new **/
padding-left: 0;
float: left;
}
 
.contentbox .contentbox-title1 {
padding: 3px;
font-weight: bold;
}
 
.contentbox .contentbox-subtitle {
padding: 3px;
font-weight: bold;
}
 
.contentbox .contentbox-description {
padding: 3px;
font-weight: bold;
}
 
.contentbox .contentbox-rightmsg {
float: right;
margin-top: -3px;
margin-right: -3px;
padding: 3px;
}
 
.contentbox .contentbox-content {
clear: both;
padding-top: 3px;
}
 
.contentbox-content pre {
margin: 0;
padding: 0;
}
 
.contentbox-content pre {
border-color: #AAA;
}
 
/* Разное */
 
#toc {
margin: 1em 0;
}
 
.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;
}
 
/* Улучшение читаемости тэга code */
code {
border: 1px solid #ddd;
padding: 1px 4px;
border-radius: 2px;
}