Difference between revisions of "MediaWiki:Evergreen3.css"

From Puget Prairie Plants
 
(One intermediate revision by the same user not shown)
Line 52: Line 52:
 
padding: 10px;
 
padding: 10px;
 
max-width: 200px;
 
max-width: 200px;
min-width: 200px;
 
 
align:center;
 
align:center;
 
border: solid 1px #ccc;
 
border: solid 1px #ccc;

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;
}