Difference between revisions of "MediaWiki:Common.css"

From IOTT
Jump to navigation Jump to search
m
Line 7: Line 7:
   margin-top: 0em;
   margin-top: 0em;
   margin-bottom: 0em;
   margin-bottom: 0em;
}
div.infobox{
  float:right;
}
}

Revision as of 01:29, 16 January 2025

body { font-size: 150%; font-family: Tahoma, Verdana, sans-serif; }
.mw-body { color: #f2f2f2; }
h1, h2, h3, h4, h5, h6 { color: #f2f2f2; }
#footer ul li { color: #f2f2f2 !important; }

p.infobox {
  margin-top: 0em;
  margin-bottom: 0em;
}

div.infobox{
  float:right;
}