Skip to content

Instantly share code, notes, and snippets.

@JonCooperWorks
Created October 1, 2012 00:50
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 JonCooperWorks/3808865 to your computer and use it in GitHub Desktop.
Save JonCooperWorks/3808865 to your computer and use it in GitHub Desktop.
body {
background: url('http://www.cs.washington.edu/education/courses/cse190m/12su/homework/2/background.png');
font-family: 'Tahoma', 'Verdana', 'sans-serif';
font-size: 8pt;
margin: 0;
padding: 0;
}
dt {
font-weight: bold;
padding: 10pt;
}
div#banner {
background: url('http://www.cs.washington.edu/education/courses/cse190m/12su/homework/2/bannerbg.png')
}
div#content {
width: 800px;
margin: 0 auto;
border: 4px solid gray;
border-radius: 15px;
}
div#sidebar {
float: right;
width: 250px;
background: #A2B964;
}
div#info {
padding: 10pt;
font-size: 8pt;
font-family: 'Arial', 'sans-serif';
}
div#reviews {
width: 550px;
float: right;
}
div#rating {
background: url('http://www.cs.washington.edu/education/courses/cse190m/12su/homework/2/rbg.png');
font-size: 48pt;
color: red;
font-weight: bold;
height: 83px;
}
div#pages {
text-align: center;
padding: 5px;
background: #A2B964;
}
div.clear {
clear: both;
height: 0px;
}
h1.title {
font-size: 24pt;
text-align: center;
text-shadow: 3px 3px #999;
}
div.column {
width: 46%;
float: left;
margin: 2%;
}
p.review {
font-weight: bold;
font-size: 8pt;
background: #e8dc9b;
border: 2px solid gray;
border-radius: 10px;
padding: 8px;
overflow: hidden;
margin: 10pt 0pt;
}
p.reviewer {
overflow: hidden;
}
p.review img, p.reviewer img {
float: left;
margin-right: 5px;
}
ul.links {
list-style: none;
}
div#validators img {
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
position: relative;
bottom: 0px;
right: -805px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment