
MediaWiki:Common.css: различия между версиями
| Строка 44: | Строка 44: | ||
width: 600px; | width: 600px; | ||
background-image: url(https://i.botva.ru/images/packs/fast/bg_fast.png); | background-image: url(https://i.botva.ru/images/packs/fast/bg_fast.png); | ||
| − | background-size: | + | background-size: inherit |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
Версия 15:34, 24 сентября 2013
/** Collapsible tables *********************************************************
*
* Description: Allows tables to be collapsed, showing only the header. See
* http://www.mediawiki.org/wiki/Manual:Collapsible_tables.
* Maintainers: [[en:User:R. Koot]]
*/
table.collapsed tr.collapsible {
display: none;
}
.collapseButton {
cursor: pointer;
text-shadow: 0.0em 0.0em 0.2em black;
}
h1 {
text-shadow: 0.0em 0.0em 0.2em black, 0 0 1em #FFF3D3; /* Параметры тени */
color: #623520; /* Белый цвет текста #CDAA80 */
font-size: 2em; /* Размер надписи */
}
h2 {
text-shadow: 0.0em 0.0em 0.2em black, 0 0 1em #FFF3D3; /* Параметры тени */
color: #623520; /* Белый цвет текста #CDAA80 */
font-size: 1em; /* Размер надписи */
}
h3 {
text-shadow: 0.0em 0.0em 0.2em black, 0 0 1em #FFF3D3; /* Параметры тени */
color: #623520; /* Белый цвет текста #CDAA80 */
font-size: 0,5em; /* Размер надписи */
}
/*Менюшка*/
/* Fixed Positioned AddThis Toolbox */
.addthis_toolbox {
position: fixed; z-index: 1000;
top: -20px;
left: 15%;
padding: 5px 5px 4px;
width: 600px;
background-image: url(https://i.botva.ru/images/packs/fast/bg_fast.png);
background-size: inherit
background-repeat: no-repeat;
}
.addthis_toolbox .custom_images a {
width: 32px;
height: 32px;
cursor: pointer;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 2px 0; opacity: 0.6; }
.addthis_toolbox .custom_images a:hover img { margin: 2px 0; opacity: 1.0; }