Advertisement
PZenith

MAL CSS

Apr 27th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.12 KB | None | 0 0
  1. /*Panels*/
  2. @import "https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM";
  3. @import "https://googledrive.com/host/0BxjwQr0BBXs-aWFrYzJjVnpoVVE";
  4.  
  5. /*Top Panel*/
  6. @import "http://storage.live.com/items/4A07C1EEED420167%21162";
  7.  
  8. /*Fonts*/
  9. @import "http://fonts.googleapis.com/css?family=Carrois+Gothic+SC";
  10. @import url(http://fonts.googleapis.com/css?family=Scheherazade);
  11.  
  12.  
  13. /*Background*/
  14. body {
  15. background-image: url(http://i.imgur.com/cnMRGDQ.png);
  16. background-attachment: fixed;
  17. background-size: cover;
  18. }
  19.  
  20. /*Header*/
  21. .header_title {
  22. color: #FFFFFF;
  23. font-family: 'Scheherazade', sans-serif;
  24. font-size:48px;
  25. font-weight: 400;
  26. border-radius: 20px 20px 0px 0px;
  27. text-align: center;
  28. text-shadow: 1px 1px 1px #000000;
  29. }
  30.  
  31. /*List width*/
  32. #list_surround {
  33. width:1500px
  34. }
  35.  
  36. /*List position*/
  37. #list_surround{
  38. left: 200px;
  39. position: relative;
  40. }
  41.  
  42. /*Background colour and opacity*/
  43. .header_title, .table_header, .category_totals, .td1, .td2, #grand_totals, #copyright {
  44. background: rgba(80, 16, 51, 0.550) !important;
  45. }
  46.  
  47. /*Font*/
  48. .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright {
  49. color:white;
  50. font-size:16px;
  51. font-family: 'Carrois Gothic SC', sans-serif;
  52. text-shadow: 2px 1px 2px #000000;
  53. text-decoration: none; 
  54. }
  55.  
  56. /*Column sizing*/
  57. td:nth-of-type(1){
  58. width: 40px;
  59. }
  60. td:nth-of-type(3){
  61. width: 60px;
  62. }
  63. td:nth-of-type(4){
  64. width: 75px;
  65. }
  66. td:nth-of-type(5){
  67. width: 80px;
  68. }
  69.  
  70. /*Bottom 2 boxs*/
  71. #copyright {
  72. margin-bottom: 30px !important;
  73. border-radius: 20px;
  74. padding: 10px;
  75. }
  76. #grand_totals {
  77. text-align: center;
  78. margin:0 auto;
  79. border-radius: 20px;
  80. padding: 10px 20px;
  81. width: 600px;
  82. }
  83.  
  84. /*Bottom of each list totals*/
  85. .category_totals {
  86. border-radius: 0px 0px 20px 20px;
  87. height: 40px;
  88. text-align: center;
  89. }
  90.  
  91.  
  92. /*Hide navigation (menu for Watching, Completed, etc.)*/
  93. [class^=status_] {
  94.     display: none;
  95.  
  96.         </style>
  97.         }
  98.        
  99. /*
  100. CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT)
  101. Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that.
  102. */
  103.  
  104. #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(3),
  105. #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(4),
  106. #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(5),
  107. #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(6),
  108. #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(7),
  109. #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(8) {
  110.     display: tab\le-cell;
  111. }
  112.  
  113. #list_surround small a:last-of-type {
  114.     display: none !important;
  115. }
  116.  
  117. .animetitle + small {
  118.     visibility: visible !important;
  119. }
  120.  
  121. #list_surround a[href*="http://myanimelist.net/panel.php?go=edit"],
  122. #list_surround a[href*="http://myanimelist.net/editlist.php?type="],
  123. #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] {
  124.     visibility: visible !important;
  125.     margin-right: 10px
  126. }
  127.  
  128. .td1:nth-of-type(6) small, .td2:nth-of-type(6) small,
  129. .td1:nth-of-type(5) small, .td2:nth-of-type(5) small,
  130. .td1:nth-of-type(4) small, .td2:nth-of-type(4) small {
  131.     visibility: visible !important;
  132. }
  133.  
  134. .td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover,
  135. .td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover,
  136. .td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{
  137.     text-decoration: underline;
  138. }
  139.  
  140. /* COVER AREA
  141. The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS to see a DVD or manga cover).
  142.  
  143. Move the cover's location around with left and top.
  144. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away.
  145. Increase height and width to make the pics bigger.
  146. Delete border-style: solid; to remove the border.
  147.  
  148. For changing the original background color see the bottom of the original post:
  149. http://myanimelist.net/forum/?topicid=563993
  150. */
  151. .hide {
  152. background-size: cover;
  153. left: -190px;
  154. vertical-align: 50%;
  155. height: 250px;
  156. width: 180px;
  157. padding-bottom: 0px;
  158. border-style: solid;
  159. border-color: white;
  160. border-top: 1px solid white;
  161. border-left: 1px solid white;
  162. border-right: 1px solid white;
  163. border-bottom: 1px solid white;
  164. border-radius: 25px 25px 25px 25px;
  165. background-color: rgba(200, 5, 200, 0.75);
  166. background-position: center 50% !important;
  167. background-repeat: no-repeat !Important;
  168. display: block !important;
  169. position: absolute;
  170. visibility: hidden;
  171. opacity: 0;
  172. }
  173.  
  174. /*Centre panel to line*/
  175. .hide {
  176.     -ms-transform: translateY(-78px); /* IE 9 */
  177.     -webkit-transform: translateY(-78px); /* Chrome, Safari, Opera */
  178.     transform: translateY(-78px);
  179. }
  180.  
  181. /* PREVIEW MSG ABOVE COVERS
  182. Remove content: "preview"; to remove the PREVIEW text.
  183. Change the text in quotations after content to what you want it to say above your cover pic.
  184. Top and width controls the position of the text.
  185. */
  186. .hide:before {
  187. color: white;
  188. background: transparent;
  189. padding-bottom: 5px;
  190. position: absolute;
  191. text-align: center;
  192. width: 225px;
  193. top: -25px;
  194. border-radius: 25px 25px 0 0;
  195. }
  196.  
  197.  
  198. /* OTHER SETTINGS */
  199. :hover + .hide {
  200. visibility: visible;
  201. opacity: 1;
  202. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement