Difference between revisions of "MediaWiki:Evergreen3.css"

From Puget Prairie Plants
 
(5 intermediate revisions by the same user not shown)
Line 58: Line 58:
 
.portrait img{
 
.portrait img{
 
margin: auto;
 
margin: auto;
 +
}
 +
.gallerysection {
 +
clear: both;
 +
padding-top: 10px;
 
}
 
}

Latest revision as of 10:46, 8 June 2012

/*<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;
align:center;
border: solid 1px #ccc;
margin: 5px;
}
.portrait img{
margin: auto;
}
.gallerysection {
clear: both;
padding-top: 10px;
}