Advertisement
Guest User

rancidtomato

a guest
Jan 22nd, 2016
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. #banner {
  2. height: 50px;
  3. background-image: url(https://webster.cs.washington.edu/images/rancidbannerbg.png);
  4. background-repeat: repeat-x;
  5. }
  6.  
  7. #banner img {
  8. display: block;
  9. margin-left: auto;
  10. margin-right: auto;
  11. }
  12.  
  13. body {
  14. background-image: url(https://webster.cs.washington.edu/images/moviebg.png);
  15. font-family: Arial, Helvetica, sans-serif;
  16. font-size: 10pt;
  17. margin: 0px;
  18. padding: 0px;
  19. }
  20.  
  21. #column-left, #column-right {
  22. margin-right: 2%;
  23. width: 47%;
  24. }
  25.  
  26. #column-left {
  27. float: left;
  28. margin-left: 2%;
  29. }
  30.  
  31. #column-right {
  32. float: right;
  33. }
  34.  
  35. #container {
  36. background-color: #EEEEEE;
  37. border-radius: 20px;
  38. box-shadow: 5px 5px 5px gray;
  39. margin: 0px auto 65px auto;
  40. width: 800px;
  41. overflow: hidden;
  42. }
  43.  
  44. #date {
  45. background-color: #A2B964;
  46. clear: both;
  47. margin-bottom: 0;
  48. padding: 5px;
  49. text-align: center;
  50. }
  51.  
  52. h1, .reviewer-text {
  53. font-family: Georgia, "Times New Roman", serif;
  54. }
  55.  
  56. h1 {
  57. font-size: 24pt;
  58. font-weight: bold;
  59. text-align: center;
  60. text-shadow: 3px 3px #999999;
  61. }
  62.  
  63. #logo {
  64. background-image: url(https://webster.cs.washington.edu/images/rottenlargebg.png);
  65. background-repeat: repeat-x;
  66. height: 83px;
  67. font-size: 48pt;
  68. font-weight: bold;
  69. color: red;
  70. }
  71.  
  72. #logo img {
  73. vertical-align: bottom;
  74. }
  75.  
  76. .publication {
  77. font-style: italic;
  78. }
  79.  
  80. #reviews {
  81. width: 550px;
  82. }
  83.  
  84. .reviewer-info {
  85. padding-bottom: 20px;
  86. }
  87.  
  88. .reviewer-info img, .reviewer-text img {
  89. float: left;
  90. margin-right: 5px;
  91. }
  92.  
  93.  
  94. .reviewer-text {
  95. background-color: #FFFFFF;
  96. border: 2px solid #CCCCCC;
  97. border-radius: 20px;
  98. padding: 8px;
  99. clear: both;
  100. }
  101.  
  102. #general-overview {
  103. width: 250px;
  104. background-color: #A2B964;
  105. font-family: Arial, Helvetica, sans-serif;
  106. float: right;
  107. }
  108.  
  109. #general-overview dt {
  110. font-weight: bold;
  111. margin-top: 10pt;
  112. padding-left: 10pt;
  113. }
  114.  
  115. #general-overview dd {
  116. padding-left: 10pt;
  117. padding-right: 10pt;
  118. }
  119.  
  120. #general-overview ul {
  121. list-style: none;
  122. margin: 0px;
  123. padding: 0px;
  124. }
  125.  
  126. #validators {
  127. bottom: 0px;
  128. right: 0px;
  129. position: fixed;
  130. opacity: 0.5;
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement