
MediaWiki:Common.css: различия между версиями
| Строка 17: | Строка 17: | ||
h1 { | h1 { | ||
color: #8D673A; | color: #8D673A; | ||
| − | text-shadow: 0 0 5px # | + | text-shadow: 0 0 5px #CDAA80, 0 0 10px #CDAA80, |
| − | 0 0 20px # | + | 0 0 20px #CDAA80, 0 0 30px #CDAA80, |
| − | 0 0 40px # | + | 0 0 40px #CDAA80; |
} | } | ||
Версия 16:26, 25 сентября 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 {
color: #8D673A;
text-shadow: 0 0 5px #CDAA80, 0 0 10px #CDAA80,
0 0 20px #CDAA80, 0 0 30px #CDAA80,
0 0 40px #CDAA80;
}
/* Fixed Positioned AddThis Toolbox */
.addthis_toolbox {
position: fixed; z-index: 1000;
top: 10px;
left: 15%;
padding: 5px;
width: 600px;
height: 90px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
-moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
html-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.8;
background-image: url(https://wiki.botva.ru/images/4/43/Fon_2.png);
background-position: 0px 0px;
background-size: 600px;
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; }