MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
(+ Collapsible tables) |
Нет описания правки |
||
Строка 17: | Строка 17: | ||
text-align: right; | text-align: right; | ||
width: auto; | width: auto; | ||
} | |||
/*{Навигационная полоса}, {Hider}, ... */ | |||
div.Boxmerge, | |||
div.NavFrame { | |||
margin:0; | |||
padding:2px; | |||
border:1px solid #aaa; | |||
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:#fff; | |||
margin:0; | |||
padding:2px; | |||
float:left; | |||
} | |||
div.NavFrame div.NavHead { | |||
height:1.6em; | |||
font-weight:bold; | |||
font-size:100%; | |||
background:#efefef; | |||
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 { | |||
float:right; | |||
top:0; | |||
right:11px; | |||
font-weight:normal; | |||
font-size:smaller; | |||
} | } |
Текущая версия от 07:53, 3 января 2013
pre { overflow-x: auto; }
/** Collapsible tables *********************************************************
*
* Description: Allows tables to be collapsed, showing only the header. See
* http://www.mediawiki.org/wiki/Manual:Collapsible_tables.
* Maintainers: [[en:User:R. Koot]]
*/
table.collapsed tr.collapsible {
display: none;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised. */
text-align: right;
width: auto;
}
/*{Навигационная полоса}, {Hider}, ... */
div.Boxmerge,
div.NavFrame {
margin:0;
padding:2px;
border:1px solid #aaa;
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:#fff;
margin:0;
padding:2px;
float:left;
}
div.NavFrame div.NavHead {
height:1.6em;
font-weight:bold;
font-size:100%;
background:#efefef;
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 {
float:right;
top:0;
right:11px;
font-weight:normal;
font-size:smaller;
}