style.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. html,body{
  2. width: 100%;
  3. height: 100%;
  4. padding: 0;
  5. margin: 0;
  6. overflow: hidden;
  7. }
  8. .unselectable{
  9. cursor: default;
  10. display: block;
  11. margin: auto;
  12. margin-bottom: 1em;
  13. vertical-align: middle;
  14. text-align: center;
  15. }
  16. .fill{
  17. width: 100%;
  18. height: 100%;
  19. }
  20. .row{
  21. display: table-row;
  22. }
  23. .cell{
  24. display: table-cell;
  25. }
  26. .date_cell{
  27. word-wrap: normal;
  28. white-space: pre;
  29. word-break: keep-all;
  30. }
  31. .unselectable,#tabs-list div.tab{
  32. -webkit-touch-callout: none;
  33. -webkit-user-select: none;
  34. -khtml-user-select: none;
  35. -moz-user-select: none;
  36. -ms-user-select: none;
  37. user-select: none;
  38. }
  39. .close-button{
  40. float: right;
  41. font-weight: bold;
  42. font-size: 24px;
  43. margin-top: -5px;
  44. font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
  45. line-height: 17px;
  46. margin-top: 0;
  47. display: block;
  48. cursor: pointer;
  49. }
  50. .close-button:hover{
  51. color: red;
  52. }
  53. #head{
  54. right: 0;
  55. top: 0;
  56. width: 100%;
  57. height: 40px;
  58. border-bottom-style: solid;
  59. background-color: white;
  60. transition: height 0.3s;
  61. z-index: 10;
  62. font-size: 10px;
  63. font-family:verdana,sans-serif;
  64. background-color: #DFEFFF;
  65. }
  66. #info{
  67. display: table;
  68. width: 100%;
  69. }
  70. #title{
  71. display: table-cell;
  72. }
  73. #topic{
  74. display: table-cell;
  75. text-align: right;
  76. }
  77. #console-log, #content{
  78. width: 100%;
  79. height: calc(100% - 61px);
  80. top: 41px;
  81. left: 0;
  82. font-size: 10px;
  83. font-family:verdana,sans-serif;
  84. line-height:13px;
  85. background-color: #DFEFFF;
  86. }
  87. #content-list li:nth-child(even) {
  88. background-color: #cae4ff;
  89. }
  90. #content-list a, #content-list a:hover, #content-list a:active , #content-list a:active, #content-list a:link {
  91. color:blue;
  92. text-decoration: none;
  93. border-bottom: 1px solid rgba(0, 0, 255, 0.3);
  94. }
  95. #content-list a:hover {
  96. text-decoration: none;
  97. text-shadow: 0 0 4px rgba(0, 40, 170, 0.5);
  98. }
  99. #console-log{
  100. font-size: 14px;
  101. display: none;
  102. }
  103. #console-log-pre{
  104. height: 100%;
  105. margin: 0;
  106. padding: 2px;
  107. }
  108. #console-log-controls{
  109. position: absolute;
  110. bottom: 22px;
  111. width: 100%;
  112. overflow: hidden;
  113. }
  114. #settings,#users{
  115. font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
  116. font-size: 12px;
  117. bottom: 0;
  118. height: 19px;
  119. background-color: white;
  120. border-left-style: solid;
  121. border-top-style: solid;
  122. margin-top: -1px;
  123. transition: width 0.5s, height 0.5s, right 0.5s;
  124. }
  125. #settings span,#users span{
  126. cursor: pointer;
  127. }
  128. #settings.open span,#users.open.span{
  129. cursor: default;
  130. }
  131. #settings.open span.close-button,#users.open span.close-button{
  132. cursor: pointer;
  133. }
  134. #users{
  135. right: 0;
  136. width: 36px;
  137. z-index: 1;
  138. background-color: #cae4ff;
  139. }
  140. #settings{
  141. width: 50px;
  142. border-top-color: rgba(102, 153, 255, 0.6);
  143. border-right-style: solid;
  144. right: 36px;
  145. background-color: #cae4ff;
  146. }
  147. #settings .cell {
  148. vertical-align: middle;
  149. }
  150. #settings.hovered,#users.hovered{
  151. height: 21px;
  152. }
  153. #settings.open,#users.open{
  154. width: 150px;
  155. height: 100%;
  156. right: 0;
  157. z-index: 20;
  158. }
  159. #settings.open{
  160. width: 300px;
  161. }
  162. #settings input, #settings select {
  163. background-color: #DFEFFF;
  164. border-radius: 2px;
  165. border: solid 1px rgba(102, 153, 255, 0.9);
  166. }
  167. #settings button {
  168. -webkit-appearance:none;
  169. appearance:none;
  170. background-color: #cae4ff;
  171. box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 15px 10px -12px rgba(255,255,255,0.1);
  172. border-radius: 2px;
  173. border: solid 1px rgba(102, 153, 255, 0.9);
  174. }
  175. #settings input[type="checkbox"] {
  176. -webkit-appearance:none;
  177. appearance:none;
  178. box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 15px 10px -12px rgba(255,255,255,0.1);
  179. border-color: rgba(102, 153, 255, 0.6);
  180. border-right-style: solid;
  181. background-color: #DFEFFF;
  182. }
  183. #settings input[type="checkbox"]:checked {
  184. content: '\2714';
  185. box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 15px 10px -12px rgba(255,255,255,0.1);
  186. background-color: #cae4ff;
  187. }
  188. #settings input[type="checkbox"]:after {
  189. content: '\2714';
  190. font-size: 14px;
  191. color: rgba(0,0,0,0);
  192. }
  193. #settings input[type="checkbox"]:checked:after {
  194. color: #99a1a7;
  195. }
  196. #entry{
  197. width: 100%;
  198. border-top-style: solid;
  199. height: 19px;
  200. bottom: 0;
  201. }
  202. #input{
  203. width: calc(100% - 126px);
  204. height: 17px;
  205. margin: 0;
  206. padding: 1px;
  207. border-style: none;
  208. clear: none;
  209. bottom: 0;
  210. left: 0;
  211. background-color: #cae4ff;
  212. }
  213. #send{
  214. clear: none;
  215. bottom: 0;
  216. right: 88px;
  217. width: 48px;
  218. padding: 0;
  219. padding-bottom: 4px;
  220. margin: 0;
  221. height: 19px;
  222. border-style: none;
  223. border-left: 1px solid;
  224. background-color: #cae4ff;
  225. transition: background-color 0.2s;
  226. font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
  227. font-size: 12px;
  228. vertical-align: top;
  229. text-align: center;
  230. }
  231. #send:hover{
  232. background-color: #DFEFFF;
  233. }
  234. #send.clicked{
  235. background-color: rgba(102, 153, 255, 0.9);
  236. }
  237. #popup-title, #send {
  238. font-variant: small-caps;
  239. }
  240. #console-log,#content,#head,#users,#entry,#input,#send,#settings{
  241. border-color: rgba(102, 153, 255, 0.6);
  242. border-top-color: rgba(102, 153, 255, 0.9);
  243. border-width: 1px;
  244. position: absolute;
  245. overflow: hidden;
  246. }
  247. #content, #console-log{
  248. overflow-y: scroll;
  249. }
  250. #users,#input,#send,#settings{
  251. position: fixed;
  252. }
  253. #content-list,#user-list,#settings-list,#tabs-list{
  254. list-style-type: none;
  255. margin: 0;
  256. padding: 0;
  257. overflow-y: auto;
  258. word-wrap: break-word;
  259. white-space: pre-wrap;
  260. word-break: break-all;
  261. }
  262. #content-list,#user-list,#tabs-list{
  263. width: 100%;
  264. height: 100%;
  265. }
  266. #content-list,#settings-list{
  267. display: table;
  268. table-layout: fixed;
  269. }
  270. #settings-list > li{
  271. line-height: 4px;
  272. }
  273. #user-list{
  274. font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
  275. font-size: 15px;
  276. }
  277. #user-list li:nth-child(even) {
  278. background-color: #DFEFFF;
  279. border: solid 1px #6699ff;
  280. border-left: 0px;
  281. border-right: 0px;
  282. }
  283. #tabs-list{
  284. width: calc(100% - 42px);
  285. height: 20px;
  286. position: absolute;
  287. left: 0;
  288. top: 20px;
  289. overflow: hidden;
  290. }
  291. #tabs-list div.tab{
  292. float: left;
  293. max-width: 200px;
  294. overflow: hidden;
  295. position: relative;
  296. height: 18px;
  297. margin-bottom: -1px;
  298. }
  299. #tabs-list div.tab.clicked{
  300. background-color: #cae4ff;
  301. border: solid 1px #6699ff;
  302. border-bottom-width: 0px;
  303. }
  304. #tabs-scroll-left{
  305. position: absolute;
  306. right: 20px;
  307. top: 20px;
  308. height: 20px;
  309. width: 20px;
  310. }
  311. #tabs-scroll-right{
  312. position: absolute;
  313. right: 0;
  314. top: 20px;
  315. height: 20px;
  316. width: 20px;
  317. }
  318. #tabs-list div.tab, #tabs-scroll-right,#tabs-scroll-left{
  319. border-top-right-radius: 3px;
  320. border-top-left-radius: 3px;
  321. border: 1px solid rgba(102, 153, 255, 0.3);
  322. border-top-color: rgba(102, 153, 255, 0.6);
  323. border-width: 1px;
  324. border-bottom-width: 0px;
  325. padding: 0;
  326. margin: 0;
  327. background-color: white;
  328. cursor: pointer;
  329. clear: none;
  330. display: block;
  331. -webkit-box-align: center;
  332. -moz-box-align: center;
  333. box-align: center;
  334. text-align: center;
  335. vertical-align: center;
  336. line-height: 16px;
  337. background-color: #DFEFFF;
  338. }
  339. #tabs-list div.tab{
  340. padding-right: 15px;
  341. }
  342. #tabs-list div.tab:hover, #tabs-scroll-right:hover,#tabs-scroll-left:hover{
  343. background-color: #cae4ff;
  344. }
  345. #tabs-scroll-left.disabled, #tabs-scroll-right.disabled{
  346. background-color: #cae4ff;
  347. border: solid 1px #6699ff;
  348. border-bottom-width: 0px;
  349. }