Difference between revisions of "MediaWiki:Common.css"
| (17 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | @import url('https://fonts.googleapis.com/css?family=Philosopher'); | ||
body { | body { | ||
| + | font-family: 'Philosopher', sans-serif; | ||
| + | |||
background-image: url('../../images/4/44/Cambgbody.jpg'); | background-image: url('../../images/4/44/Cambgbody.jpg'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| Line 7: | Line 10: | ||
background-color: #00000 | background-color: #00000 | ||
} | } | ||
| + | .portal { | ||
| + | font-family: 'Philosopher', sans-serif; | ||
| + | text-transform: uppercase; | ||
| + | } | ||
| + | #content { | ||
| + | font-family: 'Philosopher', sans-serif; | ||
| + | font-size: 16px | ||
| + | |||
| + | } | ||
| + | .portal a:link { | ||
| + | color: #993333; | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | .portal a:visited { | ||
| + | color: #663300; | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | .portal a:active { | ||
| + | color: #999999; | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | .portal a:hover { | ||
| + | text-decoration: underline; | ||
| + | } | ||
| + | |||
| + | div#content h1, div#content h2 {font-family: 'Philosopher', sans-serif;} | ||
/* no background for these */ | /* no background for these */ | ||
#mw-page-base, #mw-head, #mw-head-base, #footer, code { | #mw-page-base, #mw-head, #mw-head-base, #footer, code { | ||
| Line 15: | Line 44: | ||
} | } | ||
| − | 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; | ||
Latest revision as of 00:32, 3 May 2018
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Philosopher');
body {
font-family: 'Philosopher', sans-serif;
background-image: url('../../images/4/44/Cambgbody.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #00000
}
.portal {
font-family: 'Philosopher', sans-serif;
text-transform: uppercase;
}
#content {
font-family: 'Philosopher', sans-serif;
font-size: 16px
}
.portal a:link {
color: #993333;
text-decoration: none;
}
.portal a:visited {
color: #663300;
text-decoration: none;
}
.portal a:active {
color: #999999;
text-decoration: none;
}
.portal a:hover {
text-decoration: underline;
}
div#content h1, div#content h2 {font-family: 'Philosopher', sans-serif;}
/* 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;