MediaWiki:Common.css

From Relativity
Revision as of 23:44, 27 July 2016 by Eric Baird (Talk | contribs)

Jump to: navigation, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */

#p-Outside_links\3a:-label {
    background-color:#ffffaf;
}

#PAGEBLOCK {
    margin: 1em 0;
    padding: 20px 40px;
    box-shadow: 10px 5px 5px black;
    text-indent: 1em;
    background-color:#ffffef;
    border: 1px;
    border-color: black;
}
#PAGEBLOCK i { 
    color: darkred; 
}


.NOINDENT {
    text-indent: 0px;
}

math { 
    color: darkred; 
}

.person {
    color: darkblue;
}

.statement {
   font-weight: heavy;
   font-size: 110%;
   font-color: darkred;
   background-color: rgb(240,255,255);
}