Guest User

Untitled

a guest
Mar 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. @charset "UTF-8";
  2. /* CSS Document */
  3.  
  4. /* Layer 0 */
  5.  
  6. html body {
  7. height: 100%;
  8.  
  9. /* background-color: #1A1A1A; */
  10.  
  11. font-family: Helvetica, Arial, sans-serif;
  12.  
  13. color: #A2AAAA;
  14. }
  15.  
  16. /* Layer 1 */
  17. #container {
  18. width: 861px;
  19. min-height: 100%;
  20.  
  21. margin: 20px auto;
  22.  
  23. margin-top: -7px;
  24. margin-bottom: -8px;
  25. }
  26.  
  27. /* Layer 2 */
  28. #topBar {
  29. width: 100%;
  30. height: 100px;
  31. }
  32.  
  33. #lsideBar {
  34. width: 150px;
  35. height: 400px;
  36.  
  37. margin-left: -150px;
  38. }
  39.  
  40. #content {
  41. width: 860px;
  42. height: 820px;
  43.  
  44. margin-top: -399px;
  45.  
  46. padding-top: 10px;
  47.  
  48. border-left: 1px solid black;
  49. border-right: 1px solid black;
  50. }
  51.  
  52. #rsideBar {
  53. width: 130px;
  54. height: 280px;
  55.  
  56. margin-left: 861px;
  57. margin-top: -400px;
  58.  
  59. padding: 10px;
  60.  
  61. border-left: 0px;
  62. border: 1px solid black;
  63.  
  64. /* Third-party CSS implementation */
  65. -moz-border-radius-topright: 20px;
  66. -moz-border-radius-bottomright: 20px;
  67. -webkit-border-top-right-radius: 20px;
  68. -webkit-border-bottom-right-radius: 20px;
  69. }
  70.  
  71. #bottomBar {
  72. width: 860px;
  73. height: 100px;
  74.  
  75. margin-top: 97px;
  76.  
  77. border-top: 1px solid black;
  78. border-left: 1px solid black;
  79. border-right: 1px solid black;
  80. }
  81.  
  82. /* Layer 3 - topBar */
  83. #logo {
  84. width: 520px;
  85. height: 60px;
  86.  
  87. padding: 20px;
  88. padding-left: 40px;
  89.  
  90. border-bottom: 1px solid black;
  91. border-left: 1px solid black;
  92. }
  93.  
  94. #searchBar {
  95. width: 240px;
  96. height: 60px;
  97.  
  98. margin-left: 581px;
  99. margin-top: -101px;
  100.  
  101. padding: 20px;
  102.  
  103. border-bottom: 1px solid black;
  104. border-right: 1px solid black;
  105. }
  106.  
  107. /* Layer 4 - lsiderBar */
  108. #links {
  109. width: 110px;
  110. height: 260px;
  111.  
  112. padding: 20px;
  113. padding-top: 10px;
  114.  
  115. border: 1px solid black;
  116. border-right: 0px solid black;
  117.  
  118. /* Third-party CSS implementation */
  119. -moz-border-radius-topleft: 20px;
  120. -webkit-border-top-left-radius: 20px;
  121. }
  122.  
  123. #loginBox {
  124. width: 150px;
  125. height: 100px;
  126.  
  127. border: 1px solid black;
  128. border-top: 0px solid black;
  129. border-right: 0px solid black;
  130.  
  131. /* Third-party CSS implementation */
  132. -moz-border-radius-bottomleft: 20px;
  133. -webkit-border-bottom-left-radius: 20px;
  134. }
  135.  
  136. /* Layer 4 - content */
  137. #contentTitle {
  138. width: 810px;
  139. height: 100px;
  140.  
  141. margin-left: auto;
  142. margin-right: auto;
  143.  
  144. padding: 10px;
  145. }
  146.  
  147. #contentText {
  148. width: 810px;
  149. height: 660px;
  150.  
  151. margin-top: 10px;
  152. margin-left: auto;
  153. margin-right: auto;
  154.  
  155. padding: 10px;
  156. }
  157.  
  158. /* Layer 4 - rsideBar */
  159. #twitter {
  160. /* Unknown issue with div */
  161. }
  162.  
  163. /* Layer 4 - sideBar #links div */
  164. #links a {
  165. color: #A2AAAA;
  166. text-decoration: none;
  167. }
  168.  
  169. #links a:links {
  170.  
  171. }
  172.  
  173. #links a:visited {
  174.  
  175. }
  176.  
  177. #links a:active {
  178.  
  179. }
  180.  
  181. #links a:hover {
  182. color: black;
  183. }
Add Comment
Please, Sign In to add comment