Sidebar.css 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. .menu {
  2. font-family: Roboto, 'Segoe UI', 'Helvetica Neue';
  3. }
  4. .drag-bg { width: 100%; height: 100%; position: fixed; }
  5. .fixbutton.dragging { cursor: -webkit-grabbing; cusor: grabbing; }
  6. .fixbutton-bg:active { cursor: -webkit-grabbing; cusor: grabbing; }
  7. .body-sidebar, .body-internals { background-color: #666 !important; }
  8. #inner-iframe { transition: 0.3s ease-in-out; transform-origin: left bottom; }
  9. .body-sidebar iframe { transform: rotateY(5deg); opacity: 0.8; pointer-events: none; outline: 1px solid transparent }
  10. .body-internals iframe { transform: rotateX(5deg); opacity: 0.8; pointer-events: none; outline: 1px solid transparent }
  11. .sidebar .label-right { float: right; margin-right: 7px; margin-top: 1px; float: right; }
  12. .sidebar .link-right { color: white; text-decoration: none; border-bottom: 1px solid #666; text-transform: uppercase; }
  13. .sidebar .link-right:hover { border-color: #CCC; }
  14. .sidebar .link-right:active { background-color: #444 }
  15. /* SIDEBAR */
  16. .sidebar-container { width: 100%; height: 100%; overflow: hidden; position: fixed; }
  17. .sidebar { background-color: #212121; position: fixed; backface-visibility: hidden; right: -1200px; height: 100%; width: 1200px; } /*box-shadow: inset 0px 0px 10px #000*/
  18. .sidebar .content { margin: 30px; font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue"; color: white; width: 375px; height: 300px; font-weight: 200; transition: all 1s; opacity: 0 }
  19. .sidebar-container.loaded .content { opacity: 1; transform: none }
  20. .sidebar h1, .sidebar h2 { font-weight: lighter; }
  21. .sidebar .close { color: #999; float: right; text-decoration: none; margin-top: -5px; padding: 0px 5px; font-size: 33px; margin-right: 20px; display: none }
  22. .sidebar .button { margin: 0px; display: inline-block; transition: all 0.3s; box-sizing: border-box; max-width: 260px }
  23. .sidebar .button.hidden { padding: 0px; max-width: 0px; opacity: 0; pointer-events: none }
  24. .sidebar #button-delete { background-color: transparent; border: 1px solid #333; color: #AAA; margin-left: 10px }
  25. .sidebar #button-delete:hover { border: 1px solid #666; color: white }
  26. .sidebar .flex { display: flex }
  27. .sidebar .flex .input.text, .sidebar .flex input.text { width: 100%; }
  28. .sidebar .flex .button { margin-left: 4px; white-space: nowrap; }
  29. /* FIELDS */
  30. .sidebar .fields { padding: 0px; list-style-type: none; width: 355px; }
  31. .sidebar .fields > li, .sidebar .fields .settings-owned > li { margin-bottom: 30px }
  32. .sidebar .fields > li:after, .sidebar .fields .settings-owned > li:after { clear: both; content: ''; display: block }
  33. .sidebar .fields label {
  34. font-family: Consolas, monospace; text-transform: uppercase; font-size: 13px; color: #ACACAC; display: inline-block; margin-bottom: 10px;
  35. vertical-align: text-bottom; margin-right: 10px; width: 100%
  36. }
  37. .sidebar .fields label small { font-weight: normal; color: white; text-transform: none; }
  38. .sidebar .fields .text { background-color: black; border: 0px; padding: 10px; color: white; border-radius: 3px; width: 260px; font-family: Consolas, monospace; }
  39. .sidebar .fields .text.long { width: 330px; font-size: 72%; }
  40. .sidebar .fields .disabled { color: #AAA; background-color: #3B3B3B; }
  41. .sidebar .fields .text-num { width: 30px; text-align: right; padding-right: 30px; }
  42. .sidebar .fields .text-post { color: white; font-family: Consolas, monospace; display: inline-block; font-size: 13px; margin-left: -25px; width: 25px; }
  43. /* Select */
  44. .sidebar .fields select {
  45. width: 225px; background-color: #3B3B3B; color: white; font-family: Consolas, monospace; appearance: none;
  46. padding: 5px; padding-right: 25px; border: 0px; border-radius: 3px; height: 35px; vertical-align: 1px; box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  47. }
  48. .sidebar .fields .select-down { margin-left: -39px; width: 34px; display: inline-block; transform: rotateZ(90deg); height: 35px; vertical-align: -8px; pointer-events: none; font-weight: bold }
  49. /* Checkbox */
  50. .sidebar .fields .checkbox { width: 50px; height: 24px; position: relative; z-index: 999; opacity: 0; }
  51. .sidebar .fields .checkbox-skin { background-color: #CCC; width: 50px; height: 24px; border-radius: 15px; transition: all 0.3s ease-in-out; display: inline-block; margin-left: -59px; }
  52. .sidebar .fields .checkbox-skin:before {
  53. content: ""; position: relative; width: 20px; background-color: white; height: 20px; display: block; border-radius: 100%; margin-top: 2px; margin-left: 2px;
  54. transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  55. }
  56. .sidebar .fields .checkbox:checked ~ .checkbox-skin:before { margin-left: 27px; }
  57. .sidebar .fields .checkbox:checked ~ .checkbox-skin { background-color: #2ECC71; }
  58. /* Fake input */
  59. .sidebar .input { font-size: 13px; width: 250px; display: inline-block; overflow: hidden; text-overflow: ellipsis; vertical-align: top }
  60. /* GRAPH */
  61. .graph { padding: 0px; list-style-type: none; width: 351px; background-color: black; height: 10px; border-radius: 8px; overflow: hidden; position: relative; font-size: 0 }
  62. .graph li { height: 100%; position: absolute; transition: all 0.3s; }
  63. .graph-stacked { white-space: nowrap; }
  64. .graph-stacked li { position: static; display: inline-block; height: 20px }
  65. .graph-legend { padding: 0px; list-style-type: none; margin-top: 13px; font-family: Consolas, "Andale Mono", monospace; font-size: 13px; text-transform: capitalize; }
  66. .sidebar .graph-legend li { margin: 0px; margin-top: 5px; margin-left: 0px; width: 160px; float: left; position: relative; }
  67. .sidebar .graph-legend li:nth-child(odd) { margin-right: 29px }
  68. .graph-legend span { position: absolute; }
  69. .graph-legend b { text-align: right; display: inline-block; width: 50px; float: right; font-weight: normal; }
  70. .graph-legend li:before { content: '\2022'; font-size: 23px; line-height: 0px; vertical-align: -3px; margin-right: 5px; }
  71. .filelist { font-size: 12px; font-family: monospace; margin: 0px; padding: 0px; list-style-type: none; line-height: 1.5em; }
  72. .filelist li:before { content: '\2022'; font-size: 11px; line-height: 0px; vertical-align: 0px; margin-right: 5px; color: #FFBE00; }
  73. .filelist li { overflow: hidden; text-overflow: ellipsis; }
  74. /* COLORS */
  75. .back-green { background-color: #2ECC71 }
  76. .color-green:before { color: #2ECC71 }
  77. .back-blue { background-color: #3BAFDA }
  78. .color-blue:before { color: #3BAFDA }
  79. .back-darkblue { background-color: #156fb7 }
  80. .color-darkblue:before { color: #156fb7 }
  81. .back-purple { background-color: #B10DC9 }
  82. .color-purple:before { color: #B10DC9 }
  83. .back-yellow { background-color: #FFDC00 }
  84. .color-yellow:before { color: #FFDC00 }
  85. .back-orange { background-color: #FF9800 }
  86. .color-orange:before { color: #FF9800 }
  87. .back-gray { background-color: #ECF0F1 }
  88. .color-gray:before { color: #ECF0F1 }
  89. .back-black { background-color: #34495E }
  90. .color-black:before { color: #34495E }
  91. .back-red { background-color: #5E4934 }
  92. .color-red:before { color: #5E4934 }
  93. .back-gray { background-color: #9e9e9e }
  94. .color-gray:before { color: #9e9e9e }
  95. .back-white { background-color: #EEE }
  96. .color-white:before { color: #EEE }
  97. .back-red { background-color: #E91E63 }
  98. .color-red:before { color: #E91E63 }
  99. /* Settings owned */
  100. .owned-title { float: left }
  101. #checkbox-owned { margin-bottom: 25px; margin-top: 26px; margin-left: 11px; }
  102. .settings-owned { clear: both }
  103. #checkbox-owned ~ .settings-owned { opacity: 0; max-height: 0px; transition: all 0.3s linear; overflow: hidden }
  104. #checkbox-owned:checked ~ .settings-owned { opacity: 1; max-height: 420px }
  105. /* Settings autodownload */
  106. .settings-autodownloadoptional { clear: both; box-sizing: border-box; padding-top: 0px; }
  107. #checkbox-autodownloadoptional ~ .settings-autodownloadoptional { opacity: 0; max-height: 0px; transition: all 0.3s ease-in-out; overflow: hidden; }
  108. #checkbox-autodownloadoptional:checked ~ .settings-autodownloadoptional { opacity: 1; max-height: 120px; padding-top: 30px; }
  109. /* Globe */
  110. .globe { width: 360px; height: 360px }
  111. .globe.loading { background: url(/uimedia/img/loading-circle.gif) center center no-repeat }
  112. .globe.error { text-align: center; padding-top: 156px; box-sizing: border-box; opacity: 0.2; }
  113. /* Sign publish */
  114. .contents { background-color: #3B3B3B; color: white; padding: 7px 10px; font-family: Consolas; font-size: 11px; display: inline-block; margin-bottom: 6px; margin-top: 10px }
  115. .contents a { color: white }
  116. .contents a:active { background-color: #6B6B6B }
  117. .contents + .flex.active {
  118. padding-bottom: 100px;
  119. }
  120. #wrapper-sign-publish {
  121. padding: 0;
  122. }
  123. #button-sign-publish, #menu-sign-publish {
  124. display: inline-block;
  125. margin: 5px 10px;
  126. text-decoration: none;
  127. }
  128. #button-sign-publish {
  129. margin-right: 5px;
  130. }
  131. #menu-sign-publish {
  132. margin-left: 5px;
  133. color: #AAA;
  134. padding: 7px;
  135. margin: 0px;
  136. }
  137. #menu-sign-publish:hover { color: white }
  138. /* Small screen */
  139. @media screen and (max-width: 600px) {
  140. .sidebar .close { display: block }
  141. }