Difference between revisions of "MediaWiki:Vector.css"
From Neal's Wiki
Line 1: | Line 1: | ||
− | |||
− | |||
body { | body { | ||
background-color: #afa17a; | background-color: #afa17a; | ||
− | background-image: url( | + | background-image: url(images/7/79/Bgbottom.jpg); |
− | + | background-repeat: repeat-x; | |
} | } | ||
+ | |||
/* Content */ | /* Content */ | ||
− | #content { | + | div#content { |
margin-left: 10em; | margin-left: 10em; | ||
padding: 1em; | padding: 1em; | ||
− | background-image: url( | + | background-image: url(images/c/ca/Bgtop.jpg); |
− | background-repeat: | + | background-repeat: repeat-x; |
background-color: #c4c8d8; | background-color: #c4c8d8; | ||
− | + | color: black; | |
− | + | direction: ltr; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } |
Revision as of 19:32, 4 February 2014
body { background-color: #afa17a; background-image: url(images/7/79/Bgbottom.jpg); background-repeat: repeat-x; } /* 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; }