Advertisement
Guest User

Tokyo Ghoul Style

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