MediaWiki:Common.css

From VIT company
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.
* {
  font-family: Trebuchet MS;
  /* font-size: 12px;*/
}

body {
  font-size: 12pt;
}

div.mw-geshi {
  padding: 1em; 
  margin: 1em 0; 
font-family: monospace,Courier;
  /* border: 1px dashed #2f6fab; */
  background-color: #f9f9f9;
}

.tagcloud {
        width: 98%;
        text-align: center;
        background-color: #FDFDFD;
        border: 1px solid #EEEEEE;
        padding: 15px 10px 15px 10px;
}
.tagcloud a {
        color: #0052CB;
        margin-left: 10px;
        margin-right: 10px;
        font-weight: bold;
}


h1 { font-size: 18pt; color: #365F91 ; font-weight:bold; }
h2 { font-size: 14pt; color: #4f81bd ; font-weight:bold; }
h3 { font-size: 10pt; color: #4f81bd ; font-weight:bold; }
h4 { font-size: 10pt; color: #4f81bd ; font-weight:bold; font-style: italic; }
h5 { font-size: 10pt; color: #243f60 ; font-weight:bold; }


/* remove Toolbox */
#p-tb { display:none !important; }