Difference between revisions of "MediaWiki:Common.css"

From IOTT
Jump to navigation Jump to search
m
m
Line 26: Line 26:


table.infobox {
table.infobox {
   margin: 0.5em 0 0.5em 1em !important;  
   margin: 0.4em 0 0.4em 1em !important;  
   border-spacing: 3px;  
   border-spacing: 3px;  
   padding: 0.2em;  
   padding: 0.2em;  

Revision as of 17:06, 16 January 2020

/* CSS placed here will be applied to all skins */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content
{
    background-color: #fffaf5;
}

#bodyContent
{
    line-height: 1.7em;
}

p{ margin: 1em 0 !important; }

h1{
    background-color: #ffe6cc;
}

a, a:link, a:visited, a:active
{
    color: #769f29;
}

table.infobox {
  margin: 0.4em 0 0.4em 1em !important; 
  border-spacing: 3px; 
  padding: 0.2em; 
  width: 27em; 
  float: right; 
  clear: right; 
  background-color:#f8ffe5; 
  border: 1px solid #609020;
  line-height: 1.2em;
}

td.infobox_emphasis {
  color:       Black;
  text-align:  center; 
  font-weight: bold; 
  background-color: #badd88; 
}

td.infobox_bold {
  color:       Black;
  text-align:  center; 
  font-weight: bold; 
}

td.infobox_italics {
  text-align: center; 
  font-style: italic
}

th.infobox {
  text-align:     left;
  font-weight:    bold; 
  border-bottom:  none;
  vertical-align: text-top; 
  background-color: #f8ffe5;
}