Difference between revisions of "MediaWiki:Common.css"

From Disobiki
Jump to navigation Jump to search
Line 9: Line 9:
 
   border-right: 1px solid rgb(170, 170, 170) !important;
 
   border-right: 1px solid rgb(170, 170, 170) !important;
 
   font-family: Georgia, serif;
 
   font-family: Georgia, serif;
   max-width: 840px;
+
   max-width: 850px;
 
}
 
}
  

Revision as of 09:59, 14 July 2009

/* CSS placed here will be applied to all skins */
/* We're using fixed width so we can control line-length. */

body {
  max-width: 1000px;
}

#content {
  border-right: 1px solid rgb(170, 170, 170) !important;
  font-family: Georgia, serif;
  max-width: 850px;
}

#footer {
  border-right: 1px solid rgb(250, 189, 35);
  height: 26px;
}

#footer ul {
  margin-top: 0.8em;
}

#footer img {
  margin-top: 4px;
}