ZeroHello.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. body { background-color: #EDF2F5; font-family: Roboto, 'Segoe UI', Arial, 'Helvetica Neue'; margin: 0px; padding: 0px; backface-visibility: hidden; height: 100%; position: absolute; width: 100%; overflow-x: hidden; height: 15000px; -webkit-font-smoothing: subpixel-antialiased; overscroll-behavior-y: none; }
  2. body.loaded { height: 100%; overflow: auto }
  3. h1, h2, h3, h4 { font-family: 'Roboto', Arial, sans-serif; font-weight: 200; font-size: 30px; margin: 0px; padding: 0px }
  4. h1 { font-family: 'Text Me One', sans-serif }
  5. h3 a, h2 a { color: white; text-decoration: none; }
  6. a { color: #9760F9 }
  7. a:hover { text-decoration: none }
  8. input::placeholder { color: rgba(255, 255, 255, 0.3) }
  9. .link { background-color: transparent; outline: 5px solid transparent; transition: all 0.3s }
  10. .link:active { background-color: #EFEFEF; outline: 5px solid #EFEFEF; transition: none }
  11. .servedby { background-color: #AF3BFF; display: inline-block; padding: 10px; margin-left: -25px; color: white }
  12. .head, .topright { display: none }
  13. .emoji { font-family: "Segoe UI Symbol", "Symbola", "EmojiSymbols"; }
  14. /* Bottom */
  15. .bottom {
  16. position: relative; z-index: 2; bottom: 0px; color: #C2CBDB; padding: 25px; margin-top: -65px; height: 65px; box-sizing: border-box;
  17. font-size: 11px; text-transform: uppercase; opacity: 0.6; font-family: monospace; overflow: hidden; transition: 0.3s all;
  18. }
  19. .bottom:hover { opacity: 0.9 }
  20. .bottom a { color: #C2CBDB; transition: 0.3s all; padding: 5px; margin: 2px }
  21. .bottom a:hover { background-color: #413254; transition: none; color: white }
  22. .heart { color: #af3bff; font-family: Verdana; }
  23. /* Pages */
  24. #SiteList { transition: all 0.3s; height: 100%; float: left; padding-bottom: 230px; margin-top: 30px; }
  25. #SiteList .SiteList { width: 400px }
  26. #SiteList .details { transition: all 0.6s }
  27. #FeedList { transition: all 0.3s; height: 100%; }
  28. .PageFiles-container, .PageStats-container { width: 0px; float: left; }
  29. #PageFiles, #PageStats { transition: all 0.3s; opacity: 1; width: 100%; width: 100vw; transform: none; max-height: 100%; padding-right: 10px; box-sizing: border-box; padding-bottom: 50px; }
  30. #PageFiles .files { transition: all 0.3s; opacity: 1; transform: none }
  31. .left { transition: 0.6s all cubic-bezier(0.785, 0.135, 0.15, 0.86), z-index 0s; overflow: hidden; }
  32. body.changing { overflow-y: scroll; }
  33. /* PageSites */
  34. body.changing .left { z-index: 1 !important; }
  35. #BodySites .left { z-index: 0; }
  36. #BodySites #PageStats, #BodyFiles #PageStats, body.changing #PageStats { opacity: 0; transform: translateY(30px); pointer-events: none; overflow: hidden; }
  37. #BodySites #PageFiles, #BodyStats #PageFiles, body.changing #PageFiles { opacity: 0; transform: translateY(30px); pointer-events: none; overflow: hidden; }
  38. #BodySites #PageFiles, #BodyStats #PageFiles { max-height: 0px }
  39. #BodySites #PageStats, #BodyFiles #PageStats { max-height: 0px }
  40. #BodySites #PageFiles .files, #BodyStats #PageFiles .files, body.changing #PageFiles .files { opacity: 0; transform: translateY(30px); pointer-events: none; }
  41. /* PageFiles */
  42. #BodyFiles #SiteList, #BodyStats #SiteList { opacity: 0; visibility: hidden; transform: translateX(-20px); height: 0px; pointer-events: none; }
  43. #BodyFiles #SiteList .details, #BodyStats #SiteList .details { transform: translateX(180px); }
  44. #BodyFiles #FeedList, #BodyStats #FeedList { visibility: hidden; height: 0px; pointer-events: none; overflow: hidden }
  45. #BodyFiles #Head .settings, #BodyStats #Head .settings { opacity: 0; visibility: hidden; overflow: hidden }
  46. #BodyFiles .left, #BodyStats .left { width: 100%; background-image: linear-gradient(220deg, #372d56 0px, #162761 2000px); }
  47. #BodyFiles .left .logo, #BodyStats .left .logo { background-color: #162150 }
  48. #BodyFiles .right, #BodyStats .right { height: 0px }
  49. /* PageStats */
  50. #BodyStats .left { /*background-image: linear-gradient(60deg, #272a38 0px, #1E2527 1260px);*/ min-height: 1260px; background-image: linear-gradient(60deg, #442f40 0px, #12252b 1260px) }
  51. #BodyStats .left .logo { background-color: rgba(0,0,0,0) }