Skip to content

Instantly share code, notes, and snippets.

Created January 14, 2014 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c9a42571e933dd39bb7f to your computer and use it in GitHub Desktop.
Save anonymous/c9a42571e933dd39bb7f to your computer and use it in GitHub Desktop.
@charset "UTF-8";
/* CSS Document */
body {
background:url('images/wallpaper.png');
color:#ffffff;
}
#wrapper {
width:1920px;
height:1080px;
display:block;
}
#back {
background-color:hsla(100,0%,0%,0.4);
width: 290px;
margin: 30px 30px 30px 0px;
padding-top:30px;
height: 30px;
font-size:0.9em;
position:relative;
line-height:60px;
padding-top:30px;
}
#navl {
float: left;
}
#navr {
float: right;
}
.nav {
background-color:hsla(100,0%,0%,0.4);
width: 290px;
margin: 30px 30px 30px 0px;
padding-top:30px;
height: 1020px;
font-size:0.9em;
position:relative;
line-height:60px;
padding-top:30px;
}
.nav img {
position:absolute;
left:15px;
vertical-align:middle;
}
.nav a {
color: #ffffff;
text-decoration: none;
}
.nav ul {
list-style-type: none;
}
.nav span {
color:#00ffff;
}
.nav p {
list-style-type: none;
text-align:left;
margin-left:50px;
margin-bottom:90px;
}
#content {
background-color:hsla(100,0%,0%,0.4);
float: left;
width:1585px;
height: 1050px;
overflow:scroll;
margin: 30px 0px 30px 0px;
}
#content img {
vertical-align:top;
padding:30px 15px 30px 30px;
}
#content2 {
background-color:hsla(100,0%,0%,0.4);
float: left;
width:1250px;
height: 1050px;
overflow:scroll;
margin: 30px 0px 30px 0px;
}
#content2 img {
vertical-align:top;
padding:30px 15px 30px 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment