Advertisement
Guest User

Untitled

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