MediaWiki:Common.css: различия между версиями
Материал из Румайн-вики
imported>Allexx.Sn м (Ну допустим мы это протестируем) |
imported>Allexx.Sn м (спойлер) |
||
Строка 4: | Строка 4: | ||
overflow: hidden; | overflow: hidden; | ||
background-color: #002E54; | background-color: #002E54; | ||
border-radius: 2px; | |||
color:white; | color:white; | ||
width: 120px; | width: 120px; | ||
height : 25px; | height : 25px; | ||
} | } | ||
#spoiler:hover { | #spoiler:hover { | ||
background-color: #ADD8E6; | background-color: #ADD8E6; | ||
border: | border:1px solid #002E54; | ||
border-radius: 2px; | |||
color: #000; | color: #000; | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
text-decoration: none; | text-decoration: none; | ||
text-align: | text-align:left; | ||
} | } | ||
Версия от 16:05, 1 апреля 2018
/** Размещённый здесь CSS будет применяться ко всем темам оформления */
#spoiler {
overflow: hidden;
background-color: #002E54;
border-radius: 2px;
color:white;
width: 120px;
height : 25px;
}
#spoiler:hover {
background-color: #ADD8E6;
border:1px solid #002E54;
border-radius: 2px;
color: #000;
width: 100%;
height: 100%;
text-decoration: none;
text-align:left;
}
.user-group {
background-color: #eee;
padding: 4px;
border-radius: 4px;
}
.modesrator {
color: #1ca9c9; /* продам гараж */
}