xmisa0923

pastel

Nov 7th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.14 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=ABeeZee);
  2. @import url(http://fonts.googleapis.com/css?family=Leckerli+One);
  3.  
  4. /*
  5. // custom css by b l i n g b l i n g @ m a l
  6. */
  7. body
  8. {
  9. font-size: 12px;
  10. font-family: ABeeZee;
  11. color: #8a5b5e;
  12. background-color: #fee7df;
  13. background-image: url(http://i.imgur.com/WeKp6dr.png);
  14. background-position: bottom left;
  15. background-attachment: fixed;
  16. background-repeat: no-repeat;
  17. letter-spacing: 1px;
  18. }
  19.  
  20. /*
  21. // list positioning
  22. */
  23.  
  24. #list_surround
  25. {
  26. position: absolute !important;
  27. left: 450px !important;
  28. width: 600px;
  29. }
  30.  
  31. /*
  32. // all links on your list
  33. */
  34.  
  35. a
  36. {
  37. color: #8a5b5e;
  38. text-decoration: none;
  39. transition: color 0.5s linear;
  40. }
  41.  
  42. a:visited
  43. {
  44. color: #8a5b5e;
  45. text-decoration: none;
  46. }
  47.  
  48. a:hover
  49. {
  50. color: #ed6c94;
  51. text-decoration: none;
  52. }
  53.  
  54. .td1
  55. {
  56. padding: 5px;
  57. background-color: rgba(245,227,228,0.5);
  58. }
  59.  
  60. .td2
  61. {
  62. padding: 5px;
  63. background-color: rgba(242,217,219,0.5);
  64. }
  65.  
  66. small
  67. {
  68. color: #ed6c94;
  69. }
  70.  
  71. /*
  72. // header
  73. */
  74.  
  75. .table_header
  76. {
  77. color: #ed6c94;
  78. border-bottom: 1px solid;
  79. border-color: #ecbfc1;
  80. background-color: rgba(242,217,219,0.5);
  81. padding: 5px;
  82. }
  83.  
  84. /*
  85. // header links
  86. */
  87.  
  88. .table_headerLink
  89. {
  90. color: #ed6c94;
  91. }
  92.  
  93. .table_headerLink:Visited
  94. {
  95. color: #ed6c94;
  96. }
  97.  
  98. .table_headerLink:Hover
  99. {
  100. color: #ed6c94;
  101. }
  102.  
  103. /*
  104. headers: watching, completed, on-hold, dropped, plan to watch
  105. */
  106.  
  107. .header_title
  108. {
  109. color: #ed6c94;
  110. font-size: 24px;
  111. font-family: Leckerli One;
  112. padding-bottom: 3px;
  113. }
  114.  
  115. .category_totals
  116. {
  117. padding-top: 8px;
  118. font-size: 9px;
  119. text-align: center;
  120. }
  121.  
  122. #grand_totals
  123. {
  124. font-size: 10px;
  125. text-align: center;
  126. }
  127.  
  128. /*
  129. top menu bar full customization (thanks to shishio-kun's tutorial)
  130. */
  131.  
  132. /*
  133. first part: "username, logout"
  134. */
  135.  
  136. #mal_cs_listinfo
  137. {
  138. background-color: #fee7df;
  139. border-bottom: 1px solid #ecbfc1;
  140. }
  141.  
  142. #mal_cs_listinfo
  143. a
  144. {
  145. color: #ed6c94 !important;
  146. text-decoration: none !important;
  147. font-size: 10px !important;
  148. font-family: ABeeZee !important;
  149. font-style: italic;
  150. }
  151.  
  152. #mal_cs_listinfo
  153. a strong
  154. {
  155. color: #ed6c94 !important;
  156. text-decoration: none !important;
  157. font-size: 10px !important;
  158. font-family: ABeeZee !important;
  159. font-style: italic;
  160. }
  161.  
  162. /*
  163. second part: "add to list, home, anime list, manga list"
  164. */
  165.  
  166. #mal_cs_links
  167. {
  168. background-color: #fee7df;
  169. border-bottom: 1px solid #ecbfc1;
  170. }
  171.  
  172. #mal_cs_links
  173. div:first-of-type a:first-of-type
  174. {
  175. color: #ed6c94 !important;
  176. text-decoration: none !important;
  177. font-size: 10px !important;
  178. font-family: ABeeZee !important;
  179. font-style: italic;
  180. }
  181.  
  182. #mal_cs_links
  183. div:first-of-type a:last-of-type
  184. {
  185. color: #ed6c94 !important;
  186. text-decoration: none !important;
  187. font-size: 10px !important;
  188. font-family: ABeeZee !important;
  189. font-style: italic;
  190. }
  191.  
  192. #mal_cs_links
  193. div:last-of-type a:first-of-type
  194. {
  195. color: #ed6c94 !important;
  196. text-decoration: none !important;
  197. font-size: 10px !important;
  198. font-family: ABeeZee !important;
  199. font-style: italic;
  200. }
  201.  
  202. #mal_cs_links
  203. div:last-of-type a:last-of-type
  204. {
  205. color: #ed6c94 !important;
  206. text-decoration: none !important;
  207. font-size: 10px !important;
  208. font-family: ABeeZee !important;
  209. font-style: italic;
  210. }
  211.  
  212. /*
  213. third part: "you are viewing your/username's list"
  214. */
  215.  
  216. #mal_cs_otherlinks
  217. {
  218. background-color: #fee7df;
  219. border-bottom: 1px solid #ecbfc1;
  220. }
  221.  
  222. #mal_cs_otherlinks
  223. strong
  224. {
  225. color: #ed6c94 !important;
  226. text-decoration: none !important;
  227. font-size: 10px !important;
  228. font-family: ABeeZee !important;
  229. }
  230.  
  231. #mal_cs_otherlinks
  232. a[href="http://myanimelist.net/history/lolicles"]
  233. {
  234. color: #ed6c94 !important;
  235. text-decoration: none !important;
  236. font-size: 10px !important;
  237. font-family: ABeeZee !important;
  238. font-style: italic;
  239. }
  240.  
  241. #mal_cs_otherlinks
  242. a[href="http://myanimelist.net/forum/"]
  243. {
  244. color: #ed6c94 !important;
  245. text-decoration: none !important;
  246. font-size: 10px !important;
  247. font-family: ABeeZee !important;
  248. font-style: italic;
  249. }
  250.  
  251. #mal_cs_otherlinks
  252. a[href="http://myanimelist.net/panel.php?go=export"]
  253. {
  254. color: #ed6c94 !important;
  255. text-decoration: none !important;
  256. font-size: 10px !important;
  257. font-family: ABeeZee !important;
  258. font-style: italic;
  259. }
  260.  
  261. #mal_cs_otherlinks
  262. a[href="http://myanimelist.net/profile/lolicles"]
  263. {
  264. color: #ffffff !important;
  265. text-decoration: none !important;
  266. font-size: 10px !important;
  267. font-family: ABeeZee !important;
  268. font-style: italic;
  269. }
  270.  
  271. #mal_cs_otherlinks
  272. a
  273. {
  274. color: #ed6c94 !important;
  275. text-decoration: none !important;
  276. font-size: 10px !important;
  277. font-family: ABeeZee !important;
  278. font-style: italic;
  279. }
  280.  
  281. #mal_cs_otherlinks
  282. div:last-of-type a:first-of-type
  283. {
  284. color: #ed6c94 !important;
  285. text-decoration: none !important;
  286. font-size: 10px !important;
  287. font-family: ABeeZee !important;
  288. font-style: italic;
  289. }
  290.  
  291. #mal_cs_otherlinks
  292. span
  293. {
  294. color: #ed6c94 !important;
  295. text-decoration: none !important;
  296. font-size: 10px !important;
  297. font-family: ABeeZee !important;
  298. font-style: italic;
  299. }
  300.  
  301. #mal_cs_otherlinks
  302. a[href="http://myanimelist.net/modules.php?go=faq"]
  303. {
  304. color: #ed6c94 !important;
  305. text-decoration: none !important;
  306. font-size: 10px !important;
  307. font-family: ABeeZee !important;
  308. font-style: italic;
  309. }
  310.  
  311. #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links
  312. {
  313. border-right: 1px solid #ecbfc1 !important;
  314. }
  315.  
  316. #mal_cs_pic
  317. img[src*="http://cdn.myanimelist.net/images/list-top-logo.gif"]
  318. {
  319. width:0;
  320. height: 40px;
  321. padding-right: 162px;
  322. background:transparent url(http://i.imgur.com/EpBZpAG.png) top left no-repeat;
  323. }
  324.  
  325. #mal_cs_pic
  326. {
  327. background-color: #fee7df;
  328. border-bottom: 1px solid #ecbfc1;
  329. }
  330.  
  331. #searchBox
  332. {
  333. padding-right: 10px !important;
  334. width: 145px !important;
  335. }
  336.  
  337. #searchListButton
  338. {
  339. display: none;
  340. }
  341.  
  342. /*
  343. top menu bar full customization end
  344. */
  345.  
  346. .status_selected
  347. {
  348. color: #ed6c94;
  349. background-color: rgba(242,217,219,0.5);
  350. padding: 5px;
  351. border-bottom: 1px solid;
  352. border-color: #ecbfc1;
  353. font-family: Leckerli One;
  354. font-size: 12px;
  355. }
  356.  
  357. .status_not_selected
  358. {
  359. color: #ed6c94;
  360. background-color: rgba(242,217,219,0.5);
  361. padding: 5px;
  362. border-bottom: 1px solid;
  363. border-color: #ecbfc1;
  364. font-family: Leckerli One;
  365. font-size: 12px;
  366. }
  367.  
  368. .status_not_selected
  369. a
  370. {
  371. color: #ed6c94;
  372. }
  373. a:hover
  374. {
  375. text-decoration: underline;
  376. }
  377.  
  378. .status_selected
  379. a
  380. {
  381. color: #ed6c94;
  382. }
  383. a:hover
  384. {
  385. text-decoration: underline;
  386. }
  387.  
  388. /*
  389. do not remove this
  390. */
  391.  
  392. #copyright:before
  393. {
  394. content: "List style by blingbling@mal | ";
  395. }
  396.  
  397. #copyright
  398. {
  399. padding-top: 6px;
  400. padding-bottom: 6px;
  401. text-align: center;
  402. }
  403.  
  404.  
  405.  
  406.  
  407. * { cursor: url('http://i.imgur.com/XzaBGcQ.png'), auto; }
Advertisement
Add Comment
Please, Sign In to add comment