Advertisement
Guest User

animaux.css

a guest
Jan 28th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Lemon|Kite+One);
  2.  
  3. body
  4. {
  5. background:url('http://www.goodwp.com/pic/201107/1600x1200/goodwp.com-19171.jpg');
  6. background-attachment:fixed;
  7. background-size:100%;
  8. }
  9.  
  10. #white
  11. {
  12. background:none;
  13. border:none;
  14. }
  15.  
  16. #content
  17. {
  18. font-family: 'Kite One', sans-serif;
  19. color:white;
  20. }
  21.  
  22. a:link {color:white;}
  23. a:visited {color:white;}
  24. a:hover {color:gray;}
  25. a:active {color:gray;}
  26.  
  27. h1
  28. {
  29. color:white;
  30. text-shadow:5px 5px 5px white;
  31. font-family: 'Lemon', cursive;
  32. text-align:center;
  33. }
  34.  
  35. th
  36. {
  37. background:#000744;
  38. color:white;
  39. text-align:center;
  40. }
  41.  
  42. td.top
  43. {
  44. background:#000744;
  45. color:white;
  46. text-align:center;
  47. }
  48.  
  49. td.bottom
  50. {
  51. background:#000744;
  52. color:white;
  53. text-align:center;
  54. }
  55.  
  56. td
  57. {
  58. background:#003950;
  59. color:white;
  60. }
  61.  
  62. td.right
  63. {
  64. background:#003950;
  65. color:white;
  66. text-align:center;
  67. }
  68.  
  69. td.left
  70. {
  71. background:#003950;
  72. color:black;
  73. }
  74.  
  75. td. left.b.center.
  76. {
  77. background:#003950;
  78. color:white;
  79. }
  80.  
  81. td.right_cub
  82. {
  83. background:#cbe7ff;
  84. color:black;
  85. text-align:center;
  86. }
  87.  
  88. div.left
  89. {
  90. background:#003950;
  91. color:white;
  92. }
  93.  
  94. .table a:link
  95. {
  96. color:gray;
  97. }
  98.  
  99. .table a:visited
  100. {
  101. color:gray;
  102. }
  103.  
  104. .table a:hover
  105. {
  106. color:gray;
  107. }
  108.  
  109. .table a:active
  110. {
  111. color:gray;
  112. }
  113.  
  114. table.table
  115. {
  116. box-shadow: 10px 10px 15px #cbe7ff;
  117. border:none;
  118. }
  119.  
  120. div#top_bar
  121. {
  122. background:#003950;
  123. color:black;
  124. }
  125.  
  126. div#bottom_bar
  127. {
  128. background:#003950;
  129. }
  130.  
  131. div#navigation
  132. {
  133. background:#003950;
  134. border-radius:20px;
  135. }
  136.  
  137. #sidebar div.content
  138. {
  139. background-color:#003950;
  140. color:white;
  141. background-image:none;
  142. }
  143.  
  144. #sidebar .inside div {background-image:none!important;}
  145.  
  146. #sidebar .div {background-image:none;}
  147.  
  148. #sidebar div.inside {background-image:none;}
  149.  
  150. #sidebar div.inside.div {background-image:none;}
  151.  
  152. #sidebar div.smallest
  153. {
  154. background-color:#003950;
  155. color:white;
  156. }
  157.  
  158. #sidebar
  159. {
  160. background-color:#003950;
  161. color:white;
  162. border-radius:15px;
  163. }
  164.  
  165. div.chat_light
  166. {
  167. background:#000744;
  168. color:white;
  169. }
  170.  
  171. div.chat_dark
  172. {
  173. background-color:#003950;
  174. color:white;
  175. }
  176.  
  177. #sidebar a:link
  178. {
  179. color:white;
  180. }
  181.  
  182. #sidebar a:visited
  183. {
  184. color:white;
  185. }
  186.  
  187. #sidebar a:hover
  188. {
  189. color:gray;
  190. }
  191.  
  192. #sidebar a:active
  193. {
  194. color:gray;
  195. }
  196.  
  197. #sidebar h2
  198. {
  199. font-family: 'Lemon', cursive;
  200. color:white;
  201. }
  202.  
  203. /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url
  204.  
  205. (http://cur.cursors-4u.net/symbols/sym-6/sym600.cur), progress !important;} /* End
  206.  
  207. http://www.cursors-4u.com */
  208.  
  209. /*Coding by Darklily #5809 aka Blackthorn #5838
  210. Don't steal, 'cause it's free anyway :P */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement