Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.88 KB | None | 0 0
  1. /* Theme made by Krip (https://myanimelist.net/profile/MainKrip) using SASS (DM on discord (Krip#6436) for the .scss code) */
  2. /* @\import prevents MAL from destroying imports */
  3. @\import 'https://fonts.googleapis.com/css?family=Electrolize&display=swap';
  4. @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  5. .header .header-title {
  6. left: -350px;
  7. }
  8. }
  9. body {
  10. color: unset !important;
  11. font-family: "Electrolize", sans-serif;
  12. }
  13. body.ownlist {
  14. background-attachment: fixed;
  15. background-image: url("https://i.imgur.com/X2nXLpz.png");
  16. background-position: center center;
  17. background-repeat: no-repeat;
  18. background-size: 100% auto;
  19. }
  20.  
  21. #cover-image {
  22. display: none;
  23. }
  24.  
  25. #footer-block {
  26. background-color: unset;
  27. font-family: "Electrolize", sans-serif;
  28. padding-bottom: 30px;
  29. padding-left: 30px;
  30. }
  31.  
  32. #copyright {
  33. color: #fff;
  34. float: left;
  35. }
  36. #copyright::after {
  37. content: "Theme made by Krip. Check the first line of the CSS-code for more info";
  38. margin-left: 50px;
  39. }
  40.  
  41. .header a {
  42. font-weight: 700;
  43. }
  44. .header .header-title {
  45. background-image: url("https://i.imgur.com/Z6SQLy3.png");
  46. background-position: left top;
  47. background-size: auto 25px;
  48. top: 25px;
  49. }
  50. .header .header-menu.other {
  51. top: 18px;
  52. }
  53. .header .header-menu .btn-menu {
  54. display: none;
  55. }
  56.  
  57. .icon-menu {
  58. color: #fff;
  59. display: block;
  60. font-size: 14px;
  61. font-weight: 700;
  62. height: 30px;
  63. text-decoration: none;
  64. transition-duration: 0.3s;
  65. transition-property: all;
  66. transition-timing-function: ease-in-out;
  67. width: 150px;
  68. }
  69. .icon-menu:hover {
  70. background-color: #323232;
  71. }
  72. .icon-menu svg.icon {
  73. fill: #fff;
  74. left: 12px;
  75. position: absolute;
  76. top: 4px;
  77. }
  78. .icon-menu .text {
  79. left: 52px;
  80. position: absolute;
  81. top: 6px;
  82. }
  83.  
  84. .list-menu-float {
  85. border: 0;
  86. height: 40px !important;
  87. left: 0;
  88. opacity: 1;
  89. position: absolute;
  90. top: 0;
  91. width: 50px;
  92. z-index: 100;
  93. }
  94.  
  95. .list-menu-float .icon-menu {
  96. background-color: transparent !important;
  97. display: block;
  98. height: 30px;
  99. line-height: 30px;
  100. opacity: 0;
  101. text-indent: 10px;
  102. width: 120px;
  103. }
  104.  
  105. .list-menu-float:hover .icon-menu {
  106. opacity: 1;
  107. -moz-transition-duration: 0.3s;
  108. -o-transition-duration: 0.3s;
  109. -webkit-transition-duration: 0.3s;
  110. transition-duration: 0.3s;
  111. -moz-transition-property: all;
  112. -o-transition-property: all;
  113. -webkit-transition-property: all;
  114. transition-property: all;
  115. -moz-transition-timing-function: ease-in-out;
  116. -o-transition-timing-function: ease-in-out;
  117. -webkit-transition-timing-function: ease-in-out;
  118. transition-timing-function: ease-in-out;
  119. }
  120.  
  121. .list-menu-float .icon-menu.profile {
  122. background-image: none !important;
  123. }
  124.  
  125. .list-menu-float .icon-menu.profile::before {
  126. color: #cdcdcd;
  127. content: "My Profile";
  128. margin-left: -65px !important;
  129. margin-top: 5px !important;
  130. position: absolute;
  131. text-align: center;
  132. width: 120px !important;
  133. }
  134.  
  135. .list-menu-float .icon-menu .text {
  136. font-family: "Electrolize", sans-serif;
  137. font-size: 14px;
  138. left: 20px;
  139. opacity: 1;
  140. top: 0;
  141. width: auto;
  142. }
  143.  
  144. .list-menu-float .icon-menu:hover {
  145. background-color: rgba(0, 0, 0, 0.25) !important;
  146. color: #e6e6e6 !important;
  147. width: 120px !important;
  148. }
  149. .list-menu-float .icon-menu:hover svg.icon {
  150. fill: #e6e6e6;
  151. }
  152.  
  153. .list-menu-float .icon-menu:hover .text,
  154. .list-menu-float .icon-menu:hover::before,
  155. .list-menu-float .icon-menu:hover::after {
  156. color: #fff;
  157. width: auto;
  158. }
  159.  
  160. .list-menu-float .icon-menu.logout {
  161. border-radius: 0 0 4px 4px;
  162. }
  163.  
  164. .list-menu-float .icon-menu.setting::before {
  165. content: "Settings";
  166. display: block;
  167. }
  168. .list-menu-float .icon-menu.setting:hover::before {
  169. content: "";
  170. }
  171. .list-menu-float .icon-menu.setting:hover .text .link-style-setting, .list-menu-float .icon-menu.setting:hover .text .link-list-setting {
  172. background-color: unset;
  173. height: unset;
  174. line-height: unset;
  175. }
  176. .list-menu-float .icon-menu.setting:hover .text .link-style-setting {
  177. top: 30px;
  178. }
  179.  
  180. .list-menu-float .icon-menu svg.icon {
  181. fill: #cdcdcd;
  182. height: 15px;
  183. left: 5px !important;
  184. top: 7px !important;
  185. width: 15px;
  186. }
  187.  
  188. .list-menu-float .icon-menu.setting svg.icon-setting {
  189. display: block;
  190. }
  191.  
  192. .list-menu-float::before {
  193. background-image: url("https://i.imgur.com/8iz84wQ.png");
  194. background-repeat: no-repeat;
  195. background-size: 100%;
  196. border: 1px solid #fff !important;
  197. color: #000 !important;
  198. content: "";
  199. display: block !important;
  200. height: 50% !important;
  201. line-height: 50px;
  202. margin: 20px 0 0 20px;
  203. padding: 6px;
  204. text-align: center !important;
  205. text-indent: 10px;
  206. width: 50% !important;
  207. z-index: 2 !important;
  208. }
  209.  
  210. .list-menu-float:hover::before {
  211. font-size: 1.7em !important;
  212. text-shadow: 0 0 2px #fff, 0 0 1px #fff, 1px 1px 7px #fff, 0 0 0 #fff;
  213. -moz-transition-duration: 0.3s;
  214. -o-transition-duration: 0.3s;
  215. -webkit-transition-duration: 0.3s;
  216. transition-duration: 0.3s;
  217. -moz-transition-property: all;
  218. -o-transition-property: all;
  219. -webkit-transition-property: all;
  220. transition-property: all;
  221. -moz-transition-timing-function: ease-in-out;
  222. -o-transition-timing-function: ease-in-out;
  223. -webkit-transition-timing-function: ease-in-out;
  224. transition-timing-function: ease-in-out;
  225. }
  226.  
  227. .status-menu-container {
  228. border: 1px solid #cdcdcd;
  229. margin-bottom: 40px;
  230. }
  231. .status-menu-container .search-container #search-button {
  232. color: #cdcdcd;
  233. }
  234. .status-menu-container .search-container #search-button:hover {
  235. color: #b4b4b4;
  236. }
  237.  
  238. .list-container {
  239. border: 0;
  240. }
  241.  
  242. .list-container,
  243. .status-menu-container {
  244. background-color: #0e0e0e61 !important;
  245. }
  246.  
  247. .status-menu-container .status-menu {
  248. margin: 0 -15px 0 auto;
  249. width: 90%;
  250. }
  251. .status-menu-container .status-menu .status-button {
  252. color: #cdcdcd;
  253. }
  254. .status-menu-container .status-menu .status-button.on {
  255. color: #cdcdcd;
  256. }
  257. .status-menu-container .status-menu .status-button::after {
  258. background-color: #cdcdcd;
  259. }
  260. .status-menu-container .status-menu .status-button:hover {
  261. color: #b4b4b4;
  262. }
  263.  
  264. .list-unit {
  265. width: 100%;
  266. }
  267. .list-unit .list-status-title {
  268. background-color: #181818;
  269. border-color: #cdcdcd !important;
  270. border-style: solid;
  271. border-width: 1px 1px 0 !important;
  272. width: 100%;
  273. }
  274. .list-unit .list-status-title .text,
  275. .list-unit .list-status-title .stats a {
  276. color: #cdcdcd;
  277. }
  278.  
  279. .list-table .list-table-data .tags .edit {
  280. color: inherit !important;
  281. margin-right: 10px;
  282. }
  283. .list-table .list-table-data .tags .edit:hover {
  284. color: #b4b4b4 !important;
  285. }
  286.  
  287. .list-table .list-table-data .data {
  288. color: #cdcdcd !important;
  289. }
  290. .list-table .list-table-data .data a,
  291. .list-table .list-table-data .data span {
  292. border-bottom: #444 1px solid;
  293. color: inherit !important;
  294. }
  295. .list-table .list-table-data .data a:hover,
  296. .list-table .list-table-data .data span:hover {
  297. color: #b4b4b4 !important;
  298. }
  299.  
  300. .list-table-header {
  301. display: none;
  302. }
  303.  
  304. .list-table {
  305. border-color: transparent !important;
  306. }
  307. .list-table > .list-item {
  308. background-color: #95959559;
  309. }
  310. .list-table > .list-item:nth-of-type(2n+1) {
  311. background-color: #9595957a;
  312. }
  313.  
  314. .list-stats {
  315. background-color: #181818;
  316. color: #cdcdcd;
  317. width: 100%;
  318. }
  319.  
  320. .cover-block {
  321. background-color: #fff;
  322. background-image: url("https://i.imgur.com/JWV8A9C.gif") !important;
  323. background-repeat: no-repeat;
  324. background-size: 100%;
  325. border: #cdcdcd 2px solid;
  326. border-radius: 5px;
  327. box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  328. content: "";
  329. display: block !important;
  330. height: 120px !important;
  331. margin-left: 25px;
  332. margin-top: -55px;
  333. padding: 5px;
  334. position: absolute;
  335. width: 240px !important;
  336. z-index: 2 !important;
  337. }
  338.  
  339. /* must be, otherwise overwrites all font-awesome icons*/
  340. *:not(.fa) {
  341. font-family: "Electrolize", sans-serif !important;
  342. }
  343.  
  344. /*# sourceMappingURL=index.css.map */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement