Advertisement
Guest User

gallerycss

a guest
Mar 24th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. body
  2. {
  3. background-image: url("mlgback.jpg");
  4. }
  5.  
  6. #all
  7. {
  8. margin-left: auto;
  9. margin-right: auto;
  10. width: 1000px;
  11. }
  12.  
  13. #gora
  14. {
  15. background-color: rgba(0, 0, 0, 0.7);
  16. padding: 1px;
  17. height: 138px;
  18. }
  19.  
  20. #logo
  21. {
  22. padding: 5px;
  23. float: left;
  24. cursor:pointer;
  25. }
  26.  
  27. #title
  28. {
  29. float: left;
  30. color: white;
  31. font-family: 'ZCOOL QingKe HuangYou', cursive;
  32. font-size: 100px;
  33. margin-left: 50px;
  34. margin-right: auto;
  35. margin-top: 13px;
  36. text-shadow:
  37. -2px -2px 0 #000,
  38. 2px -2px 0 #000,
  39. -2px 2px 0 #000,
  40. 2px 2px 0 #000;
  41. }
  42.  
  43. #nav
  44. {
  45. clear: both;
  46. background-color: rgba(0, 0, 0, 0.7);
  47. margin-left: auto;
  48. margin-right: auto;
  49. width: 990px;
  50. padding: 5px;
  51. margin-top: 5px;
  52. text-align: center;
  53. }
  54.  
  55. #option1
  56. {
  57. background-color: rgb(255, 255, 255);
  58. width: 100px;
  59. text-align: center;
  60. padding: 2px;
  61. margin: 2px;
  62. display: inline-block;
  63. outline: 2px dotted rgb(212, 212, 212);
  64. color: black;
  65. }
  66.  
  67. #option2
  68. {
  69. background-color: rgb(255, 255, 255);
  70. width: 100px;
  71. text-align: center;
  72. padding: 2px;
  73. margin: 2px;
  74. display: inline-block;
  75. outline: 2px dotted rgb(212, 212, 212);
  76. color: black;
  77. }
  78.  
  79. #option4
  80. {
  81. background-color: rgb(255, 255, 255);
  82. width: 100px;
  83. text-align: center;
  84. padding: 2px;
  85. margin: 2px;
  86. display: inline-block;
  87. outline: 2px dotted rgb(212, 212, 212);
  88. color: black;
  89. }
  90.  
  91. #option3
  92. {
  93. background-color: rgb(255, 255, 255);
  94. width: 100px;
  95. text-align: center;
  96. padding: 2px;
  97. margin: 2px;
  98. display: inline-block;
  99. outline: 2px dotted rgb(212, 212, 212);
  100. color: black;
  101. }
  102.  
  103. #clear
  104. {
  105. clear: both;
  106. height: 1px;
  107. }
  108.  
  109. #content
  110. {
  111. background-color: rgba(0, 0, 0, 0.7);
  112. padding: 1px;
  113. height: 1000px;
  114. margin: 5px;
  115. width: 998px;
  116. margin-left: auto;
  117. margin-right: auto;
  118. color: white;
  119. }
  120.  
  121. #footer
  122. {
  123. background-color: rgba(0, 0, 0, 0.7);
  124. height: 20px;
  125. margin: 5px;
  126. width: 1000px;
  127. margin-left: auto;
  128. margin-right: auto;
  129. text-align: center;
  130. color: white;
  131. }
  132.  
  133. #option1:hover
  134. {
  135. background-color: rgb(212, 212, 212);
  136. cursor: pointer;
  137. }
  138.  
  139. #option2:hover
  140. {
  141. background-color: rgb(212, 212, 212);
  142. cursor: pointer;
  143. }
  144.  
  145. #option4:hover
  146. {
  147. background-color: rgb(212, 212, 212);
  148. cursor: pointer;
  149. }
  150.  
  151. #option3:hover
  152. {
  153. background-color: rgb(212, 212, 212);
  154. cursor: pointer;
  155. }
  156.  
  157. #atitle
  158. {
  159. font-family: 'Merriweather', serif;
  160. margin-left: 21px;
  161. }
  162.  
  163. #article
  164. {
  165. margin: 5px;
  166. width: 950px;
  167. padding: 5px;
  168. margin-left: auto;
  169. margin-right: auto;
  170. color: rgb(255, 255, 255);
  171. outline: 3px dashed rgba(255, 255, 255, 0.74);
  172. height: 490px;
  173. font-family: 'Merriweather', serif;
  174. height: 890px;
  175. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement