xmisa0923

mal pink

Oct 3rd, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. body {
  2. background-attachment: fixed !important;
  3. background-clip: border-box !important;
  4. background-color: #fff;
  5. background-image: url("http://i.imgur.com/R4V23vW.png") !important;
  6. background-position: bottom left;
  7. background-repeat: no-repeat;
  8. }
  9. #list_surround {
  10. position: absolute !important;
  11. right: 60px !important;
  12. }
  13. body {
  14. color: #342d28;
  15. font-family: Verdana,Arial;
  16. font-size: 10px;
  17. }
  18. #inlineContent {
  19. display: inline-block !important;
  20. height: 362px !important;
  21. left: 0 !important;
  22. position: absolute !important;
  23. top: 0 !important;
  24. width: 605px !important;
  25. z-index: -1 !important;
  26. }
  27. #grand_totals {
  28. background-color: transparent;
  29. border: 0 none;
  30. border-radius: 3px 3px 3px 3px;
  31. color: #EEEEEE;
  32. line-height: 20px;
  33. min-height: 20px;
  34. text-align: center;
  35. transition: all 0.25s ease-in-out 0s;
  36. vertical-align: middle;
  37. }
  38. a {
  39. color: #FFFFFF;
  40. text-decoration: none;
  41. }
  42. a:visited {
  43. color: #FFFFFF;
  44. text-decoration: none;
  45. }
  46. a:hover {
  47. color: #000000;
  48. text-decoration: none;
  49. }
  50. small {
  51. color: #ffffff;
  52. font-size: 8px !important;
  53. text-decoration: none;
  54. }
  55. #searchBox {
  56. background-color: #fd2f5b;
  57. border-color: #FFFFFF;
  58. border-style: solid;
  59. border-width: 1px;
  60. color: #FFFFFF;
  61. font-size: 14px !important;
  62. height: 14px;
  63. text-align: center;
  64. text-transform: uppercase;
  65. }
  66. #list_surround {
  67. background-color: transparent;
  68. background: transparent;
  69. background-position: center top;
  70. background-repeat: no-repeat;
  71. margin-left: 5px;
  72. padding-top: 50px;
  73. text-transform: none;
  74. width: 600px;
  75. }
  76. #list_surround tbody tr:hover {
  77. }
  78. #list_surround tr:hover .category_totals, #list_surround[align="center"] tbody tr:hover td, #list_surround[align="center"] + tbody tr:hover {
  79. background-color: transparent;
  80. }
  81. .td1, .td2 {
  82. background-color: #fd2f5b;
  83. background-position: center center;
  84. border-style: hidden;
  85. color: #ffffff;
  86. padding: 3px;
  87. }
  88. .table_header {
  89. background-color: #fd2f5b;
  90. border-style: hidden;
  91. color: #51f9fc !important;
  92. padding: 3px;
  93. }
  94. .td1[width="125"] {
  95. font-size: 11px;
  96. padding: 1px 20px 1px 1px;
  97. width: 200px;
  98. }
  99. .td1[width="45"] {
  100. font-size: 11px;
  101. font-weight: bold;
  102. }
  103. .td1[width="70"] {
  104. font-size: 11px;
  105. font-weight: bold;
  106. }
  107. .td2[width="125"] {
  108. font-size: 11px;
  109. padding: 1px 20px 1px 1px;
  110. width: 200px;
  111. }
  112. .td2[width="45"] {
  113. font-size: 11px;
  114. font-weight: bold;
  115. }
  116. .td2[width="70"] {
  117. font-size: 11px;
  118. font-weight: bold;
  119. }
  120. .td1:last-child, .td2:last-child, .table_header:last-child {
  121. background-position: right center;
  122. }
  123. .table_header[width="125"] {
  124. padding-left: 1px;
  125. padding-right: 20px;
  126. width: 200px;
  127. }
  128. .td1:first-child, .td2:first-child, .table_header:first-child {
  129. background-position: left center;
  130. padding-left: 10px;
  131. text-align: center;
  132. width: 20px;
  133. }
  134. [id^="menu"] .td1 {
  135. padding-left: 50px;
  136. padding-right: 20px;
  137. text-align: left;
  138. }
  139. [id^="menu"] .td2 {
  140. padding-left: 50px;
  141. padding-right: 20px;
  142. text-align: left;
  143. }
  144. small *, small {
  145. font-size: 11px;
  146. }
  147. .table_headerLink {
  148. color: #94fdff;
  149. font-weight: normal;
  150. }
  151. .table_headerLink:visited {
  152. color: #000000;
  153. font-weight: normal;
  154. }
  155. .table_headerLink:hover {
  156. color: #FFFFFF;
  157. font-weight: normal;
  158. }
  159. .status_selected {
  160. color: #FFFFFF;
  161. font-family: Century Gothic,Verdana,Arial;
  162. font-size: 14px;
  163. font-weight: bold;
  164. padding: 5px;
  165. background-color: #fd2f5b;
  166. border-bottom-style: solid;
  167. border-top-style: solid;
  168. border-width: 2px !important;
  169. }
  170. .status_not_selected {
  171. color: #FFFFFF;
  172. font-family: Century Gothic,Verdana,Arial;
  173. font-size: 12px;
  174. font-weight: bold;
  175. padding: 5px;
  176. background-color: #fd2f5b;
  177. border-bottom-style: solid;
  178. border-width: 2px !important;
  179. border-top-style: solid;
  180. }
  181. .header_title {
  182. font-size: 40px;
  183. font-family: century gothic;
  184. margin-top: -20px;
  185. margin-bottom: 10px;
  186. margin-left: 40px;
  187. }
  188. .header_cw {
  189. margin-top: 25px;
  190. background-color: #fd2f5b;
  191. border-radius: 30px 30px 0 0;
  192. }
  193. .header_completed {
  194. margin-top: 25px;
  195. background-color: #fd2f5b;
  196. border-radius: 30px 30px 0 0;
  197. }
  198. .header_onhold {
  199. margin-top: 25px;
  200. background-color: #fd2f5b;
  201. border-radius: 30px 30px 0 0;
  202. }
  203. .header_dropped {
  204. margin-top: 25px;
  205. background-color: #fd2f5b;
  206. border-radius: 30px 30px 0 0;
  207. }
  208. .header_ptw {
  209. margin-top: 25px;
  210. background-color: #fd2f5b;
  211. border-radius: 30px 30px 0 0;
  212. }
  213. .category_totals {
  214. background-color: #fd2f5b;
  215. color: #51f9fc;
  216. font-size: 10px;
  217. height: 40px;
  218. text-align: center;
  219. border-radius: 0 0 30px 30px;
  220. }
  221. #grand_totals {
  222. background-position: center top;
  223. background-repeat: no-repeat;
  224. color: #FFFFFF;
  225. font-family: Verdana,Arial;
  226. font-size: 10px;
  227. height: 25px;
  228. padding: 29px;
  229. text-align: center;
  230. }
  231. #copyright {
  232. background-image: url("http://img7.imageshack.us/img7/7540/copyrightbackground.png");
  233. background-repeat: no-repeat;
  234. color: #ECE0E3;
  235. font-size: 9px;
  236. font-weight: normal;
  237. height: 50px;
  238. margin: 0 auto;
  239. padding-top: 10px;
  240. text-align: center;
  241. text-shadow: 0 0 0.5em #FFDEEE;
  242. width: 475px;
  243. }
  244.  
  245.  
  246. /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://i.imgur.com/O76Seeh.gif), progress !important;} /* End http://www.cursors-4u.com */
Advertisement
Add Comment
Please, Sign In to add comment