Difference between revisions of "MediaWiki:CliffWorld.css"
Jump to navigation
Jump to search
(Created blank page) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
body { | |||
background: #97afbd; | |||
color: #513107; | |||
font-size: 11pt; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.mw-body { | |||
margin-left: 10em; | |||
margin-right: 10em; | |||
padding: 0em; | |||
border-image: url(resources/assets/cliff_border.gif); | |||
border-image-slice: 10.4%; | |||
border-image-width: 39px; | |||
border-image-repeat: repeat; | |||
margin-top: -1px; | |||
background: #daba91; | |||
color: #342c24; | |||
direction: ltr; | |||
} |
Latest revision as of 09:01, 7 April 2022
body { background: #97afbd; color: #513107; font-size: 11pt; margin: 0; padding: 0; } .mw-body { margin-left: 10em; margin-right: 10em; padding: 0em; border-image: url(resources/assets/cliff_border.gif); border-image-slice: 10.4%; border-image-width: 39px; border-image-repeat: repeat; margin-top: -1px; background: #daba91; color: #342c24; direction: ltr; }