Difference between revisions of "MediaWiki:Evergreen3.css"
From Puget Prairie Plants
| Line 39: | Line 39: | ||
#column-one { | #column-one { | ||
width: 125px; | width: 125px; | ||
| + | } | ||
| + | |||
| + | #content { | ||
| + | width: 80%; | ||
} | } | ||
Revision as of 11:40, 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, #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%;
}