Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
.frame_left {background:url(images/thumbframe/item_lbar.gif) repeat-y top left;} | .frame_left {background:url(images/thumbframe/item_lbar.gif) repeat-y top left;} | ||
.frame_right {background:url(images/thumbframe/item_rbar.gif) repeat-y top right;} | .frame_right {background:url(images/thumbframe/item_rbar.gif) repeat-y top right;} | ||
− | + | #p-personal { | |
+ | background: none repeat scroll 0 0 #F0E0BE; | ||
+ | } | ||
+ | #right-navigation, #left-navigation { | ||
+ | margin-top: 9.5em; | ||
+ | } | ||
div.vectorTabs h5, div.vectorMenu h5 span { | div.vectorTabs h5, div.vectorMenu h5 span { | ||
display: none; | display: none; | ||
Line 52: | Line 57: | ||
display: inline-block; | display: inline-block; | ||
height: 100%; | height: 100%; | ||
− | line-height: | + | line-height: 0.4em; |
margin: 0px; | margin: 0px; | ||
− | padding: | + | padding: 0 5px; |
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
Line 96: | Line 101: | ||
div.vectorTabs span { | div.vectorTabs span { | ||
− | background-image: | + | background-image: none; |
background-position: right bottom; | background-position: right bottom; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Line 110: | Line 115: | ||
color: #A55858; | color: #A55858; | ||
} | } | ||
− | + | div.vectorMenu ul { | |
+ | background-color: #F0E0BE; | ||
+ | } | ||
#siteNotice { | #siteNotice { | ||
background: none repeat scroll 0 0 #95FF8F; | background: none repeat scroll 0 0 #95FF8F; |
Revision as of 01:22, 16 October 2013
/* CSS placed here will be applied to all skins */ .wrapper {display:table;margin:6px 6px 0;} .frame {background:url(images/thumbframe/item_tbar0.gif) repeat-x top left;} .corner {width:35px;height:15px;margin:-4px;position:absolute; background:url("images/thumbframe/item_brc.gif") no-repeat scroll 0 0 transparent;} .ctl {top:0;left:0;-webkit-transform:scaleX(-1) scaleY(-1);-moz-transform:scaleX(-1) scaleY(-1); -o-transform:scaleX(-1) scaleY(-1);transform:scaleX(-1) scaleY(-1);filter:fliph flipv;} .ctr {top:0;right:0;-webkit-transform:scaleY(-1);-moz-transform:scaleY(-1); -o-transform:scaleY(-1);transform:scaleY(-1);filter:flipv;} .cbl {bottom:0;left:0;-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1); -o-transform:scaleX(-1);transform:scaleX(-1);filter:fliph;} .cbr {bottom:0;right:0;} .frame_right {padding:6px;position:relative;} .frame_bot {background:url(images/thumbframe/item_bbar0.gif) repeat-x bottom left;} .frame_left {background:url(images/thumbframe/item_lbar.gif) repeat-y top left;} .frame_right {background:url(images/thumbframe/item_rbar.gif) repeat-y top right;} #p-personal { background: none repeat scroll 0 0 #F0E0BE; } #right-navigation, #left-navigation { margin-top: 9.5em; } div.vectorTabs h5, div.vectorMenu h5 span { display: none; } div.vectorTabs { float: left; height: 2.5em; } div.vectorTabs { background-position: left bottom; background-repeat: no-repeat; padding-left: 1px; } div.vectorTabs ul { float: left; } div.vectorTabs ul { height: 100%; list-style: none outside none; margin: 0px; padding: 0px; } div.vectorTabs ul li { float: left; } div.vectorTabs ul li { background-color: #F0E0BE; background-position: left bottom; background-repeat: repeat-x; display: inline-block; height: 100%; line-height: 0.4em; margin: 0px; padding: 0 5px; white-space: nowrap; } div.vectorTabs ul > li { display: block; } div.vectorTabs li.selected { } div.vectorTabs li a { color: #0645AD; cursor: pointer; display: inline-block; font-size: 0.8em; height: 1.9em; padding-left: 0.5em; padding-right: 0.5em; } div.vectorTabs li > a { display: block; } div.vectorTabs li.icon a { background-position: right bottom; background-repeat: no-repeat; } div.vectorTabs span a { display: inline-block; padding-top: 1.25em; } div.vectorTabs span > a { display: block; float: left; } div.vectorTabs span { background-image: none; background-position: right bottom; background-repeat: no-repeat; display: inline-block; } div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { color: #333333; text-decoration: none; } div.vectorTabs li.new a, div.vectorTabs li.new a:visited { color: #A55858; } div.vectorMenu ul { background-color: #F0E0BE; } #siteNotice { background: none repeat scroll 0 0 #95FF8F; border: 2px solid #C2A170; border-radius: 19px 19px 19px 19px; box-shadow: 2px 2px 10px #C2A170; font-size: medium; padding: 0 10px; width: 800px; margin: auto; } table.sacred { margin: auto; background-color: none; border: 2px #CDB581 solid; border-collapse: collapse; color: black; } table.sacred > tr > th, table.sacred > tr > td, table.sacred > * > tr > th, table.sacred > * > tr > td { border: none; height: 26px; padding-right: 10px; } table.sacred tr:nth-child(even) { background-color: #FFEECA; } table.sacred > tr > th, table.sacred > * > tr > th { background-color: #CDB581; text-align: left; } table.sacred > caption { font-weight: bold; }