65 lines
744 B
CSS
65 lines
744 B
CSS
body {
|
|
color:#BBB3A6;
|
|
background-color: #332920;
|
|
font-family: Helvetica, Verdana, sans-serif;
|
|
font-size: .8em;
|
|
}
|
|
#wrapper {
|
|
width:100%;
|
|
overflow:none;
|
|
}
|
|
|
|
#header {
|
|
color:#48362A;
|
|
padding:40px;
|
|
margin:0 auto;
|
|
text-align:center;
|
|
}
|
|
|
|
#footer {
|
|
color:#48362A;
|
|
font-size:.6em;
|
|
margin:0 auto;
|
|
text-align:center;
|
|
}
|
|
|
|
div.flash {
|
|
text-align:center;
|
|
}
|
|
|
|
div.box {
|
|
padding-top:50px;
|
|
margin:0em auto;
|
|
text-align:center;
|
|
}
|
|
|
|
div.border {
|
|
background-color:#BBB3A6;
|
|
padding:5px;
|
|
margin:0 auto;
|
|
color:#48362A;
|
|
}
|
|
div.thumb {
|
|
width:100px;
|
|
height:100px;
|
|
float:left;
|
|
margin:5px;
|
|
}
|
|
|
|
#header a, #header a:visited {
|
|
color:#48362A;
|
|
}
|
|
|
|
h1 {
|
|
font-size:1.5em;
|
|
font-weight:lighter;
|
|
}
|
|
|
|
#header h1 {
|
|
color:#BBB3A6;
|
|
}
|
|
|
|
#box h1 {
|
|
color:#48362A;
|
|
}
|
|
|