Advertisement
Guest User

GuP MAL Skin

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