Difference between revisions of "MediaWiki:Common.css"

From VIT company
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 13:21, 10 March 2015

* {
  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; }