MediaWiki:Common.css: различия между версиями
Материал из Румайн-вики
imported>FANDOMbot м (Applying changes that should make this CSS file HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.) |
imported>Allexx.Sn м (удаление всякого) |
||
Строка 1: | Строка 1: | ||
/** Размещённый здесь CSS будет применяться ко всем темам оформления */ | /** Размещённый здесь CSS будет применяться ко всем темам оформления */ | ||
#spoiler { | #spoiler { | ||
overflow: hidden; | overflow: hidden; | ||
background-color: #002E54; | background-color: #002E54; | ||
-moz-border-radius: 6px 6px; | -moz-border-radius: 6px 6px; | ||
-webkit-border-radius: 6px; | -webkit-border-radius: 6px; | ||
Строка 26: | Строка 10: | ||
height : 25px; | height : 25px; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
Версия от 21:38, 31 марта 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;
}