User:Agent007bond/vector.css
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* This CSS is designed to restrict the article content to 800 pixels width,
and it also makes some stylistic changes to lend to a nicer page display.
NOTE: This CSS requires the browser's page display area to have a minimum width of:
Left grey pane + Border = 161
Margin = 15
Content + Padding + Border = 832
Margin = 15
Right grey pane + Border = 161
TOTAL = 1184 pixels
Suitable computer displays have a minimum width of 1280 pixels. Page display areas
narrower than 1184 pixels can cause the borders to be displayed incorrectly.
*/
/* Disabled as we have a new theme.
#content {
margin-right: 160px !important;
border-right: 1px solid #A7D7F9 !important;
}
#firstHeading {
width: 800px !important;
margin: auto !important;
border-bottom: 1px solid transparent !important;
}
#bodyContent {
width: 800px !important;
margin: auto !important;
padding-left: 15px !important;
padding-right: 15px !important;
padding-bottom: 15px !important;
border: 1px solid #A7D7F9 !important;
}
#footer {
margin-right: 160px !important;
}
/* The commented CSS used to push the right edge of the header, and also push the
navigation controls. Removing this for a better display (IMHO).
#mw-head-base {
margin-right: 160px !important;
}
#right-navigation {
margin-right: 160px !important;
}*/
/* Import Line for importing to CSS in other Wikimedia projects:
@import "//bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&lang=en&modules=user&only=styles&skin=vector&user=Agent007bond&*";
Note to those copying the CSS: Please change the username for it to work correctly,
otherwise the import line will only fetch my CSS, not yours.
*/