Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Morbus Iff (talk | contribs) |
Morbus Iff (talk | contribs) |
||
Line 2: | Line 2: | ||
/* We're using fixed width so we can control line-length. */ | /* We're using fixed width so we can control line-length. */ | ||
− | body | + | body { |
max-width: 910px; | max-width: 910px; | ||
+ | } | ||
+ | |||
+ | #p-personal { | ||
+ | max-width: 930px; | ||
} | } | ||
Revision as of 09:02, 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: 910px;
}
#p-personal {
max-width: 930px;
}
#content {
border-right: 1px solid rgb(170, 170, 170) !important;
font-family: Georgia, serif;
max-width: 750px;
}
#footer {
border-right: 1px solid rgb(250, 189, 35);
height: 26px;
}
#footer ul {
margin-top: 0.8em;
}
#footer img {
margin-top: 4px;
}