Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. body {
  2. background-attachment: fixed !important;
  3. background-color: #f0f0f0 !important;
  4. background-image: url("https://images6.alphacoders.com/765/765064.png") !important;
  5. background-size: cover;
  6. background-repeat: repeat-x !important;
  7. font-family: Arial,Verdana,Helvetica,sans-serif;
  8. font-size: 13px !important;
  9. }
  10. * {
  11. text-decoration: none !important;
  12. }
  13. a {
  14. color: #ffffff;
  15. }
  16. a:hover {
  17. border-bottom: 2px solid #5c8ae6;
  18. color: #ffffff;
  19. text-decoration: none;
  20. }
  21. .status_selected {
  22. background: #5c8ae6 none repeat scroll 0 0;
  23. line-height: 2.5em;
  24. }
  25. .status_not_selected a:hover, .status_selected a:hover {
  26. border-bottom: 0 none !important;
  27. }
  28. .status_not_selected:hover {
  29. box-shadow: 0 5px 0 0 #5c8ae6 inset;
  30. transition: all 0.2s ease 0s;
  31. }
  32. .status_not_selected {
  33. background: #2e2f2f none repeat scroll 0 0;
  34. line-height: 2.5em;
  35. }
  36. .status_selected:first-child, .status_not_selected:first-child {
  37. border-radius: 0 0 0 25px !important;
  38. }
  39. .status_selected:last-child, .status_not_selected:last-child {
  40. border-radius: 0 0 25px !important;
  41. }
  42. .status_selected a, .status_not_selected a {
  43. display: block;
  44. }
  45. #list_surround {
  46. background: rgba(0, 0, 0, 0.25) none no-repeat scroll 0 0;
  47. border-radius: 0 0 25px 25px;
  48. box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.41);
  49. height: 100%;
  50. margin: 220px auto 20px;
  51. width: 850px;
  52. }
  53. :nth-child(5) .header_title {
  54. background: rgba(255, 255, 255, 0) url("http://i.imgur.com/fo2W6zJ.png") no-repeat scroll center center / 100% 100%;
  55. }
  56. :nth-child(5) .header_title {
  57. border-top-left-radius: 25px;
  58. border-top-right-radius: 25px;
  59. box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.41);
  60. height: 200px;
  61. margin-left: -28px;
  62. position: absolute;
  63. top: 60px;
  64. width: 850px;
  65. }
  66. :nth-child(5) .header_title::before {
  67. background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  68. color: #f5f5f5;
  69. display: block;
  70. font-size: 65px !important;
  71. position: relative;
  72. text-align: center;
  73. text-shadow: 1px 2px 6px #000000;
  74. top: 61px;
  75. }
  76. :nth-child(5) .header_title::before {
  77. content: "DarkBlaze99";
  78. }
  79. #list_surround .header_cw {
  80. background: #e5e5e5 url("http://i.imgur.com/uuWODfe.png") no-repeat scroll center center;
  81. }
  82. #list_surround .header_completed {
  83. background: #e5e5e5 url("http://i.imgur.com/n9e38rQ.png") no-repeat scroll center center;
  84. }
  85. #list_surround .header_onhold {
  86. background: #e5e5e5 url("http://i.imgur.com/2nFyk8R.png") no-repeat scroll center center;
  87. }
  88. #list_surround .header_ptw {
  89. background: #e5e5e5 url("http://i.imgur.com/av1NSs6.png") no-repeat scroll center center;
  90. }
  91. #list_surround .header_dropped {
  92. background: #e5e5e5 url("http://i.imgur.com/gZAmz5H.png") no-repeat scroll center center;
  93. }
  94. #list_surround .header_cw, #list_surround .header_completed, #list_surround .header_onhold, #list_surround .header_ptw, #list_surround .header_dropped {
  95. border-radius: 25px 25px 0 0;
  96. box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0);
  97. margin-top: 20px;
  98. padding: 28px;
  99. }
  100. #list_surround .header_title span {
  101. color: #000000;
  102. display: none;
  103. font-size: 1px;
  104. }
  105. #list_surround .header_title .thickbox {
  106. display: none;
  107. }
  108. #list_surround br {
  109. display: none;
  110. }
  111. .borderRBL {
  112. color: #cccccc !important;
  113. }
  114. .borderRBL br {
  115. display: block !important;
  116. }
  117. .table_header {
  118. background: #2e2f2f none repeat scroll 0 0;
  119. line-height: 1.8em;
  120. padding: 4px;
  121. }
  122. .td1 {
  123. background: #464647 none repeat scroll 0 0;
  124. line-height: 20px;
  125. padding: 4px;
  126. }
  127. .td2 {
  128. background: #595959 none repeat scroll 0 0;
  129. line-height: 20px;
  130. padding: 4px;
  131. }
  132. #list_surround .animetitle + small {
  133. background: #5c8ae6 none repeat scroll 0 0;
  134. border-radius: 4px;
  135. font-size: 13px;
  136. margin-left: 10px;
  137. opacity: 1;
  138. padding: 2px;
  139. text-transform: lowercase;
  140. }
  141. .td1, .td2, .table_header {
  142. color: #ffffff;
  143. }
  144. tr:hover td.td1 small, tr:hover td.td2 small {
  145. font-size: 13px;
  146. opacity: 1;
  147. }
  148. .td1 small, .td2 small {
  149. font-size: 13px;
  150. opacity: 0;
  151. }
  152. tr:hover .td2, tr:hover .td1 {
  153. background: #393939 none repeat scroll 0 0;
  154. }
  155. #list_surround .category_totals {
  156. background-color: #2e2f2f;
  157. border-radius: 0 0 25px 25px;
  158. color: #ffffff;
  159. line-height: 25px;
  160. margin-top: 15px;
  161. text-align: center;
  162. }
  163. #list_surround #grand_totals {
  164. background-color: #5c8ae6;
  165. color: #ffffff;
  166. display: none;
  167. line-height: 25px;
  168. text-align: center;
  169. }
  170. #searchBox {
  171. display: none;
  172. }
  173. #searchListButton {
  174. display: none;
  175. }
  176. #mal\_control\_strip {
  177. background-color: #8f8f8f !important;
  178. background-image: url("http://i.imgur.com/fv1Pc.png") !important;
  179. }
  180. #mal_cs_powered a {
  181. display: none;
  182. }
  183. #mal_cs_links {
  184. display: none !important;
  185. }
  186. #mal_cs_listinfo {
  187. position: absolute;
  188. right: 0;
  189. text-align: right;
  190. }
  191. #copyright {
  192. border-radius: 20px;
  193. color: rgba(0, 0, 0, 0);
  194. line-height: 25px;
  195. margin-top: -25px !important;
  196. pointer-events: none;
  197. }
  198. #copyright::after {
  199. background-color: #333333;
  200. background-image: url("http://db.tt/uBvPkq8g");
  201. background-position: center center;
  202. background-repeat: no-repeat;
  203. border-radius: 5px;
  204. bottom: 5px;
  205. color: rgba(0, 0, 0, 0) !important;
  206. content: "Minimalist Version 6.0 Designed by iSayChris";
  207. display: block;
  208. font-size: 0 !important;
  209. height: 5px;
  210. padding-bottom: 20px;
  211. pointer-events: auto;
  212. position: fixed;
  213. right: 5px;
  214. transition: all 0.15s ease-out 0s;
  215. width: 25px;
  216. }
  217. #copyright:hover::after {
  218. background-image: none;
  219. color: #e5e5e5 !important;
  220. font-size: 13px !important;
  221. height: auto !important;
  222. padding: 5px;
  223. text-align: justify !important;
  224. transition: all 0.15s ease-in 0s;
  225. width: 150px;
  226. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement