Seydie

MyAnimeList Clannad Skin

Dec 1st, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.68 KB | None | 0 0
  1. /* TOP BAR */
  2. @import "https://dl.dropbox.com/s/nf9dc7ifauzlqha/Blue%20TopBar.css";
  3.  
  4. /* ANIME COVERS */
  5. @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css";
  6.  
  7.  
  8. /* BACKGROUND */
  9. body {
  10. background-attachment:fixed;
  11. background-clip:border-box;
  12. background-color:transparent;
  13. background-image:url(http://i44.tinypic.com/1z6hamb.jpg);
  14. background-position:0 0;
  15. background-repeat:no-repeat no-repeat;
  16. background-size:cover;
  17. cursor:url(http://i39.tinypic.com/2wmj253.gif), auto;
  18. font-family:'comic Sans MS';
  19. }
  20.  
  21.  
  22.  
  23.  
  24. /* SECOND BACKGROUND (SENA)*/
  25. #inlineContent {
  26. background-image:url(http://i39.tinypic.com/29m3ms9.png);
  27. background-position:-5% 0;
  28. background-repeat:no-repeat no-repeat;
  29. display:inline-block !important;
  30. height:3000px !important;
  31. left:0 !important;
  32. margin:auto !important;
  33. position:fixed !important;
  34. right:0 !important;
  35. top:0 !important;
  36. width:3000px !important;
  37. z-index:-1 !important;
  38. }
  39.  
  40.  
  41.  
  42. /*SIZE OF LIST & TITLE */
  43. #list_surround {
  44. background-attachment:scroll;
  45. background-color:transparent;
  46. background-image:url(http://i43.tinypic.com/xfq6bm.png);
  47. background-position:45% -30px;
  48. background-repeat:no-repeat no-repeat;
  49. font-size:81.25%;
  50. line-height:1;
  51. margin:0 auto;
  52. padding-bottom:10px;
  53. padding-top:232px;
  54. position:absolute;
  55. right:50px !important;
  56. width:800px;
  57. }
  58.  
  59.  
  60.  
  61. /*TEXT COLOR*/
  62. a {
  63. color:#FFFFFF;
  64. cursor:url(http://i39.tinypic.com/2wmj253.gif), auto;
  65. text-decoration:none;
  66. text-shadow:none;
  67. }
  68.  
  69.  
  70.  
  71. /*TEXT HOVER*/
  72. a:hover {
  73. color:#FFFFFF;
  74. cursor:url(http://i39.tinypic.com/2wmj253.gif), auto;
  75. text-shadow:none;
  76. text-decoration: underline;
  77. }
  78.  
  79.  
  80.  
  81. /*HEADER COLOR*/
  82. .table_header {
  83. background-color:rgba(0, 0, 0, 0.500000);
  84. }
  85.  
  86.  
  87.  
  88. /*ROUNDED CORNER ON TOP LEFT*/
  89. .table_header:first-of-type {
  90. border-bottom-left-radius:0;
  91. border-bottom-right-radius:0;
  92. border-top-left-radius:20px;
  93. border-top-right-radius:0;
  94. }
  95.  
  96.  
  97.  
  98. /*MOVING HEADER TITLE OVER */
  99. .table_header:nth-of-type(2) {
  100. padding-left:35px;
  101. text-align:left;
  102. }
  103.  
  104.  
  105.  
  106. /*ROUNDER CORNER ON TOP RIGHT */
  107. .table_header:last-of-type {
  108. border-bottom-left-radius:0;
  109. border-bottom-right-radius:0;
  110. border-top-left-radius:0;
  111. border-top-right-radius:20px;
  112. }
  113.  
  114.  
  115.  
  116.  
  117. /*ROW COLORS*/
  118. .td1 {
  119. background-color:rgba(0, 0, 0, 0.500000);
  120. height:65px;
  121. }
  122. .td2 {
  123. background-color:rgba(0, 0, 0, 0.500000);
  124. height:65px;
  125. }
  126.  
  127.  
  128.  
  129.  
  130. /*DONT WORRY ABOUT THIS*/
  131. .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals {
  132. border:0 none;
  133. padding:4px;
  134. text-align:center;
  135. vertical-align:top;
  136. }
  137. .table_header, .td1, .td2, .category_totals {
  138. color:white;
  139. }
  140. .borderRBL {
  141. line-height:normal !important;
  142. }
  143. [cellspacing="0"] {
  144. line-height:17px;
  145. }
  146.  
  147.  
  148.  
  149. /*DONT WORRY ABOUT THIS*/
  150. [class^="header_"] * {
  151. background-repeat:no-repeat no-repeat;
  152. font-size:0;
  153. height:200px;
  154. line-height:24px;
  155. padding-bottom:4px;
  156. text-align:right;
  157. vertical-align:bottom;
  158. }
  159. .header_title {
  160. border-bottom-left-radius:4px;
  161. border-bottom-right-radius:4px;
  162. border-top-left-radius:4px;
  163. border-top-right-radius:4px;
  164. color:#FFFFFF;
  165. display:inline-block;
  166. font-style:italic;
  167. height:auto;
  168. padding:0 8px 0 0;
  169. text-shadow:rgba(0, 0, 0, 0.14902) 0 1px 1px;
  170. }
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177. /* GRAND TOTALS */
  178. #grand_totals {
  179. background-color:rgba(0, 46, 184, 0.8);
  180. border:0 none;
  181. border-bottom-left-radius:3px;
  182. border-bottom-right-radius:3px;
  183. border-top-left-radius:3px;
  184. border-top-right-radius:3px;
  185. color:#FFFFFF;
  186. line-height:20px;
  187. min-height:20px;
  188. padding:8px;
  189. text-align:center;
  190. vertical-align:middle;
  191. }
  192.  
  193.  
  194.  
  195. /*COPYRIGHT DONT REMOVE*/
  196. #copyright {
  197. background-color:rgba(180, 32, 48, 0.6);
  198. border-bottom-left-radius:3px;
  199. border-bottom-right-radius:3px;
  200. border-top-left-radius:3px;
  201. border-top-right-radius:3px;
  202. color:#EEEEEE;
  203. line-height:17px;
  204. margin-top:10px;
  205. padding:8px;
  206. text-align:center;
  207. }
  208. #copyright::after {
  209. }
  210.  
  211.  
  212.  
  213. /*DVD COVERS WITHOUT HOVER*/
  214. .hide {
  215. background-color:rgba(248, 162, 200, 0.701961);
  216. background-position:50% 50%;
  217. background-repeat:no-repeat no-repeat;
  218. background-size:cover;
  219. border:1px solid #FFFFFF;
  220. border-bottom-left-radius:7px;
  221. border-bottom-right-radius:7px;
  222. border-top-left-radius:0px;
  223. border-top-right-radius:7px;
  224. display:inline-block !important;
  225. height:55px;
  226. margin-left:33px;
  227. margin-top:-65px;
  228. position:absolute;
  229. width:35px;
  230. }
  231.  
  232.  
  233.  
  234.  
  235. /*DVD COVERS WITH HOVER*/
  236. .hide:hover {
  237. background-color:transparent;
  238. background-repeat:no-repeat no-repeat;
  239. background-size:cover;
  240. border-bottom-left-radius:20px;
  241. border-bottom-right-radius:20px;
  242. border-top-left-radius:20px;
  243. border-top-right-radius:20px;
  244. box-shadow:rgba(63, 52, 60, 0.54902) 0 0 8px 8px;
  245. margin-left:-140px;
  246. padding-right:150px;
  247. padding-top:220px !important;
  248. position:absolute;
  249. z-index:1;
  250. }
  251.  
  252.  
  253. /*MOVING ANIME TITLES OVER*/
  254. .td1:nth-of-type(2), .td2:nth-of-type(2) {
  255. padding-left:35px;
  256. text-align:left;
  257. }
  258.  
  259.  
  260.  
  261. /*DONT MESS WITH THIS*/
  262. .td1:nth-of-type(6), .td2:nth-of-type(6) {
  263. background-attachment:scroll;
  264. background-color:transparent;
  265. background-image:none;
  266. background-position:0 0;
  267. background-repeat:repeat repeat;
  268. border-bottom-style:none !important;
  269. border-bottom-width:medium !important;
  270. display:inline-block;
  271. font-family:cursive;
  272. font-size:9pt;
  273. height:0 !important;
  274. left:70px;
  275. line-height:16px !important;
  276. margin-top:16px;
  277. position:absolute;
  278. text-align:justify !important;
  279. width:720px;
  280. z-index:2;
  281. }
  282. .table_header:nth-of-type(6) {
  283. display:none;
  284. }
  285. span[id*="tagRow"] {
  286. display:block !important;
  287. }
  288. span[id*="tagLinks"] {
  289. display:none !important;
  290. }
  291. a, .td1, .td2, .category_totals {
  292. -webkit-transition:all 0.25s ease-in-out 0s;
  293. }
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309. /*CURRENTLY WATCHING HEADER*/
  310. .header_cw {
  311. background-color:transparent;
  312. background-image:url(http://i53.tinypic.com/xm5og3.png);
  313. background-position:0 135px;
  314. background-repeat:no-repeat no-repeat;
  315. height:50px;
  316. margin-bottom:0;
  317. margin-top:-100px;
  318. }
  319.  
  320.  
  321.  
  322. /*COMPLETED HEADER*/
  323. .header_completed {
  324. background-color:transparent;
  325. background-image:url(http://i55.tinypic.com/345htew.png);
  326. background-position:0 135px;
  327. background-repeat:no-repeat no-repeat;
  328. height:50px;
  329. margin-bottom:0;
  330. margin-top:-100px;
  331. }
  332.  
  333.  
  334.  
  335. /*ON HOLD HEADER*/
  336. .header_onhold {
  337. background-color:transparent;
  338. background-image:url(http://i54.tinypic.com/35ddaaa.png);
  339. background-position:0 135px;
  340. background-repeat:no-repeat no-repeat;
  341. height:50px;
  342. margin-bottom:0;
  343. margin-top:-100px;
  344. }
  345.  
  346.  
  347.  
  348. /*DROPPED HEADER*/
  349. .header_dropped {
  350. background-color:transparent;
  351. background-image:url(http://i52.tinypic.com/rw6kbl.png);
  352. background-position:0 135px;
  353. background-repeat:no-repeat no-repeat;
  354. height:50px;
  355. margin-bottom:0;
  356. margin-top:-100px;
  357. }
  358.  
  359.  
  360.  
  361. /*PLAN TO WATCH HEADER*/
  362. .header_ptw {
  363. background-color:transparent;
  364. background-image:url(http://i52.tinypic.com/epg2fc.png);
  365. background-position:0 135px;
  366. background-repeat:no-repeat no-repeat;
  367. height:50px;
  368. margin-bottom:0;
  369. margin-top:-100px;
  370. }
  371.  
  372.  
  373.  
  374.  
  375. /*PLAN TO WATCH HEADER*/
  376. .header_ptw {
  377. background-color:transparent;
  378. background-image:url(http://i52.tinypic.com/epg2fc.png);
  379. background-position:0 135px;
  380. background-repeat:no-repeat no-repeat;
  381. height:50px;
  382. margin-bottom:0;
  383. margin-top:-100px;
  384. }
  385.  
  386. /*CATEGORY LINK STUFF*/
  387. .status_selected {
  388. display:block;
  389. }
  390. .status_not_selected {
  391. display:block;
  392. }
  393. .status_not_selected {
  394. opacity:1;
  395. }
  396. .status_not_selected:hover {
  397. color:transparent;
  398. opacity:1;
  399. }
  400.  
  401.  
  402.  
  403.  
  404. /*COLOR OF THE "AIRING EXT." TEXT*/
  405. .animetitle + small {
  406. color:#FF809F !important;
  407. font-weight:bold;
  408. }
  409.  
  410.  
  411. /*MAKES STUFF TRANSITION*/
  412. * {
  413. -webkit-transition:all 0.25s ease-in-out;
  414. transition:all 0.25s ease-in-out;}
  415.  
  416. .hide:hover:after {
  417. background: transparent;
  418. content: " ";
  419. height: 75px;
  420. left: 0;
  421. position: absolute;
  422. top: 0;
  423. width: 210px;
  424. z-index: 20;
  425. }
Advertisement
Add Comment
Please, Sign In to add comment