Advertisement
ValerioLyndon

Todd_'s List Fixed

May 27th, 2020
2,727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 20.89 KB | None | 0 0
  1. @\import "https://malscraper.azurewebsites.net/covers/auto/presets/more";
  2. @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixed.css";
  3.  
  4. /*
  5. // Self-explanatory
  6. */
  7. BODY
  8. {
  9. background-image: url(http://myanimelist.net/images/userwalls/2092989.jpg);
  10. background-attachment: fixed;
  11. background-repeat: ;
  12. background-position: bottom right;
  13.  
  14.  
  15.  
  16. color: #000000;
  17. font-size: 14.00px;
  18. font-variant: ;
  19. font-family: Roboto;
  20. background-color: #black;
  21. }
  22.  
  23. /*
  24. // Determines the positioning of your list
  25. */
  26.  
  27. #list_surround
  28. {
  29. margin-left: 20px;
  30. width: 620px;
  31. }
  32.  
  33. /*
  34. // All links on your list
  35. */
  36.  
  37. a
  38. {
  39. color: #FFFFFF;
  40. text-decoration: none;
  41. }
  42.  
  43. a:visited
  44. {
  45. color: #FFFFFF;
  46. text-decoration: none;
  47. }
  48.  
  49. a:hover
  50. {
  51. color: #CC0033;
  52. text-decoration: none;
  53. }
  54.  
  55. /*
  56. // Alternating row color 1
  57. */
  58.  
  59. .td1
  60. {
  61.  
  62. color: #FF0033;
  63. border-width: 0px 0px 1px 0px;
  64. border-style: solid;
  65. border-color: #000000;
  66. padding: 3px;
  67. background-color: #000000;
  68. }
  69.  
  70. /*
  71. // Alternating row color 2
  72. */
  73.  
  74. .td2
  75. {
  76.  
  77. color: #FF0033;
  78. border-width: 0px 0px 1px 0px;
  79. border-style: solid;
  80. border-color: #000000;
  81. padding: 3px;
  82. background-color: #000000;
  83. }
  84.  
  85. /*
  86. // This represents the "Anime Title", "Score", "# Eps" columns
  87. */
  88.  
  89. .table_header
  90. {
  91.  
  92. color: #FFFFFF;
  93. border-width: 1px 1px 1px 0px;
  94. border-style: ;
  95. border-color: #000000;
  96. background-color: #000000;
  97. padding: 2px;
  98. }
  99.  
  100. /*
  101. // headerLink represents the color of the links inside the_header
  102. */
  103.  
  104. .table_headerLink
  105. {
  106. color: #FFFFFF;
  107. }
  108.  
  109. .table_headerLink:Visited
  110. {
  111. color: #000000;
  112. }
  113.  
  114. .table_headerLink:Hover
  115. {
  116. color: #CC0033;
  117. }
  118.  
  119. /*
  120. // Controls the select form decoration (the drop down select box)
  121. */
  122.  
  123. .form
  124. {
  125. border-width: 1px 1px 1px 1px;
  126. border-color: #000000;
  127. border-style: solid;
  128. color: #000000;
  129. padding: 2px;
  130. font-size: 11.00px;
  131. font-family: Roboto;
  132. }
  133.  
  134.  
  135. /* Which 'status' up top is selected? */
  136.  
  137. .status_selected
  138. {
  139.  
  140. color: #FFFFFF;
  141. border-width: 0px 0px 0px 0px;
  142. border-style: inset;
  143. border-color: #FFFFFF;
  144. padding: 3px;
  145. background-color: #000000;
  146. }
  147.  
  148. .status_not_selected
  149. {
  150.  
  151. color: #CC0033;
  152. border-width: 0px 0px 0px 0px;
  153. border-style: solid;
  154. border-color: #FFFFFF;
  155. padding: 3px;
  156. background-color: #000000;
  157. }
  158.  
  159. /*
  160. Header classes for Currently Watching, Completed, Dropped, etc...
  161. */
  162.  
  163. .header_cw
  164. {
  165.  
  166. }
  167.  
  168. .header_completed
  169. {
  170.  
  171. }
  172.  
  173. .header_onhold
  174. {
  175.  
  176. }
  177.  
  178. .header_dropped
  179. {
  180.  
  181. }
  182.  
  183. .header_ptw
  184. {
  185.  
  186. }
  187.  
  188. .header_title {
  189. font-size: 25px;
  190. font-weight: bold;
  191. text-align: right;
  192. }
  193.  
  194.  
  195. .category_totals
  196. {
  197.  
  198. }
  199.  
  200. #grand_totals
  201. {
  202. text-align: center;
  203. }
  204.  
  205. /* header_al is thesurrounding "User's Anime List" at the top */
  206.  
  207. .header_al
  208. {
  209. font-weight: bold;
  210. font-size: 16px;
  211. }
  212.  
  213. /* header_al_links is thewith your "Profile" and "MyAnimeList home" links */
  214. .header_al_links
  215. {
  216.  
  217. }
  218.  
  219. /* controls what styles you can give to all the anime titles in your list */
  220. .animetitle
  221. {
  222. font-weight: bold;
  223. }
  224.  
  225. /*
  226. copyright contains the "Producted by Garrett Gyssler" text
  227. DO NOT REMOVE OR HIDE THIS DIV
  228. IF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO
  229. */
  230.  
  231.  
  232. #copyright
  233. {
  234. padding-top: 6px;
  235. text-align: center;
  236. margin: 0 auto;
  237. width: 620px;
  238. }
  239.  
  240.  
  241.  
  242.  
  243. body {
  244. background-size: cover;
  245. }
  246.  
  247.  
  248. /* CURRENT BACKGROUND */
  249. .status_selected a[href*="status=1"]:before {
  250. background-color: aquamarine;
  251. background-image: url(https://i.imgur.com/4NctLkO.jpg) !important;
  252. position: fixed !important;
  253. top: 0 !important;
  254. left: 0 !important;
  255. height: 100% !important;
  256. width: 100% !important;
  257. background-size: cover !important;
  258. display: block !important;
  259. content: "" !important;
  260. z-index: -1 !important;
  261. }
  262.  
  263.  
  264.  
  265. /* COMPLETE BACKGROUND */
  266. .status_selected a[href*="status=2"]:before {
  267. background-color: violet;
  268. background-image: url(https://i.imgur.com/hBzriC8.png) !important;
  269. position: fixed !important;
  270. top: 0 !important;
  271. left: 0 !important;
  272. height: 100% !important;
  273. width: 100% !important;
  274. background-size: cover !important;
  275. display: block !important;
  276. content: "" !important;
  277. z-index: -1 !important;
  278. }
  279.  
  280.  
  281. /* ON-HOLD BACKGROUND */
  282. .status_selected a[href*="status=3"]:before {
  283. background-color: cyan;
  284. background-image: url(https://i.imgur.com/ShOBUdH.jpg) !important;
  285. position: fixed !important;
  286. top: 0 !important;
  287. left: 0 !important;
  288. height: 100% !important;
  289. width: 100% !important;
  290. background-size: cover !important;
  291. display: block !important;
  292. content: "" !important;
  293. z-index: -1 !important;
  294. }
  295.  
  296.  
  297.  
  298. /* DROPPED BACKGROUND */
  299. .status_selected a[href*="status=4"]:before {
  300. background-color: teal;
  301. background-image: url(https://i.imgur.com/R9x4rpi.jpg) !important;
  302. position: fixed !important;
  303. top: 0 !important;
  304. left: 0 !important;
  305. height: 100% !important;
  306. width: 100% !important;
  307. background-size: cover !important;
  308. display: block !important;
  309. content: "" !important;
  310. z-index: -1 !important;
  311. }
  312.  
  313.  
  314. /* PLANNED BACKGROUND */
  315. .status_selected a[href*="status=6"]:before {
  316. background-color: pink;
  317. background-image: url(https://i.imgur.com/lKlCvUL.jpg) !important;
  318. position: fixed !important;
  319. top: 0 !important;
  320. left: 0 !important;
  321. height: 100% !important;
  322. width: 100% !important;
  323. background-size: cover !important;
  324. display: block !important;
  325. content: "" !important;
  326. z-index: -1 !important;
  327. }
  328.  
  329.  
  330. /* ALL ANIME/MANGA BACKGROUND */
  331. .status_selected a[href*="status=7"]:before {
  332. background-color: lime;
  333. background-image: url(https://i.imgur.com/0JZgiUn.jpg) !important;
  334. position: fixed !important;
  335. top: 0 !important;
  336. left: 0 !important;
  337. height: 100% !important;
  338. width: 100% !important;
  339. background-size: cover !important;
  340. display: block !important;
  341. content: "" !important;
  342. z-index: -1 !important;
  343. }
  344.  
  345. /* HEADERS */
  346.  
  347. /*
  348. Anime List only
  349.  
  350. CURRENTLY WATCHING HEADER
  351. This is the header above currently watching/reading. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list.
  352.  
  353. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:".
  354. */
  355. .header_cw {
  356. background-image:url(https://i.imgur.com/TpJcNfM.png);
  357. height: 200px;
  358. margin-bottom: 0px;
  359. background-color: transparent;
  360. background-repeat: no-repeat;
  361. color:;
  362. font-family:;
  363. font-size:;
  364. }
  365.  
  366.  
  367.  
  368. /*
  369. COMPLETED HEADER
  370. This is the header above your anime/manga that's completed. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list.
  371.  
  372. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:".
  373. */
  374. .header_completed {
  375. background-image:url(https://i.imgur.com/coo4nQA.png);
  376. height: 200px;
  377. margin-bottom: 0px;
  378. background-color: transparent;
  379. background-repeat: no-repeat;
  380. color:;
  381. font-family:;
  382. font-size:;
  383. }
  384.  
  385.  
  386.  
  387. /*
  388. ON-HOLD HEADER
  389. This is the header above your animes/mangas on-hold. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list.
  390.  
  391. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:".
  392. */
  393. .header_onhold {
  394. background-image:url(https://i.imgur.com/BJVDPiN.png);
  395. height: 200px;
  396. margin-bottom: 0px;
  397. background-color: transparent;
  398. background-repeat: no-repeat;
  399. color:;
  400. font-family:;
  401. font-size:;
  402. }
  403.  
  404.  
  405.  
  406. /*
  407. DROPPED HEADER
  408. This is the header above your dropped animes/mangas. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list.
  409.  
  410. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:".
  411. */
  412. .header_dropped {
  413. background-image:url(https://i.imgur.com/w1Mklhw.png);
  414. height: 200px;
  415. margin-bottom: 0px;
  416. background-color: transparent;
  417. background-repeat: no-repeat;
  418. color:;
  419. font-family:;
  420. font-size:;
  421. }
  422.  
  423.  
  424.  
  425. /*
  426. PLAN TO WATCH HEADER
  427. This is the header above the anime/manga you plan to see or read on your list. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list.
  428.  
  429. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:".
  430. */
  431. .header_ptw {
  432. background-image:url(https://i.imgur.com/ocONZB7.png);
  433. height: 200px;
  434. margin-bottom: 0px;
  435. background-color: transparent;
  436. background-repeat: no-repeat;
  437. color:;
  438. font-family:;
  439. font-size:;
  440. }
  441.  
  442. /*
  443. REMOVE HEADER COLOR
  444. You need this code to remove the default background colors from the header and override any related codes. You're supposed to use your own images or the default ones for the header, so this color is set to transparent so it won't get in the way. If you want the color back for some reason, remove this section.
  445. */
  446. .header_title {
  447. background-color: transparent !important;
  448. }
  449.  
  450. /*
  451. OTHER CODES
  452. Stuff I had to add after site changes. You need this otherwise the headers won't be visible.
  453. */
  454. tbody
  455. {background-color: transparent;
  456. background-image: none;}
  457.  
  458.  
  459. /*
  460. REMOVE HEADER TEXT
  461. These codes remove the original text like "Completed" and "Currently Watching" from
  462. each category on the list. Some people will want the text gone so they can have their own custom logos. But if you want the text back, you have to remove this whole section. It shouldn't affect the images in any way.
  463. */
  464. .header_title {
  465. color: gray !important;
  466. color: transparent !important;
  467. font-size: 1px !important;
  468. font-size: 0px !important;
  469. font-size: 0 !important;
  470. font-size: 0pt !important;
  471. }
  472.  
  473.  
  474. /* REVIEW SECTION */
  475.  
  476.  
  477. /* COVER AREA
  478. The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS).
  479. Left and top adjust the position it appears on screen.
  480. Control the height and width of the pic with height and width.
  481. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away.
  482. Increase height and width to make the pics bigger.
  483. Delete border-style: solid; to remove the border.
  484. */
  485.  
  486. .hide {
  487. background-color: 000000;
  488. background-position: 50% 20% !important;
  489. background-repeat: no-repeat !important;
  490. border-color: FFFFFF;
  491. border-radius: 0px 0px 0px 0px;
  492. border-style: solid;
  493. border-width: 5px;
  494. display: block !important;
  495. height: 450px;
  496. left: 645px;
  497. position: fixed;
  498. top: 65px;
  499. width: 234px;
  500. padding: 79px 40px 10px 10px;
  501. background-size: 250px !important;
  502. visibility: hidden;
  503. opacity: 0;
  504. }
  505.  
  506. /* PREVIEW MSG ABOVE COVERS
  507. Remove content: "preview"; to remove the PREVIEW text.
  508. Change the text in quotations after content to what you want it to say above your cover pic.
  509. Top and width controls the position of the text.
  510. */
  511. .hide:before {
  512. background: transparent;
  513. color: white;
  514. content: "Review";
  515. padding-bottom: 5px;
  516. position: absolute;
  517. text-align: center;
  518. width: 255px;
  519. top: 5px;
  520. border-radius: 25px 25px 0 0;
  521. font-size: 17px;
  522. }
  523.  
  524.  
  525. /*
  526. MINI REVIEW (HOVER TAG)
  527. Move the area around with the left and top codes.
  528. Adjust the surrounding area of the tags by adjusting the padding.
  529. Control the height and width of the section with the height and width codes.
  530.  
  531. 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:
  532. http://myanimelist.net/forum/?topicid=563993
  533. */
  534. td[class^='td']:nth-of-type(6) {
  535. visibility: hidden;
  536. opacity: 0;
  537. position: fixed;
  538. top: 482px;
  539. left: 665px;
  540. font-size: 14px;
  541. width: 245px;
  542. color: white !important;
  543. z-index: 1;
  544. background: transparent !important;
  545. }
  546.  
  547. /* TAG TEXT COLOR*/
  548. tr:hover td[class^='td']:nth-of-type(6) a {
  549. color: white !important;
  550. }
  551.  
  552.  
  553. /* OTHER SETTINGS */
  554. :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){
  555. visibility: visible;
  556. opacity: 1;
  557. }
  558.  
  559. /* REMOVE HEADER
  560. Deletes the header Tags which isn't necessary.
  561. */
  562. .table_header:nth-of-type(6) {
  563. display: none !important;
  564. }
  565.  
  566. /* REMOVE TAG EDIT BUTTON
  567. Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags.
  568. */
  569. td:nth-of-type(6) small {
  570. display: none;
  571. }
  572.  
  573. /* GOOGLE CHROME FIX
  574. Adjust this amount 50px at a time (more or less) if your columns are uneven in Chrome, until your columns are even.
  575. */
  576. @media screen and (-webkit-min-device-pixel-ratio:0) {
  577. td[class^='td']:nth-of-type(2) {
  578. width: 420px !important;}
  579. }
  580.  
  581. tny.cz/464a7a3d
  582.  
  583.  
  584.  
  585. /* TOP BAR */
  586.  
  587. /*
  588. COLOR OF THE ICONS
  589. Change the color, and adjust the opacity for brighter color.
  590. Remove the display: none to match the selected icon to the other icons.
  591. */
  592. #mal\_cs\_listinfo:before, #mal\_cs\_links:before,
  593. #mal\_cs\_otherlinks:before, #mal\_cs\_powered:before {
  594. background: transparent;
  595. opacity: .9;
  596.  
  597. }
  598.  
  599. /*
  600. BORDER OF ICONS
  601. If you're having trouble seeing the border bottom, lower the height by a pixel or two until you see it.
  602.  
  603. */
  604. #mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, #mal_cs_powered:before, #mal\_cs\_listinfo:before, #mal\_cs\_links:before,
  605. #mal\_cs\_otherlinks:before, #mal\_cs\_powered:before {
  606. border-color: ;
  607. border-style: ;
  608. border-width: ;
  609. height: 32px !important;
  610. }
  611.  
  612. /*
  613. BUTTONS COLOR AND BORDER
  614. Buttons within the hover menus, not the icons themselves.
  615. Second code is for button color on hover.
  616. */
  617. #mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks a, #mal_cs_powered a img{
  618. background-color: rgba(64, 60, 90, 0.6) !important;
  619. border-color: transparent;
  620. border-style: solid !important;
  621. border-width: 1px !important;
  622. }
  623.  
  624.  
  625. #mal\_cs\_listinfo a:hover, #mal\_cs\_links a:hover, #mal\_cs\_otherlinks a:hover, #mal_cs_powered a img:hover {
  626. background-color: #403C5A !important;
  627. }
  628.  
  629.  
  630.  
  631. /*
  632. COLOR OF HOVER MENUS AND SELECTED ICONS
  633. Remove display none from the second code to match the colors of the selected icon to the icons above.
  634. */
  635. #mal\_cs\_listinfo div, #mal\_cs\_links div, #mal\_cs\_otherlinks div,
  636. #mal\_cs\_powered div, #mal\_cs\_powered dd, #mal\_cs\_powered a {
  637. background-color: rgba(255, 255, 255, 0.6) !important;
  638. }
  639.  
  640. #mal\_cs\_listinfo:hover:before, #mal\_cs\_links:hover:before,
  641. #mal\_cs\_otherlinks:hover:before, #mal\_cs\_powered:hover:before,
  642. #mal\_cs\_listinfo:hover:after, #mal\_cs\_links:hover:after,
  643. #mal\_cs\_otherlinks:hover:after, #mal\_cs\_powered:hover:after {
  644. display: none;
  645. background-color: ;
  646. opacity: .2;
  647. }
  648.  
  649. /*
  650. COLOR OF USERNAME (for visitors)
  651. You don't see this username on the menus when you're logged in, log out to see it.
  652. */
  653. #mal\_cs\_otherlinks strong a {
  654. color: #333333 !important;
  655. }
  656.  
  657. #mal\_cs\_otherlinks strong a:hover {
  658. color: blue !important;
  659. background-color: transparent !important;
  660. }
  661.  
  662. /*
  663. POSITION OF TOP BAR
  664. Change to absolute if you want it to not scroll with the page.
  665. */
  666. #mal\_control\_strip
  667. {
  668. position: fixed !important;
  669. background-color: transparent !important;
  670. background-image: url(none) !important;
  671. }
  672.  
  673.  
  674.  
  675.  
  676. /*
  677. OTHER CODES
  678. 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.
  679. */
  680.  
  681. #mal\_cs\_listinfo, #mal\_cs\_links, #mal\_cs\_otherlinks, #mal\_cs\_powered {
  682. -moz-box-sizing: border-box;
  683. transition: all 0.4s ease 0s;
  684. background: none no-repeat scroll 100% 0 transparent;
  685. border: 0 none;
  686. height: 0 !important;
  687. overflow: hidden;
  688. position: absolute;
  689. right: 4px;
  690. text-align: center;
  691. top: 4px;
  692. width: 150px;
  693. z-index: 10;
  694. }
  695. #mal\_cs\_listinfo:hover, #mal\_cs\_links:hover, #mal\_cs\_otherlinks:hover, #mal\_cs\_powered:hover {
  696. height: 200px !important;
  697. padding-top: 32px;
  698. width: 150px;
  699. }
  700. #mal\_cs\_listinfo div, #mal\_cs\_links div, #mal\_cs\_otherlinks div, #mal\_cs\_powered div, #mal\_cs\_powered dd {
  701. transition: opacity 0.4s ease-in-out 0s;
  702. border-radius: 3px 0 0 0;
  703. font-size: 0 !important;
  704. line-height: 0;
  705. margin: 0 !important;
  706. opacity: 0;
  707. padding: 8px 0 0;
  708. }
  709. #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 {
  710. opacity: 1;
  711. }
  712. #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) {
  713. border-radius: 0 0 3px 3px;
  714. padding: 4px 0 8px;
  715. }
  716. #mal\_cs\_listinfo a, #mal\_cs\_links a, #mal\_cs\_otherlinks a, #mal\_cs\_powered a {
  717. background-color: rgba(64, 60, 90, 0.6);
  718. border-radius: 3px 3px 3px 3px;
  719. display: block;
  720. font: 13px/17px arial,sans-serif;
  721. margin: 4px 12px 0;
  722. padding: 3px 0;
  723. text-decoration: none;
  724. }
  725. #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) {
  726. margin-top: 0;
  727. }
  728.  
  729. #mal\_cs\_listinfo strong a strong {
  730. font-weight: normal;
  731. }
  732. #mal\_cs\_otherlinks strong {
  733. color: #333333;
  734. display: block;
  735. font: bold 13px/17px arial,sans-serif !important;
  736. padding: 0 4px 4px;
  737. text-shadow: 0 1px 1px #FFFFFF;
  738. }
  739. #mal\_cs\_otherlinks strong a {
  740. background: none repeat scroll 0 0 transparent !important;
  741. border-color: transparent !important;
  742. border-radius: 0 0 0 0;
  743. color: #333333;
  744. display: inline;
  745. font: bold 13px/17px arial,sans-serif !important;
  746. margin: 0;
  747. padding: 0;
  748. text-shadow: 0 1px 1px #FFFFFF;
  749. }
  750. #mal\_cs\_powered a {
  751. border-radius: 3px 0 0 0 !important;
  752. display: block !important;
  753. margin: 0 !important;
  754. opacity: 0;
  755. padding: 8px 0 0 !important;
  756. }
  757. #mal\_cs\_powered:hover a {
  758. opacity: 1;
  759. }
  760. #mal\_cs\_powered a img {
  761. background: url("http://i.imgur.com/fGTjBC3.png") no-repeat scroll 50% 6px rgba(64, 60, 90, 0.6);
  762. border-radius: 3px 3px 3px 3px;
  763. display: block;
  764. height: 0;
  765. margin: 0 12px;
  766. padding: 23px 0 0 126px;
  767. width: 0;
  768. }
  769. #mal\_cs\_powered a img:hover {
  770. background-color: #403C5A;
  771. }
  772. #mal\_cs\_powered #search {
  773. border-radius: 0 0 3px 3px;
  774. padding: 8px;
  775. position: relative;
  776. }
  777. #mal\_cs\_powered #search #searchBox {
  778. -moz-box-sizing: border-box;
  779. border-color: #BCBCBC #D6D6D6 #D6D6D6;
  780. border-radius: 2px 2px 2px 2px;
  781. border-style: solid;
  782. border-width: 1px;
  783. color: #333333;
  784. display: inline-block;
  785. font-family: arial,sans-serif;
  786. font-size: 13px;
  787. height: 28px;
  788. padding-left: 6px;
  789. padding-right: 24px;
  790. vertical-align: top;
  791. width: 100%;
  792. }
  793. #mal\_cs\_powered #search #searchBox:hover, #mal\_cs\_powered #search #searchBox:focus {
  794. border-color: #ACACAC #C6C6C6 #C6C6C6;
  795. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  796. }
  797. #mal\_cs\_powered #search #searchListButton {
  798. background: url("http://i.imgur.com/XqsilHp.png") no-repeat scroll 0 0 transparent;
  799. border-radius: 3px 3px 3px 3px;
  800. height: 0;
  801. margin: 0;
  802. padding: 16px 0 0 16px;
  803. position: absolute;
  804. right: 12px;
  805. top: 14px;
  806. width: 0;
  807. }
  808. #mal\_cs\_listinfo {
  809. background-image: url("http://i.imgur.com/UXZxrWI.png");
  810. right: 106px;
  811. }
  812. #mal\_cs\_listinfo:hover {
  813. background-image: url("http://i.imgur.com/VcVVnod.png");
  814. }
  815. #mal\_cs\_links {
  816. background-image: url("http://i.imgur.com/LpXWTzt.png");
  817. right: 72px;
  818. z-index: 9;
  819. }
  820. #mal\_cs\_links:hover {
  821. background-image: url("http://i.imgur.com/oPfKrOl.png");
  822. }
  823. #mal\_cs\_otherlinks {
  824. background-image: url("http://i.imgur.com/ogmX9qC.png");
  825. right: 38px;
  826. z-index: 8;
  827. }
  828. #mal\_cs\_otherlinks:hover {
  829. background-image: url("http://i.imgur.com/EEGHkbF.png");
  830. }
  831. #mal\_cs\_powered {
  832. background-image: url("http://i.imgur.com/ct4BVP5.png");
  833. right: 4px !important;
  834. z-index: 7;
  835. }
  836. #mal\_cs\_powered:hover {
  837. background-image: url("http://i.imgur.com/TUUWtaj.png");
  838. }
  839. td#mal\_cs\_pic a img {
  840. display: none;
  841. }
  842. #mal\_cs\_pic, #mal\_cs\_listinfo, #mal\_cs\_links {
  843. border-right: 0 none !important;
  844. }
  845.  
  846. #mal\_cs\_listinfo, #mal\_cs\_links, #mal\_cs\_otherlinks, #mal\_cs\_powered {
  847. padding: 32px 0 0 !important;
  848. }
  849.  
  850. #mal\_cs\_listinfo:before,
  851. #mal\_cs\_links:before,
  852. #mal\_cs\_otherlinks:before,
  853. #mal\_cs\_powered:before {
  854. z-index: 10 !important;
  855. content: "";
  856. right: 0 !important;
  857. top: 0 !important;
  858. width: 32px !important;
  859. position: absolute !important;
  860. border-radius: 4px;
  861. }
  862.  
  863. #mal\_cs\_listinfo:after{
  864. background-image: url(http://i.imgur.com/856wzPZ.png);
  865. }
  866. #mal\_cs\_links:after{
  867. background-image: url(http://i.imgur.com/rwvRyux.png);
  868. }
  869. #mal\_cs\_otherlinks:after{
  870. background-image: url(http://i.imgur.com/fbWr1K4.png);
  871. }
  872. #mal\_cs\_powered:after{
  873. background-image: url(http://i.imgur.com/fKvpt1F.png);
  874. }
  875.  
  876. #mal\_cs\_listinfo:after,
  877. #mal\_cs\_links:after,
  878. #mal\_cs\_otherlinks:after,
  879. #mal\_cs\_powered:after {
  880. z-index: 10 !important;
  881. content: "";
  882. right: 0 !important;
  883. top: 0 !important;
  884. width: 32px !important;
  885. height: 32px !important;
  886. position: absolute !important;
  887. }
  888.  
  889. /* remove MAL logo */
  890. #mal_cs_pic {
  891. display: none;
  892. }
  893.  
  894. #searchBox {
  895. width: 128px !important;
  896. margin-left: 1px;
  897. }
  898.  
  899. #mal_cs_powered #search #searchListButton {
  900. right: 15px !important;
  901. top: 12px !important;
  902. }
  903.  
  904. @media screen and (-webkit-min-device-pixel-ratio:0) {
  905. #searchBox {
  906. width: 96px !important;
  907. }
  908. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement