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