Difference between revisions of "MediaWiki:Vector.css"
From Neal's Wiki
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | body { | ||
+ | height: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 1em; | ||
+ | } | ||
+ | body { | ||
+ | background-color: #afa17a; | ||
+ | background-image: url(images/7/79/Bgbottom.jpg); | ||
+ | background-repeat: repeat-x; | ||
+ | background-position: 0 1em; | ||
+ | } | ||
+ | |||
+ | /* Content */ | ||
+ | div#content { | ||
+ | margin-left: 10em; | ||
+ | padding: 1em; | ||
+ | background-image: url(images/c/ca/Bgtop.jpg); | ||
+ | background-repeat: repeat-x; | ||
+ | background-color: #c4c8d8; | ||
+ | color: black; | ||
+ | direction: ltr; | ||
+ | } | ||
+ | |||
+ | /* Head */ | ||
+ | #mw-page-base { | ||
+ | height: 5em; | ||
+ | background-color: none; | ||
+ | background-image: url(images/7/79/Bgbottom.jpg); | ||
+ | background-repeat: repeat-x; | ||
+ | background-position: 0 0em; | ||
+ | } |
Revision as of 20:22, 4 February 2014
body { height: 100%; margin: 0; padding: 0; font-family: sans-serif; font-size: 1em; } body { background-color: #afa17a; background-image: url(images/7/79/Bgbottom.jpg); background-repeat: repeat-x; background-position: 0 1em; } /* Content */ div#content { margin-left: 10em; padding: 1em; background-image: url(images/c/ca/Bgtop.jpg); background-repeat: repeat-x; background-color: #c4c8d8; color: black; direction: ltr; } /* Head */ #mw-page-base { height: 5em; background-color: none; background-image: url(images/7/79/Bgbottom.jpg); background-repeat: repeat-x; background-position: 0 0em; }