Difference between revisions of "MediaWiki:Evergreen3.css"
From Puget Prairie Plants
| Line 12: | Line 12: | ||
font-weight: normal; | font-weight: normal; | ||
font-style: italic; | font-style: italic; | ||
| + | } | ||
| + | |||
| + | .container { | ||
| + | margin: 0 auto; | ||
| + | padding: 0; | ||
| + | width: 1100px; | ||
| + | } | ||
| + | |||
| + | #contentwrapper { | ||
| + | |||
| + | width: 1100px; | ||
| + | } | ||
| + | |||
| + | .infobox { | ||
| + | background: -moz-linear-gradient(0% 100% 90deg, #FFFFFF, #D2DFE4) 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; | ||
} | } | ||
Revision as of 10:55, 14 May 2012
/*<nowiki>*/
.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, #D2DFE4) 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;
}