MediaWiki:Evergreen3.css
From Puget Prairie Plants
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/*<nowiki>*/
body {
background-color: #FFFFFF;
}
.basics {
background-color: #F9F9F9;
border: 1px solid #E5E5E5;
clear: right;
padding: 10px;
font-size: 0.8em;
}
.firstHeading {
font-weight: normal;
font-style: italic;
}
.container {
margin: 0 auto;
padding: 0;
width: 1100px;
}
#contentwrapper {
width: 1100px;
}
.infobox {
background: -moz-linear-gradient(0% 100% 90deg, #FFFFFF, #FFFFFF) repeat scroll 0 0 transparent;
border: 1px solid #CCCCCC;
box-shadow: 0 0 5px #FFFFFF inset;
line-height: 1.5;
min-height: 40px;
padding: 6px;
text-align: left;
text-shadow: 0 1px 0 #EEEEEE;
float:right;
}
#column-one {
width: 125px;
}
#content {
width: 80%;
}
.singleimage {
float: left;
padding: 10px;
max-width: 200px;
height: 100px;
}