edgware/edgware/static/css/main.css

136 lines
1.6 KiB
CSS

body, html {
margin: 0px;
padding: 0px;
font-family: "DejaVu Sans", Arial, Verdana, sans-serif;
width: 100%;
height: 100%;
}
h1, h2, h3, h4, p {
margin: 0px;
padding: 0px;
}
#wrapper {
width: 100%;
height: 100%;
}
ul {
list-style-type: none;
}
#header {
width: 100%;
height: 65px;
color: #fff;
background: #3B240B;
position: relative;
}
#mainTitle {
position: absolute;
left: 20px;
top: 20px;
width: 200px;
color: #FF8000;
}
#mainTitle h1 {
font-size: 20px;
font-weight: bold;
}
#mainTitle h1 a {
color: #fff;
text-decoration: none;
}
#mainTitle h1 a:hover {
color: #2E64FE;
}
#pageTitle {
position: absolute;
left: 35%;
top: 30px;
color: #2E64FE;
}
#pageTitle h2 {
font-size: 20px;
font-weight: bold;
color: #2E64FE;
}
#intro {
position: absolute;
width: 370px;
right: 20px;
top: 12px;
font-size: 11px;
}
#introPara1 {
float:left;
}
#content {
height: 450px;
overflow-y: auto;
}
#footer {
position: absolute;
height: 65px;
bottom: 0px;
width: 100%;
background: #3B240B;
}
#footer a {
color: #fff;
font-weight: bold;
text-decoration: none;
}
#footer a:hover {
color: #2E64FE;
}
#nav {
width: 70%;
margin-left: 100px;
margin-right: auto;
top: 50px;
}
#footer ul li {
float: left;
margin-right: 30px;
}
#logo {
font-family: 'SG Grotesque', sans-serif;
font-size: 1.2em;
line-height: 1.3em;
letter-spacing: 0px;
font-weight: bold;
position: absolute;
bottom: 5px;
right: 10px;
}
#logo a {
text-align: bottom;
color: #fff;
text-decoration: none;
}
#logo a:hover {
color: #000;
}