MediaWiki:Common.css
From MFAH Wiki
Jump to navigationJump to searchNote: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400,400i,700,700i|Roboto:400,400i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
/* Style */
* {
font-family: Roboto, 'Noto Sans', sans-serif;
color: #3D164C;
}
a {
color: #BD4EB8;
}
body {
background-color: #FFEAF3;
background-image: none;
}
div#globalWrapper {
background-image: none;
}
code, pre {
font-family: 'Roboto Mono', monospace;
}
#content {
background-color: rgba(0,0,0,0);
border: none;
}
h1 {
font-weight: 900;
font-style: italic;
}
img {
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.5));
}
/* those little button thingies at the top*/
#p-cactions li, #footer, div#sidebar div.pBody {
border: none;
background: #FFC8EB;
border-radius: 5px;
color: #3D164C;
}
#p-cactions li.selected {
border: 2px solid #BD4EB8;
}
#p-cactions li a {
color: #BD4EB8;
background: rgba(0,0,0,0);
}
#p-cactions li.selected a {
color: #BD4EB8;
background: rgba(0,0,0,0);
}