Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1.  
  2. /* TOP MENU BAR */
  3.  
  4. #mal\_control_strip:before {
  5. position: absolute;
  6. display: block;
  7. content: 'Menu';
  8. margin-top: 190px;
  9. left: 15px !important;
  10. padding: 4px 8px;
  11. background-color: #d1694e;
  12. border-radius: 0 0 1em 1em;
  13. border: 0px solid white;
  14. width: 80px;
  15. text-align:center;
  16. box-shadow: 0 0 10px white inset;
  17. }
  18.  
  19. #mal\_control_strip {
  20. position: fixed !important;
  21. display: block !important;
  22. margin-top: -192px !important;
  23. height: 192px !important;
  24. width: 128px !important;
  25. left: 62px !important;
  26. border-top: none;
  27. background: url('http://i.imgur.com/9p526Ot.png') no-repeat center -2% #d1694e !important;
  28. border-radius: 0 0 1em 1em;
  29. transition: all .5s ease-out;
  30. -webkit-transition: all .5s ease-out;
  31. z-index: 10;
  32. border: 0px solid white;
  33. box-shadow: 0 0 10px white inset;
  34. }
  35.  
  36. #mal\_control_strip:after {
  37. position: fixed;
  38. display: block;
  39. content: '';
  40. left: 0;
  41. top: -300px;
  42. width: 100%;
  43. height: 300px;
  44. box-shadow: 0 0 20px rgba(130, 189, 205, 1);
  45. }
  46.  
  47. #mal\_control_strip a { text-decoration: none !important; }
  48.  
  49. #mal\_control_strip a:hover { text-decoration: underline !important; }
  50.  
  51. #mal\_control_strip:hover { margin-top: 0 !important; }
  52.  
  53. #mal\_control_strip, #mal\_control_strip a, #mal\_control_strip td, #mal\_control_strip td div, #mal\_control_strip a {
  54. font-family: Patrick Hand SC !important;
  55. color: #8f2589 !important;
  56. font-size: 18px !important;
  57. }
  58.  
  59. #mal\_control_strip td {
  60. display: block !important;
  61. width: 100px !important;
  62. }
  63.  
  64. #mal\_control_strip img, #mal\_cs_powered, #mal\_cs_powered img, #mal\_cs_pic img, #mal\_cs_otherlinks strong, #search,
  65. #mal\_cs_otherlinks div a[href*="sharedanime"], #mal\_cs_otherlinks div span[title*="Compatibility Score"] { display: none !important; }
  66.  
  67. #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right: none !important; }
  68.  
  69. #mal\_cs_otherlinks div:nth-child(2) { color: transparent !important; }
  70.  
  71. /* Username, Logout */
  72. #mal\_cs_listinfo div { margin: 0 !important; }
  73.  
  74. #mal\_cs_listinfo div a {
  75. position: relative !important;
  76. display: block !important;
  77. top: 68px !important;
  78. line-height: 18px !important;
  79. }
  80.  
  81. /* Add to List, Home, Anime List, Manga List */
  82. #mal\_cs_links div { margin: 0 !important; }
  83.  
  84. #mal\_cs_links div a {
  85. position: relative !important;
  86. display: inline-block !important;
  87. top: 68px !important;
  88. line-height: 18px !important;
  89. }
  90.  
  91. #mal\_cs_links div a[href*="addtolist"] { font-weight: 600 !important; }
  92.  
  93. /* History, Forum, Export */
  94. #mal\_cs_otherlinks div a[href*="history"], #mal\_cs_otherlinks div a[href*="forum"], #mal\_cs_otherlinks div a[href*="export"], #mal\_cs_otherlinks div a[href*="mangalist"] {
  95. display: none !important;
  96. }
  97.  
  98. /* Log in, Create list, Learn more */
  99. #mal\_cs_otherlinks div { margin: 0 !important; }
  100.  
  101. #mal\_cs_otherlinks div a {
  102. position: relative !important;
  103. display: block !important;
  104. top: 28px !important;
  105. line-height: 18px !important;
  106. }
  107.  
  108. #mal\_cs_otherlinks div a[href*="login"] { font-weight: 600 !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement