ZeroMail.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. body, html { height: 100%; min-height: 100%; }
  2. body { background-color: #F1F4F8; font-family: 'Roboto', sans-serif; backface-visibility: hidden; margin: 0px; padding: 0px }
  3. a { color: #5CABDF; font-weight: normal; text-decoration: none }
  4. h1, h2, h3 { font-weight: normal }
  5. h5, h6 { font-weight: normal; color: #999 }
  6. .username { color: inherit }
  7. .username .bullet { font-size: 170%; line-height: 15px; vertical-align: middle; margin-right: 5px }
  8. /* Left */
  9. .Leftbar { width: 230px; float: left; height: 100%; position: fixed; background-color: #2A2D59; }
  10. .Leftbar .logo { background-color: #FF5E3B; padding: 20px; color: white; text-transform: uppercase; font-size: 20px; font-family: monospace; display: block; }
  11. .Leftbar .folders a {
  12. color: rgba(255, 255, 255, 0.5); display: block; padding: 20px 20px; font-weight: bold; text-transform: uppercase;
  13. font-size: 14px; border-bottom: 1px solid rgba(255,255,255, 0.1); transition: 0.3s
  14. }
  15. .Leftbar .folders a.active { color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 0.05) }
  16. .Leftbar .folders a:hover { color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 0.05); transition: 0s }
  17. .Leftbar h2 { opacity: 0.5; color: white; padding: 5px 20px; font-size: 11px; text-transform: uppercase; margin-top: 50px }
  18. .Leftbar .contacts a { padding: 5px 20px; display: block; color: rgba(255, 255, 255, 0.7); font-size: 14px; font-weight: normal; transition: 0.3s }
  19. .Leftbar .contacts a:hover { color: rgba(255, 255, 255, 1); transition: none }
  20. .Leftbar .logout { bottom: 0px; position: absolute; padding: 10px; opacity: 0.5; transition: all 0.3s }
  21. .Leftbar .logout:hover { opacity: 0.8; transition: none }
  22. /* Center */
  23. .center {
  24. width: 426px; padding-top: 37px; padding-bottom: 10px; border-right: 1px solid #F1F4F8;
  25. overflow-y: auto; overflow-x: hidden; left: 230px; height: 100%; position: fixed; background-color: white; box-sizing: border-box;
  26. }
  27. .MessageList.empty { text-align: center; color: #AAA; margin-top: 120px; }
  28. .MessageList .Message {
  29. padding: 10px; border-top: 1px solid #F1F4F8; border-bottom: 1px solid rgba(0,0,0,0); background-color: #FFF;
  30. display: block; padding-left: 26px; clear: both; transition: all 0.3s
  31. }
  32. .MessageList .Message:hover { background-color: #F7F9F9; transition: none }
  33. .MessageList .Message.active { background-color: #FFFAE5; border-bottom: 1px solid #FAF0C8; border-top: 1px solid #FAF0C8; box-shadow: 0px 1px 4px rgba(0,0,0,0.1); transition: all 0.5s }
  34. .MessageList .Message:before { content: "\2022"; float: left; padding: 19px 0px; font-size: 25px; color: #74BBFE; font-family: Arial; margin-left: -17px; opacity: 0; transition: all 0.3s; transform: scale(1.5) }
  35. .MessageList .Message.unread:before { opacity: 1; transform: scale(1) }
  36. .MessageList .Message:first-child { border-top: none }
  37. .MessageList .Message .sent { color: #AAA; float: right; font-size: 80%; font-weight: lighter; line-height: 130% }
  38. .MessageList .Message .from, .MessageList .Message .to { color: #3D3D3D; font-size: 80%; font-weight: bold; margin-top: 4px }
  39. .MessageList .Message .subject { color: black; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
  40. .MessageList .Message .preview { color: #6F6E6E; margin-top: 5px; margin-bottom: 5px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  41. /* Right */
  42. .right { width: 682px; margin-left: 656px; box-sizing: border-box; background-color: white; min-height: 100% }
  43. .StartScreen .term {
  44. font-size: 13px; white-space: pre; line-height: 25px; font-family: monospace; color: #333; text-align: center; margin-bottom: 10px;
  45. /*transform: rotateY(20deg); opacity: 0; transition: all 1s; transform-origin: top left*/
  46. }
  47. .StartScreen .term * { opacity: 0; transition: all 1s ; transform: scale(0.9); box-shadow: -920px 0px 0px #333 inset; /*max-width: 0px; overflow: hidden; display: inline-block*/ }
  48. .StartScreen .term.visible * { opacity: 1; transform: scale(1); box-shadow: 0px 0px 0px #333 inset; max-width: 900px }
  49. .StartScreen.visible .term { transform: rotateX(0deg); opacity: 1 }
  50. .StartScreen .banner { text-align: center; line-height: 16px; }
  51. .StartScreen .button-certselect { left: 50%; margin-left: -80px; position: relative; }
  52. .MessageShow { padding: 40px 50px }
  53. .MessageShow .subject { font-size: 210%; font-weight: lighter; }
  54. .MessageShow .tools { float: right; margin-top: 15px; margin-right: -6px; }
  55. .MessageShow .tools .icon { opacity: 0.3; transition: all 0.3s; padding: 5px; margin-left: 10px; border-radius: 30px }
  56. .MessageShow .tools .icon:hover { opacity: 1; transition: background-color 1s }
  57. .MessageShow .tools .icon:active { transition: none; background-color: #EEE }
  58. .MessageShow .from, .MessageShow .to { font-size: 80%; color: #333; margin-top: 5px; border-bottom: 1px solid #F1F4F8; padding-bottom: 10px }
  59. .MessageShow .from .username, .MessageShow .to .username { font-weight: bold }
  60. .MessageShow .sent { color: #999; float: right; font-size: 80%; font-weight: lighter; margin-top: 5px; }
  61. .MessageShow .body { line-height: 1.5em; margin-top: 20px; color: #111; font-family: monospace; font-size: 16px; word-wrap: break-word; }
  62. .MessageShow .body blockquote { border-left: 5px solid #eee; padding: 5px; padding-left: 15px; margin: 10px 0px; background-color: #FBFBFB; }
  63. .MessageShow .body blockquote p { margin: 0px; font-size: 90% }
  64. .MessageShow .Message { transition: all 1s }
  65. .MessageShow .Message.deleted { perspective: 900px }
  66. .MessageShow .Message.deleted * { transform: scale(0.5) rotateX(-90deg); opacity: 0; transition: all 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045); }
  67. .MessageCreate-opened .MessageShow .Message { margin-bottom: 500px }
  68. .MessageCreate { box-shadow: 0px -11px 50px -6px #D4D4D4; position: fixed; bottom: 0px; width: 682px; transition: 0.6s all cubic-bezier(0.77, 0, 0.175, 1); background-color: white }
  69. .MessageCreate.minimized { transform: translateY(100%); bottom: 45px }
  70. .MessageCreate.empty.minimized { box-shadow: 0px 0px 0px 0px #D4D4D4; }
  71. .MessageCreate.empty.minimized .titlebar { background-color: white; color: #BCC0C5; border-top: 1px solid #F1F4F8 }
  72. .MessageCreate.sent .titlebar { background-color: #2ECC71; color: white; border-top: 1px solid #2ECC71 }
  73. .MessageCreate.minimized .minimize { opacity: 0; transition: opacity 1s !important }
  74. .MessageCreate .titlebar { background-color: #FF5E3B; padding: 15px 20px; color: white; font-family: monospace; display: block; transition: 0.3s all }
  75. .MessageCreate .titlebar .buttons { float: right; margin-top: -18px; margin-right: -15px; height: 45px; }
  76. .MessageCreate .titlebar .buttons a { color: white; font-weight: normal; font-size: 19px; padding: 15px; display: inline-block; transition: 0.3s all }
  77. .MessageCreate .titlebar .buttons a:hover { background-color: rgba(255,255,255,0.1); transition: none }
  78. .MessageCreate .titlebar .buttons .minimize { font-size: 14px; vertical-align: 3px }
  79. .MessageCreate input, .MessageCreate textarea {
  80. width: 100%; padding: 17px; box-sizing: border-box; font-family: Roboto; transition: all 0.3s;
  81. border: 1px solid rgba(0,0,0,0); border-bottom: 1px solid #eee; outline: none;
  82. }
  83. .MessageCreate input:focus, .MessageCreate textarea:focus { border-color: #D6D6D6; transition: none }
  84. .MessageCreate textarea { color: #111; font-family: monospace; font-size: 16px; min-height: 265px }
  85. .MessageCreate .label-to { position: absolute; margin-left: 17px; margin-top: 18px; opacity: 0.5 }
  86. .MessageCreate .to { font-size: 16px; padding-left: 50px }
  87. .MessageCreate .Autocomplete .values { margin-left: 31px }
  88. .MessageCreate .subject { font-size: 20px; font-weight: lighter }
  89. .animate { transition: all 0.3s ease-out !important; }
  90. .animate-back { transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; }
  91. .animate-inout { transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) !important; }
  92. .cursor { color: #999; animation: pulse 1.5s infinite ease-in-out; }
  93. @keyframes pulse {
  94. 0% { opacity: 0 }
  95. 5% { opacity: 1 }
  96. 30% { opacity: 1 }
  97. 70% { opacity: 0 }
  98. 100% { opacity: 0 }
  99. }