MediaWiki:Common.css

From LipidXplorer
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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
body h1.firstHeading { display:none; }

#big{
    font-size:14px;
    line-height:15px;
}

#small{
    font-size:12px;
    line-height:12px;
}

#grey{
   padding:8px;
   margin:4px;
   border:2px solid #A9B7A9; //#80C07C;
   background-color: #E1E6E1;
}

#grey a{
   color: #323293;
}

body pre{
  font-size:12px;
  line-height:12px;
}

/*
#purple {
   padding:0px;
   margin:1px;
   border:1px solid #FC67FC;
   background-color: #FECCFE;
}
#blue {
   padding:0px;
   margin:1px;
   border:1px solid #67B2FC;
   background-color: #CCE5FE;
}
#brown {
   padding:0px;
   margin:1px;
   border:1px solid #FCB267;
   background-color: #FEE5CC;
}
*/