Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #banner {
- height: 50px;
- background-image: url(https://webster.cs.washington.edu/images/rancidbannerbg.png);
- background-repeat: repeat-x;
- }
- #banner img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- body {
- background-image: url(https://webster.cs.washington.edu/images/moviebg.png);
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10pt;
- margin: 0px;
- padding: 0px;
- }
- #column-left, #column-right {
- margin-right: 2%;
- width: 47%;
- }
- #column-left {
- float: left;
- margin-left: 2%;
- }
- #column-right {
- float: right;
- }
- #container {
- background-color: #EEEEEE;
- border-radius: 20px;
- box-shadow: 5px 5px 5px gray;
- margin: 0px auto 65px auto;
- width: 800px;
- overflow: hidden;
- }
- #date {
- background-color: #A2B964;
- clear: both;
- margin-bottom: 0;
- padding: 5px;
- text-align: center;
- }
- h1, .reviewer-text {
- font-family: Georgia, "Times New Roman", serif;
- }
- h1 {
- font-size: 24pt;
- font-weight: bold;
- text-align: center;
- text-shadow: 3px 3px #999999;
- }
- #logo {
- background-image: url(https://webster.cs.washington.edu/images/rottenlargebg.png);
- background-repeat: repeat-x;
- height: 83px;
- font-size: 48pt;
- font-weight: bold;
- color: red;
- }
- #logo img {
- vertical-align: bottom;
- }
- .publication {
- font-style: italic;
- }
- #reviews {
- width: 550px;
- }
- .reviewer-info {
- padding-bottom: 20px;
- }
- .reviewer-info img, .reviewer-text img {
- float: left;
- margin-right: 5px;
- }
- .reviewer-text {
- background-color: #FFFFFF;
- border: 2px solid #CCCCCC;
- border-radius: 20px;
- padding: 8px;
- clear: both;
- }
- #general-overview {
- width: 250px;
- background-color: #A2B964;
- font-family: Arial, Helvetica, sans-serif;
- float: right;
- }
- #general-overview dt {
- font-weight: bold;
- margin-top: 10pt;
- padding-left: 10pt;
- }
- #general-overview dd {
- padding-left: 10pt;
- padding-right: 10pt;
- }
- #general-overview ul {
- list-style: none;
- margin: 0px;
- padding: 0px;
- }
- #validators {
- bottom: 0px;
- right: 0px;
- position: fixed;
- opacity: 0.5;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement