MediaWiki:Common.css: различия между версиями
Страница интерфейса MediaWiki
Дополнительные действия
Нет описания правки |
Нет описания правки |
||
| Строка 77: | Строка 77: | ||
.wikinotice { | .wikinotice { | ||
margin: 1em 0; | margin: 1em 0; | ||
padding: | padding: 12px; | ||
border-radius: | border-radius: 4px; | ||
border-left: | border-left: 4px solid #444; | ||
background-color: # | background-color: #1a1b26; | ||
color: # | color: #e1e1e1; | ||
} | } | ||
| Строка 95: | Строка 95: | ||
.wikinotice.notice-warning { | .wikinotice.notice-warning { | ||
background-color: # | background-color: #2a2415; | ||
border-left-color: #ffab00; | border-left-color: #ffab00; | ||
} | } | ||
.wikinotice.notice-warning .wikinotice-title { | .wikinotice.notice-warning .wikinotice-title { | ||
color: # | color: #ffd54f; | ||
} | } | ||
.wikinotice.notice-info { | .wikinotice.notice-info { | ||
background-color: # | background-color: #151d2a; | ||
border-left-color: #2962ff; | border-left-color: #2962ff; | ||
} | } | ||
.wikinotice.notice-info .wikinotice-title { | .wikinotice.notice-info .wikinotice-title { | ||
color: # | color: #90caf9; | ||
} | } | ||
.wikinotice.notice-success { | .wikinotice.notice-success { | ||
background-color: # | background-color: #162317; | ||
border-left-color: #4caf50; | border-left-color: #4caf50; | ||
} | } | ||
.wikinotice.notice-success .wikinotice-title { | .wikinotice.notice-success .wikinotice-title { | ||
color: # | color: #a5d6a7; | ||
} | } | ||
Версия от 00:14, 27 сентября 2025
.infobox {
width: auto;
max-width: 400px;
min-width: 100px;
border: 1px solid #3A3D4A;
border-radius: 0 0 8px 8px;
border-spacing: 0;
background-color: #12141A;
padding: 12px;
color: #e0e0e0;
font-size: 90%;
line-height: 1.5;
float: right;
margin: 0.5em 0 0.5em 1em;
clear: right;
}
.infobox .infobox-title {
font-size: 125%;
font-weight: bold;
text-align: center;
padding: 0.5em;
background-color: #000;
border: 1px solid #222;
border-radius: 8px 8px 0 0;
}
.infobox .infobox-image {
text-align: center;
padding: 10px;
}
.infobox .infobox-header {
font-weight: bold;
text-align: center;
padding: 0.4em;
background-color: #22242B;
}
.infobox .infobox-label {
font-weight: bold;
padding: 0.4em 1em 0.4em 0.4em;
color: #b0b0b0;
vertical-align: top;
text-align: left;
border-top: 1px solid #3A3D4A;
}
.infobox .infobox-data {
text-align: left;
padding: 0.4em 0.4em 0.4em 0;
border-top: 1px solid #3A3D4A;
}
.infobox .infobox-image a.mw-file-description {
display: block;
margin-bottom: 0.5em;
}
.infobox .infobox-data ul {
margin: 0;
padding-left: 1.5em;
list-style-position: inside;
}
.infobox .infobox-data pre,
.infobox .infobox-data p {
background-color: transparent;
border: none;
margin: 0;
padding: 0;
font-family: inherit;
line-height: inherit;
white-space: normal;
}
.wikinotice {
margin: 1em 0;
padding: 12px;
border-radius: 4px;
border-left: 4px solid #444;
background-color: #1a1b26;
color: #e1e1e1;
}
.wikinotice-title {
font-weight: bold;
margin-bottom: 5px;
font-size: 1.1em;
}
.wikinotice-content {
line-height: 1.5;
}
.wikinotice.notice-warning {
background-color: #2a2415;
border-left-color: #ffab00;
}
.wikinotice.notice-warning .wikinotice-title {
color: #ffd54f;
}
.wikinotice.notice-info {
background-color: #151d2a;
border-left-color: #2962ff;
}
.wikinotice.notice-info .wikinotice-title {
color: #90caf9;
}
.wikinotice.notice-success {
background-color: #162317;
border-left-color: #4caf50;
}
.wikinotice.notice-success .wikinotice-title {
color: #a5d6a7;
}