lollyxbeans

patheme1

Apr 9th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. * {background: transparent; border: none; margin: 0; padding: 0;}
  2.  
  3. .gr-box {background:transparent url('https://i.imgur.com/ZwpJqrO.png') center top repeat;
  4. border:2px solid #ffffff;
  5. padding:0px;
  6. max-width:750px;
  7. margin:0 auto;
  8. background-attachment:fixed;
  9. }
  10.  
  11. .gr-top {
  12. background:url('https://i.imgur.com/02VkGTK.png') center top no-repeat;
  13. text-align:center;
  14. padding:320px 10% 20px 10%;
  15. border-radius:0px;
  16. -moz-border-radius:0px;
  17. -webkit-border-radius:0px;
  18. border-radius:0px;
  19. -moz-border-radius:0px;
  20. -webkit-border-radius:0px;
  21. border-radius:0px;
  22. -moz-border-radius:0px;
  23. -webkit-border-radius:0px;
  24. }
  25.  
  26.  
  27.  
  28. .gr-body{background: #f8f8f8;
  29. }
  30.  
  31. .text{
  32. line-height: 2em;
  33. color: black;
  34. padding:40px 30px 20px 30px;
  35. margin-bottom: 20px;
  36. margin-left: 5em;
  37. margin-right: 5em;
  38. font-family: georgia;}
  39.  
  40. .text a{
  41. color: #d69c40;
  42. font-family: Georgia;
  43. font-weight: normal;
  44. text-decoration: none;
  45. }
  46.  
  47. .text a:hover {
  48. color: #d69c40;
  49. }
  50.  
  51. .gr-top h2 a{
  52. color: #d69c40;
  53. font-family: Georgia;
  54. font-weight: bold;
  55. font-size: 30px;
  56. text-transform: uppercase;
  57. border-top: 1px solid #d69c40;
  58. border-bottom: 1px solid #d69c40;
  59. }
  60.  
  61. .gr-top .timestamp{color: black;
  62. font-size: 1em;
  63. font-family: georgia;
  64. text-transform: uppercase;}
  65.  
  66. h1 {color: #4e1a67;
  67. font-weight: bold;
  68. text-transform: uppercase;
  69. font-family: Georgia;
  70. text-decoration: underline;
  71. font-size: 3em;
  72. }
  73.  
  74. h2 {font-size: 2em;
  75. color: #d69c40;
  76. font-weight: bold;
  77. text-transform: uppercase;
  78. font-family: Georgia;}
  79.  
  80. .commentslink{color: #d69c40;}
  81.  
  82. .c.ppb.alink.bottom
  83. {
  84. background: #4e1a67;
  85. padding-top: 2em;
  86. padding-bottom: 2em;
  87. }
  88.  
  89. hr
  90. {
  91. height: 1px;
  92. border: none;
  93. background-color: black;
  94. }
  95.  
  96. .button1 {
  97. margin: 0.3em;
  98. padding-top: 0.5em;
  99. padding-bottom: 0.5em;
  100. padding-right: 1.5em;
  101. padding-left: 1.5em;
  102. display: inline-block;
  103. text-transform: uppercase;
  104. font-size: 1.2em;
  105. border: solid #d69c40 1px;
  106. }
  107.  
  108. a.button1 {
  109. color: #d69c40;
  110. }
  111.  
  112. a.button1:hover {
  113. color: #4e1a67;
  114. }
  115.  
  116. .button2 {
  117. background: #4e1a67;
  118. margin: 0.3em;
  119. padding-top: 0.5em;
  120. padding-bottom: 0.5em;
  121. padding-right: 1.5em;
  122. padding-left: 1.5em;
  123. display: inline-block;
  124. text-transform: uppercase;
  125. font-size: 1.2em;
  126. border: solid #d69c40 1px;
  127. }
  128.  
  129. a.button2 {
  130. color: #d69c40;
  131. }
  132.  
  133. a.button2:hover {
  134. color: white;
  135. }
  136.  
  137. .button2:hover {
  138. background: #d69c40;
  139. border: solid #4e1a67 1px;
  140. }
  141.  
  142. blockquote {
  143. text-align: center;
  144. font-size: 1.2em;
  145. font-style: italic;
  146. border: none;
  147. color: white;
  148. background: #4e1a67;
  149. font-family: Georgia;
  150. padding: 1em;
  151. border-radius: 1em 0 1em 0;
  152. margin: 0.3em;
  153. max-width: 45em;
  154. min-width: 20em;
  155. }
  156.  
  157. .copyright
  158. {
  159. color: #4e1a67;
  160. text-align: right;
  161. font-size: xx-small;
  162. margin-right: -4.5em;
  163. }
  164.  
  165. .copyright a{
  166. color: #555;
  167. font-family: Georgia;
  168. font-weight: normal;
  169. }
Add Comment
Please, Sign In to add comment