Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Sep 6, 2012
1 parent a951f0f commit b856e3d
Showing 1 changed file with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions site/project-site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
body {
margin: 0;
border: 0;
padding: 0;

font-size: 100%;
font-family: Helvetica;

background:url("/images/tile.gif") repeat scroll 0 0 #84856A;
}

html, body {
height: 100%;
}

.header {
background-color: #e5e539;
padding: 10px;
border-bottom: 20px solid #888;
height: auto;
background:url("/images/gradient.jpg") repeat scroll 0 0 #e5e539;
}

.logo {
border: 0px;
width: 250px;
}

.photo {
float: right;
}

.page {
height: 100%;
/*min-height: 400px;*/
}

.bottom {
height: 100%;
/*min-height: 400px;*/
}

.sidebar {
background-color: #444;
color: #fff;
width: 200px;
float: left;
height: 100%;
margin:0;
padding-top:20px;
padding-left:20px;
padding-bottom: 10px;
list-style-type: none;
}

.sidebar ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

.sidebar ul ul {
display: none;
padding-left: 20px;
}

.sidebar a, .sidebar a:visited {
color: #fff;
text-decoration: none;
}

.content {
width: 700px;
min-height: 100%;
float: left;
padding: 15px;
background-color: #fff;
}

.content a, .content a:visited {
color: #00f;
text-decoration: none;
}

.content p, h1, h2, h3 {
margin: 15px 5px;
}

.content pre {
margin-left: 20px;
}

.center {
margin-left: auto;
margin-right: auto;
}

0 comments on commit b856e3d

Please sign in to comment.