|
@@ -1,549 +0,0 @@
|
|
|
-div#errorBox textarea {
|
|
|
- width: 100%;
|
|
|
- height: 300px;
|
|
|
-}
|
|
|
-.modal-body {
|
|
|
- max-height: 500px;
|
|
|
- overflow: auto;
|
|
|
-}
|
|
|
-#header {
|
|
|
- margin: 5px 15px 5px 5px;
|
|
|
- height: 15px;
|
|
|
- text-align: right;
|
|
|
- color: #4d4d4d;
|
|
|
- font-family: "Segoe WP", "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
-}
|
|
|
-#input {
|
|
|
- bottom: 5px;
|
|
|
- height: 25px;
|
|
|
- left: 100px;
|
|
|
- right: 155px;
|
|
|
- position: absolute;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-#input textarea {
|
|
|
- padding: 0px;
|
|
|
- width: 100%;
|
|
|
- height: 24px;
|
|
|
- margin: 0px;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 24px;
|
|
|
- resize: none;
|
|
|
- font-family: sans-serif;
|
|
|
- padding-left: 4px;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-#input textarea .emoticon-preview {
|
|
|
- position: absolute;
|
|
|
- width: 30%;
|
|
|
- height: 220px;
|
|
|
- overflow: hidden;
|
|
|
- padding: 5px;
|
|
|
- border: 1px dotted red;
|
|
|
- right: 10px;
|
|
|
- bottom: 10px;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-#input textarea.expanded {
|
|
|
- bottom: 0px;
|
|
|
- position: absolute;
|
|
|
- height: 240px;
|
|
|
- line-height: normal;
|
|
|
- transition: height 0.1s ease;
|
|
|
- overflow: auto;
|
|
|
- padding: 4px;
|
|
|
-}
|
|
|
-#emoticons {
|
|
|
- border-width: 1px 0px 1px 0px;
|
|
|
- border-color: rgba(0, 0, 0, 0.2);
|
|
|
- border-style: solid;
|
|
|
- position: absolute;
|
|
|
- bottom: 0px;
|
|
|
- right: 0px;
|
|
|
- width: 100%;
|
|
|
- height: 250px;
|
|
|
- overflow: auto;
|
|
|
-}
|
|
|
-#emoticons img {
|
|
|
- max-width: 40px;
|
|
|
- max-height: 40px;
|
|
|
- cursor: pointer;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-#emoticons .wrapper {
|
|
|
- width: 33%;
|
|
|
- height: 40px;
|
|
|
- float: left;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-#sidebar {
|
|
|
- position: absolute;
|
|
|
- top: 0px;
|
|
|
- right: 0px;
|
|
|
- width: 155px;
|
|
|
- overflow: auto;
|
|
|
- bottom: 35px;
|
|
|
-}
|
|
|
-#sidebar #sidebar-inner {
|
|
|
- margin: 5px;
|
|
|
-}
|
|
|
-#sidebar .aux-buttons {
|
|
|
- position: fixed;
|
|
|
- right: 10px;
|
|
|
- bottom: 13px;
|
|
|
- height: 24px;
|
|
|
- width: 140px;
|
|
|
-}
|
|
|
-#sidebar .aux-buttons > .btn {
|
|
|
- padding-top: 1px;
|
|
|
- height: 24px;
|
|
|
-}
|
|
|
-#connect {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-#connect-btn {
|
|
|
- width: 100%;
|
|
|
- height: 24px;
|
|
|
- padding-top: 1px;
|
|
|
-}
|
|
|
-#nick {
|
|
|
- position: absolute;
|
|
|
- left: 5px;
|
|
|
- width: 90px;
|
|
|
- bottom: 5px;
|
|
|
- height: 25px;
|
|
|
- line-height: 25px;
|
|
|
- text-align: right;
|
|
|
- cursor: pointer;
|
|
|
- overflow: hidden;
|
|
|
- font-family: "Segoe WP", "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
-}
|
|
|
-#toolbar {
|
|
|
- top: 40px;
|
|
|
- right: 200px;
|
|
|
- left: 0px;
|
|
|
- position: absolute;
|
|
|
- overflow: auto;
|
|
|
- height: 30px;
|
|
|
- border-collapse: collapse;
|
|
|
- line-height: 30px;
|
|
|
- padding-left: 5px;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#tabs {
|
|
|
- position: absolute;
|
|
|
- top: 45px;
|
|
|
- width: 156px;
|
|
|
- left: 5px;
|
|
|
- bottom: 5px;
|
|
|
- overflow: auto;
|
|
|
-}
|
|
|
-#tabs-list {
|
|
|
- list-style-type: none;
|
|
|
- margin: 0px;
|
|
|
- padding: 0px;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-#tabs-list span.conn-img.connected {
|
|
|
- background: #B8F2B8;
|
|
|
-}
|
|
|
-#tabs-list span.conn-img {
|
|
|
- display: block;
|
|
|
- vertical-align: middle;
|
|
|
- margin-right: 7px;
|
|
|
- font-size: 13px;
|
|
|
- float: right;
|
|
|
- text-align: center;
|
|
|
- width: 11px;
|
|
|
- height: 11px;
|
|
|
- border: 1px solid #ccc;
|
|
|
- border-radius: 20px;
|
|
|
- margin-top: 4px;
|
|
|
- box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
|
|
|
-}
|
|
|
-#tabs-list li.selected span.close-img {
|
|
|
- color: gray;
|
|
|
-}
|
|
|
-#tabs-list span.close-img {
|
|
|
- display: block;
|
|
|
- vertical-align: middle;
|
|
|
- margin-right: 8px;
|
|
|
- font-size: 16px;
|
|
|
- float: right;
|
|
|
- font-weight: bold;
|
|
|
- color: #e0e0e0;
|
|
|
- position: relative;
|
|
|
- top: -2px;
|
|
|
-}
|
|
|
-#tabs-list span.unread {
|
|
|
- display: block;
|
|
|
- float: right;
|
|
|
- color: #ccc;
|
|
|
- font-size: 9px;
|
|
|
- font-weight: normal;
|
|
|
- line-height: 21px;
|
|
|
-}
|
|
|
-#tabs-list li {
|
|
|
- font-family: "Segoe WP", "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
- text-align: left;
|
|
|
- text-indent: 10px;
|
|
|
- padding: 5px 0px 5px 0px;
|
|
|
- cursor: pointer;
|
|
|
- z-index: 4;
|
|
|
- position: relative;
|
|
|
- right: -1px;
|
|
|
- border-color: transparent;
|
|
|
- border-style: solid;
|
|
|
- border-width: 1px 0px 1px 1px;
|
|
|
-}
|
|
|
-#tabs-list li.offline {
|
|
|
- color: #aaa;
|
|
|
-}
|
|
|
-#tabs-list li div {
|
|
|
- overflow: hidden;
|
|
|
- margin-right: 5px;
|
|
|
-}
|
|
|
-#tabs-list li div.indented {
|
|
|
- padding-left: 10px;
|
|
|
- text-overflow: ellipsis;
|
|
|
-}
|
|
|
-#tabs-list li.attention {
|
|
|
- color: red;
|
|
|
-}
|
|
|
-#tabs-list li.muted {
|
|
|
- font-style: italic;
|
|
|
-}
|
|
|
-#tabs-list li.highlight {
|
|
|
- color: blue;
|
|
|
-}
|
|
|
-#tabs-list li.selected {
|
|
|
- color: black ! important;
|
|
|
- background: #c4e0ff;
|
|
|
- border-color: #5fa7cc;
|
|
|
- font-weight: bold;
|
|
|
- /*text-shadow : 0px 0px 4px #fff;*/
|
|
|
-
|
|
|
- border-radius: 4px 0px 0px 4px;
|
|
|
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
|
-}
|
|
|
-#tabs-list ul.sub-tabs {
|
|
|
- list-style-type: none;
|
|
|
- margin: 0px;
|
|
|
- padding: 0px;
|
|
|
-}
|
|
|
-body.main {
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-body.main.filter_muted #tabs-list ul.sub-tabs li.muted,
|
|
|
-body.main.active #tabs-list li.selected span.unread {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-#content {
|
|
|
- top: 30px;
|
|
|
- right: 5px;
|
|
|
- left: 160px;
|
|
|
- position: absolute;
|
|
|
- bottom: 5px;
|
|
|
- word-wrap: break-word;
|
|
|
- margin: 0px;
|
|
|
- background: #c4e0ff;
|
|
|
- border-color: #5fa7cc;
|
|
|
- border-width: 1px;
|
|
|
- border-style: solid;
|
|
|
- border-radius: 4px;
|
|
|
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
|
-}
|
|
|
-#topic {
|
|
|
- position: absolute;
|
|
|
- top: 0px;
|
|
|
- left: 5px;
|
|
|
- height: 25px;
|
|
|
- right: 155px;
|
|
|
- text-align: center;
|
|
|
- padding: 5px 0px 5px 0px;
|
|
|
-}
|
|
|
-#topic #topic-input {
|
|
|
- padding: 0px;
|
|
|
- width: 100%;
|
|
|
- height: 24px;
|
|
|
- margin: 0px;
|
|
|
- padding-top: 2px;
|
|
|
- text-indent: 5px;
|
|
|
- text-align: left;
|
|
|
- cursor: pointer;
|
|
|
- overflow: hidden;
|
|
|
- white-space: nowrap;
|
|
|
- color: #555;
|
|
|
-}
|
|
|
-#topic #topic-input-real {
|
|
|
- padding: 0px;
|
|
|
- width: 100%;
|
|
|
- height: 24px;
|
|
|
- margin: 0px;
|
|
|
- padding-top: 2px;
|
|
|
- font-size: 14px;
|
|
|
- text-indent: 5px;
|
|
|
- resize: none;
|
|
|
- font-family: sans-serif;
|
|
|
- position: absolute;
|
|
|
- z-index: 2;
|
|
|
-}
|
|
|
-#topic #topic-input-real.expanded {
|
|
|
- position: absolute;
|
|
|
- height: 120px;
|
|
|
- text-indent: 0px;
|
|
|
- line-height: normal;
|
|
|
- transition: height 0.1s ease;
|
|
|
- padding: 4px;
|
|
|
-}
|
|
|
-#topic #topic-input img {
|
|
|
- max-height: 100%;
|
|
|
- height: auto;
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-#topic #topic-input.disabled {
|
|
|
- background: #f0f0f0;
|
|
|
-}
|
|
|
-#topic div.wrapper {
|
|
|
- padding-right: 1px;
|
|
|
-}
|
|
|
-#log {
|
|
|
- position: absolute;
|
|
|
- top: 35px;
|
|
|
- right: 154px;
|
|
|
- left: 5px;
|
|
|
- bottom: 35px;
|
|
|
- overflow: auto;
|
|
|
- background: white;
|
|
|
- border: 1px solid #ccc;
|
|
|
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- border-radius: 4px;
|
|
|
-}
|
|
|
-#log ul#log-list {
|
|
|
- list-style-type: none;
|
|
|
- margin: 0px;
|
|
|
- padding: 0px;
|
|
|
-}
|
|
|
-#log span.timestamp {
|
|
|
- color: #999;
|
|
|
-}
|
|
|
-#log span.pvt-sender,
|
|
|
-#log #log span.pvt-sender-out {
|
|
|
- color: black;
|
|
|
-}
|
|
|
-#log span.sender {
|
|
|
- color: green;
|
|
|
-}
|
|
|
-#log .lt,
|
|
|
-#log .gt {
|
|
|
- color: blue;
|
|
|
-}
|
|
|
-#log span.message {
|
|
|
- color: black;
|
|
|
-}
|
|
|
-#log span.sys-message {
|
|
|
- color: #5fa7cc;
|
|
|
-}
|
|
|
-#log span.action {
|
|
|
- color: gray;
|
|
|
-}
|
|
|
-#log .row {
|
|
|
- margin: 0px;
|
|
|
- border-width: 0px 0px 1px 0px;
|
|
|
- border-style: solid;
|
|
|
- border-color: #ddd;
|
|
|
- border-collapse: collapse;
|
|
|
- margin: 2px 5px 2px 5px;
|
|
|
- display: table;
|
|
|
-}
|
|
|
-#log .row > * {
|
|
|
- display: table-cell;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-#log .row .message,
|
|
|
-#log .row .action,
|
|
|
-#log .row .sys-message {
|
|
|
- padding-left: 3px;
|
|
|
- width: 100%;
|
|
|
- word-break: break-word;
|
|
|
-}
|
|
|
-#log .row .sender {
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-#log .row .timestamp {
|
|
|
- padding-right: 3px;
|
|
|
-}
|
|
|
-#log .row.HL,
|
|
|
-#log .row.HL:nth-child(even) {
|
|
|
- background-color: #fff7d5;
|
|
|
- border-color: #e7d796;
|
|
|
-}
|
|
|
-#log .row:nth-child(even) {
|
|
|
- background: #fafafa;
|
|
|
-}
|
|
|
-#log .row.LV {
|
|
|
- border-bottom-width: 1px;
|
|
|
- border-bottom-color: #ff3333;
|
|
|
- border-bottom-style: dashed;
|
|
|
-}
|
|
|
-#userlist {
|
|
|
- font-size: 12px;
|
|
|
- margin-top: 5px;
|
|
|
- font-family: "Segoe WP", "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
-}
|
|
|
-#userlist span.user-img {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- width: 11px;
|
|
|
- height: 11px;
|
|
|
- border: 1px solid #ccc;
|
|
|
- border-radius: 20px;
|
|
|
- box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
|
|
|
- background: #f0f0f0;
|
|
|
-}
|
|
|
-#userlist span.user-img.voice {
|
|
|
- background: #EDE4B6;
|
|
|
-}
|
|
|
-#userlist span.user-img.op {
|
|
|
- background: #B8F2B8;
|
|
|
-}
|
|
|
-body.dark #log .message pre {
|
|
|
- background: #181914;
|
|
|
- color: #dccf8f;
|
|
|
- border-color: #333;
|
|
|
-}
|
|
|
-body #log .message pre {
|
|
|
- padding: 8px;
|
|
|
- margin: 4px;
|
|
|
- border: 1px solid #ccc;
|
|
|
- color: #444444;
|
|
|
- display: table-cell;
|
|
|
-}
|
|
|
-#dialog_overlay {
|
|
|
- background: white;
|
|
|
- opacity: 0.8;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
- z-index: 4;
|
|
|
- position: absolute;
|
|
|
-}
|
|
|
-#overlay,
|
|
|
-#dnd_overlay {
|
|
|
- background: white;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
- z-index: 100;
|
|
|
- position: absolute;
|
|
|
-}
|
|
|
-#dnd_overlay {
|
|
|
- opacity: 0.75;
|
|
|
- display: table;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-#dnd_overlay .inner {
|
|
|
- font-weight: bold;
|
|
|
- font-size: 36px;
|
|
|
- display: table-cell;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-#overlay_inner {
|
|
|
- font-weight: bold;
|
|
|
- margin: 10px;
|
|
|
-}
|
|
|
-ul#userlist-list {
|
|
|
- list-style-type: none;
|
|
|
- margin: 0px;
|
|
|
- padding: 0px;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-ul#userlist-list li {
|
|
|
- cursor: pointer;
|
|
|
- margin-bottom: 2px;
|
|
|
-}
|
|
|
-textarea.user-css {
|
|
|
- display: block;
|
|
|
- width: 510px;
|
|
|
- height: 200px;
|
|
|
- overflow: auto;
|
|
|
-}
|
|
|
-.invisible {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.away {
|
|
|
- font-style: italic;
|
|
|
-}
|
|
|
-ul.scrollable {
|
|
|
- height: 120px;
|
|
|
- overflow: auto;
|
|
|
- border-radius: 3px;
|
|
|
- padding-left: 10px;
|
|
|
-}
|
|
|
-ul.scrollable li.Selected {
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-ul.scrollable li {
|
|
|
- margin: 4px;
|
|
|
-}
|
|
|
-ul.scrollable li > input[type="checkbox"] {
|
|
|
- margin-top: 0px;
|
|
|
- margin-left: 4px;
|
|
|
-}
|
|
|
-ul.scrollable li > a {
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-span.message a:visited,
|
|
|
-span.sys-message a:visited,
|
|
|
-a[data-visited="true"] {
|
|
|
- color: #6100D1;
|
|
|
-}
|
|
|
-ul.emoticons-long {
|
|
|
- overflow: auto;
|
|
|
- padding: 10px;
|
|
|
- list-style-type: none;
|
|
|
- position: absolute;
|
|
|
- top: 56px;
|
|
|
- bottom: 0px;
|
|
|
- left: 0px;
|
|
|
- right: 0px;
|
|
|
-}
|
|
|
-ul.emoticons-long li {
|
|
|
- float: left;
|
|
|
- width: 64px;
|
|
|
- height: 64px;
|
|
|
- font-size: 9px;
|
|
|
- text-align: center;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-ul.emoticons-long .wrapper {
|
|
|
- width: 48px;
|
|
|
- height: 48px;
|
|
|
- margin: 0 auto;
|
|
|
-}
|
|
|
-ul.emoticons-long .wrapper img {
|
|
|
- max-width: 48px;
|
|
|
- max-height: 48px;
|
|
|
- margin: 0 auto;
|
|
|
-}
|
|
|
-::-webkit-scrollbar {
|
|
|
- width: 4px;
|
|
|
-}
|
|
|
-::-webkit-scrollbar-thumb {
|
|
|
- background-color: rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-::-webkit-scrollbar-track {
|
|
|
- background-color: rgba(0, 0, 0, 0.1);
|
|
|
-}
|
|
|
-#alerts-indicator,
|
|
|
-#net-alert {
|
|
|
- cursor: pointer;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-/* admin panel */
|
|
|
-#users-list {
|
|
|
- height: 250px;
|
|
|
-}
|