Advertisement
daisukiseiya

MAL v5 - no usertitle

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