MediaWiki:Common.css

From Electromagnetic Field
Revision as of 15:11, 12 May 2018 by Stitch (talk | contribs) (i hate those tabs)
Jump to navigation Jump to search

Note: 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 */

#mw-head-base{
background-image: url('https://wiki.emfcamp.org/w/images/5/5e/Header.jpg');
box-shadow: -8px 1px 21px -5px rgba(0,0,0,1);
}

#footer{
background-image: url('https://wiki.emfcamp.org/w/images/thumb/e/e9/Footer.jpg/800px-Footer.jpg');
box-shadow: -8px 1px 21px -5px rgba(0,0,0,1);
}


#content{
background-color: #171123 !important;
color:white;
box-shadow: -8px 1px 21px -5px rgba(0,0,0,1);
border: 0px solid #a7d7f9 !important;
}

#content a, div#mw-panel div.portal div.body ul li a, #p-personal ul li a {
 color:silver !important;
}

#content a:visited, div#mw-panel div.portal div.body ul li a:visited, #p-personal ul li a:visited {
 color: silver !important;
}

#content a:hover, div#mw-panel div.portal div.body ul li a:hover, #p-personal ul li a:hover  {
 color: silver !important;
}

h1, h2, h3, h4, h5 {
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;
}

div#mw-panel div.portal h3 {
    color:silver
}


table {
    background-color: #35393e !important;
    color: white !important;
}

th {
    background-color: #452d54 !important;
}


#catlinks {
    background-color: transparent !important
}

#p-cactions-label span {
color: white;
}

div.vectorTabs li.selected, div.vectorTabs ul li, #p-namespaces, div.vectorTabs ul, div.vectorTabs {
    background-image: linear-gradient(transparent 50%, transparent 100%) !important;
    color: white;
    background-color: transparent !important;
}

div.vectorTabs li.selected a, div.vectorTabs ul li a, div.vectorTabs li.selected a:hover, div.vectorTabs ul li a:hover, div.vectorTabs li.selected a:selected, div.vectorTabs ul li a:selected {
    color: white !important;
}

div.vectorTabs li.selected a, div.vectorTabs li a, div.vectorTabs li.new a, 
div.vectorTabs li.selected a:hover, div.vectorTabs li a:hover, div.vectorTabs li.new a:hover,
div.vectorTabs li.selected a:visited, div.vectorTabs li a:visited, div.vectorTabs li.new a:visited {
color: white !important;
}