MediaWiki:Rrm4test.css
Страница интерфейса MediaWiki
Дополнительные действия
Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.
- Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
- Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
- Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
- Opera: Нажмите Ctrl+F5.
.guide {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.guide-panel {
flex: 0 1 calc(50% - 10px);
box-sizing: border-box;
border-radius: 10px;
border: 2px solid;
background-size: 100% auto !important;
overflow: hidden;
display: flex;
}
.guide-panel .overlay {
flex: 1;
backdrop-filter: blur(5px);
background-color: rgba(0, 0, 0, 0.1);
}
.guide-panel .header {
display: flex;
justify-content: space-between;
flex-direction: row;
align-items: flex-start;
}
.guide-panel .title {
padding: 2px;
padding-inline: 30px;
border: 2px solid;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top: none;
font-size: 1.2em;
}
.guide-panel .items {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 5px;
padding: 5px;
}
.guide-panel .item {
flex: 0 1 calc(33% - 5px);
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
border: 1px rgba(255, 255, 255, 0.2) solid !important;
border-radius: 10px;
padding: 2px;
padding-left: 5px;
}
.guide-panel .item:hover {
cursor: pointer;
border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.guide-panel .logo {
margin: 3px;
}
.guide a,
.guide a:visited,
.guide a:active,
.guide a.external {
color: rgba(200, 215, 255, 0.9) !important;
font-weight: bold;
}
.guide a.new,
.guide a.new:visited {
color: #730300 !important;
font-weight: normal !important;
}
.guide-bg-med {
background: url(https://wiki.ss13-bluemoon.ru/images/1/17/Guide-bg-med.png) center top no-repeat; !important
}
.guide-bg-cargo {
background: url(https://wiki.ss13-bluemoon.ru/images/2/28/Guide-bg-cargo.png) center top no-repeat; !important
}
.guide-bg-engi {
background: url(https://wiki.ss13-bluemoon.ru/images/d/dd/Guide-bg-engi.png) center top no-repeat; !important
}
.guide-bg-rnd {
background: url(https://wiki.ss13-bluemoon.ru/images/a/a2/Guide-bg-rnd.png) center top no-repeat; !important
}
.guide-bg-sec {
background: url(https://wiki.ss13-bluemoon.ru/images/9/9a/Guide-bg-sec.png) center top no-repeat; !important
}
.guide-bg-service {
background: url(https://wiki.ss13-bluemoon.ru/images/2/2f/Guide-bg-service.png) center top no-repeat; !important
}
.guide-bg-misc {
background: url(https://wiki.ss13-bluemoon.ru/images/4/47/Guide-bg-misc.png) center top no-repeat; !important
}