MediaWiki:Common.css

From MicrobeWiki, the student-edited microbiology resource
Revision as of 19:04, 25 July 2013 by BarichD (talk | contribs) (f)

Note: After publishing, 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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
* {
    font-size: 30pt;
.box-rounded {
background-color: black
}
/*.box-container {
    height: auto;
    width: 350px;
    float: left;
    padding:35px;
}

.box-header h2 {
    background: #DDDDDD;
    border: 1px solid #ccc;
    padding: 10px 15px;
    -moz-border-radius: 2em 0;
    -webkit-border-radius: 10px;
    margin:-15px;
    padding-top: 15px;
    padding-left: 15px;
    width: 333px;
    border-left-width: 0px; 
    border-top-width: 0px;
    color: #468259;    
}

.box {
    background: #D8E7EC;
    border: 1px solid #ccc;
    padding: 15px;
    -moz-border-radius: 2em 0;
    -webkit-border-radius: 10px;
    width: 333px;
}*/