123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330 |
- html,body{
- width: 100%;
- height: 100%;
- padding: 0;
- margin: 0;
- overflow: hidden;
- }
- .unselectable{
- cursor: default;
- display: block;
- margin: auto;
- margin-bottom: 1em;
- vertical-align: middle;
- text-align: center;
- }
- .fill{
- width: 100%;
- height: 100%;
- }
- .row{
- display: table-row;
- }
- .cell{
- display: table-cell;
- }
- .date_cell{
- word-wrap: normal;
- white-space: pre;
- word-break: keep-all;
- }
- .unselectable,#tabs-list div.tab{
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .close-button{
- float: right;
- font-weight: bold;
- font-size: 24px;
- margin-top: -5px;
- font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
- line-height: 17px;
- margin-top: 0;
- display: block;
- cursor: pointer;
- }
- .close-button:hover{
- color: red;
- }
- #head{
- right: 0;
- top: 0;
- width: 100%;
- height: 40px;
- border-bottom-style: solid;
- background-color: white;
- transition: height 0.3s;
- z-index: 10;
- font-size: 10px;
- font-family:verdana,sans-serif;
- background-color: #DFEFFF;
- }
- #info{
- display: table;
- width: 100%;
- }
- #title{
- display: table-cell;
- }
- #topic{
- display: table-cell;
- text-align: right;
- }
- #content,#console-log{
- width: 100%;
- height: calc(100% - 61px);
- top: 41px;
- left: 0;
- font-size: 10px;
- font-family:verdana,sans-serif;
- line-height:13px;
- background-color: #DFEFFF;
- }
- #content-list li:nth-child(even) {
- background-color: #cae4ff;
- }
- #content-list a, #content-list a:hover, #content-list a:active , #content-list a:active, #content-list a:link {
- color:blue;
- text-decoration: none;
- border-bottom: 1px solid rgba(0, 0, 255, 0.3);
- }
- #content-list a:hover {
- text-decoration: none;
- text-shadow: 0 0 4px rgba(0, 40, 170, 0.5);
- }
- #console-log{
- font-size: 14px;
- display: none;
- }
- #console-log-pre{
- height: 100%;
- margin: 0;
- padding: 2px;
- }
- #console-log-controls{
- position: absolute;
- bottom: 22px;
- width: 100%;
- overflow: hidden;
- }
- #settings,#users{
- font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
- font-size: 12px;
- bottom: 0;
- height: 19px;
- background-color: white;
- border-left-style: solid;
- border-top-style: solid;
- margin-top: -1px;
- transition: width 0.5s, height 0.5s, right 0.5s;
- }
- #settings span,#users span{
- cursor: pointer;
- }
- #settings.open span,#users.open.span{
- cursor: default;
- }
- #settings.open span.close-button,#users.open span.close-button{
- cursor: pointer;
- }
- #users{
- right: 0;
- width: 36px;
- z-index: 1;
- background-color: #cae4ff;
- }
- #settings{
- width: 50px;
- border-top-color: rgba(102, 153, 255, 0.6);
- border-right-style: solid;
- right: 36px;
- background-color: #cae4ff;
- }
- #settings.hovered,#users.hovered{
- height: 21px;
- }
- #settings.open,#users.open{
- width: 150px;
- height: 100%;
- right: 0;
- z-index: 20;
- }
- #settings.open{
- width: 300px;
- }
- #settings input, #settings select {
- background-color: #DFEFFF;
- border-radius: 2px;
- border: solid 1px rgba(102, 153, 255, 0.9);
- }
- #entry{
- width: 100%;
- border-top-style: solid;
- height: 19px;
- bottom: 0;
- }
- #input{
- width: calc(100% - 126px);
- height: 17px;
- margin: 0;
- padding: 1px;
- border-style: none;
- clear: none;
- bottom: 0;
- left: 0;
- background-color: #cae4ff;
- }
- #send{
- clear: none;
- bottom: 0;
- right: 88px;
- width: 48px;
- padding: 0;
- padding-bottom: 4px;
- margin: 0;
- height: 19px;
- border-style: none;
- border-left: 1px solid;
- background-color: #cae4ff;
- transition: background-color 0.2s;
- font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
- font-size: 12px;
- vertical-align: top;
- text-align: center;
- }
- #send:hover{
- background-color: #DFEFFF;
- }
- #send.clicked{
- background-color: rgba(102, 153, 255, 0.9);
- }
- #popup-title, #send {
- font-variant: small-caps;
- }
- #console-log,#content,#head,#users,#entry,#input,#send,#settings{
- border-color: rgba(102, 153, 255, 0.6);
- border-top-color: rgba(102, 153, 255, 0.9);
- border-width: 1px;
- position: absolute;
- overflow: hidden;
- }
- #console-log,#content{
- overflow-y: scroll;
- }
- #users,#input,#send,#settings{
- position: fixed;
- }
- #content-list,#user-list,#settings-list,#tabs-list{
- list-style-type: none;
- margin: 0;
- padding: 0;
- overflow-y: auto;
- word-wrap: break-word;
- white-space: pre-wrap;
- word-break: break-all;
- }
- #content-list,#user-list,#tabs-list{
- width: 100%;
- height: 100%;
- }
- #content-list,#settings-list{
- display: table;
- table-layout: fixed;
- }
- #settings-list > li{
- line-height: 4px;
- }
- #user-list{
- font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
- font-size: 15px;
- }
- #user-list li:nth-child(even){
- background-color: #DFEFFF;
- border: solid 1px #6699ff;
- border-left: 0px;
- border-right: 0px;
- }
- #tabs-list{
- width: calc(100% - 42px);
- height: 20px;
- position: absolute;
- left: 0;
- top: 20px;
- overflow: hidden;
- }
- #tabs-list div.tab{
- float: left;
- max-width: 200px;
- overflow: hidden;
- position: relative;
- height: 18px;
- margin-bottom: -1px;
- }
- #tabs-list div.tab.clicked{
- background-color: #cae4ff;
- border: solid 1px #6699ff;
- border-bottom-width: 0px;
- }
- #tabs-scroll-left{
- position: absolute;
- right: 20px;
- top: 20px;
- height: 20px;
- width: 20px;
- }
- #tabs-scroll-right{
- position: absolute;
- right: 0;
- top: 20px;
- height: 20px;
- width: 20px;
- }
- #tabs-list div.tab, #tabs-scroll-right,#tabs-scroll-left{
- border-top-right-radius: 3px;
- border-top-left-radius: 3px;
- border: 1px solid rgba(102, 153, 255, 0.3);
- border-top-color: rgba(102, 153, 255, 0.6);
- border-width: 1px;
- border-bottom-width: 0px;
- padding: 0;
- margin: 0;
- background-color: white;
- cursor: pointer;
- clear: none;
- display: block;
- -webkit-box-align: center;
- -moz-box-align: center;
- box-align: center;
- text-align: center;
- vertical-align: center;
- line-height: 16px;
- background-color: #DFEFFF;
- }
- #tabs-list div.tab{
- padding-right: 15px;
- }
- #tabs-list div.tab:hover, #tabs-scroll-right:hover,#tabs-scroll-left:hover{
- background-color: #cae4ff;
- }
- #tabs-scroll-left.disabled, #tabs-scroll-right.disabled{
- background-color: #cae4ff;
- border: solid 1px #6699ff;
- border-bottom-width: 0px;
- }
|