all.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. /* ---- plugins/Sidebar/media/Internals.css ---- */
  2. .internals-container { width: 100%; z-index: 998; position: absolute; top: -100vh; }
  3. .internals { background-color: #EEE; height: 100vh; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px) ; }
  4. .internals-middle {height: 0px; top: 50%; position: absolute; width: 100%; left: 50%; }
  5. .internals .mynode {
  6. border: 0.5px solid #aaa; width: 50px; height: 50px; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); transform: rotateZ(45deg) ; margin-top: -25px; margin-left: -25px;
  7. opacity: 1; display: inline-block; background-color: #EEE; z-index: 9; position: absolute; outline: 5px solid #EEE;
  8. }
  9. .internals .peers { width: 0px; height: 0px; position: absolute; left: -20px; top: -20px; text-align: center; }
  10. .internals .peer { left: 0px; top: 0px; position: absolute; }
  11. .internals .peer .icon { width: 20px; height: 20px; padding: 10px; display: inline-block; text-decoration: none; left: 200px; position: absolute; color: #666; }
  12. .internals .peer .icon:before { content: "\25BC"; position: absolute; margin-top: 3px; margin-left: -1px; opacity: 0; -webkit-transition: all 0.3s ; -moz-transition: all 0.3s ; -o-transition: all 0.3s ; -ms-transition: all 0.3s ; transition: all 0.3s }
  13. .internals .peer .icon:hover:before { opacity: 1; -webkit-transition: none ; -moz-transition: none ; -o-transition: none ; -ms-transition: none ; transition: none }
  14. .internals .peer .line {
  15. width: 187px; border-top: 1px solid #CCC; position: absolute; top: 20px; left: 20px;
  16. -webkit-transform: rotateZ(334deg); -moz-transform: rotateZ(334deg); -o-transform: rotateZ(334deg); -ms-transform: rotateZ(334deg); transform: rotateZ(334deg) ; transform-origin: bottom left;
  17. }
  18. /* ---- plugins/Sidebar/media/Menu.css ---- */
  19. .menu {
  20. background-color: white; padding: 10px 0px; position: absolute; top: 0px; left: 0px; max-height: 0px; overflow: hidden; -webkit-transform: translate(0px, -30px); -moz-transform: translate(0px, -30px); -o-transform: translate(0px, -30px); -ms-transform: translate(0px, -30px); transform: translate(0px, -30px) ; pointer-events: none;
  21. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.3); -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.3); -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.3); -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.3); box-shadow: 0px 2px 8px rgba(0,0,0,0.3) ; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px ; opacity: 0; -webkit-transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out; -o-transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out; transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out ;
  22. }
  23. .menu.visible { opacity: 1; max-height: 350px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px) ; -webkit-transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out; -moz-transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out; -o-transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out; -ms-transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out; transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out ; pointer-events: all }
  24. .menu-item { display: block; text-decoration: none; color: black; padding: 6px 24px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s ; border-bottom: none; font-weight: normal; padding-left: 30px; }
  25. .menu-item-separator { margin-top: 5px; border-top: 1px solid #eee }
  26. .menu-item:hover { background-color: #F6F6F6; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none ; color: inherit; border: none }
  27. .menu-item:active, .menu-item:focus { background-color: #AF3BFF; color: white; -webkit-transition: none ; -moz-transition: none ; -o-transition: none ; -ms-transition: none ; transition: none }
  28. .menu-item.selected:before {
  29. content: "L"; display: inline-block; -webkit-transform: rotateZ(45deg) scaleX(-1); -moz-transform: rotateZ(45deg) scaleX(-1); -o-transform: rotateZ(45deg) scaleX(-1); -ms-transform: rotateZ(45deg) scaleX(-1); transform: rotateZ(45deg) scaleX(-1) ;
  30. font-weight: bold; position: absolute; margin-left: -17px; font-size: 12px; margin-top: 2px;
  31. }
  32. @media only screen and (max-width: 800px) {
  33. .menu, .menu.visible { position: absolute; left: unset !important; right: 20px; }
  34. }
  35. /* ---- plugins/Sidebar/media/Scrollbable.css ---- */
  36. .scrollable {
  37. overflow: hidden;
  38. }
  39. .scrollable.showScroll::after {
  40. position: absolute;
  41. content: '';
  42. top: 5%;
  43. right: 7px;
  44. height: 90%;
  45. width: 3px;
  46. background: rgba(224, 224, 255, .3);
  47. }
  48. .scrollable .content-wrapper {
  49. width: 100%;
  50. height: 100%;
  51. padding-right: 50%;
  52. overflow-y: scroll;
  53. }
  54. .scroller {
  55. margin-top: 5px;
  56. z-index: 5;
  57. cursor: pointer;
  58. position: absolute;
  59. width: 7px;
  60. -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px ;
  61. background: #3A3A3A;
  62. top: 0px;
  63. left: 395px;
  64. -webkit-transition: top .08s;
  65. -moz-transition: top .08s;
  66. -ms-transition: top .08s;
  67. -o-transition: top .08s;
  68. -webkit-transition: top .08s; -moz-transition: top .08s; -o-transition: top .08s; -ms-transition: top .08s; transition: top .08s ;
  69. }
  70. .scroller {
  71. -webkit-touch-callout: none;
  72. -webkit-user-select: none;
  73. -khtml-user-select: none;
  74. -moz-user-select: none;
  75. -ms-user-select: none;
  76. user-select: none;
  77. }
  78. /* ---- plugins/Sidebar/media/Sidebar.css ---- */
  79. .menu {
  80. font-family: Roboto, 'Segoe UI', 'Helvetica Neue';
  81. }
  82. .drag-bg { width: 100%; height: 100%; position: fixed; }
  83. .fixbutton.dragging { cursor: -webkit-grabbing; }
  84. .fixbutton-bg:active { cursor: -webkit-grabbing; }
  85. .body-sidebar, .body-internals { background-color: #666 !important; }
  86. #inner-iframe { -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -ms-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out ; transform-origin: left bottom; }
  87. .body-sidebar iframe { -webkit-transform: rotateY(5deg); -moz-transform: rotateY(5deg); -o-transform: rotateY(5deg); -ms-transform: rotateY(5deg); transform: rotateY(5deg) ; opacity: 0.8; pointer-events: none; outline: 1px solid transparent }
  88. .body-internals iframe { -webkit-transform: rotateX(5deg); -moz-transform: rotateX(5deg); -o-transform: rotateX(5deg); -ms-transform: rotateX(5deg); transform: rotateX(5deg) ; opacity: 0.8; pointer-events: none; outline: 1px solid transparent }
  89. .sidebar .label-right { float: right; margin-right: 7px; margin-top: 1px; float: right; }
  90. .sidebar .link-right { color: white; text-decoration: none; border-bottom: 1px solid #666; text-transform: uppercase; }
  91. .sidebar .link-right:hover { border-color: #CCC; }
  92. .sidebar .link-right:active { background-color: #444 }
  93. /* SIDEBAR */
  94. .sidebar-container { width: 100%; height: 100%; overflow: hidden; position: fixed; }
  95. .sidebar { background-color: #212121; position: fixed; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden ; right: -1200px; height: 100%; width: 1200px; } /*box-shadow: inset 0px 0px 10px #000*/
  96. .sidebar .content { margin: 30px; font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue"; color: white; width: 375px; height: 300px; font-weight: 200; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; -ms-transition: all 1s; transition: all 1s ; opacity: 0 }
  97. .sidebar-container.loaded .content { opacity: 1; -webkit-transform: none ; -moz-transform: none ; -o-transform: none ; -ms-transform: none ; transform: none }
  98. .sidebar h1, .sidebar h2 { font-weight: lighter; }
  99. .sidebar .close { color: #999; float: right; text-decoration: none; margin-top: -5px; padding: 0px 5px; font-size: 33px; margin-right: 20px; display: none }
  100. .sidebar .button { margin: 0px; display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s ; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box ; max-width: 260px }
  101. .sidebar .button.hidden { padding: 0px; max-width: 0px; opacity: 0; pointer-events: none }
  102. .sidebar #button-delete { background-color: transparent; border: 1px solid #333; color: #AAA; margin-left: 10px }
  103. .sidebar #button-delete:hover { border: 1px solid #666; color: white }
  104. .sidebar .flex { display: flex }
  105. .sidebar .flex .input.text, .sidebar .flex input.text { width: 100%; }
  106. .sidebar .flex .button { margin-left: 4px; white-space: nowrap; }
  107. /* FIELDS */
  108. .sidebar .fields { padding: 0px; list-style-type: none; width: 355px; }
  109. .sidebar .fields > li, .sidebar .fields .settings-owned > li { margin-bottom: 30px }
  110. .sidebar .fields > li:after, .sidebar .fields .settings-owned > li:after { clear: both; content: ''; display: block }
  111. .sidebar .fields label {
  112. font-family: Consolas, monospace; text-transform: uppercase; font-size: 13px; color: #ACACAC; display: inline-block; margin-bottom: 10px;
  113. vertical-align: text-bottom; margin-right: 10px; width: 100%
  114. }
  115. .sidebar .fields label small { font-weight: normal; color: white; text-transform: none; }
  116. .sidebar .fields .text { background-color: black; border: 0px; padding: 10px; color: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px ; width: 260px; font-family: Consolas, monospace; }
  117. .sidebar .fields .text.long { width: 330px; font-size: 72%; }
  118. .sidebar .fields .disabled { color: #AAA; background-color: #3B3B3B; }
  119. .sidebar .fields .text-num { width: 30px; text-align: right; padding-right: 30px; }
  120. .sidebar .fields .text-post { color: white; font-family: Consolas, monospace; display: inline-block; font-size: 13px; margin-left: -25px; width: 25px; }
  121. /* Select */
  122. .sidebar .fields select {
  123. width: 225px; background-color: #3B3B3B; color: white; font-family: Consolas, monospace; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; -ms-appearance: none; appearance: none ;
  124. padding: 5px; padding-right: 25px; border: 0px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px ; height: 35px; vertical-align: 1px; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); -o-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); -ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); box-shadow: 0px 1px 2px rgba(0,0,0,0.5) ;
  125. }
  126. .sidebar .fields .select-down { margin-left: -39px; width: 34px; display: inline-block; -webkit-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); -o-transform: rotateZ(90deg); -ms-transform: rotateZ(90deg); transform: rotateZ(90deg) ; height: 35px; vertical-align: -8px; pointer-events: none; font-weight: bold }
  127. /* Checkbox */
  128. .sidebar .fields .checkbox { width: 50px; height: 24px; position: relative; z-index: 999; opacity: 0; }
  129. .sidebar .fields .checkbox-skin { background-color: #CCC; width: 50px; height: 24px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; -ms-border-radius: 15px; border-radius: 15px ; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out ; display: inline-block; margin-left: -59px; }
  130. .sidebar .fields .checkbox-skin:before {
  131. content: ""; position: relative; width: 20px; background-color: white; height: 20px; display: block; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100% ; margin-top: 2px; margin-left: 2px;
  132. -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) ;
  133. }
  134. .sidebar .fields .checkbox:checked ~ .checkbox-skin:before { margin-left: 27px; }
  135. .sidebar .fields .checkbox:checked ~ .checkbox-skin { background-color: #2ECC71; }
  136. /* Fake input */
  137. .sidebar .input { font-size: 13px; width: 250px; display: inline-block; overflow: hidden; text-overflow: ellipsis; vertical-align: top }
  138. /* GRAPH */
  139. .graph { padding: 0px; list-style-type: none; width: 351px; background-color: black; height: 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px ; overflow: hidden; position: relative; font-size: 0 }
  140. .graph li { height: 100%; position: absolute; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s ; }
  141. .graph-stacked { white-space: nowrap; }
  142. .graph-stacked li { position: static; display: inline-block; height: 20px }
  143. .graph-legend { padding: 0px; list-style-type: none; margin-top: 13px; font-family: Consolas, "Andale Mono", monospace; font-size: 13px; text-transform: capitalize; }
  144. .sidebar .graph-legend li { margin: 0px; margin-top: 5px; margin-left: 0px; width: 160px; float: left; position: relative; }
  145. .sidebar .graph-legend li:nth-child(odd) { margin-right: 29px }
  146. .graph-legend span { position: absolute; }
  147. .graph-legend b { text-align: right; display: inline-block; width: 50px; float: right; font-weight: normal; }
  148. .graph-legend li:before { content: '\2022'; font-size: 23px; line-height: 0px; vertical-align: -3px; margin-right: 5px; }
  149. .filelist { font-size: 12px; font-family: monospace; margin: 0px; padding: 0px; list-style-type: none; line-height: 1.5em; }
  150. .filelist li:before { content: '\2022'; font-size: 11px; line-height: 0px; vertical-align: 0px; margin-right: 5px; color: #FFBE00; }
  151. .filelist li { overflow: hidden; text-overflow: ellipsis; }
  152. /* COLORS */
  153. .back-green { background-color: #2ECC71 }
  154. .color-green:before { color: #2ECC71 }
  155. .back-blue { background-color: #3BAFDA }
  156. .color-blue:before { color: #3BAFDA }
  157. .back-darkblue { background-color: #156fb7 }
  158. .color-darkblue:before { color: #156fb7 }
  159. .back-purple { background-color: #B10DC9 }
  160. .color-purple:before { color: #B10DC9 }
  161. .back-yellow { background-color: #FFDC00 }
  162. .color-yellow:before { color: #FFDC00 }
  163. .back-orange { background-color: #FF9800 }
  164. .color-orange:before { color: #FF9800 }
  165. .back-gray { background-color: #ECF0F1 }
  166. .color-gray:before { color: #ECF0F1 }
  167. .back-black { background-color: #34495E }
  168. .color-black:before { color: #34495E }
  169. .back-red { background-color: #5E4934 }
  170. .color-red:before { color: #5E4934 }
  171. .back-gray { background-color: #9e9e9e }
  172. .color-gray:before { color: #9e9e9e }
  173. .back-white { background-color: #EEE }
  174. .color-white:before { color: #EEE }
  175. .back-red { background-color: #E91E63 }
  176. .color-red:before { color: #E91E63 }
  177. /* Settings owned */
  178. .owned-title { float: left }
  179. #checkbox-owned { margin-bottom: 25px; margin-top: 26px; margin-left: 11px; }
  180. .settings-owned { clear: both }
  181. #checkbox-owned ~ .settings-owned { opacity: 0; max-height: 0px; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear ; overflow: hidden }
  182. #checkbox-owned:checked ~ .settings-owned { opacity: 1; max-height: 420px }
  183. /* Settings autodownload */
  184. .settings-autodownloadoptional { clear: both; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box ; padding-top: 0px; }
  185. #checkbox-autodownloadoptional ~ .settings-autodownloadoptional { opacity: 0; max-height: 0px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out ; overflow: hidden; }
  186. #checkbox-autodownloadoptional:checked ~ .settings-autodownloadoptional { opacity: 1; max-height: 120px; padding-top: 30px; }
  187. /* Globe */
  188. .globe { width: 360px; height: 360px }
  189. .globe.loading { background: url(/uimedia/img/loading-circle.gif) center center no-repeat }
  190. .globe.error { text-align: center; padding-top: 156px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box ; opacity: 0.2; }
  191. /* Sign publish */
  192. .contents { background-color: #3B3B3B; color: white; padding: 7px 10px; font-family: Consolas; font-size: 11px; display: inline-block; margin-bottom: 6px; margin-top: 10px }
  193. .contents a { color: white }
  194. .contents a:active { background-color: #6B6B6B }
  195. .contents + .flex.active {
  196. padding-bottom: 100px;
  197. }
  198. #wrapper-sign-publish {
  199. padding: 0;
  200. }
  201. #button-sign-publish, #menu-sign-publish {
  202. display: inline-block;
  203. margin: 5px 10px;
  204. text-decoration: none;
  205. }
  206. #button-sign-publish {
  207. margin-right: 5px;
  208. }
  209. #menu-sign-publish {
  210. margin-left: 5px;
  211. color: #AAA;
  212. padding: 7px;
  213. margin: 0px;
  214. }
  215. #menu-sign-publish:hover { color: white }
  216. /* Small screen */
  217. @media screen and (max-width: 600px) {
  218. .sidebar .close { display: block }
  219. }