MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Rogalia (обсуждение | вклад) |
Rogalia (обсуждение | вклад) |
||
| Строка 61: | Строка 61: | ||
div#table_with_table { | div#table_with_table { | ||
float: left; | float: left; | ||
| + | } | ||
| + | div#in_table_with_table { | ||
| + | float: none; | ||
} | } | ||
Версия 23:51, 22 ноября 2016
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
body {
background: #fff url(http://rogalia.ru/wp-content/uploads/2016/11/bg-1920x1080.jpg) no-repeat fixed center top;
}
.mw-body {
background: rgba(255, 255, 255, 0.85);
}
#mw-page-base {
background: none;
}
div.vectorTabs {
border-radius: 2px 0 0 0;
opacity: 0.85;
}
div.portal {
background: rgba(255, 255, 255, 0.75);
border-radius: 2px;
}
div#mw-panel {
width: 11em;
padding: 0;
}
#mainpage_topbox, table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
background: #fff;
padding: 5px;
border: 1px solid #c5cad4;
}
#mw-content-text, table.wikitable, h1, h2, h3, h4, h5, h6 {
color: #182a48;
}
h1, h2, h3, h4, h5, h6, .mw-body h1, .mw-body h2 {
border-bottom: 1px solid #999fab;
font-family: sans-serif;
}
/***************************************************/
h1#firstHeading {
display: none;
}
#mainpage_topbox {
text-align: center;
}
#rogalia {
color: #a96028;
}
#mainpage_pagetitle, #mainpage_title {
font-size: 130%;
padding: 4px 7px;
background-color: #e0e4ec;
}
#mainpage_pagetitle {
font-size: 200%;
}
#mainpage_table {
width: 100%;
}
#mainpage_table td {
vertical-align: top;
}
div#table_with_table {
float: left;
}
div#in_table_with_table {
float: none;
}