Added basic site skin

This commit is contained in:
Latif Khalifa
2012-02-10 22:34:40 +01:00
parent 869f1f3850
commit 77ffe182aa
7 changed files with 119 additions and 1 deletions

55
buildsite.css Normal file
View File

@@ -0,0 +1,55 @@
html {
padding: 0;
margin: 0;
background-color: #1e1e1e;
}
body {
padding: 0;
margin: 0;
background-color: #1e1e1e;
font: normal 10pt "Lucida Grande","Lucida Sans Unicode",sans-serif;
color: #a0a0a0;
}
div {
display: block;
padding: 0;
margin: 0;
}
#everything {
background: url(images/body-bg.png) top repeat-x;
min-height: 100%;
}
#page-wrapper {
margin: 0 auto;
width: 960px;
}
#header {
margin-bottom: 10px;
width: 100%;
height: 144px;
background: url(images/singularity_logo.gif) left top no-repeat;
border-bottom: solid 2px black;
}
.container {
padding: 5px;
margin-bottom: 10px;
background: url(images/container-bg.gif) top repeat-x;
border-bottom: solid 2px black;
background-color: #1b1b1b;
}
a, a:link, a:hover, a:visited, a:active {
text-decoration: none;
color: #e0e0e0;
}
.bottom-links {
text-align: center;
}