Advertisement
jamastar

Light Pink - Erin

Jun 27th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. <style>
  2.  
  3. /* created by zenith
  4. can be found on xanje under this url
  5. https://www.xanje.com/index.php/~jamastar */
  6.  
  7. body {
  8. background-color: #FBE8F6;
  9. font: 80%/130% "arial";
  10. margin: 0 auto;
  11. padding: 15px 5%;
  12. }
  13.  
  14. div#upper_section div.user {
  15. width: 45%;
  16. float: left;
  17. overflow: auto;
  18. background: #efd5e6;
  19. padding: 10px;
  20. padding-bottom: 0px;
  21. border-radius: 1px;
  22. text-transform: lowercase;
  23. font-family: arial;
  24. font-size: 1.1em;
  25. font-style: italic;
  26. line-height: 113%;
  27. }
  28.  
  29. #header {
  30. background: #F9DEF0;
  31. padding-left: 20px;
  32. border-radius: 1px;
  33. }
  34.  
  35. #header div.frame {
  36. background: #F9DEF0;
  37. display: block;
  38. padding: 5px 20px 1em 0;
  39. border-radius: 30%;
  40. }
  41.  
  42. div#wrapper {
  43. background: #e2e2e2;
  44. margin: 0 auto;
  45. min-width: 764px;
  46. max-width: 2300px;
  47. }
  48.  
  49. #content_section div.frame {
  50. background: #ead2e2;
  51. display: block;
  52. padding: 0 20px 0 0;
  53. border-radius: 1px;
  54. }
  55.  
  56. #content_section {
  57. background: #ead2e2;
  58. padding-left: 20px;
  59. border-radius: 1px;
  60. }
  61.  
  62. h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
  63. background: #e0c7d8;
  64. color: #000;
  65. padding-left: 5px;
  66. text-transform: uppercase;
  67. font-size: 11px;
  68. }
  69.  
  70. h3.catbg a:link, h3.catbg a:visited, h4.catbg a:link, h4.catbg a:visited, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a {
  71. color: #000;
  72. font-size: 1em;
  73. }
  74.  
  75. a:link, a:hover {
  76. color#000
  77. }
  78.  
  79. .windowbg, #preview_body {
  80. color: #000;
  81. background-color: #f9def0;
  82. }
  83.  
  84. .windowbg span.topslice {
  85. display: block;
  86. padding-left: 20px;
  87. background: #f9def0;
  88. }
  89.  
  90. .windowbg span.topslice span {
  91. display: block;
  92. background: #f9def0;
  93. height: 6px;
  94. }
  95.  
  96. .windowbg span.botslice span {
  97. display: block;
  98. background: #f9def0;
  99. height: 6px;
  100. }
  101.  
  102. .windowbg span.botslice {
  103. display: block;
  104. padding-left: 20px;
  105. background: #f9def0;
  106. font-size: 5px;
  107. line-height: 3px;
  108. }
  109.  
  110. .windowbg2 {
  111. color: #000;
  112. background-color: #e2e2e2;
  113. }
  114.  
  115. .windowbg2 span.topslice {
  116. display: block;
  117. padding-left: 20px;
  118. background: #e2e2e2;
  119. }
  120.  
  121. .windowbg2 span.botslice {
  122. display: block;
  123. padding-left: 20px;
  124. background: #e2e2e2;
  125. font-size: 5px;
  126. line-height: 3px;
  127. }
  128.  
  129. .windowbg2 span.topslice span {
  130. display: block;
  131. background: #e2e2e2;
  132. height: 3px;
  133. }
  134.  
  135. .windowbg2 span.botslice span {
  136. display: block;
  137. background: #e2e2e2;
  138. height: 3px;
  139. }
  140.  
  141. .dropmenu li a.active span.firstlevel {
  142. background: #efd5e6;
  143. border-radius: 1px;
  144. color: #000;
  145. }
  146.  
  147. .dropmenu li a.active {
  148. background: #efd5e6;
  149. color: #fff;
  150. font-weight: bold;
  151. border-radius: 1px;
  152. }
  153.  
  154. .dropmenu li a.firstlevel:hover span.firstlevel, .dropmenu li:hover a.firstlevel span.firstlevel {
  155. background: #efd5e6;
  156. border-radius: 1px;
  157. }
  158.  
  159. .dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel {
  160. background: #efd5e6;
  161. border-radius: 4px;
  162. color: #000;
  163. cursor: pointer;
  164. text-decoration: none;
  165. }
  166.  
  167. .dropmenu li li a span {
  168. display: block;
  169. padding: 6px;
  170. background: #fff;
  171. }
  172.  
  173. .dropmenu li ul {
  174. z-index: 90;
  175. display: none;
  176. position: absolute;
  177. width: 19.1em;
  178. font-weight: normal;
  179. border-bottom: 1px solid #999;
  180. background: #efd5e6;
  181. padding: 7px 0 0 0;
  182. }
  183.  
  184. .dropmenu li li a span {
  185. display: block;
  186. padding: 6px;
  187. background: #efd5e6;
  188. border: none;
  189. }
  190.  
  191. #footer_section {
  192. text-align: center;
  193. padding-left: 20px;
  194. text-transform: lowercase;
  195. line-height: 100%;
  196. font-family: arial;
  197. font-style: italic;
  198. background-color: #ead2e2;
  199. }
  200.  
  201. .button_submit, .button_reset {
  202. background: #e0c7d8;
  203. border: 1px solid #000;
  204. cursor: pointer;
  205. font-weight: normal;
  206. border-radius: 1px;
  207. text-transform: lowercase;
  208. font-family: arial;
  209. font-size: 1.0em;
  210. }
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement