Difference between revisions of "MediaWiki:Common.css"

From Disobiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
body, #p-personal {
+
body {
 
   max-width: 980px;
 
   max-width: 980px;
 +
}
 +
 +
#p-personal {
 +
  max-width: 1000px;
 
}
 
}
  

Revision as of 09:53, 14 July 2009

/* CSS placed here will be applied to all skins */

body {
  max-width: 980px;
}

#p-personal {
  max-width: 1000px;
}

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

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

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

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