Advertisement
Guest User

MAL Style - Tsugumi

a guest
Nov 2nd, 2014
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. /* ------------------------------------------------------------ */ /* Font imports */
  2.  
  3. @import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500);
  4. @import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:800);
  5.  
  6. /* ------------------------------------------------------------ */ /* Cover art database import */
  7.  
  8. @import url(https://f3a7a1b1655de4833e3bed3b1779c5a9d85839f8.googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);
  9.  
  10. /* ------------------------------------------------------------ */ /* Cover art setup */
  11.  
  12. :hover + .hide {
  13. width: 12vw; height:17vw;
  14. bottom: 26vw; right:25vw;
  15.  
  16. background-size: cover;
  17. background-color: white;
  18. background-position: center center !important;
  19. background-repeat: no-repeat !important;
  20.  
  21. border-width: 1px;
  22. border-style: solid;
  23. border-color: black;
  24.  
  25. display: block;
  26. position: fixed;
  27. }
  28.  
  29. .hide:before {
  30. background: transparent;
  31. }
  32.  
  33. /* ------------------------------------------------------------ */ /* Color scheme and setup */
  34.  
  35. #grand_totals, .category_totals, [class^=status_], [style^="float: right"] {
  36. display: none;
  37. }
  38.  
  39. body {
  40. background-color: #92c2e7;
  41. }
  42.  
  43. [href] {
  44. text-decoration: none;
  45. color: #f6faff;
  46. }
  47.  
  48. [href]:hover, [id^="scor"]:hover {
  49. color: #e1001a;
  50. }
  51.  
  52. tr:hover [class^="td"] {
  53. background-color: #99bcd7;
  54. }
  55.  
  56. #list_surround {
  57. position: relative;
  58. background-image: url('http://i.imgur.com/YqzB3Ix.png');
  59. background-repeat: no-repeat;
  60. background-position: right bottom;
  61. background-size: 28% auto;
  62. background-attachment: fixed;
  63.  
  64. font-family: "Roboto", "Arial";
  65. font-size: 13px;
  66. color: #f6faff;
  67. }
  68.  
  69. #list_surround [cellpadding="0"] {
  70. position: relative;
  71. width: 55%;
  72. left: 5%;
  73. }
  74.  
  75. [class^=header_] {
  76. margin-right: 100%;
  77. margin-top: 10px;
  78. white-space: nowrap;
  79. }
  80.  
  81. .header_title {
  82. font-family: "Alegreya Sans SC", "Arial";
  83. font-size: 32px;
  84. font-weight: 800;
  85. }
  86.  
  87. .table_header {
  88. padding: 8px 9px 8px;
  89. }
  90.  
  91. .td1 {
  92. background-color: #12376c;
  93. }
  94.  
  95. .td2 {
  96. background-color: #93979d;
  97. }
  98.  
  99. .td1, .td2 {
  100. padding: 5px 8px 5px;
  101. border-right: 1px solid white;
  102. border-left: 1px solid white;
  103. }
  104.  
  105. td[align="left"] {
  106. text-align: center;
  107. font-size: 12px;
  108. }
  109.  
  110. #copyright {
  111. font-size: 12px;
  112. font-weight: 250;
  113. padding-top: 25px;
  114. margin-bottom: 25px;
  115. }
  116.  
  117. /* ------------------------------------------------------------ */ /* Custom MAL banner setup */
  118.  
  119. #mal_cs_listinfo,
  120. #mal_cs_links,
  121. #mal_cs_otherlinks,
  122. #mal_cs_powered {
  123. box-sizing: border-box;
  124. background: none no-repeat scroll 100% 0 transparent;
  125. border: 0 none;
  126. height: 0 !important;
  127. overflow: hidden;
  128. padding: 32px 0 0 !important;
  129. position: fixed;
  130. right: 4px;
  131. text-align: right;
  132. top: 4px;
  133. z-index: 10;
  134. width: 210px !important;
  135. }
  136.  
  137. #mal_cs_listinfo:hover,
  138. #mal_cs_links:hover,
  139. #mal_cs_otherlinks:hover,
  140. #mal_cs_powered:hover {
  141. height: 500px !important;
  142. padding-top: 32px !important;
  143. }
  144.  
  145. #mal_cs_listinfo div,
  146. #mal_cs_links div,
  147. #mal_cs_otherlinks div,
  148. #mal_cs_powered div,
  149. #mal_cs_powered dd {
  150. background-color: transparent;
  151. font-size: 0 !important;
  152. line-height: 0;
  153. margin: 0 !important;
  154. opacity: 0;
  155. padding: 4px 0 0 !important;
  156. }
  157.  
  158. #mal_cs_listinfo:hover div,
  159. #mal_cs_links:hover div,
  160. #mal_cs_otherlinks:hover div,
  161. #mal_cs_powered:hover div,
  162. #mal_cs_powered:hover dd {
  163. opacity: 1;
  164. }
  165.  
  166. #mal_cs_listinfo div:nth-of-type(2),
  167. #mal_cs_links div:nth-of-type(2),
  168. #mal_cs_otherlinks div:nth-of-type(2),
  169. #mal_cs_powered div:nth-of-type(2) {
  170. padding: 4px 0 0 !important;
  171. }
  172.  
  173. #mal_cs_listinfo a,
  174. #mal_cs_links a,
  175. #mal_cs_otherlinks a,
  176. #mal_cs_powered a {
  177. background-color: #555555 !important;
  178. display: block;
  179. font: 18px/17px 'Arial', sans-serif !important;
  180. font-weight: bold;
  181. margin: 4px 0 0;
  182. padding: 8px 8px 8px !important;
  183. text-decoration: none !important;
  184. }
  185.  
  186. #mal_cs_listinfo a:nth-of-type(1),
  187. #mal_cs_links a:nth-of-type(1),
  188. #mal_cs_otherlinks a:nth-of-type(1),
  189. #mal_cs_powered a:nth-of-type(1) {
  190. margin-top: 0;
  191. }
  192.  
  193. #mal_cs_listinfo a:hover,
  194. #mal_cs_links a:hover,
  195. #mal_cs_otherlinks a:hover {
  196. background-color: #444444 !important;
  197. }
  198.  
  199. #mal_cs_listinfo strong a strong {
  200. font-weight: normal;
  201. }
  202.  
  203. #mal_cs_otherlinks strong {
  204. color: #555555;
  205. display: block;
  206. font: bold 13px/17px 'Arial',sans-serif !important;
  207. padding: 0 4px 4px;
  208. }
  209.  
  210. #mal_cs_otherlinks strong a {
  211. background: none transparent !important;
  212. color: #555555;
  213. display: inline;
  214. font: bold 13px/17px 'Arial',sans-serif !important;
  215. margin: 0;
  216. padding: 0;
  217. }
  218.  
  219. #mal_cs_powered a {
  220. background-color: white !important;
  221. display: block !important;
  222. margin: 0 !important;
  223. opacity: 0;
  224. padding: 4px 0 0 !important;
  225. }
  226.  
  227. #mal_cs_powered:hover a {
  228. opacity: 1;
  229. }
  230.  
  231.  
  232. #mal_cs_powered #search {
  233. padding: 8px 2px 0px 0px !important;
  234. position: relative;
  235. }
  236.  
  237. #searchBox {
  238. box-sizing: border-box;
  239. border-color: #555555;
  240. border-style: solid;
  241. border-width: 1px;
  242. color: #555555;
  243. padding: 0 8px 0 !important;
  244. display: inline-block;
  245. font-family: arial, sans-serif;
  246. font-size: 14px !important;
  247. height: 32px;
  248. vertical-align: top;
  249. width: 210px !important;
  250. }
  251.  
  252. #searchBox:hover,
  253. #searchBox:focus {
  254. border-color: #444444;
  255. }
  256.  
  257. #searchListButton {
  258. display: none !important;
  259. }
  260.  
  261. #mal_cs_listinfo {
  262. background-image: url("http://i.imgur.com/LSwncOV.jpg");
  263. right: 106px !important;
  264. }
  265.  
  266. #mal_cs_links {
  267. background-image: url("http://i.imgur.com/vl379rT.jpg");
  268. right: 72px !important;
  269. z-index: 9;
  270. }
  271.  
  272. #mal_cs_otherlinks {
  273. background-image: url("http://i.imgur.com/Rz4IQCY.jpg");
  274. right: 38px !important;
  275. z-index: 8;
  276. }
  277.  
  278. #mal_cs_powered {
  279. background-image: url("http://i.imgur.com/SzwsIrV.jpg");
  280. right: 4px !important;
  281. z-index: 7;
  282. position: fixed !important;
  283. }
  284.  
  285. #mal\_control\_strip {
  286. background: transparent !important;
  287. }
  288.  
  289. #mal_cs_pic img {
  290. display: none !important;
  291. }
  292.  
  293. #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links {
  294. border-right: 0 none !important;
  295. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement