Advertisement
Guest User

Recuvan

a guest
Nov 30th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.63 KB | None | 0 0
  1. body {
  2. background:url(http://iv.pl/images/63749167379083854170.jpg) fixed center top #000000;
  3. }
  4.  
  5. /*
  6. LIST FONT
  7. These codes control the font on the list itself (anime titles, etc).
  8. */
  9.  
  10. #list_surround, #list_surround a {
  11. border:0 none;
  12. color:#DBDBDB;
  13. font-family:Calibri;
  14. font-size:15px;
  15. font-weight:normal;
  16. text-decoration:none;
  17. }
  18.  
  19. /*
  20. BANNER
  21. */
  22.  
  23. #list_surround .header_title {
  24. background:url(http://iv.pl/images/60109165714739505748.png) no-repeat scroll 0 0 transparent;
  25. height:375px;
  26. left:0px;
  27. padding:25px;
  28. position:absolute;
  29. top:-425px;
  30. width:850px;
  31. }
  32.  
  33. #inlineContent {
  34. background: url(http://iv.pl/images/60109165714739505748.png) no-repeat scroll transparent center top !important;
  35. display: inline-block !important;
  36. height: 525px !important;
  37. left: 0px !important;
  38. margin: auto !important;
  39. right: 0px !important;
  40. top: -425px !important;
  41. width: 850px !important;
  42. position:absolute;
  43. z-index: -1 !important;
  44. }
  45.  
  46. /*
  47. HEADERS
  48. */
  49.  
  50. #list_surround .header_cw {
  51. background:url(http://iv.pl/images/39904920825471049287.png) no-repeat scroll 0 0 transparent;
  52. }
  53. #list_surround .header_completed {
  54. background:url(http://iv.pl/images/07679208533248762017.png) no-repeat scroll 0 0 transparent;
  55. }
  56. #list_surround .header_onhold {
  57. background:url(http://iv.pl/images/44590330768125672589.png) no-repeat scroll 0 0 transparent;
  58. }
  59. #list_surround .header_ptw {
  60. background:url(http://iv.pl/images/45204392826423280166.png) no-repeat scroll 0 0 transparent;
  61. }
  62. #list_surround .header_dropped {
  63. background:url(http://iv.pl/images/79447281979798351230.png) no-repeat scroll 0 0 transparent;
  64. }
  65.  
  66.  
  67. /*
  68. OTHER CODES
  69. */
  70.  
  71. a:hover {
  72. text-decoration:underline;
  73. }
  74.  
  75.  
  76. #list_surround {
  77. background:none repeat scroll 0 0 rgba(4, 18, 50, 0.75);
  78. border-bottom:0px solid #292929;
  79. border-left:0px solid #292929;
  80. border-right:0px solid #292929;
  81. height:100%;
  82. left:0px;
  83. top:180px;
  84. margin:239px auto 30px;
  85. position:relative;
  86. width:900px;
  87. }
  88.  
  89.  
  90. #list_surround .status_selected a {
  91. color:#184900;
  92. display:block;
  93. font-size:1px;
  94. height:2px;
  95. padding:1px 0 0 10px;
  96. width:30px;
  97. }
  98.  
  99. #list_surround .status_not_selected a {
  100. color:#184900;
  101. display:block;
  102. font-size:1px;
  103. height:2px;
  104. padding:10px 0 0 10px;
  105. width:30px;
  106. }
  107.  
  108. #list_surround br {
  109. display:none;
  110. }
  111.  
  112. #list_surround .header_title span {
  113. color:#000000;
  114. font-size:1px;
  115. }
  116. #list_surround .header_title .thickbox {
  117. display:none;
  118. }
  119. #list_surround .header_cw, #list_surround .header_completed, #list_surround .header_onhold, #list_surround
  120.  
  121. .header_ptw, #list_surround .header_dropped {
  122. padding:28px 5px 5px;
  123. margin-left:0px;
  124. width:586px;
  125. }
  126. #list_surround .animetitle + small {
  127. color:#34aae3;
  128. }
  129. #list_surround .category_totals {
  130. padding:5px;
  131. text-align:center;
  132. }
  133. #list_surround #grand_totals {
  134. display:none;
  135. }
  136.  
  137. #mal_cs_listinfo a strong{
  138. color: #FFFFFF;
  139. font-family: Verdana,Arial,Helvetica,sans-serif;
  140. font-size: 11px;
  141. font-variant: normal;
  142. font-weight: bold;
  143. text-decoration: underline;
  144. text-transform: none;}
  145.  
  146. #mal_cs_otherlinks strong{
  147. color: #FFFFFF;
  148. font-family: Verdana,Arial,Helvetica,sans-serif;
  149. font-size: 11px;
  150. font-variant: normal;}
  151.  
  152. .borderRBL {
  153. color: cyan !important;
  154. }
  155. #list_surround .header_title span {
  156. display:none;
  157. }
  158. #list_surround .status_not_selected a {
  159. opacity:0;
  160. }
  161. #list_surround .status_selected a {
  162. opacity:0;
  163. }
  164. #copyright {
  165. -moz-background-inline-policy:continuous;
  166. text-align: center !important;
  167. color:#FFFFFF;
  168. height:15px;
  169. width:900px;
  170. position:absolute;
  171. font-family: sans-serif;
  172. font-size: 10px;
  173. }
  174.  
  175. #copyright a {
  176. color:#FFFFFF;
  177. }
  178.  
  179. {
  180. by Recuvan
  181. }
  182.  
  183. @media screen and (-webkit-min-device-pixel-ratio:0) {
  184. #copyright {
  185. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement