edgware/edgware/static/css/main.css
ashok sukumaran 45a6480949 front pages
2011-07-03 19:26:39 +05:30

140 lines
1.8 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: 80px;
color: #fff;
background: #3B240B;
position: relative;
}
#mainTitle {
position: absolute;
left: 20px;
top: 40px;
width: 200px;
}
#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: 420px;
top: 40px;
color: #2E64FE;
}
#pageTitle h2 {
font-family: "Neeon","GraublauWeb";
font-size: 20px;
font-weight: bold;
color: #2E64FE;
}
#intro {
position: absolute;
right: 100px;
top: 20px;
}
#intro p {
float: left;
width: 200px;
font-size: 11px;
}
#introPara1 {
margin-right: 15px;
}
#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: 'Berlin Safari', 'Edgware Road', 'SGGrotesqueRegular', sans-serif; */
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 {
color: #fff;
font-size: 24px;
font-weight: bold;
text-decoration: none;
}
#logo a:hover {
color: #000;
}