Difference between revisions of "MediaWiki:Common.css"
| Line 15: | Line 15: | ||
} | } | ||
| − | div.vectorTabs | + | div.vectorTabs { |
| − | + | background: transparent; | |
| + | font-size: 110%; | ||
} | } | ||
| + | |||
| + | div.vectorTabs ul { | ||
| + | background: transparent; | ||
| + | } | ||
| + | |||
| + | div.vectorTabs ul li, div.vectorTabs ul li.selected { | ||
| + | background: transparent; | ||
| + | border: none; | ||
| + | } | ||
| + | |||
| + | div.vectorTabs ul li span, div.vectorTabs ul li.selected span { | ||
| + | background: transparent; | ||
| + | border: none; | ||
| + | |||
| + | } | ||
| + | |||
| + | div.vectorMenu h5 a { | ||
| + | border: none; | ||
| + | background: transparent; | ||
Revision as of 21:46, 23 January 2018
/* CSS placed here will be applied to all skins */
body {
background-image: url('../../images/4/44/Cambgbody.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #00000
}
/* no background for these */
#mw-page-base, #mw-head, #mw-head-base, #footer, code {
background: none !important;
}
#content {
background: none !important;
}
div.vectorTabs {
background: transparent;
font-size: 110%;
}
div.vectorTabs ul {
background: transparent;
}
div.vectorTabs ul li, div.vectorTabs ul li.selected {
background: transparent;
border: none;
}
div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
background: transparent;
border: none;
}
div.vectorMenu h5 a {
border: none;
background: transparent;