Версия 20:53, 31 марта 2011 | | Версия 20:54, 31 марта 2011 |
Строка 30: | | Строка 30: |
| .shadow1 { | | | .shadow1 { |
| text-shadow: 1px 1px 1px #000000; | | | text-shadow: 1px 1px 1px #000000; |
? | filter : dropShadow(color=#41342B, offX=1, offY=1, positive=0); | | + | filter : dropShadow(color=#41342B, offX=1, offY=1, positive=1); |
| } | | | } |
| | | | |
Версия 20:54, 31 марта 2011
/** Размещённый здесь CSS будет применяться ко всем темам оформления */
a, #content a.external {
color: #002BB8;
}
a:visited, #content a.external:visited {
color: #516a75;
}
div#bodyContent > div.thumb {
border-color: #E6E5E0;
}
.Summary {
background-color: #EEEEFF;
border: 1px solid #AAAAAA;
margin-bottom: 12px;
margin-right: 0;
margin-top: 6px;
min-height: 120px;
clear: left;
margin-bottom: 3px;
padding: 5px 6px;
}
.mw-specialpagerestricted strong {
font-weight: bold;
}
.shadow1 {
text-shadow: 1px 1px 1px #000000;
filter : dropShadow(color=#41342B, offX=1, offY=1, positive=1);
}
.levelico {
color: #FFFFFF;
font-weight: bold;
position:absolute;
top:5px;
left:15px;
}
table.standard, table.wide
{border:1px solid #AAAAAA; border-collapse: collapse}
table.standard th, table.wide th, table.wikitable th
{border:1px solid #AAAAAA; padding-left:0.2em; padding-right:0.2em; background-color:#EEEEFF}
table.standard td, table.wide td
{border: 1px solid #AAAAAA; padding-left:0.2em; padding-right:0.2em}
table.standard caption, table.wide caption, table.tiles caption
{padding-top: 0.2em; padding-bottom:0.2em}
/* Don't display some stuff on the main page */
body.page-Заглавная_страница #deleteconfirm,
body.page-Заглавная_страница #t-cite,
body.page-Заглавная_страница #footer-info-lastmod,
body.page-Заглавная_страница #siteSub,
body.page-Заглавная_страница #contentSub,
body.page-Заглавная_страница h1.firstHeading {
display: none !important;
}
.TankPerformance {
background-color: #F9F9F9;
border: 1px solid #AAAAAA;
clear: right;
float: right;
font-size: 88%;
margin: 0 0 0.5em 1em;
max-width: 232px;
padding: 3px;
z-index:2;
}
.TankPerformance h3{
background-color: #C4C0B1;
color: #41342B;
margin: 0;
padding: 0;
text-align: center;
}
.TankPerformance th {
text-align: left;
background-color: #E6E5E0;
color: #41342B;
padding: 0px 3px;
}
.TankPerformance td {
padding: 0px 3px;
}
.TankPerformance table {
border-spacing: 3px;
}
.TankPerformance th.center {
width: 100%;
text-align: center;
}
th.group {
background-color: #C4C0B1;
}