MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(fu mediawiki) |
No edit summary |
||
| Line 19: | Line 19: | ||
} | } | ||
#content a, div#mw-panel div.portal div.body ul li a, #pt-mytalk a, pt-userpage a, @pt-preferences a, #pt-watchlist a, #pt-mycontris a, #pt-logout a { | #content a, div#mw-panel div.portal div.body ul li a, #pt-mytalk a, #pt-userpage a, @pt-preferences a, #pt-watchlist a, #pt-mycontris a, #pt-logout a { | ||
color:silver !important; | color:silver !important; | ||
} | } | ||
#content a:visited, div#mw-panel div.portal div.body ul li a:visited, #pt-mytalk a:visited { | #content a:visited, div#mw-panel div.portal div.body ul li a:visited, #pt-mytalk a:visited, #pt-userpage a:visited, @pt-preferences a:visited, #pt-watchlist a:visited, #pt-mycontris a:visited, #pt-logout a:visited { | ||
color: silver !important; | color: silver !important; | ||
} | } | ||
#content a:hover, , div#mw-panel div.portal div.body ul li a:hover, #pt-mytalk a:hover { | #content a:hover, , div#mw-panel div.portal div.body ul li a:hover, #pt-mytalk a:hover, #pt-userpage a:hover, @pt-preferences a:hover, #pt-watchlist a:hover, #pt-mycontris a:hover, #pt-logout a:hover { | ||
color: silver !important; | color: silver !important; | ||
} | } | ||
Revision as of 22:29, 11 May 2018
/* CSS placed here will be applied to all skins */
#mw-head-base{
background-image: url('https://wiki.emfcamp.org/w/images/5/5e/Header.jpg');
box-shadow: 5px -1px 15px #222, -5px -1px 15px #222;
}
#footer{
background-image: url('https://wiki.emfcamp.org/w/images/thumb/e/e9/Footer.jpg/800px-Footer.jpg');
box-shadow: 5px -1px 15px #222, -5px -1px 15px #222;
}
#content{
background-color: #171123 !important;
color:white;
box-shadow: 5px -1px 15px #222, -5px -1px 15px #222;
border: 0px solid #a7d7f9 !important;
}
#content a, div#mw-panel div.portal div.body ul li a, #pt-mytalk a, #pt-userpage a, @pt-preferences a, #pt-watchlist a, #pt-mycontris a, #pt-logout a {
color:silver !important;
}
#content a:visited, div#mw-panel div.portal div.body ul li a:visited, #pt-mytalk a:visited, #pt-userpage a:visited, @pt-preferences a:visited, #pt-watchlist a:visited, #pt-mycontris a:visited, #pt-logout a:visited {
color: silver !important;
}
#content a:hover, , div#mw-panel div.portal div.body ul li a:hover, #pt-mytalk a:hover, #pt-userpage a:hover, @pt-preferences a:hover, #pt-watchlist a:hover, #pt-mycontris a:hover, #pt-logout a:hover {
color: silver !important;
}
h1 {
color:white !important;
}
/* And the rest of the page */
#mw-page-base, body {
background-color: #3c3c3c !important;
background-image: linear-gradient(#3c3c3c 50%,#3c3c3c 100%);
}
/* here are all the unreadable things and such... */
.smw-editpage-help, .editOptions {
color: black !important;
}
.mw-body: {
}
.mw-wiki-logo {
box-shadow: 5px -1px 15px #222, -5px -1px 15px #222;
}
#p-logo a {
background-size:cover;
}