style.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  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. <<<<<<< HEAD
  78. #content{
  79. =======
  80. #content,#console-log{
  81. >>>>>>> 602ebd94f77c751ea4ecdee3da8b46a2f06b66f9
  82. width: 100%;
  83. height: calc(100% - 61px);
  84. top: 41px;
  85. left: 0;
  86. font-size: 10px;
  87. font-family:verdana,sans-serif;
  88. line-height:13px;
  89. background-color: #DFEFFF;
  90. }
  91. #content-list li:nth-child(even) {
  92. background-color: #cae4ff;
  93. }
  94. #content-list a, #content-list a:hover, #content-list a:active , #content-list a:active, #content-list a:link {
  95. color:blue;
  96. text-decoration: none;
  97. border-bottom: 1px solid rgba(0, 0, 255, 0.3);
  98. }
  99. #content-list a:hover {
  100. text-decoration: none;
  101. text-shadow: 0 0 4px rgba(0, 40, 170, 0.5);
  102. }
  103. <<<<<<< HEAD
  104. =======
  105. #console-log{
  106. font-size: 14px;
  107. display: none;
  108. }
  109. #console-log-pre{
  110. height: 100%;
  111. margin: 0;
  112. padding: 2px;
  113. }
  114. #console-log-controls{
  115. position: absolute;
  116. bottom: 22px;
  117. width: 100%;
  118. overflow: hidden;
  119. }
  120. >>>>>>> 602ebd94f77c751ea4ecdee3da8b46a2f06b66f9
  121. #settings,#users{
  122. font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
  123. font-size: 12px;
  124. bottom: 0;
  125. height: 19px;
  126. background-color: white;
  127. border-left-style: solid;
  128. border-top-style: solid;
  129. margin-top: -1px;
  130. transition: width 0.5s, height 0.5s, right 0.5s;
  131. }
  132. #settings span,#users span{
  133. cursor: pointer;
  134. }
  135. <<<<<<< HEAD
  136. =======
  137. #settings.open span,#users.open.span{
  138. cursor: default;
  139. }
  140. #settings.open span.close-button,#users.open span.close-button{
  141. cursor: pointer;
  142. }
  143. >>>>>>> 602ebd94f77c751ea4ecdee3da8b46a2f06b66f9
  144. #users{
  145. right: 0;
  146. width: 36px;
  147. z-index: 1;
  148. background-color: #cae4ff;
  149. }
  150. #settings{
  151. width: 50px;
  152. border-top-color: rgba(102, 153, 255, 0.6);
  153. border-right-style: solid;
  154. right: 36px;
  155. background-color: #cae4ff;
  156. }
  157. #settings.hovered,#users.hovered{
  158. height: 21px;
  159. }
  160. #settings.open,#users.open{
  161. width: 150px;
  162. height: 100%;
  163. right: 0;
  164. z-index: 20;
  165. }
  166. #settings.open{
  167. width: 300px;
  168. }
  169. #settings input, #settings select {
  170. background-color: #DFEFFF;
  171. border-radius: 2px;
  172. border: solid 1px rgba(102, 153, 255, 0.9);
  173. }
  174. #entry{
  175. width: 100%;
  176. border-top-style: solid;
  177. height: 19px;
  178. bottom: 0;
  179. }
  180. #input{
  181. width: calc(100% - 126px);
  182. height: 17px;
  183. margin: 0;
  184. padding: 1px;
  185. border-style: none;
  186. clear: none;
  187. bottom: 0;
  188. left: 0;
  189. background-color: #cae4ff;
  190. }
  191. #send{
  192. clear: none;
  193. bottom: 0;
  194. right: 88px;
  195. width: 48px;
  196. padding: 0;
  197. padding-bottom: 4px;
  198. margin: 0;
  199. height: 19px;
  200. border-style: none;
  201. border-left: 1px solid;
  202. background-color: #cae4ff;
  203. transition: background-color 0.2s;
  204. font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
  205. font-size: 12px;
  206. vertical-align: top;
  207. text-align: center;
  208. }
  209. #send:hover{
  210. background-color: #DFEFFF;
  211. }
  212. #send.clicked{
  213. background-color: rgba(102, 153, 255, 0.9);
  214. }
  215. #popup-title, #send {
  216. font-variant: small-caps;
  217. }
  218. <<<<<<< HEAD
  219. #content,#head,#users,#entry,#input,#send,#settings{
  220. =======
  221. #console-log,#content,#head,#users,#entry,#input,#send,#settings{
  222. >>>>>>> 602ebd94f77c751ea4ecdee3da8b46a2f06b66f9
  223. border-color: rgba(102, 153, 255, 0.6);
  224. border-top-color: rgba(102, 153, 255, 0.9);
  225. border-width: 1px;
  226. position: absolute;
  227. overflow: hidden;
  228. }
  229. <<<<<<< HEAD
  230. #content{
  231. =======
  232. #console-log,#content{
  233. >>>>>>> 602ebd94f77c751ea4ecdee3da8b46a2f06b66f9
  234. overflow-y: scroll;
  235. }
  236. #users,#input,#send,#settings{
  237. position: fixed;
  238. }
  239. #content-list,#user-list,#settings-list,#tabs-list{
  240. list-style-type: none;
  241. margin: 0;
  242. padding: 0;
  243. overflow-y: auto;
  244. word-wrap: break-word;
  245. white-space: pre-wrap;
  246. word-break: break-all;
  247. }
  248. #content-list,#user-list,#tabs-list{
  249. width: 100%;
  250. height: 100%;
  251. }
  252. #content-list,#settings-list{
  253. display: table;
  254. table-layout: fixed;
  255. }
  256. #settings-list > li{
  257. line-height: 4px;
  258. }
  259. #user-list{
  260. font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
  261. font-size: 15px;
  262. }
  263. <<<<<<< HEAD
  264. #user-list li:nth-child(even) {
  265. =======
  266. #user-list li:nth-child(even){
  267. >>>>>>> 602ebd94f77c751ea4ecdee3da8b46a2f06b66f9
  268. background-color: #DFEFFF;
  269. border: solid 1px #6699ff;
  270. border-left: 0px;
  271. border-right: 0px;
  272. }
  273. #tabs-list{
  274. width: calc(100% - 42px);
  275. height: 20px;
  276. position: absolute;
  277. left: 0;
  278. top: 20px;
  279. overflow: hidden;
  280. }
  281. #tabs-list div.tab{
  282. float: left;
  283. max-width: 200px;
  284. overflow: hidden;
  285. position: relative;
  286. height: 18px;
  287. margin-bottom: -1px;
  288. }
  289. #tabs-list div.tab.clicked{
  290. background-color: #cae4ff;
  291. border: solid 1px #6699ff;
  292. border-bottom-width: 0px;
  293. }
  294. #tabs-scroll-left{
  295. position: absolute;
  296. right: 20px;
  297. top: 20px;
  298. height: 20px;
  299. width: 20px;
  300. }
  301. #tabs-scroll-right{
  302. position: absolute;
  303. right: 0;
  304. top: 20px;
  305. height: 20px;
  306. width: 20px;
  307. }
  308. #tabs-list div.tab, #tabs-scroll-right,#tabs-scroll-left{
  309. border-top-right-radius: 3px;
  310. border-top-left-radius: 3px;
  311. border: 1px solid rgba(102, 153, 255, 0.3);
  312. border-top-color: rgba(102, 153, 255, 0.6);
  313. border-width: 1px;
  314. border-bottom-width: 0px;
  315. padding: 0;
  316. margin: 0;
  317. background-color: white;
  318. cursor: pointer;
  319. clear: none;
  320. display: block;
  321. -webkit-box-align: center;
  322. -moz-box-align: center;
  323. box-align: center;
  324. text-align: center;
  325. vertical-align: center;
  326. line-height: 16px;
  327. background-color: #DFEFFF;
  328. }
  329. #tabs-list div.tab{
  330. padding-right: 15px;
  331. }
  332. #tabs-list div.tab:hover, #tabs-scroll-right:hover,#tabs-scroll-left:hover{
  333. background-color: #cae4ff;
  334. }
  335. #tabs-scroll-left.disabled, #tabs-scroll-right.disabled{
  336. background-color: #cae4ff;
  337. border: solid 1px #6699ff;
  338. border-bottom-width: 0px;
  339. }