Added basic site skin
This commit is contained in:
55
buildsite.css
Normal file
55
buildsite.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user