User:Oxguy3/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
m (added blank test code) |
(make CSS look like lappy email menu) |
||
| Line 1: | Line 1: | ||
| - | // | + | //make CSS look like lappy email menu |
| + | |||
| + | pre.mw-code mw-css { | ||
| + | background-color: black; | ||
| + | background-image: url(http://www.hrwiki.org/skins/common/images/emailbackground.gif); | ||
| + | background-position: 100% 100%; | ||
| + | background-repeat: no-repeat; | ||
| + | color: white; | ||
| + | font-family: 'courier new', monospace; | ||
| + | font-weight: bold; | ||
| + | padding: 1em; | ||
| + | width: 500px; | ||
| + | } | ||
Revision as of 22:46, 28 September 2010
//make CSS look like lappy email menu
pre.mw-code mw-css {
background-color: black;
background-image: url(http://www.hrwiki.org/skins/common/images/emailbackground.gif);
background-position: 100% 100%;
background-repeat: no-repeat;
color: white;
font-family: 'courier new', monospace;
font-weight: bold;
padding: 1em;
width: 500px;
}
