
MediaWiki:Common.css: различия между версиями
| Строка 76: | Строка 76: | ||
.addthis_toolbox .custom_images a img { border: 0; margin: 2px 0; opacity: 0.6; } | .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; } | .addthis_toolbox .custom_images a:hover img { margin: 2px 0; opacity: 1.0; } | ||
| + | |||
| + | |||
| + | /*Статы монстров*/ | ||
| + | |||
| + | .bgr_1 { | ||
| + | background-color: #dbcaac; | ||
| + | border-radius: 3px; | ||
| + | } | ||
| + | |||
| + | .bottom10 { | ||
| + | bottom: 10px; | ||
| + | } | ||
| + | |||
| + | .right10 { | ||
| + | right: 10px; | ||
| + | } | ||
| + | |||
| + | .left140 { | ||
| + | left: 140px; | ||
| + | } | ||
| + | |||
| + | .absolute { | ||
| + | position: absolute; | ||
| + | } | ||
| + | |||
| + | .p5, .p05 { | ||
| + | padding: 5px !important; | ||
| + | } | ||
| + | |||
| + | .padding5, .p5 { | ||
| + | padding: 5px 5px; | ||
| + | } | ||
| + | |||
| + | .profile_hud.lightbrown_line { | ||
| + | border-color: #684d30; | ||
| + | } | ||
| + | |||
| + | .profile_hud { | ||
| + | margin: 1px 5px 1px 28px; | ||
| + | height: 10px; | ||
| + | text-align: center; | ||
| + | background: #e9dcc9; | ||
| + | background: #EADEC9; | ||
| + | position: relative; | ||
| + | border: 1px solid #9C8164; | ||
| + | border: 1px solid #904928; | ||
| + | border-radius: 2px; | ||
| + | } | ||
| + | |||
| + | .w394 { | ||
| + | width: 394px !important; | ||
| + | } | ||
| + | |||
| + | .mr0 { | ||
| + | margin-right: 0px !important; | ||
| + | } | ||
| + | |||
| + | .ml0 { | ||
| + | margin-left: 0px !important; | ||
| + | } | ||
| + | |||
| + | .mb5 { | ||
| + | margin-bottom: 5px !important; | ||
| + | } | ||
| + | |||
| + | .profile_hud .value1 { | ||
| + | position: absolute; | ||
| + | left: 0; | ||
| + | right: 0; | ||
| + | top: 0; | ||
| + | bottom: 0; | ||
| + | opacity: 0.7; | ||
| + | color: #000; | ||
| + | text-shadow: none; | ||
| + | display: block; | ||
| + | text-align: center; | ||
| + | } | ||
| + | |||
| + | .profile_hud div + div { | ||
| + | top: 0; | ||
| + | bottom: 0; | ||
| + | left: 0; | ||
| + | right: 0; | ||
| + | font-size: 10px; | ||
| + | line-height: 100%; | ||
| + | position: absolute; | ||
| + | z-index: 5; | ||
| + | color: #fff; | ||
| + | text-shadow: 0px 0px 3px #000; | ||
| + | } | ||
Версия 11:03, 27 сентября 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;
}
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;
}
h2 {
color: #8D673A;
text-shadow: 0 0 2px #CDAA80, 0 0 5px #CDAA80,
0 0 10px #CDAA80, 0 0 15px #CDAA80,
0 0 20px #CDAA80;
}
h3 {
color: #8D673A;
text-shadow: 0 0 1px #CDAA80, 0 0 2px #CDAA80,
0 0 5px #CDAA80, 0 0 7px #CDAA80,
0 0 10px #CDAA80;
}
h4 {
color: #8D673A;
text-shadow: 0 0 1px #CDAA80, 0 0 1px #CDAA80,
0 0 2px #CDAA80, 0 0 3px #CDAA80,
0 0 5px #CDAA80;
}
h5 {
color: #8D673A;
text-shadow: 0 0 1px #CDAA80, 0 0 1px #CDAA80,
0 0 1px #CDAA80, 0 0 2px #CDAA80,
0 0 3px #CDAA80;
}
/* Fixed Positioned AddThis Toolbox */
.addthis_toolbox {
position: fixed; z-index: 1000;
top: 2px;
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; }
/*Статы монстров*/
.bgr_1 {
background-color: #dbcaac;
border-radius: 3px;
}
.bottom10 {
bottom: 10px;
}
.right10 {
right: 10px;
}
.left140 {
left: 140px;
}
.absolute {
position: absolute;
}
.p5, .p05 {
padding: 5px !important;
}
.padding5, .p5 {
padding: 5px 5px;
}
.profile_hud.lightbrown_line {
border-color: #684d30;
}
.profile_hud {
margin: 1px 5px 1px 28px;
height: 10px;
text-align: center;
background: #e9dcc9;
background: #EADEC9;
position: relative;
border: 1px solid #9C8164;
border: 1px solid #904928;
border-radius: 2px;
}
.w394 {
width: 394px !important;
}
.mr0 {
margin-right: 0px !important;
}
.ml0 {
margin-left: 0px !important;
}
.mb5 {
margin-bottom: 5px !important;
}
.profile_hud .value1 {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0.7;
color: #000;
text-shadow: none;
display: block;
text-align: center;
}
.profile_hud div + div {
top: 0;
bottom: 0;
left: 0;
right: 0;
font-size: 10px;
line-height: 100%;
position: absolute;
z-index: 5;
color: #fff;
text-shadow: 0px 0px 3px #000;
}