xmisa0923

pastel right

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