Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body { background-image: url(images/background.png); background-repeat: no-repeat; }") |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
body { | body { | ||
background-image: url(images/background.png); | |||
background-repeat: no-repeat; | |||
} | |||
#mw-page-base { | |||
background-image: none; | |||
background-color: rgba(0,0,0,0); | |||
} | |||
div#mw-head div.vectorMenu h3 { | |||
background-image: none; | |||
} | |||
.vectorTabs span a { | |||
padding-top: 0.9em; | |||
} | |||
#p-personal { | |||
top: 0; | |||
right: 0; | |||
background-color: #f6f6f6; | |||
padding: 0.25em 0.5em 0.5em 0em; | |||
} | |||
#p-personal ul { | |||
padding-left: 0; | |||
} | } | ||
Latest revision as of 10:20, 23 January 2019
/* CSS placed here will be applied to all skins */
body {
background-image: url(images/background.png);
background-repeat: no-repeat;
}
#mw-page-base {
background-image: none;
background-color: rgba(0,0,0,0);
}
div#mw-head div.vectorMenu h3 {
background-image: none;
}
.vectorTabs span a {
padding-top: 0.9em;
}
#p-personal {
top: 0;
right: 0;
background-color: #f6f6f6;
padding: 0.25em 0.5em 0.5em 0em;
}
#p-personal ul {
padding-left: 0;
}