Difference between revisions of "MediaWiki:Common.css"
From The Broken Dagger Wiki
m |
m |
||
| Line 2: | Line 2: | ||
body { | body { | ||
background: white url("http://www.brokendagger.com/images/bd-wikibackground.png") fixed no-repeat top left; | background: white url("http://www.brokendagger.com/images/bd-wikibackground.png") fixed no-repeat top left; | ||
| + | } | ||
| + | |||
| + | div#content { | ||
| + | background: white; | ||
| + | color: black; | ||
| + | border: 1px solid #52719A; | ||
| + | direction: ltr; | ||
| + | margin: 0 20px 0 180px; | ||
| + | padding: 1em; | ||
} | } | ||
Revision as of 16:53, 16 February 2012
body {
background: white url("http://www.brokendagger.com/images/bd-wikibackground.png") fixed no-repeat top left;
}
div#content {
background: white;
color: black;
border: 1px solid #52719A;
direction: ltr;
margin: 0 20px 0 180px;
padding: 1em;
}