MediaWiki:Rrm4test.css: различия между версиями
Страница интерфейса MediaWiki
Дополнительные действия
Rirma4ch (обсуждение | вклад) Новая страница: «.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;...» |
Rirma4ch (обсуждение | вклад) Нет описания правки |
||
| (не показана 1 промежуточная версия этого же участника) | |||
| Строка 1: | Строка 1: | ||
. | .guide1 { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
| Строка 22: | Строка 22: | ||
.guide-panel .header { | .guide-panel .header { | ||
align-items: flex-start; | align-items: flex-start; | ||
} | } | ||
Текущая версия от 16:44, 6 октября 2025
.guide1 {
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 {
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
}