
MediaWiki:Common.css: различия между версиями
| Строка 15: | Строка 15: | ||
} | } | ||
| − | h1 { | + | .h1 { |
margin: 1em 0 0.75em; | margin: 1em 0 0.75em; | ||
padding: 0 0 5px 0; | padding: 0 0 5px 0; | ||
Версия 16:14, 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 {
margin: 1em 0 0.75em;
padding: 0 0 5px 0;
color: #6B5344;
font-weight: normal;
font-family: 'Scada', sans-serif;
position: relative;
text-shadow: 0 2px 0 rgba(255,255,255,0.5);
font-size: 30px;
line-height: 40px;
}
/* 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; }