MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Нет описания правки |
Нет описания правки |
||
| Строка 198: | Строка 198: | ||
width: 6em; | width: 6em; | ||
} | } | ||
.hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } | |||
.hlist dt, .hlist dd, .hlist li { display: inline; margin: 0; padding: 0; } | |||
Версия от 18:30, 19 августа 2026
/* Точки * * * */
ul {
list-style-image: url(/w/skins/Vector/resources/skins.vector.styles.legacy/images/bullet-icon-white.png);
}
figure[typeof~="mw:File/Thumb"], figure[typeof~="mw:File/Frame"] {
color: var(--color-base,#b9b9b9);
}
a[href$=":Bloomstorm"] {
color: #ff0000;
font-weight: bold;
}
a[href$="/Bloomstorm"] {
color: #ff0000;
font-weight: bold;
}
a[href*="Bloomstorm"] {
color: #ff0000;
font-weight: bold;
}
a[href*="Старлайт"] {
color: #EEBDF5;
font-weight: bold;
}
a[href*="Hsancore3"] {
color: #F5BB70;
font-weight: bold;
}
a[href*="MediaWiki default"] {
color: #BA00F5;
font-weight: bold;
}
/* Шаблон с вселенными */
div.type-blue {
background: #000 url(https://bloomstorm.su/w/images/3/35/Articletype_blue.png) no-repeat;
}
div.type-idle {
background: #000 url(https://bloomstorm.su/w/images/c/c4/Articletype_idle.png) no-repeat;
}
div#ma-article-type {
border-bottom: 1px solid #444444;
background-position: top left;
text-align: right;
padding-top: 1em;
padding-right: 1em;
min-height: 55px;
max-height: 55px;
font-size: large;
font-variant: small-caps;
}
/* Навбокс */
.navbox {
/* Navbox container style */
border: 1px solid var(--border-color-base, #a2a9b1);
width: 100%;
box-sizing: border-box;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em;
/* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
th.navbox-group {
/* Group style */
white-space: nowrap;
/* @noflip */
text-align: right;
}
.navbox,
.navbox-subgroup {
background: #fdfdfd;
/* Background color */
}
.navbox-list {
line-height: 1.8em;
border-color: #fdfdfd;
/* Must match background color */
}
.navbox th,
.navbox-title {
background: #ccccff;
/* Level 1 color */
}
.navbox-abovebelow,
th.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 */
}
table.navbox+table.navbox {
/* Single pixel border between adjacent navboxes */
margin-top: -1px;
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0;
/* Adjust hlist padding in navboxes */
}
ol+table.navbox,
ul+table.navbox {
margin-top: 0.5em;
/* Prevent lists from clinging to navboxes */
}
/* Default styling for Navbar template */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
.navbar li {
word-spacing: -0.125em;
}
.navbar.mini li span {
font-variant: small-caps;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
font-size: 100%;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* intentionally is flipped */
float: left;
/* intentionally is flipped */
text-align: left;
/* intentionally is flipped */
margin-right: 0.5em;
width: 6em;
}
.hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; }
.hlist dt, .hlist dd, .hlist li { display: inline; margin: 0; padding: 0; }