MediaWiki:Monobook.css — различия между версиями
Материал из ПокеВики
EvilCat (обсуждение | вклад) м |
EvilCat (обсуждение | вклад) |
||
(не показаны 4 промежуточные версии этого же участника) | |||
Строка 2: | Строка 2: | ||
.usermessage { | .usermessage { | ||
− | background: | + | background: repeat-x scroll left top; |
− | |||
color: #FFFFFF; | color: #FFFFFF; | ||
font-weight: bold; | font-weight: bold; | ||
Строка 9: | Строка 8: | ||
padding: 0.5em 1em 0.5em 1em; | padding: 0.5em 1em 0.5em 1em; | ||
vertical-align: middle; | vertical-align: middle; | ||
− | } | + | } |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
body { | body { | ||
Строка 28: | Строка 20: | ||
#p-navigation .pBody { | #p-navigation .pBody { | ||
-moz-border-radius: 0.75em; | -moz-border-radius: 0.75em; | ||
− | |||
− | |||
} | } | ||
#p-interaction .pBody { | #p-interaction .pBody { | ||
-moz-border-radius: 0.75em; | -moz-border-radius: 0.75em; | ||
− | |||
− | |||
} | } | ||
#p-tb .pBody { | #p-tb .pBody { | ||
-moz-border-radius: 0.75em; | -moz-border-radius: 0.75em; | ||
− | |||
− | |||
} | } | ||
Строка 48: | Строка 34: | ||
input[type="text"], input[type="submit"], textarea { | input[type="text"], input[type="submit"], textarea { | ||
-moz-border-radius: 0.25em; | -moz-border-radius: 0.25em; | ||
− | |||
input[type="text"], input[type="submit"], textarea, pre, #toc { | input[type="text"], input[type="submit"], textarea, pre, #toc { | ||
Строка 61: | Строка 46: | ||
#p-cactions li a { | #p-cactions li a { | ||
background: #FFFFE0 !important; | background: #FFFFE0 !important; | ||
− | |||
padding-bottom: 1px; | padding-bottom: 1px; | ||
} | } | ||
Строка 71: | Строка 55: | ||
#footer { | #footer { | ||
margin-left: 13.6em; | margin-left: 13.6em; | ||
− | |||
− | |||
-moz-border-radius-bottomleft: 12px; | -moz-border-radius-bottomleft: 12px; | ||
-moz-border-radius-bottomright: 12px; | -moz-border-radius-bottomright: 12px; |
Текущая версия на 23:55, 8 октября 2012
/* Размещённый здесь CSS будет применяться к теме оформления Monobook */ .usermessage { background: repeat-x scroll left top; color: #FFFFFF; font-weight: bold; margin: 2em 0em 1em 0em; padding: 0.5em 1em 0.5em 1em; vertical-align: middle; } body { background: #FFFFE0 } #p-lang { display: none } #p-navigation .pBody { -moz-border-radius: 0.75em; } #p-interaction .pBody { -moz-border-radius: 0.75em; } #p-tb .pBody { -moz-border-radius: 0.75em; } input[type="radio"], input[type="checkbox"] { border:none; } input[type="text"], input[type="submit"], textarea { -moz-border-radius: 0.25em; input[type="text"], input[type="submit"], textarea, pre, #toc { -moz-border-radius: 2px; #p-cactions li { -moz-border-radius-topleft: 12px; -moz-border-radius-topright: 12px; background-color: DarkKhaki; } #p-cactions li a { background: #FFFFE0 !important; padding-bottom: 1px; } #p-cactions #ca-editfirst a { padding-left: .4em; padding-right: .4em; } #footer { margin-left: 13.6em; -moz-border-radius-bottomleft: 12px; -moz-border-radius-bottomright: 12px; } .pBody { -moz-border-radius-topright: 12px; -moz-border-radius-bottomright: 12px; border-left: none 0 !important; }