Advertisement
Guest User

Untitled

a guest
Oct 5th, 2019
655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.26 KB | None | 0 0
  1. @\import "https://malscraper.azurewebsites.net/covers/auto/presets/more";
  2.  
  3. /*
  4. MAIN BACKGROUNDS AND CURSOR
  5. */
  6.  
  7. body {
  8. background-image: url("https://i.imgur.com/xEKlcV8.png"), url("https://i.imgur.com/PtQeno9.jpg");
  9. cursor: url("http://cur.cursors-4u.net/nature/nat-8/nat793.cur") 1 2, auto;
  10. background-attachment: fixed;
  11. background-clip: border-box;
  12. background-color: transparent;
  13. background-position: right 57% bottom, 0 0;
  14. background-repeat: no-repeat no-repeat;
  15. background-size: cover, cover;
  16. font-family: candara;
  17. }
  18.  
  19.  
  20. /*
  21. CURSORS FOR LINKS
  22. */
  23. a {
  24. color: #FFFFFF;
  25. cursor: url("http://cur.cursors-4u.net/nature/nat-8/nat793.cur") 1 2, auto;
  26. text-shadow: none;
  27. }
  28. a:hover {
  29. color: #FF4000;
  30. cursor: url("http://cur.cursors-4u.net/nature/nat-8/nat793.cur") 1 2, auto;
  31. text-shadow: 0 1px rgba(255, 255, 255, 0.15);
  32. }
  33.  
  34.  
  35.  
  36. /*
  37. FAVORITE MARKINGS (flower by default)
  38. This part is responsible for the Unique Hana favs dots. By default it marks Death Note, the most popular anime. If you want to add your favorites, heres how:
  39.  
  40. 1. copy this:
  41.  
  42. , a[href=""]
  43.  
  44. and paste it under it in front of the first { in the codes below.
  45.  
  46. 2. Add your favorite anime's urls on MyAnimeList in the quotations in the part you just pasted.
  47.  
  48. 3. Save and you're done! A flower should appear on the anime or manga's line.
  49. */
  50.  
  51. a[href="http://myanimelist.net/anime/1535/Death_Note"]{
  52. background-attachment: scroll;
  53. background-image: url("http://i48.tinypic.com/2ludp8m.png");
  54. padding-left: 25px !important;
  55. background-clip: border-box;
  56. background-color: transparent;
  57. background-position: left top;
  58. background-repeat: no-repeat;
  59. background-size: contain;
  60. position: relative;
  61. }
  62.  
  63.  
  64. /*
  65. FAVORITE TITLES TEXT COLOR
  66. Colors your favorite animes a unique color. By default, Death Note is colored gold to go with the above. The number 1535 is found within Death Note's url on MyAnimeList by looking it up. Each anime and manga title has a unique number. You can copy the code below and add a different number or colors to highlight other series!
  67. */
  68.  
  69. .animetitle[href*="anime/1535/"]{
  70. color: gold !important;
  71. font-size: 15px;
  72. }
  73.  
  74.  
  75. /*
  76. LIST SETTINGS AND LOGO
  77. */
  78. #list_surround {
  79. background-attachment: scroll;
  80. background-image: url("https://i.imgur.com/1vhmZnr.png");
  81. background-position: 50% 0;
  82. background-repeat: no-repeat no-repeat;
  83. font-size: 81.25%;
  84. height: 250px;
  85. left: 0 !important;
  86. line-height: 1;
  87. margin: 0 auto;
  88. padding-bottom: 10px;
  89. padding-top: 228px;
  90. position: absolute;
  91. right: 0 !important;
  92. width: 650px;
  93. }
  94.  
  95.  
  96.  
  97. /*
  98. CUSTOM HEADERS
  99. */
  100. .header_cw {
  101. background-color: transparent;
  102. background-image: url("https://i.imgur.com/2U9eeeM.png");
  103. background-position: 0 0;
  104. background-repeat: no-repeat no-repeat;
  105. height: 200px;
  106. margin-bottom: 0;
  107. margin-left: 63px;
  108. margin-top: -45px;
  109. }
  110. .header_completed {
  111. background-color: transparent;
  112. background-image: url("https://i.imgur.com/pbaIGT4.png");
  113. background-position: 61px 5px;
  114. background-repeat: no-repeat no-repeat;
  115. height: 200px;
  116. margin-bottom: 0;
  117. margin-top: -40px;
  118. z-index: 0;
  119. }
  120. .header_onhold {
  121. background-color: transparent;
  122. background-image: url("https://i.imgur.com/iqUJeHs.png");
  123. background-position: 91px 11px;
  124. background-repeat: no-repeat no-repeat;
  125. height: 200px;
  126. margin-bottom: 0;
  127. margin-top: -40px;
  128. }
  129. .header_dropped {
  130. background-color: transparent;
  131. background-image: url("https://i.imgur.com/9h7pCwJ.png");
  132. background-position: 131px 5px;
  133. background-repeat: no-repeat no-repeat;
  134. height: 200px;
  135. margin-bottom: 0;
  136. margin-top: -40px;
  137. }
  138. .header_ptw {
  139. background-color: transparent;
  140. background-image: url("https://i.imgur.com/FuAaM7U.png");
  141. background-position: 15px 5px;
  142. background-repeat: no-repeat no-repeat;
  143. height: 200px;
  144. margin-bottom: 0;
  145. margin-top: -40px;
  146. }
  147.  
  148.  
  149. /*
  150. LEFT SIDE CATEGORY MENU
  151. Top codes influence the opacity and transition of the buttons, ask in the original topic if there's something you wanna change them but don't know how. The rest of the codes are background and size settings.
  152. */
  153. .status_not_selected {
  154. opacity: 0.5;
  155. }
  156. .status_not_selected:hover {
  157. color: transparent;
  158. opacity: 1;
  159. -moz-transition: .4s ease;
  160. -webkit-transition: .4s ease;
  161. -o-transition: .4s ease;;
  162. }
  163. .status_selected a, .status_not_selected a, .status_selected:hover a, .status_not_selected:hover a {
  164. color: transparent;
  165. display: block;
  166. height: 100px;
  167. width: 270px;
  168. }
  169. #list_surround .status_selected, #list_surround .status_not_selected {
  170. background-attachment: scroll;
  171. background-color: transparent;
  172. background-image: url("https://i.imgur.com/kGbeuBB.png");
  173. background-position: 0 -5px;
  174. background-repeat: repeat repeat;
  175. border: 1px solid #FFFFFF;
  176. border-radius: 20px 20px 20px 20px;
  177. display: block;
  178. height: 90px;
  179. left: 0;
  180. padding: 0;
  181. position: fixed;
  182. top: 50px;
  183. width: 300px;
  184. }
  185. #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected {
  186. background-attachment: scroll;
  187. background-color: transparent;
  188. background-image: url("https://i.imgur.com/49rwpem.png");
  189. background-position: 0 -5px;
  190. background-repeat: repeat repeat;
  191. border-top-left-radius: 20px;
  192. border-top-right-radius: 20px;
  193. top: 160px;
  194. }
  195. #list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected {
  196. background-attachment: scroll;
  197. background-color: transparent;
  198. background-image: url("https://i.imgur.com/s694MEu.png");
  199. background-position: 0 -5px;
  200. background-repeat: repeat repeat;
  201. top: 270px;
  202. }
  203. #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
  204. background-attachment: scroll;
  205. background-color: transparent;
  206. background-image: url("https://i.imgur.com/QV6SwJ2.png");
  207. background-position: 0 -7px;
  208. background-repeat: repeat repeat;
  209. top: 380px;
  210. }
  211. #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
  212. background-attachment: scroll;
  213. background-color: transparent;
  214. background-image: url("https://i.imgur.com/SxzIkuK.png");
  215. background-position: 0 -5px;
  216. background-repeat: repeat repeat;
  217. display: inline;
  218. top: 490px;
  219. }
  220. #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
  221. background-attachment: scroll;
  222. background-color: transparent;
  223. background-image: url("https://i.imgur.com/BTPaiu8.png");
  224. background-position: 0 0;
  225. background-repeat: repeat repeat;
  226. border-bottom-left-radius: 20px;
  227. border-bottom-right-radius: 20px;
  228. display: inline;
  229. top: 600px;
  230. width: 300px;
  231. }
  232.  
  233.  
  234. /*
  235. LIST ROW/BOTTOM SETTINGS AND COLORS
  236. You'll find the background colors of the rows in the top two sets of codes and the colors seen on mouse hover for rows in the third set. If you don't know about rgba colors, you can look up online generators that will easily make a unique color of yours choice, with the CSS for it you can add here!
  237.  
  238. The following codes affect other parts of the list and are named clearly.
  239. */
  240.  
  241. .td1 {
  242. background-color: rgba(8, 236, 228, 0.5);
  243. height: 20px;
  244. }
  245. .td2 {
  246. background-color: rgba(49, 59, 255, 0.506);
  247. height: 20px;
  248. }
  249. tr:hover [class^="td"] {
  250. background-color: rgba(51, 111, 235, 0.7);
  251. -moz-transition: .4s ease;
  252. -webkit-transition: .4s ease;
  253. -o-transition: .4s ease;;
  254. }
  255. .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals {
  256. background-color: rgba(12, 46, 196, 0.7);
  257. border: 0 none;
  258. padding: 4px;
  259. text-align: center;
  260. vertical-align: top;
  261. }
  262. .table_header, .td1, .td2, .category_totals {
  263. color: white;
  264. }
  265. .category_totals {
  266. background-color: rgba(12, 46, 196, 0.7);
  267. border-radius: 0 0 12px 12px;
  268. text-align: center;
  269. }
  270. .category_totals:hover {
  271. background-color: rgba(12, 46, 196, 0.7);
  272. color: #FFFFFF;
  273. }
  274. #grand_totals {
  275. background-color: rgba(12, 46, 196, 0.8);
  276. border: 0 none;
  277. border-radius: 3px 3px 3px 3px;
  278. color: #FFFFFF;
  279. line-height: 20px;
  280. min-height: 20px;
  281. padding: 8px;
  282. text-align: center;
  283. vertical-align: middle;
  284. }
  285. #copyright, #copyright:hover {
  286. background-color: rgba(12, 46, 196, 0.6);
  287. border-radius: 5px 5px 5px 5px;
  288. bottom: 0;
  289. color: white;
  290. padding: 2px;
  291. width: 650px;
  292. }
  293. #copyright:hover {
  294. }
  295. #copyright:before {
  296. color: black;
  297. content: " Design by SylakentH, thanks to TheHolyPotato and Shishio's Custom Lists Club!";
  298. font-size: 12px;
  299. padding-right: 10px;
  300. }
  301.  
  302.  
  303. /*
  304. OTHER CODES
  305. If you can't find or figure out how to change something, ask in the original topic for this layout!
  306. */
  307.  
  308. .status_selected {
  309. display: block;
  310. }
  311. .status_not_selected {
  312. display: block;
  313. }
  314. * {
  315. text-decoration: none;
  316. }
  317. #inlineContent {
  318. background-image: url("");
  319. background-repeat: no-repeat no-repeat;
  320. display: inline-block !important;
  321. height: 3000px !important;
  322. left: 0 !important;
  323. margin: auto !important;
  324. position: fixed;
  325. top: 0 !important;
  326. width: 3000px !important;
  327. z-index: -4;
  328. }
  329. .table_header {
  330. }
  331. .table_header:first-of-type {
  332. border-radius: 20px 0 0 0;
  333. }
  334. .table_header:nth-of-type(2) {
  335. text-align: left;
  336. }
  337. .table_header:nth-of-type(5) {
  338. border-bottom-right-radius: 0;
  339. border-top-left-radius: 0;
  340. border-top-right-radius: 20px;
  341. }
  342. .borderRBL {
  343. line-height: normal !important;
  344. }
  345. [cellspacing="0"] {
  346. line-height: 17px;
  347. }
  348.  
  349. [class^="header_"] * {
  350. background-repeat: no-repeat no-repeat;
  351. font-size: 1px;
  352. height: 200px;
  353. line-height: 24px;
  354. padding-bottom: 0;
  355. text-align: right;
  356. vertical-align: bottom;
  357. }
  358. .header_title {
  359. border-radius: 4px 4px 4px 4px;
  360. color: #FFFFFF;
  361. display: inline-block;
  362. font-style: italic;
  363. height: auto;
  364. padding: 0 8px 0 0;
  365. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  366. }
  367. .td1:nth-of-type(2), .td2:nth-of-type(2) {
  368. text-align: left;
  369. }
  370. .table_header:nth-of-type(6) {
  371. display: none;
  372. width: 500px;
  373. }
  374. a, .td1, .td2, .category_totals {
  375. }
  376.  
  377. a, .td1, .td2, .category_totals {
  378. }
  379. .table_header:nth-of-type(2) {
  380. }
  381. .td1:nth-of-type(2), .td2:nth-of-type(2) {
  382. }
  383. /* COVER AREA
  384. The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS).
  385. Left and top adjust the position it appears on screen.
  386. Control the height and width of the pic with height and width.
  387. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away.
  388. Increase height and width to make the pics bigger.
  389. Delete border-style: solid; to remove the border.
  390. */
  391.  
  392. .hide {
  393. background-color: rgba(12, 46, 196, 0.6);
  394. background-position: 50% 20% !important;
  395. background-repeat: no-repeat !important;
  396. border-color: white;
  397. border-radius: 25px 25px 25px 25px;
  398. border-style: solid;
  399. border-width: 1px;
  400. display: block !important;
  401. height: 450px;
  402. right: 3px;
  403. position: fixed;
  404. top: 60px;
  405. width: 234px;
  406. padding: 79px 40px 10px 10px;
  407. background-size: 250px 330px !important;
  408. visibility: hidden;
  409. opacity: 0;
  410. }
  411.  
  412. /* PREVIEW MSG ABOVE COVERS
  413. Remove content: "preview"; to remove the PREVIEW text.
  414. Change the text in quotations after content to what you want it to say above your cover pic.
  415. Top and width controls the position of the text.
  416. */
  417. .hide:before {
  418. background: transparent;
  419. color: white;
  420. content: "";
  421. padding-bottom: 5px;
  422. position: absolute;
  423. text-align: center;
  424. width: 255px;
  425. top: 5px;
  426. border-radius: 25px 25px 0 0;
  427. }
  428.  
  429.  
  430. /*
  431. MINI REVIEW (HOVER TAG)
  432. Move the area around with the left and top codes.
  433. Adjust the surrounding area of the tags by adjusting the padding.
  434. Control the height and width of the section with the height and width codes.
  435.  
  436. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial:
  437. http://myanimelist.net/forum/?topicid=563993
  438. */
  439. td[class^='td']:nth-of-type(6) {
  440. visibility: hidden;
  441. opacity: 0;
  442. position: fixed;
  443. top: 449px;
  444. right: 13px;
  445. font-size: 12px;
  446. width: 245px;
  447. color: white !important;
  448. z-index: 1;
  449. background: transparent !important;
  450. }
  451.  
  452. /* TAG TEXT COLOR*/
  453. tr:hover td[class^='td']:nth-of-type(6) a {
  454. color: white !important;
  455. }
  456.  
  457.  
  458. /* OTHER SETTINGS */
  459. :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){
  460. visibility: visible;
  461. opacity: 1;
  462. }
  463.  
  464. /* REMOVE HEADER
  465. Deletes the header Tags which isn't necessary.
  466. */
  467. .table_header:nth-of-type(6) {
  468. display: none !important;
  469. }
  470.  
  471. /* REMOVE TAG EDIT BUTTON
  472. Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags.
  473. */
  474. td:nth-of-type(6) small {
  475. display: none;
  476. }
  477.  
  478. /* GOOGLE CHROME FIX
  479. Adjust this amount 50px at a time (more or less) if your columns are uneven in Chrome, until your columns are even.
  480. */
  481. @media screen and (-webkit-min-device-pixel-ratio:0) {
  482. td[class^='td']:nth-of-type(2) {
  483. width: 420px !important;}
  484. }
  485. #copyright:after {
  486. color: gold;
  487. content: " ";
  488. padding-left: 20px;
  489. }
  490. #copyright a {
  491. }
  492.  
  493.  
  494. /*
  495. COLOR OF THE ICONS
  496. Change the color, and adjust the opacity for brighter color.
  497. Remove the display: none to match the selected icon to the other icons.
  498. */
  499. #mal\_cs\_listinfo:before, #mal\_cs\_links:before,
  500. #mal\_cs\_otherlinks:before, #mal\_cs\_powered:before {
  501. background: cyan;
  502. opacity: .9;
  503.  
  504. }
  505.  
  506. /*
  507. BORDER OF ICONS
  508. If you're having trouble seeing the border bottom, lower the height by a pixel or two until you see it.
  509.  
  510. */
  511. #mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, #mal_cs_powered:before, #mal\_cs\_listinfo:before, #mal\_cs\_links:before,
  512. #mal\_cs\_otherlinks:before, #mal\_cs\_powered:before {
  513. border-color: ;
  514. border-style: ;
  515. border-width: ;
  516. height: 32px !important;
  517. }
  518.  
  519. /*
  520. BUTTONS COLOR AND BORDER
  521. Buttons within the hover menus, not the icons themselves.
  522. Second code is for button color on hover.
  523. */
  524. #mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks a, #mal_cs_powered a img{
  525. background-color: blue !important;
  526. border-color: lime;
  527. border-style: solid !important;
  528. border-width: 1px !important;
  529. }
  530.  
  531.  
  532. #mal\_cs\_listinfo a:hover, #mal\_cs\_links a:hover, #mal\_cs\_otherlinks a:hover, #mal_cs_powered a img:hover {
  533. background-color: navy !important;
  534. }
  535.  
  536.  
  537.  
  538. /*
  539. COLOR OF HOVER MENUS AND SELECTED ICONS
  540. Remove display none from the second code to match the colors of the selected icon to the icons above.
  541. */
  542. #mal\_cs\_listinfo div, #mal\_cs\_links div, #mal\_cs\_otherlinks div,
  543. #mal\_cs\_powered div, #mal\_cs\_powered dd, #mal\_cs\_powered a {
  544. background-color: rgba(255, 255, 255, 0.6) !important;
  545. }
  546.  
  547. #mal\_cs\_listinfo:hover:before, #mal\_cs\_links:hover:before,
  548. #mal\_cs\_otherlinks:hover:before, #mal\_cs\_powered:hover:before,
  549. #mal\_cs\_listinfo:hover:after, #mal\_cs\_links:hover:after,
  550. #mal\_cs\_otherlinks:hover:after, #mal\_cs\_powered:hover:after {
  551. display: none;
  552. background-color: ;
  553. opacity: .2;
  554. }
  555.  
  556. /*
  557. COLOR OF USERNAME (for visitors)
  558. You don't see this username on the menus when you're logged in, log out to see it.
  559. */
  560. #mal\_cs\_otherlinks strong a {
  561. color: #333333 !important;
  562. }
  563.  
  564. #mal\_cs\_otherlinks strong a:hover {
  565. color: blue !important;
  566. background-color: transparent !important;
  567. }
  568.  
  569. /*
  570. POSITION OF TOP BAR
  571. Change to absolute if you want it to not scroll with the page.
  572. */
  573. #mal\_control\_strip
  574. {
  575. position: fixed !important;
  576. background-color: transparent !important;
  577. background-image: url(none) !important;
  578. }
  579.  
  580.  
  581.  
  582.  
  583. /*
  584. OTHER CODES
  585. If you want to change out the icon images themselves, you can scroll down through the codes and find the background images and change them with your own.
  586. */
  587.  
  588. #mal\_cs\_listinfo, #mal\_cs\_links, #mal\_cs\_otherlinks, #mal\_cs\_powered {
  589. -moz-box-sizing: border-box;
  590. transition: all 0.4s ease 0s;
  591. background: none no-repeat scroll 100% 0 transparent;
  592. border: 0 none;
  593. height: 0 !important;
  594. overflow: hidden;
  595. position: absolute;
  596. right: 4px;
  597. text-align: center;
  598. top: 4px;
  599. width: 150px;
  600. z-index: 10;
  601. }
  602. #mal\_cs\_listinfo:hover, #mal\_cs\_links:hover, #mal\_cs\_otherlinks:hover, #mal\_cs\_powered:hover {
  603. height: 200px !important;
  604. padding-top: 32px;
  605. width: 150px;
  606. }
  607. #mal\_cs\_listinfo div, #mal\_cs\_links div, #mal\_cs\_otherlinks div, #mal\_cs\_powered div, #mal\_cs\_powered dd {
  608. transition: opacity 0.4s ease-in-out 0s;
  609. border-radius: 3px 0 0 0;
  610. font-size: 0 !important;
  611. line-height: 0;
  612. margin: 0 !important;
  613. opacity: 0;
  614. padding: 8px 0 0;
  615. }
  616. #mal\_cs\_listinfo:hover div, #mal\_cs\_links:hover div, #mal\_cs\_otherlinks:hover div, #mal\_cs\_powered:hover div, #mal\_cs\_powered:hover dd {
  617. opacity: 1;
  618. }
  619. #mal\_cs\_listinfo div:nth-of-type(2), #mal\_cs\_links div:nth-of-type(2), #mal\_cs\_otherlinks div:nth-of-type(2), #mal\_cs\_powered div:nth-of-type(2) {
  620. border-radius: 0 0 3px 3px;
  621. padding: 4px 0 8px;
  622. }
  623. #mal\_cs\_listinfo a, #mal\_cs\_links a, #mal\_cs\_otherlinks a, #mal\_cs\_powered a {
  624. background-color: rgba(64, 60, 90, 0.6);
  625. border-radius: 3px 3px 3px 3px;
  626. display: block;
  627. font: 13px/17px arial,sans-serif;
  628. margin: 4px 12px 0;
  629. padding: 3px 0;
  630. text-decoration: none;
  631. }
  632. #mal\_cs\_listinfo a:nth-of-type(1), #mal\_cs\_links a:nth-of-type(1), #mal\_cs\_otherlinks a:nth-of-type(1), #mal\_cs\_powered a:nth-of-type(1) {
  633. margin-top: 0;
  634. }
  635.  
  636. #mal\_cs\_listinfo strong a strong {
  637. font-weight: normal;
  638. }
  639. #mal\_cs\_otherlinks strong {
  640. color: #333333;
  641. display: block;
  642. font: bold 13px/17px arial,sans-serif !important;
  643. padding: 0 4px 4px;
  644. text-shadow: 0 1px 1px #FFFFFF;
  645. }
  646. #mal\_cs\_otherlinks strong a {
  647. background: none repeat scroll 0 0 transparent !important;
  648. border-color: transparent !important;
  649. border-radius: 0 0 0 0;
  650. color: #333333;
  651. display: inline;
  652. font: bold 13px/17px arial,sans-serif !important;
  653. margin: 0;
  654. padding: 0;
  655. text-shadow: 0 1px 1px #FFFFFF;
  656. }
  657. #mal\_cs\_powered a {
  658. border-radius: 3px 0 0 0 !important;
  659. display: block !important;
  660. margin: 0 !important;
  661. opacity: 0;
  662. padding: 8px 0 0 !important;
  663. }
  664. #mal\_cs\_powered:hover a {
  665. opacity: 1;
  666. }
  667. #mal\_cs\_powered a img {
  668. background: url("http://i.imgur.com/fGTjBC3.png") no-repeat scroll 50% 6px rgba(64, 60, 90, 0.6);
  669. border-radius: 3px 3px 3px 3px;
  670. display: block;
  671. height: 0;
  672. margin: 0 12px;
  673. padding: 23px 0 0 126px;
  674. width: 0;
  675. }
  676. #mal\_cs\_powered a img:hover {
  677. background-color: #403C5A;
  678. }
  679. #mal\_cs\_powered #search {
  680. border-radius: 0 0 3px 3px;
  681. padding: 8px;
  682. position: relative;
  683. }
  684. #mal\_cs\_powered #search #searchBox {
  685. -moz-box-sizing: border-box;
  686. border-color: #BCBCBC #D6D6D6 #D6D6D6;
  687. border-radius: 2px 2px 2px 2px;
  688. border-style: solid;
  689. border-width: 1px;
  690. color: #333333;
  691. display: inline-block;
  692. font-family: arial,sans-serif;
  693. font-size: 13px;
  694. height: 28px;
  695. padding-left: 6px;
  696. padding-right: 24px;
  697. vertical-align: top;
  698. width: 100%;
  699. }
  700. #mal\_cs\_powered #search #searchBox:hover, #mal\_cs\_powered #search #searchBox:focus {
  701. border-color: #ACACAC #C6C6C6 #C6C6C6;
  702. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  703. }
  704. #mal\_cs\_powered #search #searchListButton {
  705. background: url("http://i.imgur.com/XqsilHp.png") no-repeat scroll 0 0 transparent;
  706. border-radius: 3px 3px 3px 3px;
  707. height: 0;
  708. margin: 0;
  709. padding: 16px 0 0 16px;
  710. position: absolute;
  711. right: 12px;
  712. top: 14px;
  713. width: 0;
  714. }
  715. #mal\_cs\_listinfo {
  716. background-image: url("http://i.imgur.com/UXZxrWI.png");
  717. right: 106px;
  718. }
  719. #mal\_cs\_listinfo:hover {
  720. background-image: url("http://i.imgur.com/VcVVnod.png");
  721. }
  722. #mal\_cs\_links {
  723. background-image: url("http://i.imgur.com/LpXWTzt.png");
  724. right: 72px;
  725. z-index: 9;
  726. }
  727. #mal\_cs\_links:hover {
  728. background-image: url("http://i.imgur.com/oPfKrOl.png");
  729. }
  730. #mal\_cs\_otherlinks {
  731. background-image: url("http://i.imgur.com/ogmX9qC.png");
  732. right: 38px;
  733. z-index: 8;
  734. }
  735. #mal\_cs\_otherlinks:hover {
  736. background-image: url("http://i.imgur.com/EEGHkbF.png");
  737. }
  738. #mal\_cs\_powered {
  739. background-image: url("http://i.imgur.com/ct4BVP5.png");
  740. right: 4px !important;
  741. z-index: 7;
  742. }
  743. #mal\_cs\_powered:hover {
  744. background-image: url("http://i.imgur.com/TUUWtaj.png");
  745. }
  746. td#mal\_cs\_pic a img {
  747. display: none;
  748. }
  749. #mal\_cs\_pic, #mal\_cs\_listinfo, #mal\_cs\_links {
  750. border-right: 0 none !important;
  751. }
  752.  
  753. #mal\_cs\_listinfo, #mal\_cs\_links, #mal\_cs\_otherlinks, #mal\_cs\_powered {
  754. padding: 32px 0 0 !important;
  755. }
  756.  
  757. #mal\_cs\_listinfo:before,
  758. #mal\_cs\_links:before,
  759. #mal\_cs\_otherlinks:before,
  760. #mal\_cs\_powered:before {
  761. z-index: 10 !important;
  762. content: "";
  763. right: 0 !important;
  764. top: 0 !important;
  765. width: 32px !important;
  766. position: absolute !important;
  767. border-radius: 3px;
  768. }
  769.  
  770. #mal\_cs\_listinfo:after{
  771. background-image: url(http://i.imgur.com/LI8njl6.png);
  772. }
  773. #mal\_cs\_links:after{
  774. background-image: url(http://i.imgur.com/zlRrAkp.png);
  775. }
  776. #mal\_cs\_otherlinks:after{
  777. background-image: url(http://i.imgur.com/RvHKrN6.png);
  778. }
  779. #mal\_cs\_powered:after{
  780. background-image: url(http://i.imgur.com/7TP2r3e.png);
  781. }
  782.  
  783. #mal\_cs\_listinfo:after,
  784. #mal\_cs\_links:after,
  785. #mal\_cs\_otherlinks:after,
  786. #mal\_cs\_powered:after {
  787. z-index: 10 !important;
  788. content: "";
  789. right: 0 !important;
  790. top: 0 !important;
  791. width: 32px !important;
  792. height: 32px !important;
  793. position: absolute !important;
  794. }
  795.  
  796.  
  797.  
  798. #searchBox {
  799. width: 128px !important;
  800. margin-left: 1px;
  801. }
  802.  
  803. #mal_cs_powered #search #searchListButton {
  804. right: 15px !important;
  805. top: 12px !important;
  806. }
  807.  
  808. @media screen and (-webkit-min-device-pixel-ratio:0) {
  809. #searchBox {
  810. width: 96px !important;
  811. }
  812. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement