MediaWiki:Common.css
Aus KW Wiki
(Unterschied zwischen Versionen)
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 43: | Zeile 43: | ||
#p-cactions li a:active { | #p-cactions li a:active { | ||
color: #113175; | color: #113175; | ||
− | background-color: # | + | background: #EEE; |
+ | background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%); | ||
+ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#eeeeee)); | ||
+ | background: -webkit-linear-gradient(top, #dddddd 0%,#eeeeee 100%); | ||
+ | background: -o-linear-gradient(top, #dddddd 0%,#eeeeee 100%); | ||
+ | background: -ms-linear-gradient(top, #dddddd 0%,#eeeeee 100%); | ||
+ | background: linear-gradient(top, #dddddd 0%,#eeeeee 100%); | ||
} | } | ||
#p-cactions li a:hover { | #p-cactions li a:hover { | ||
− | background: # | + | background: #EEE; |
background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); | background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); |
Aktuelle Version vom 19. Februar 2012, 03:06 Uhr
body { background: #777 url(http://kw.text-indent.net/skins/monobook/logobg_kw.gif) 0 0 repeat-x; } div#globalWrapper { background: -moz-linear-gradient(top, rgba(32,32,32,0) 0, rgba(32,32,32,0) 119px, rgba(33,33,33,1) 120px, rgba(119,119,119,1) 300px); background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(32,32,32,0)), color-stop(119px,rgba(32,32,32,0)), color-stop(120px,rgba(33,33,33,1)), color-stop(300px,rgba(119,119,119,1))); background: -webkit-linear-gradient(top, rgba(32,32,32,0) 0,rgba(32,32,32,0) 119px,rgba(33,33,33,1) 120px,rgba(119,119,119,1) 300px); background: -o-linear-gradient(top, rgba(32,32,32,0) 0,rgba(32,32,32,0) 119px,rgba(33,33,33,1) 120px,rgba(119,119,119,1) 300px); background: -ms-linear-gradient(top, rgba(32,32,32,0) 0,rgba(32,32,32,0) 119px,rgba(33,33,33,1) 120px,rgba(119,119,119,1) 300px); background: linear-gradient(top, rgba(32,32,32,0) 0,rgba(32,32,32,0) 119px,rgba(33,33,33,1) 120px,rgba(119,119,119,1) 300px); } #bodyContent a.external, #bodyContent a.external:visited, #bodyContent a.external:active, a, a:visited, a:active { color: #113175; } #bodyContent a.external:hover, a:hover { color: #0055D8; } #bodyContent .mw-content-ltr div { background: #E2E2E2; border-radius: 7px; } #p-cactions { z-index: 4; top: 100px; height: 21px; } #p-cactions .pBody { margin-left: 180px; } #p-cactions li, #p-cactions li a { border-top-left-radius: 5px; border-top-right-radius: 5px; } #p-cactions li a, #p-cactions li a:visited, #p-cactions li a:active { color: #113175; background: #EEE; background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#eeeeee)); background: -webkit-linear-gradient(top, #dddddd 0%,#eeeeee 100%); background: -o-linear-gradient(top, #dddddd 0%,#eeeeee 100%); background: -ms-linear-gradient(top, #dddddd 0%,#eeeeee 100%); background: linear-gradient(top, #dddddd 0%,#eeeeee 100%); } #p-cactions li a:hover { background: #EEE; background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); background: linear-gradient(top, #ffffff 0%,#eeeeee 100%); } .pBody { background: #EEE; border-top-right-radius: 7px; border-bottom-right-radius: 7px; } .portlet h5 { color: #FFF; font-weight: bold; } div#column-one { padding-top: 135px; } #p-personal li a { color: #DDD; } #p-personal li a.new { color: #F8F51C; } #p-personal li a:hover { color: #F8F51C; text-decoration: underline; background: none; } #p-logo { width: 300px; height: 120px; } #p-logo a, #p-logo a:hover { width: 300px; height: 120px; } div#content { margin-top: 120px; background-color: #EEE; border-top-left-radius: 7px; border-bottom-left-radius: 7px; } div#footer { background-color: #EEE; border-bottom: 1px solid #AAAAAA; border-top: 1px solid #AAAAAA; }