From 46de4299533f84a5b04c1ee6b32b605d2d87b8f1 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Sun, 10 Apr 2016 16:24:00 +0300 Subject: [PATCH] Moved everything under dev --- css/main.css | 1631 ++++++++++++++---------------- css/main.min.css | 2 +- dev/css/CodeMirror.css | 4 + dev/css/main.css | 1265 +++++++++++++++++++++++ dev/css/main.css.map | 7 + dev/css/main.sass | 1063 +++++++++++++++++++ {js => dev/js}/bdapi.js | 0 {js => dev/js}/core.js | 0 {js => dev/js}/csseditor.js | 0 {js => dev/js}/devmain.js | 0 {js => dev/js}/emotemodule.js | 0 {js => dev/js}/pluginmodule.js | 0 {js => dev/js}/publicservers.js | 0 {js => dev/js}/quickemotemenu.js | 0 {js => dev/js}/settingspanel.js | 0 {js => dev/js}/socket.js | 0 {js => dev/js}/thememodule.js | 0 {js => dev/js}/utils.js | 0 {js => dev/js}/voicemode.js | 0 19 files changed, 3118 insertions(+), 854 deletions(-) create mode 100644 dev/css/CodeMirror.css create mode 100644 dev/css/main.css create mode 100644 dev/css/main.css.map create mode 100644 dev/css/main.sass rename {js => dev/js}/bdapi.js (100%) rename {js => dev/js}/core.js (100%) rename {js => dev/js}/csseditor.js (100%) rename {js => dev/js}/devmain.js (100%) rename {js => dev/js}/emotemodule.js (100%) rename {js => dev/js}/pluginmodule.js (100%) rename {js => dev/js}/publicservers.js (100%) rename {js => dev/js}/quickemotemenu.js (100%) rename {js => dev/js}/settingspanel.js (100%) rename {js => dev/js}/socket.js (100%) rename {js => dev/js}/thememodule.js (100%) rename {js => dev/js}/utils.js (100%) rename {js => dev/js}/voicemode.js (100%) diff --git a/css/main.css b/css/main.css index 115e9dd..7a6a529 100644 --- a/css/main.css +++ b/css/main.css @@ -1,802 +1,774 @@ +/*CODEMIRROR*/ +.CodeMirror{font-family:monospace;height:300px;color:#000;background-color:#EBEBEB !important;}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0} + +.cm-s-neat span.cm-comment{color:#a86}.cm-s-neat span.cm-keyword{line-height:1em;font-weight:700;color:#00f}.cm-s-neat span.cm-string{color:#a22}.cm-s-neat span.cm-builtin{line-height:1em;font-weight:700;color:#077}.cm-s-neat span.cm-special{line-height:1em;font-weight:700;color:#0aa}.cm-s-neat span.cm-variable{color:#000}.cm-s-neat span.cm-atom,.cm-s-neat span.cm-number{color:#3a3}.cm-s-neat span.cm-meta{color:#555}.cm-s-neat span.cm-link{color:#3a3}.cm-s-neat .CodeMirror-activeline-background{background:#e8f2ff}.cm-s-neat .CodeMirror-matchingbracket{outline:grey solid 1px;color:#000!important} #custom-css-ta { - background: #D8D8D8; - height: 200px; - font-family: "Consolas"; + background: #D8D8D8; + height: 200px; + font-family: "Consolas"; } .spoiler { - color:transparent !important; + color: transparent !important; } - .spoiler img { - display:none; + display: none; } - .spoiler:before { - content:"Spoiler"; - display:block; - background:#1D1D1D; - color:#ADADAD !important; - min-height:30px; - text-align:center; - line-height:100%; - font-family:"Consolas"; - padding-top:5px; + content: "Spoiler"; + display: block; + background: #1D1D1D; + color: #ADADAD !important; + min-height: 30px; + text-align: center; + line-height: 100%; + font-family: "Consolas"; + padding-top: 5px; } .emotemenu-enabled .channel-textarea-inner textarea { - margin-right:45px !important; + margin-right: 45px !important; } #bdbeta { - background:red; -} - -#twitchcord-button-container { - position:absolute; - width:50px; - height:45px; - right:0; - display:block; - bottom:31px; -} - -#twitchcord-button { - background-color:#2E3136; - position:absolute; - width:50px; - height:42px; - top:2px; - right:2px; - background-image:url(https://static-cdn.jtvnw.net/emoticons/v1/5/1.0); - background-repeat:no-repeat; - background-size:36px; - background-position:7px; -} - -.twitchcord-button-open { - background-image:url(https://static-cdn.jtvnw.net/emoticons/v1/1/1.0) !important; -} - -.boticon:before, .member-username[data-reactid*="119598467310944259"]:before { - content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAK8SURBVHgBAKwCU/0Bk5OTAOjo6AAEBAQQFxcXjRQUFEX+/v4AAAAAAAAAAAAAAAAAAgICAOzs7Lvp6elz/Pz88BgYGAAEHR0dAO3t7QQhISHlTk5OChAQEAD9/f0AAAAAAAAAAAAAAAAAAwMDAPDw8GKysrJY39/fDx0dHfwEHR0dAPLy8gwkJCQKEBAQAAAAAAD///8A8fHxAAAAAAAMDAwAAwMDABAQEAAkJCQKAQEBDB0dHfAC7e3tBeXl5YcHBwcAtLS0AFVVVQDAwMAADQ0NAA0NDQDOzs4AW1tbAKGhoQANDQ0A5eXlh+3t7QUEyMjIjOPj42jt7e0Al5eXALa2tgD19fUAREREAAAAAACnp6cApqamALi4uAC1tbUA3t7eaPv7+/oEAgICAAEBAQAUFBQALy8vAOnp6QBXV1cA9vb2AAAAAAAuLi4AMDAwAFJSUgAFBQUAAQEBAAICAgABvLy8Bc3NzY8+Pj5rICAgAOjo6AAUFBQA////AAAAAAABAQEA7e3tABcXFwDg4OAAwsLClTMzM3ECERER+xoaGn////8ACAgIAPT09AD09PQAExMTABMTEwDz8/MA8vLyAAgICAD///8AGhoafxEREfsE5ubmANjY2PweHh4ACAgIAN/f3wCoqKgAAwMDAAAAAAD4+PgAOTk5ADY2NgD7+/sA2NjY/BAQEAADKSkpAP7+/vnt7e3dDQ0NUj4+PgAGBgYA7e3tAAkJCQBEREQATExMANfX1wDExMRd+fn5y+vr6wABenp6AA4ODgD19fUACgoKQjAwML0zMzMAFRUVAAAAAADs7OwAy8vLANDQ0EH39/fACwsLAPLy8gAEBAQEAP7+/gAKCgoA+/v7vsPDwwzW1tZKGxsbfgAAAADl5eWB7e3ttggICPYKCgoA/v7+AAQEBAABAAD///Kw+x07CI4VAAAAAElFTkSuQmCC'); -} - - -#tc-settings-button { - background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZGxSsNQFIa/G0XFoVYI4uBwJ1FQbNXBjElbiiBYq0OSrUlDldIk3NyqfQhHtw4u7j6Bk6PgoPgEvoHi1MEhSHASwW/6zs/hcOAHo2LXnYZRhkGsVbvpSNfz5ewTM0wBQCfMUrvVOgCIkzjiJwI+XxEAz5t23WnwN+bDVGlgAmx3oywEUQH6FzrVIMaAGfRTDeIOMNVJuwbiASj1cn8BSkHub0BJuZ4P4gMwe67ngzEHmEHuK4Cpo0sNUEvSkTrrnWpZtSxL2t0kiOTxKNPRIJP7cZioNFEdHXWB/D8AFvPFdtORa1XL2lvnn3E9X+b2foQAxNJjkRWEQ3X+3YWx8/tc3Bgvw+EtTE+KbPcKbjZg4brIVqtQ3oL78RfCs0/+HAmzJwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAnUklEQVR4AQBCJ73YAf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADi4uIAAAAAAAAAAAAAAAAAAAAAMAAAAIgAAAA3AAAAAAAAAP8AAAAAAAAAAAAAAAMAAAD1AAAAjwAAAJAAAAD7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4eHgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAhAAAAEcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAewAAANwAAACvAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAABkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4uLiCAAAABYAAADlHh4e/QAAAAAAAAAAAAAAAAAAAAAAAAD9AAAA/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/AAAAPkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAgAAAOoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADi4uIhAAAAigAAAKMAAACH4uLiFAAAAAAAAAAAAAAAAAAAAAAAAADsAAAA9QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/gAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAACYAAAA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AAAAAAAAAAAAAOMAAACpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAFoAAAAdAAAAAAAAAAAAAAAAAAAAAAAAAFoAAAAtAAAA/wAAAAYAAAD5AAAAtwAAAI0AAAAABAAAAAAAAAAAAAAAlQAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL8eHh7PAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzwAAAL8AAABeAAAAAAAAAAAAAAAAAAAAAAAAABQAAABBAAAAAAAAAAAAAAAAAAAAPAAAAI0AAAAAAgAAAAAAAAAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/AAAAAAAAAAAAgAAAAAAAAAAAAAA9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+gAAAAAAAAAAAgAAAAAAAAAAAAAA/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAA+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAgAAAAAAAAAAAAAAhgAAAO0AAAD9AAAA+wAAAPcAAAD/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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAuAAAAC0AAAAEAAAA/gAAAAAAAAAAAAAAAAAAAAAAAAAKAAAAyQAAAL8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA//87zloWglmdugAAAABJRU5ErkJggg=='); + background: red; } #emote-menu { - background:#36393E; - height:0; - width:300px; - position:absolute; - bottom:45px; - right:0; - border:1px solid #000; - border-radius: 5px 0 0 0; - overflow:hidden; - visibility:hidden; - transition: all 1s; - -webkit-transition: all 1s; + background: #36393E; + height: 0; + width: 300px; + position: absolute; + bottom: 45px; + right: 0; + border: 1px solid #000; + border-radius: 5px 0 0 0; + overflow: hidden; + visibility: hidden; + transition: all 1s; + -webkit-transition: all 1s; } .emotemenu-open { - height:450px !important; - visibility:visible !important; + height: 450px !important; + visibility: visible !important; } #emote-menu-header { - width:100%; - height:30px; - background-color: #36393E; + width: 100%; + height: 30px; + background-color: #36393E; } .emote-menu-tab { - float:left; - width:130px; - text-align:center; - padding:7px; - color:#ADADAD; - background-color:#424549; - cursor: pointer; + float: left; + width: 130px; + text-align: center; + padding: 7px; + color: #ADADAD; + background-color: #424549; + cursor: pointer; } - .emote-menu-tab:hover { - background-color:#45484C; + background-color: #45484C; } -#emote-menu-inner { - height:412px; +#emote-menu-inner, #emote-menu-inner-fav { + height: 412px; } -#emote-menu-inner-fav { - height:412px; +.emote-menu-tab-selected { + background-color: #36393E; } - -.emote-menu-tab-selected, .emote-menu-tab-selected:hover { - background-color:#36393E; +.emote-menu-tab-selected:hover { + background-color: #36393E; } #emote-container { - padding:10px; + padding: 10px; } .emote-container { - display:inline-block; - padding:2px; - border-radius:5px; - width:30px; - height:30px; - position:relative; + display: inline-block; + padding: 2px; + border-radius: 5px; + width: 30px; + height: 30px; + position: relative; } .emote-icon { - max-width:100%; - max-height:100%; - position:absolute; - margin:auto; - top:0; - right:0; - bottom:0; - left:0; - cursor:pointer; + max-width: 100%; + max-height: 100%; + position: absolute; + margin: auto; + top: 0; + right: 0; + bottom: 0; + left: 0; + cursor: pointer; } .emote-container:hover { - background: rgba(123, 123, 123, 0.37); + background: rgba(123, 123, 123, 0.37); } .emoteflip, .emotespinflip { - transform:scaleX(-1); -} -.emotespin { - animation: 1s emote-spin infinite linear; -} -.emote1spin { - animation: 1s emote-spin-reverse infinite linear; -} -.emotespin2 { - animation: 0.5s emote-spin infinite linear; -} -.emote2spin { - animation: 0.5s emote-spin-reverse infinite linear; -} -.emotespin3 { - animation: 0.2s emote-spin infinite linear; -} -.emote3spin { - animation: 0.2s emote-spin-reverse infinite linear; -} -.emotepulse { - animation: 1s emote-pulse infinite linear; -} -.emotetr { - transform:translateX(-3px); -} -.emotebl { - transform:translateY(-3px); -} -.emotebr { - transform:translate(-3px, -3px); -} -.emoteshake { - animation: 1s emote-shake infinite linear; -} -.emoteflap { - transform:scaleY(-1) !important; -} -.emoteshake2 { - animation: emote-shake2 0.3s linear infinite; -} -.emoteshake3 { - animation: emote-shake3 0.1s linear infinite; + transform: scaleX(-1); } +.emotespin { + animation: 1s emote-spin infinite linear; +} + +.emote1spin { + animation: 1s emote-spin-reverse infinite linear; +} + +.emotespin2 { + animation: 0.5s emote-spin infinite linear; +} + +.emote2spin { + animation: 0.5s emote-spin-reverse infinite linear; +} + +.emotespin3 { + animation: 0.2s emote-spin infinite linear; +} + +.emote3spin { + animation: 0.2s emote-spin-reverse infinite linear; +} + +.emotepulse { + animation: 1s emote-pulse infinite linear; +} + +.emotetr { + transform: translateX(-3px); +} + +.emotebl { + transform: translateY(-3px); +} + +.emotebr { + transform: translate(-3px, -3px); +} + +.emoteshake { + animation: 1s emote-shake infinite linear; +} + +.emoteflap { + transform: scaleY(-1) !important; +} + +.emoteshake2 { + animation: emote-shake2 0.3s linear infinite; +} + +.emoteshake3 { + animation: emote-shake3 0.1s linear infinite; +} @keyframes emote-shake2 { - 25% { transform:translate(-1px, -1px) } - 50% { transform:translate(-1px, 1px) } - 75% { transform:translate(1px, 1px) } - 75% { transform:translate(1px, -1px) } + 25% { + transform: translate(-1px, -1px); + } + 50% { + transform: translate(-1px, 1px); + } + 75% { + transform: translate(1px, 1px); + } + 75% { + transform: translate(1px, -1px); + } } - @keyframes emote-shake3 { - 25% { transform:translate(-1px, -1px) } - 50% { transform:translate(-1px, 1px) } - 75% { transform:translate(1px, 1px) } - 75% { transform:translate(1px, -1px) } + 25% { + transform: translate(-1px, -1px); + } + 50% { + transform: translate(-1px, 1px); + } + 75% { + transform: translate(1px, 1px); + } + 75% { + transform: translate(1px, -1px); + } } - @keyframes emote-spin { - from { transform: rotate(0deg); } - to { transform: rotate(360deg); } + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } } - @keyframes emote-spin-reverse { - from { transform: rotate(0deg); } - to { transform: rotate(-360deg); } + from { + transform: rotate(0deg); + } + to { + transform: rotate(-360deg); + } } - @keyframes emote-pulse { - 0% {-webkit-transform: scale(1, 1);} - 50% {-webkit-transform: scale(1.2, 1.2);} - 100% {-webkit-transform: scale(1, 1);} + 0% { + -webkit-transform: scale(1, 1); + } + 50% { + -webkit-transform: scale(1.2, 1.2); + } + 100% { + -webkit-transform: scale(1, 1); + } } @keyframes emote-shake { 10%, 90% { transform: translate3d(-1px, 0, 0); } - 20%, 80% { transform: translate3d(2px, 0, 0); } - 30%, 50%, 70% { transform: translate3d(-4px, 0, 0); } - 40%, 60% { transform: translate3d(4px, 0, 0); } } - #tc-settings-panel { - position:fixed; - width:50%; - height:75%; - background:rgb(46,49,54); - display:block; - z-index:9001; - margin-left:25%; - margin-top:5%; - border:1px solid #000; - box-shadow:0 0 20px 0 #000; - max-height:800px; - min-width:750px; + position: fixed; + width: 50%; + height: 75%; + background: #2e3136; + display: block; + z-index: 9001; + margin-left: 25%; + margin-top: 5%; + border: 1px solid #000; + box-shadow: 0 0 20px 0 #000; + max-height: 800px; + min-width: 750px; } #tc-settings-panel-header { - background:rgb(54,57,62); - height:60px; - border-bottom:1px solid #000; - box-shadow:0 1px 0 0 rgb(78,78,78); + background: #36393e; + height: 60px; + border-bottom: 1px solid #000; + box-shadow: 0 1px 0 0 #4e4e4e; } - #tc-settings-panel-header h2 { - margin:0; - line-height:60px; - margin-left:10px; - color:#ADADAD; - display:inline-block; - float:left; + margin: 0; + line-height: 60px; + margin-left: 10px; + color: #ADADAD; + display: inline-block; + float: left; } - #tc-settings-panel-header span { - float:right; - display:inline; - line-height:50px; - margin-right:15px; - font-size:29px; - font-weight:bold; - color:#ADADAD; + float: right; + display: inline; + line-height: 50px; + margin-right: 15px; + font-size: 29px; + font-weight: bold; + color: #ADADAD; } #rmenu { - width: auto; - background: #505050; - position:absolute; - z-index: 999999; - display: none; - box-shadow: 0 0 2px #000; - padding:2px; + width: auto; + background: #505050; + position: absolute; + z-index: 999999; + display: none; + box-shadow: 0 0 2px #000; + padding: 2px; } - -#rmenu ul a{ - text-decoration: none; - color:#FFF; - padding:3px; +#rmenu ul a { + text-decoration: none; + color: #FFF; + padding: 3px; } #tc-settings-panel-body { - overflow:auto; + overflow: auto; } - #tc-settings-panel-body ul { - overflow: auto; - position:absolute; - padding:0; - margin-top:0; - border-bottom:1px solid #000; - left:0; - right:0; - bottom:40px; - top:61px; + overflow: auto; + position: absolute; + padding: 0; + margin-top: 0; + border-bottom: 1px solid #000; + left: 0; + right: 0; + bottom: 40px; + top: 61px; } - #tc-settings-panel-body ul li { - padding:15px; - color:#ADADAD; - background:#2E3136; - border-bottom:1px solid #000; - box-shadow:0 1px 0 #404040 inset; + padding: 15px; + color: #ADADAD; + background: #2E3136; + border-bottom: 1px solid #000; + box-shadow: 0 1px 0 #404040 inset; } - #tc-settings-panel-body ul li:nth-child(odd) { - background:#33363B; + background: #33363B; } - #tc-settings-panel-body ul li h2 { - display:inline; + display: inline; } #tc-links a { - color:#FFF; + color: #FFF; } #tc-settings-panel-footer { - background: rgb(54,57,62); - height:40px; - position:absolute; - bottom:0; - right:0; - left:0; - border-top:1px solid #000; - box-shadow:0 1px 0 #505050 inset; - line-height:40px; - padding-left:10px; - color:#ADADAD !important; + background: #36393e; + height: 40px; + position: absolute; + bottom: 0; + right: 0; + left: 0; + border-top: 1px solid #000; + box-shadow: 0 1px 0 #505050 inset; + line-height: 40px; + padding-left: 10px; + color: #ADADAD !important; } #tc-links { - float:right; - margin-right:10px; + float: right; + margin-right: 10px; } .tc-switch { - background: rgb(46, 49, 54); - width: 100px; - height: 24px; - display: inline-block; - float: right; - margin: -7px; - border: 1px solid #000; - outline: 1px solid #404040; - cursor:pointer; + background: #2e3136; + width: 100px; + height: 24px; + display: inline-block; + float: right; + margin: -7px; + border: 1px solid #000; + outline: 1px solid #404040; + cursor: pointer; } - .tc-switch.disabled { - background:gray; - cursor:default; + background: gray; + cursor: default; } - .tc-switch.disabled span { - background:gray !important; + background: gray !important; } - .tc-switch.disabled .tc-switch-on { - border-left:1px gray !important; + border-left: 1px gray !important; } - .tc-switch span { - line-height:24px; - display:inline-block; - width:49px; - text-align:center; - height:24px; + line-height: 24px; + display: inline-block; + width: 49px; + text-align: center; + height: 24px; } .tc-switch-off { - border-right:1px solid #000; + border-right: 1px solid #000; } .tc-switch-on { - border-left:1px solid #404040; + border-left: 1px solid #404040; } - .tc-switch-on.active { - background:green; - border-left:1px solid #00AE08; + background: green; + border-left: 1px solid #00AE08; } .tc-switch-off.active { - background:#860606; + background: #860606; } .bd-minimal .avatar-large { - max-width:20px; - max-height:20px; - background-size: 100%; - margin-right:2px; - margin-top:0; - border-radius:0; + max-width: 20px; + max-height: 20px; + background-size: 100%; + margin-right: 2px; + margin-top: 0; + border-radius: 0; } - .bd-minimal .comment { - border-left:2px solid #EBEBEB; - padding-left:2px; + border-left: 2px solid #EBEBEB; + padding-left: 2px; } - .bd-minimal .theme-dark .comment { - border-left:2px solid #303030; + border-left: 2px solid #303030; } - - .bd-minimal .user-name { - font-size:small; + font-size: small; } - .bd-minimal.bd-minimal-chan .channels-wrap { - display:none; + display: none; } - .bd-minimal .message-group { - padding:5px; + padding: 5px; } - .bd-minimal .embed { - padding:2px; + padding: 2px; } - -.bd-minimal .channel-members .avatar-small{ - max-width:15px; - max-height:15px; - background-size: 15px 15px; +.bd-minimal .channel-members .avatar-small { + max-width: 15px; + max-height: 15px; + background-size: 15px 15px; } - -.bd-minimal .channel-members .avatar-small .status{ - height:5px; - width:5px; +.bd-minimal .channel-members .avatar-small .status { + height: 5px; + width: 5px; } - .bd-minimal .channel-members .member { - padding:5px; + padding: 5px; } - .bd-minimal .channel-members-wrap { - min-width: 0px; + min-width: 0px; } - -.bd-minimal .channel-members h2{ - margin-top:3px; +.bd-minimal .channel-members h2 { + margin-top: 3px; } - .bd-minimal .account .avatar-small, .bd-minimal .account .username { - display:none; - } - - - .bd-minimal .channel-text a, .bd-minimal .guild-channels ul .channel-voice { - padding:5px !important; - font-size:small; - } - - .bd-minimal .guild-channels h2 { - padding:2px; - } - - .bd-minimal .guild-channels header spann { - font-size:12px; - } - - .bd-minimal .channels-wrap { - width:160px; - } - - .bd-minimal .channels-wrap .guild-channels { - padding:0; - } - - .bd-minimal .guilds li .avatar-small, .bd-minimal .guilds li, .bd-minimal .guilds li .guild-inner, .bd-minimal .guilds li .guild-inner a, .bd-minimal .guilds .friends-icon { - width:20px; - height:20px; - background-size:100%; - font-size:15px; - line-height:20px; - } - - .bd-minimal .guilds-wrapper { - width:45px; - } - - .bd-minimal .guilds li.active .guild-inner:before { - height:20px; - margin-top:-10px; - } - - .bd-minimal .guilds-add { - font-size:20px; - line-height:14px; - } - - .bd-minimal .guilds li.audio .guild-inner:after { - width:12px; - height:12px; - background-size:12px; - } - + display: none; +} +.bd-minimal .channel-text a { + padding: 5px !important; + font-size: small; +} +.bd-minimal .guild-channels ul .channel-voice { + padding: 5px !important; + font-size: small; +} +.bd-minimal .guild-channels h2 { + padding: 2px; +} +.bd-minimal .guild-channels header spann { + font-size: 12px; +} +.bd-minimal .channels-wrap { + width: 160px; +} +.bd-minimal .channels-wrap .guild-channels { + padding: 0; +} +.bd-minimal .guilds li { + width: 20px; + height: 20px; + background-size: 100%; + font-size: 15px; + line-height: 20px; +} +.bd-minimal .guilds li .avatar-small { + width: 20px; + height: 20px; + background-size: 100%; + font-size: 15px; + line-height: 20px; +} +.bd-minimal .guilds li .guild-inner { + width: 20px; + height: 20px; + background-size: 100%; + font-size: 15px; + line-height: 20px; +} +.bd-minimal .guilds li .guild-inner a { + width: 20px; + height: 20px; + background-size: 100%; + font-size: 15px; + line-height: 20px; +} +.bd-minimal .guilds .friends-icon { + width: 20px; + height: 20px; + background-size: 100%; + font-size: 15px; + line-height: 20px; +} +.bd-minimal .guilds-wrapper { + width: 45px; +} +.bd-minimal .guilds li.active .guild-inner:before { + height: 20px; + margin-top: -10px; +} +.bd-minimal .guilds-add { + font-size: 20px; + line-height: 14px; +} +.bd-minimal .guilds li.audio .guild-inner:after { + width: 12px; + height: 12px; + background-size: 12px; +} .emotewrapper { - display:inline-block; - position:relative; + display: inline-block; + position: relative; } - -.emotewrapper:hover .fav{ - display:block; +.emotewrapper:hover .fav { + display: block; } .fav { - display:none; - position:absolute; - width:15px; - height:15px; - right:-7px; - background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAzFBMVEUAAABQUFBMTExLS0tNTU1MTExNTU1NTU1MTExMTExNTU1LS0tEREBEREBEREBEREBJSUhLS0tLS0tEREBNTU1NTU1NTU1EREArKyhNTU1NTU0AAABMTExKSklMTExNTU1NTU1NTU1KSkpMTExKSkhNTU1KSkpISEZNTU1LS0tAQDxOTk5KSkpLS0tNTU1MTExMTEx/f39MTExMTExLS0pLS0tMTExNTU1NTU1LS0pNTU1NTU1NTU1NTU1NTU1NTUxNTU1NTU1NTUxMTEzB8C/5AAAAOnRSTlMAI8X96oWAgYSF68QBAg0PMCb9BIuLgQUD4N0Bh0mKhZSOQ4gcrKscaW8QRE6fmJyjAshASceG7cIpqQOxTQAAALVJREFUGFddx6FOA0EYAOGZvd07Qm6vVCAAgUUgQEDfX/YZMAigqaFN7iC5tsmPqGPUN/AvUVeoEbGOCElJz08Uzeixqu4AqomVVSNngOVjTqDGZSl3UFtPGV2ot2zaq96YM9p5Ddzcf/nTTAlj+/sNtNu8OcwkIsbPBtrUfMQeEhGQmHbmGIFMwLPzu6UMIwBNgToshgq8Nr2ki+Oy7ebDHp70LRPWB6OZgfWLWei7fJonOOsPCGA9kVlssOoAAAAASUVORK5CYII='); - border:none; - background-size:100% 100%; - background-repeat:no-repeat; - background-color:#303030; - border-radius:5px; - top:-7px; - cursor:pointer; + display: none; + position: absolute; + width: 15px; + height: 15px; + right: -7px; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAzFBMVEUAAABQUFBMTExLS0tNTU1MTExNTU1NTU1MTExMTExNTU1LS0tEREBEREBEREBEREBJSUhLS0tLS0tEREBNTU1NTU1NTU1EREArKyhNTU1NTU0AAABMTExKSklMTExNTU1NTU1NTU1KSkpMTExKSkhNTU1KSkpISEZNTU1LS0tAQDxOTk5KSkpLS0tNTU1MTExMTEx/f39MTExMTExLS0pLS0tMTExNTU1NTU1LS0pNTU1NTU1NTU1NTU1NTU1NTUxNTU1NTU1NTUxMTEzB8C/5AAAAOnRSTlMAI8X96oWAgYSF68QBAg0PMCb9BIuLgQUD4N0Bh0mKhZSOQ4gcrKscaW8QRE6fmJyjAshASceG7cIpqQOxTQAAALVJREFUGFddx6FOA0EYAOGZvd07Qm6vVCAAgUUgQEDfX/YZMAigqaFN7iC5tsmPqGPUN/AvUVeoEbGOCElJz08Uzeixqu4AqomVVSNngOVjTqDGZSl3UFtPGV2ot2zaq96YM9p5Ddzcf/nTTAlj+/sNtNu8OcwkIsbPBtrUfMQeEhGQmHbmGIFMwLPzu6UMIwBNgToshgq8Nr2ki+Oy7ebDHp70LRPWB6OZgfWLWei7fJonOOsPCGA9kVlssOoAAAAASUVORK5CYII="); + border: none; + background-size: 100% 100%; + background-repeat: no-repeat; + background-color: #303030; + border-radius: 5px; + top: -7px; + cursor: pointer; } #bd-ps-container { - position:fixed; - width:50%; - height:75%; - background:rgb(46,49,54); - display:block; - z-index:9001; - margin-left:25%; - margin-top:5%; - border:1px solid #000; - box-shadow:0 0 20px 0 #000; - max-height:800px; - min-width:750px; + position: fixed; + width: 50%; + height: 75%; + background: #2e3136; + display: block; + z-index: 9001; + margin-left: 25%; + margin-top: 5%; + border: 1px solid #000; + box-shadow: 0 0 20px 0 #000; + max-height: 800px; + min-width: 750px; } #bd-ps-header { - background:rgb(54,57,62); - height:60px; - border-bottom:1px solid #000; - box-shadow:0 1px 0 0 rgb(78,78,78); + background: #36393e; + height: 60px; + border-bottom: 1px solid #000; + box-shadow: 0 1px 0 0 #4e4e4e; } - #bd-ps-header h2 { - margin:0; - line-height:60px; - margin-left:10px; - color:#ADADAD; - display:inline-block; - float:left; + margin: 0; + line-height: 60px; + margin-left: 10px; + color: #ADADAD; + display: inline-block; + float: left; } - #bd-ps-header span { - float:right; - display:inline; - line-height:50px; - margin-right:15px; - font-size:29px; - font-weight:bold; - color:#ADADAD; + float: right; + display: inline; + line-height: 50px; + margin-right: 15px; + font-size: 29px; + font-weight: bold; + color: #ADADAD; } #bd-ps-body { - position: absolute; - padding: 0; - margin-top: 0; - left: 0; - right: 0; - bottom: 0; - top: 61px; - overflow:auto; + position: absolute; + padding: 0; + margin-top: 0; + left: 0; + right: 0; + bottom: 0; + top: 61px; + overflow: auto; } - .bd-ps-server { - width:100%; - height:200px; + width: 100%; + height: 200px; } .bd-ps-server-header { - height:50px; - width:100%; - margin-top:1px; - background:#202020; - color:#AEAEAE; - line-height:50px; - font-size:20px; + height: 50px; + width: 100%; + margin-top: 1px; + background: #202020; + color: #AEAEAE; + line-height: 50px; + font-size: 20px; } - .bd-ps-server-header span { - margin-left:10px; + margin-left: 10px; } .bd-ps-server-body { - padding:5px; + padding: 5px; } .bd-ps-server-icon { - width:90px; - height:90px; - background:#202020; - display:inline-block; + width: 90px; + height: 90px; + background: #202020; + display: inline-block; } .bd-ps-server-info { - position:absolute; - height:190px; - display:inline-block; - left:100px; - right:5px; - color:#AEAEAE; - overflow:auto; + position: absolute; + height: 190px; + display: inline-block; + left: 100px; + right: 5px; + color: #AEAEAE; + overflow: auto; } #bd-ps-body table { - width:100%; - margin:0; - padding:0; - border-color:red; - border-collapse:collapse; - text-align:left; + width: 100%; + margin: 0; + padding: 0; + border-color: red; + border-collapse: collapse; + text-align: left; } - #bd-ps-body table th { - background-color:#202020; - color:#EDEDED; - height:50px; - padding-left:5px; + background-color: #202020; + color: #EDEDED; + height: 50px; + padding-left: 5px; } - #bd-ps-body table tr { - margin:0; - padding:0; - height:50px; + margin: 0; + padding: 0; + height: 50px; + background-color: #33363B; + border-bottom: 1px solid #000; + box-shadow: 0 1px 0 #404040 inset; } - -#bd-ps-body table tr{ - background-color:#33363B; - border-bottom:1px solid #000; - box-shadow:0 1px 0 #404040 inset; -} - #bd-ps-body table tr td { - padding-left:5px; - color:#EDEDED; + padding-left: 5px; + color: #EDEDED; + min-width: 100px; } - -#bd-ps-body table tr td { - min-width:100px; -} - #bd-ps-body .description { - overflow:auto; - max-height:60px; - word-wrap:break-word; + overflow: auto; + max-height: 60px; + word-wrap: break-word; } - #bd-ps-body table tr:nth-child(odd) { - background-color:#2E3136; + background-color: #2E3136; } #bd-show-channels { - display:none; - width: 12px; - height: 18px; - background: #2e3136; - position: absolute; - left: 33px; - top: 79px; - text-align: left !important; - padding: 0px !important; - padding-left: 3px !important; - color: #EBEBEB; + display: none; + width: 12px; + height: 18px; + background: #2e3136; + position: absolute; + left: 33px; + top: 79px; + text-align: left !important; + padding: 0px !important; + padding-left: 3px !important; + color: #EBEBEB; } .bd-minimal-chan #bd-show-channels { - display:block !important; + display: block !important; } + .tipsy { - z-index: 9000000001!important; - position: absolute; - padding: 5px; - display: block; - visibility: visible; - opacity: 0.8; + z-index: 9000000001 !important; + position: absolute; + padding: 5px; + display: block; + visibility: visible; + opacity: 0.8; } .tipsy-arrow { - position: absolute; - width: 0; - height: 0; - border: 5px solid transparent; - bottom: 0; - right: 10px; - border-bottom: none; - border-top-color: black; + position: absolute; + width: 0; + height: 0; + border: 5px solid transparent; + bottom: 0; + right: 10px; + border-bottom: none; + border-top-color: black; } .tipsy-inner { - background-color: black; - color: white; - max-width: 300px; - padding: 5px 8px 4px; - text-align: center; - overflow:hidden !important; - text-overflow: ellipsis; + background-color: black; + color: white; + max-width: 300px; + padding: 5px 8px 4px; + text-align: center; + overflow: hidden !important; + text-overflow: ellipsis; } - #bd-psd-container { position: fixed; - width:50%; - height:75%; - display:block; - margin-left:25%; - margin-top:5%; - box-shadow:0 0 20px 0 #000; - background:#2E3135; - border:1px solid #25282C; - min-width:750px; - min-height:800px; + width: 50%; + height: 75%; + display: block; + margin-left: 25%; + margin-top: 5%; + box-shadow: 0 0 20px 0 #000; + background: #2E3135; + border: 1px solid #25282C; + min-width: 750px; + min-height: 800px; } #bd-psd-header { - width:100%; - height:40px; - border-bottom:1px solid #25282C; - line-height:40px; - color:#ADADAD; + width: 100%; + height: 40px; + border-bottom: 1px solid #25282C; + line-height: 40px; + color: #ADADAD; } - #bd-psd-header span { - margin-left:10px; + margin-left: 10px; } #bd-psd-body { - height:100%; - width:100%; + height: 100%; + width: 100%; } #bd-psd-table { - width:100%; - margin:0; - padding:0; - text-align:left; - color:#ADADAD; + width: 100%; + margin: 0; + padding: 0; + text-align: left; + color: #ADADAD; } - -#bd-psd-table thead th{ - background:#1D1D1D; - padding:5px; +#bd-psd-table thead th { + background: #1D1D1D; + padding: 5px; } - #bd-psd-table tbody td { - padding:5px; + padding: 5px; } - #bd-psd-table tbody tr { - background:#292C30; + background: #292C30; } - #bd-psd-table tbody tr:nth-child(odd) { - background:#2E3135; + background: #2E3135; } - #bd-psd-table button { background: #292C30; border: 1px solid #1D1D1D; width: 60px; height: 30px; color: #ADADAD; - cursor:pointer; + cursor: pointer; } - #bd-psd-table button:hover { - background:#2E3135; + background: #2E3135; } #bd-psd-header a { @@ -808,130 +780,118 @@ margin-top: -7px; } - .bd-g-table { - text-align:left; - width:520px; - white-space:nowrap; + text-align: left; + width: 520px; + white-space: nowrap; } - -.bd-g-table thead th{ - background:#EBEBEB !important; - color:#87909c !important; - padding:5px !important; +.bd-g-table thead th { + background: #EBEBEB !important; + color: #87909c !important; + padding: 5px !important; } - .bd-g-table tbody tr { - background:#E0E0E0 !important; + background: #E0E0E0 !important; } - .bd-g-table tbody tr:nth-child(odd) { - background:#ECECEC !important; + background: #ECECEC !important; } - .bd-g-table tbody td { - color:#87909c !important; - padding:5px !important; - font-size:small; + color: #87909c !important; + padding: 5px !important; + font-size: small; } - .bd-g-table textarea { - width:100% !important; - background:#E0E0E0 !important; - border:none !important; - resize:none !important; - font-size:small !important; + width: 100% !important; + background: #E0E0E0 !important; + border: none !important; + resize: none !important; + font-size: small !important; margin: 0 !important; - padding:0 !important; + padding: 0 !important; } - .bd-g-table input { - margin:0 !important; - padding:0 !important; + margin: 0 !important; + padding: 0 !important; } .message-group.compact .message .markup .message-content { - text-indent:0; + text-indent: 0; } .bd-psb { - background-image:url('data:image/png;base64,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'); - width:25px; - height:25px; - background-color:transparent; - background-size:100%; + background-image: url("data:image/png;base64,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"); + width: 25px; + height: 25px; + background-color: transparent; + background-size: 100%; } .bd-psm { - position:fixed; - pointer-events: auto; - width:490px; - height:460px; - background-color:white; - z-index: 900000; - margin:auto; - right:0; - left:170px; - top:-60px; - bottom:0; - box-shadow: 0 0 10px 5px rgba(193,193,193,0.75); - border:1px solid #EBEBEB; + position: fixed; + pointer-events: auto; + width: 490px; + height: 460px; + background-color: white; + z-index: 900000; + margin: auto; + right: 0; + left: 170px; + top: -60px; + bottom: 0; + box-shadow: 0 0 10px 5px rgba(193, 193, 193, 0.75); + border: 1px solid #EBEBEB; } .bd-alert { - position: absolute; - width:600px; - height:200px; - left: 0; - right: 0; - top: 300px; - background-color: #2E3136; - margin: auto; - border:1px solid #323232; - box-shadow: 0 0 5px 3px rgba(30,30,30,0.5); - color:#EBEBEB; + position: absolute; + width: 600px; + height: 200px; + left: 0; + right: 0; + top: 300px; + background-color: #2E3136; + margin: auto; + border: 1px solid #323232; + box-shadow: 0 0 5px 3px rgba(30, 30, 30, 0.5); + color: #EBEBEB; } .bd-alert-header { - height:25px; - background: #36393E; + height: 25px; + background: #36393E; } - .bd-alert-header span { - line-height: 25px; - margin-left:5px; + line-height: 25px; + margin-left: 5px; } .bd-alert-closebtn { - cursor: pointer; - float:right; - margin-right:5px; - margin-top:2px; + cursor: pointer; + float: right; + margin-right: 5px; + margin-top: 2px; } - .bd-alert-closebtn:hover { - color:#ADADAD; + color: #ADADAD; } .bd-alert-body { - height:178px; + height: 178px; } - .bd-alert-body a { - color:#FFF !important; + color: #FFF !important; } - .bd-alert-body .scroller-wrap { - height:178px; + height: 178px; } - .bd-alert-body .scroller-wrap .scroller { - padding:5px; - word-wrap:break-word; + padding: 5px; + word-wrap: break-word; } -.channel-textarea-inner textarea{ - margin-right:40px; +.channel-textarea-inner textarea { + margin-right: 40px; } .servericon { @@ -942,124 +902,119 @@ } .serverinfo { - display:inline-block; + display: inline-block; } #pubs-container { - width:800px; + width: 800px; position: fixed; top: 50%; left: 50%; margin-top: -284.5px; margin-left: -400px; - background:#FFF; - z-index:9000000; + background: #FFF; + z-index: 9000000; } #pubs-container .scroller-wrap { - height:500px; + height: 500px; } + #pubs-header { - background:#7289da; - padding:5px 12px 5px 5px; + background: #7289da; + padding: 5px 12px 5px 5px; } #pubs-header h2 { - display:inline-block; - font-weight:600; - color:#FFF; + display: inline-block; + font-weight: 600; + color: #FFF; } #pubs-header input, #pubs-header button { - float:right; - + float: right; } #pubs-header input { - border:none; - height:30px; - width:100px; + border: none; + height: 30px; + width: 100px; color: #555; background-color: #fff; -webkit-transition: width 1s ease-in-out; - -moz-transition: width 1s ease-in-out; - -o-transition: width 1s ease-in-out; - transition: width 1s ease-in-out; + -moz-transition: width 1s ease-in-out; + -o-transition: width 1s ease-in-out; + transition: width 1s ease-in-out; } #pubs-header input:focus { - width:300px; + width: 300px; } #pubs-header button { - height:32px; + height: 32px; background-color: #f9f9f9; color: #949494; } #pubs-footer { - height:25px; - line-height:25px; - background:#7289da; + height: 25px; + line-height: 25px; + background: #7289da; } #pubs-footer div { - float:right; - margin-right:5px; - font-weight:600px; - color:#FFF; + float: right; + margin-right: 5px; + font-weight: 600px; + color: #FFF; } - #pubs-footer a { - color:#FFF; - text-decoration:none; - font-weight:800; + color: #FFF; + text-decoration: none; + font-weight: 800; } .server-row { - padding:5px; - display:flex; - background-color:#FFF; + padding: 5px; + display: flex; + background-color: #FFF; } .server-row:nth-child(odd) { - background-color:#F3F3F3; + background-color: #F3F3F3; } .server-icon { - width:64px; - height:64px; - background-size:100% auto; + width: 64px; + height: 64px; + background-size: 100% auto; } .server-info { - display:flex; - flex-flow:column; - line-height:64px; - margin-left:20px; + display: flex; + flex-flow: column; + line-height: 64px; + margin-left: 20px; } - .server-info span { - font-size:16px; - color:#000; - font-weight:600; + font-size: 16px; + color: #000; + font-weight: 600; } - .server-info a { - color:#4056a2; - text-decoration:none; - font-weight:800; - margin-left:5px; + color: #4056a2; + text-decoration: none; + font-weight: 800; + margin-left: 5px; } - .server-info button { - width:90px; - height:48px; - margin-top:8px; + width: 90px; + height: 48px; + margin-top: 8px; background-color: #738bd7; color: #fff; - font-size:19px; + font-size: 19px; } .server-info button:hover { - background-color: #697ec4 + background-color: #697ec4; } .server-name { - flex-grow:100; + flex-grow: 100; } - .server-name span { overflow: hidden; text-overflow: ellipsis; @@ -1067,12 +1022,10 @@ white-space: nowrap; } -.server-members { - -} .server-region { - min-width:85px; + min-width: 85px; } + #pubs-spinner { position: fixed; top: 50%; @@ -1081,264 +1034,236 @@ margin-top: -16px; } -#pubs-container .scroller::-webkit-scrollbar-track-piece { - border-radius:0; -} -#pubs-container .scroller::-webkit-scrollbar-thumb { - border-radius:0; +#pubs-container .scroller::-webkit-scrollbar-track-piece, #pubs-container .scroller::-webkit-scrollbar-thumb { + border-radius: 0; } .bd-hide-bd .callout-backdrop { - display:none; + display: none; } .bd-detached-editor .app { - width:70%; + width: 70%; } #bd-customcss-detach-container { - position:absolute; - width:30%; - top:0; - right:0; - bottom:0; - padding-top:58px; - background-color:#36393e; + position: absolute; + width: 30%; + top: 0; + right: 0; + bottom: 0; + padding-top: 58px; + background-color: #36393e; } #bd-customcss-detach-editor { - height:calc(100% - 87px) + height: calc(100% - 87px); } - -#bd-customcss-detach-editor #bd-customcss-innerpane, -#bd-customcss-detach-editor .CodeMirror { - height:100%; +#bd-customcss-detach-editor #bd-customcss-innerpane, #bd-customcss-detach-editor .CodeMirror { + height: 100%; } #bd-customcss-detach-controls { - background:#E8E8E8; - border-top:1px solid #ADADAD; - -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,1); - height:100%; - padding:5px; + background: #E8E8E8; + border-top: 1px solid #ADADAD; + -webkit-box-shadow: inset 0px 1px 0px 0px white; + height: 100%; + padding: 5px; } - #bd-customcss-detach-controls .checkbox-group li { - margin-top:5px; - display:inline-block; + margin-top: 5px; + display: inline-block; } - #bd-customcss-detach-controls button { - width:90px; - height:30px; - margin-top:8px; - background-color: #738bd7; - color: #fff; - font-size:19px;6 + width: 90px; + height: 30px; + margin-top: 8px; + background-color: #738bd7; + color: #fff; + font-size: 19px; } #bd-customcss-detach-controls-buttons { - bottom:5px; + bottom: 5px; } - #editor-detached { - margin-top:50px; + margin-top: 50px; } #editor-detached h3 { - text-align: center; - font-size: 30px; + text-align: center; + font-size: 30px; } #editor-detached .btn { - left: 50%; - margin-left: -100px; - margin-top: 10px; - width: 200px; - height: 60px; + left: 50%; + margin-left: -100px; + margin-top: 10px; + width: 200px; + height: 60px; } #bd-customcss-attach-controls { - background:#E8E8E8; - border:1px solid #FFF; - border-top:1px solid #ADADAD; - -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,1); - height:100%; - padding:5px; - height:75px; + background: #E8E8E8; + border: 1px solid #FFF; + border-top: 1px solid #ADADAD; + -webkit-box-shadow: inset 0px 1px 0px 0px white; + height: 100%; + padding: 5px; + height: 75px; +} +#bd-customcss-attach-controls .checkbox-group { + margin-bottom: 0; } - #bd-customcss-attach-controls .checkbox-group li { - margin-top:5px; - display:inline-block; + margin-top: 5px; + display: inline-block; } - -#bd-customcss-attach-controls .checkbox-group{ - margin-bottom:0; -} - #bd-customcss-attach-controls button { - margin:0; - width:100px; + margin: 0; + width: 100px; } #bd-customcss-detach-container #bd-customcss-detach-controls-buttons button { - width:90px; - height:30px; - margin-top:8px; - background-color: #738bd7; - color: #fff; - font-size:19px;6 + width: 90px; + height: 30px; + margin-top: 8px; + background-color: #738bd7; + color: #fff; + font-size: 19px; } .emoji-picker { - box-shadow:none; - border-top:none; - border-radius:0 0 5px 5px; + box-shadow: none; + border-top: none; + border-radius: 0 0 5px 5px; } #bda-qem { - border-radius: 5px 5px 0 0; - background:#FFF; - border-bottom: 1px solid rgba(0,0,0,.1) !important; - height: 30px; - display:flex; - flex-direction:row; - padding-right:1px !important; + border-radius: 5px 5px 0 0; + background: #FFF; + border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; + height: 30px; + display: flex; + flex-direction: row; + padding-right: 1px !important; } - #bda-qem button { - border-left: 1px solid #EFEFEF; - background: transparent; - - box-shadow: #CECECE 1px 0 0 0; - flex-grow:1; + border-left: 1px solid #EFEFEF; + background: transparent; + box-shadow: #CECECE 1px 0 0 0; + flex-grow: 1; } - #bda-qem button:hover { - background:#ECECEC; + background: #ECECEC; } #bda-qem-twitch { - border-radius:5px 0 0 0; - order:2; + border-radius: 5px 0 0 0; + order: 2; } #bda-qem-emojis { - border-radius:0 5px 0 0; - order:3; + border-radius: 0 5px 0 0; + order: 3; } #bda-qem-favourite { - order:3; + order: 3; } - #bda-qem button.active { - background-color:#E2E2E2; + background-color: #E2E2E2; } #bda-qem-twitch-container, #bda-qem-favourite-container { - width:346px; - height:327px; - background-color:#FFF; - border-radius: 0 0 5px 5px; + width: 346px; + height: 327px; + background-color: #FFF; + border-radius: 0 0 5px 5px; } -#bda-qem-twitch-container .scroller-wrap, -#bda-qem-favourite-container .scroller-wrap{ - height:100%; +#bda-qem-twitch-container .scroller-wrap, #bda-qem-favourite-container .scroller-wrap { + height: 100%; } .emote-menu-inner { - padding:5px 0 0 15px; + padding: 5px 0 0 15px; } #rmenu { - left: 25px; - display:block !important; - cursor:pointer; - color:#FFF; - position:fixed; + left: 25px; + display: block !important; + cursor: pointer; + color: #FFF; + position: fixed; } .bda-qme-hidden #bda-qem-emojis { - display:none; + display: none; } -.bda-dark #bda-qem-favourite-container, -.bda-dark #bda-qem-twitch-container { - background-color:#353535; +.bda-dark #bda-qem-favourite-container, .bda-dark #bda-qem-twitch-container { + background-color: #353535; } - -.bda-dark #bda-qem button { - background: #353535; - border-left: 1px solid #242424; - box-shadow: #424242 1px 0 0 0; - color:#FFF; -} - .bda-dark #bda-qem { - border-bottom:1px solid #464646 !important; - background: #353535; + border-bottom: 1px solid #464646 !important; + background: #353535; +} +.bda-dark #bda-qem button { + background: #353535; + border-left: 1px solid #242424; + box-shadow: #424242 1px 0 0 0; + color: #FFF; } .bda-dark #bda-qem button.active { - background-color:#292929; + background-color: #292929; } .bda-dark #bda-qem button:hover { - background-color:#303030; + background-color: #303030; +} +.bda-dark #bda-qem-favourite-container, .bda-dark #bda-qem-twitch-container { + background-color: #353535; +} +.bda-dark .emoji-picker { + background-color: #353535; } - -.bda-dark #bda-qem-favourite-container, -.bda-dark #bda-qem-twitch-container, -.bda-dark .emoji-picker, .bda-dark .emoji-picker .category { - background-color:#353535; + background-color: #353535; } - .bda-dark .emoji-picker .header .search-bar { - background-color:#2B2B2B; + background-color: #2B2B2B; } - .bda-dark .emoji-picker .search-bar input { - color:#FFF; + color: #FFF; } - .bda-dark .emoji-picker .search-bar input::-webkit-input-placeholder { - color:#FFF; + color: #FFF; } - .bda-dark .emoji-picker .scroller .emoji-item.selected { - background: rgba(123, 123, 123, 0.37); + background: rgba(123, 123, 123, 0.37); } .bda-dark .emoji-picker .dimmer.visible { - background-color: rgba(62, 62, 62, 0.65); + background-color: rgba(62, 62, 62, 0.65); } .bda-dark .emoji-picker .diversity-selector .popout { - background: #353535; - border-color: #202020; + background: #353535; + border-color: #202020; } -.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar, -.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track, -.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track-piece, -.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar, -.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track, -.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track-piece, -.bda-dark .emoji-picker .scroller::-webkit-scrollbar, -.bda-dark .emoji-picker .scroller::-webkit-scrollbar-track, -.bda-dark .emoji-picker .scroller::-webkit-scrollbar-track-piece { - background-color:#303030 !important; - border-color:#303030 !important; +.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar, .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track, .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track-piece { + background-color: #303030 !important; + border-color: #303030 !important; +} +.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar, .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track, .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track-piece { + background-color: #303030 !important; + border-color: #303030 !important; +} +.bda-dark .emoji-picker .scroller::-webkit-scrollbar, .bda-dark .emoji-picker .scroller::-webkit-scrollbar-track, .bda-dark .emoji-picker .scroller::-webkit-scrollbar-track-piece { + background-color: #303030 !important; + border-color: #303030 !important; +} +.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb, .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb, .bda-dark .emoji-picker .scroller::-webkit-scrollbar-thumb { + border-color: #202020 !important; + background-color: #202020 !important; } -.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb, -.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb, -.bda-dark .emoji-picker .scroller::-webkit-scrollbar-thumb { - border-color:#202020 !important; - background-color:#202020 !important; -} - - -/*CODEMIRROR*/ -.CodeMirror{font-family:monospace;height:300px;color:#000;background-color:#EBEBEB !important;}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0} - -.cm-s-neat span.cm-comment{color:#a86}.cm-s-neat span.cm-keyword{line-height:1em;font-weight:700;color:#00f}.cm-s-neat span.cm-string{color:#a22}.cm-s-neat span.cm-builtin{line-height:1em;font-weight:700;color:#077}.cm-s-neat span.cm-special{line-height:1em;font-weight:700;color:#0aa}.cm-s-neat span.cm-variable{color:#000}.cm-s-neat span.cm-atom,.cm-s-neat span.cm-number{color:#3a3}.cm-s-neat span.cm-meta{color:#555}.cm-s-neat span.cm-link{color:#3a3}.cm-s-neat .CodeMirror-activeline-background{background:#e8f2ff}.cm-s-neat .CodeMirror-matchingbracket{outline:grey solid 1px;color:#000!important} \ No newline at end of file +/*# sourceMappingURL=main.css.map */ diff --git a/css/main.min.css b/css/main.min.css index cd8cd19..11f92f7 100644 --- a/css/main.min.css +++ b/css/main.min.css @@ -1 +1 @@ -#custom-css-ta,.spoiler:before{font-family:Consolas}#emote-menu,#tc-settings-panel,.tc-switch{border:1px solid #000}#bd-psd-header a,#pubs-footer a,#rmenu ul a,.server-info a{text-decoration:none}#custom-css-ta{background:#D8D8D8;height:200px}.spoiler{color:transparent!important}.spoiler img{display:none}.spoiler:before{content:"Spoiler";display:block;background:#1D1D1D;color:#ADADAD!important;min-height:30px;text-align:center;line-height:100%;padding-top:5px}.emotemenu-enabled .channel-textarea-inner textarea{margin-right:45px!important}#bdbeta{background:red}#twitchcord-button-container{position:absolute;width:50px;height:45px;right:0;display:block;bottom:31px}#twitchcord-button{background-color:#2E3136;position:absolute;width:50px;height:42px;top:2px;right:2px;background-image:url(https://static-cdn.jtvnw.net/emoticons/v1/5/1.0);background-repeat:no-repeat;background-size:36px;background-position:7px}.twitchcord-button-open{background-image:url(https://static-cdn.jtvnw.net/emoticons/v1/1/1.0)!important}.boticon:before,.member-username[data-reactid*="119598467310944259"]:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAK8SURBVHgBAKwCU/0Bk5OTAOjo6AAEBAQQFxcXjRQUFEX+/v4AAAAAAAAAAAAAAAAAAgICAOzs7Lvp6elz/Pz88BgYGAAEHR0dAO3t7QQhISHlTk5OChAQEAD9/f0AAAAAAAAAAAAAAAAAAwMDAPDw8GKysrJY39/fDx0dHfwEHR0dAPLy8gwkJCQKEBAQAAAAAAD///8A8fHxAAAAAAAMDAwAAwMDABAQEAAkJCQKAQEBDB0dHfAC7e3tBeXl5YcHBwcAtLS0AFVVVQDAwMAADQ0NAA0NDQDOzs4AW1tbAKGhoQANDQ0A5eXlh+3t7QUEyMjIjOPj42jt7e0Al5eXALa2tgD19fUAREREAAAAAACnp6cApqamALi4uAC1tbUA3t7eaPv7+/oEAgICAAEBAQAUFBQALy8vAOnp6QBXV1cA9vb2AAAAAAAuLi4AMDAwAFJSUgAFBQUAAQEBAAICAgABvLy8Bc3NzY8+Pj5rICAgAOjo6AAUFBQA////AAAAAAABAQEA7e3tABcXFwDg4OAAwsLClTMzM3ECERER+xoaGn////8ACAgIAPT09AD09PQAExMTABMTEwDz8/MA8vLyAAgICAD///8AGhoafxEREfsE5ubmANjY2PweHh4ACAgIAN/f3wCoqKgAAwMDAAAAAAD4+PgAOTk5ADY2NgD7+/sA2NjY/BAQEAADKSkpAP7+/vnt7e3dDQ0NUj4+PgAGBgYA7e3tAAkJCQBEREQATExMANfX1wDExMRd+fn5y+vr6wABenp6AA4ODgD19fUACgoKQjAwML0zMzMAFRUVAAAAAADs7OwAy8vLANDQ0EH39/fACwsLAPLy8gAEBAQEAP7+/gAKCgoA+/v7vsPDwwzW1tZKGxsbfgAAAADl5eWB7e3ttggICPYKCgoA/v7+AAQEBAABAAD///Kw+x07CI4VAAAAAElFTkSuQmCC)}#tc-settings-button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZGxSsNQFIa/G0XFoVYI4uBwJ1FQbNXBjElbiiBYq0OSrUlDldIk3NyqfQhHtw4u7j6Bk6PgoPgEvoHi1MEhSHASwW/6zs/hcOAHo2LXnYZRhkGsVbvpSNfz5ewTM0wBQCfMUrvVOgCIkzjiJwI+XxEAz5t23WnwN+bDVGlgAmx3oywEUQH6FzrVIMaAGfRTDeIOMNVJuwbiASj1cn8BSkHub0BJuZ4P4gMwe67ngzEHmEHuK4Cpo0sNUEvSkTrrnWpZtSxL2t0kiOTxKNPRIJP7cZioNFEdHXWB/D8AFvPFdtORa1XL2lvnn3E9X+b2foQAxNJjkRWEQ3X+3YWx8/tc3Bgvw+EtTE+KbPcKbjZg4brIVqtQ3oL78RfCs0/+HAmzJwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAnUklEQVR4AQBCJ73YAf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADi4uIAAAAAAAAAAAAAAAAAAAAAMAAAAIgAAAA3AAAAAAAAAP8AAAAAAAAAAAAAAAMAAAD1AAAAjwAAAJAAAAD7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4eHgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAhAAAAEcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAewAAANwAAACvAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAABkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4uLiCAAAABYAAADlHh4e/QAAAAAAAAAAAAAAAAAAAAAAAAD9AAAA/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/AAAAPkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAgAAAOoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADi4uIhAAAAigAAAKMAAACH4uLiFAAAAAAAAAAAAAAAAAAAAAAAAADsAAAA9QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/gAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAACYAAAA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AAAAAAAAAAAAAOMAAACpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAFoAAAAdAAAAAAAAAAAAAAAAAAAAAAAAAFoAAAAtAAAA/wAAAAYAAAD5AAAAtwAAAI0AAAAABAAAAAAAAAAAAAAAlQAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL8eHh7PAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzwAAAL8AAABeAAAAAAAAAAAAAAAAAAAAAAAAABQAAABBAAAAAAAAAAAAAAAAAAAAPAAAAI0AAAAAAgAAAAAAAAAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/AAAAAAAAAAAAgAAAAAAAAAAAAAA9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+gAAAAAAAAAAAgAAAAAAAAAAAAAA/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAA+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAgAAAAAAAAAAAAAAhgAAAO0AAAD9AAAA+wAAAPcAAAD/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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAuAAAAC0AAAAEAAAA/gAAAAAAAAAAAAAAAAAAAAAAAAAKAAAAyQAAAL8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA//87zloWglmdugAAAABJRU5ErkJggg==)}#emote-menu{background:#36393E;height:0;width:300px;position:absolute;bottom:45px;right:0;border-radius:5px 0 0;overflow:hidden;visibility:hidden;transition:all 1s;-webkit-transition:all 1s}.emotemenu-open{height:450px!important;visibility:visible!important}#emote-menu-header{width:100%;height:30px;background-color:#36393E}.emote-menu-tab{float:left;width:130px;text-align:center;padding:7px;color:#ADADAD;background-color:#424549;cursor:pointer}.emote-menu-tab:hover{background-color:#45484C}#emote-menu-inner,#emote-menu-inner-fav{height:412px}.emote-menu-tab-selected,.emote-menu-tab-selected:hover{background-color:#36393E}#emote-container{padding:10px}.emote-container{display:inline-block;padding:2px;border-radius:5px;width:30px;height:30px;position:relative}#tc-settings-panel-body ul,#tc-settings-panel-footer,.emote-icon{position:absolute;right:0;left:0}.emote-icon{max-width:100%;max-height:100%;margin:auto;top:0;bottom:0;cursor:pointer}.emote-container:hover{background:rgba(123,123,123,.37)}.emoteflip,.emotespinflip{transform:scaleX(-1)}.emotespin{animation:1s emote-spin infinite linear}.emote1spin{animation:1s emote-spin-reverse infinite linear}.emotespin2{animation:.5s emote-spin infinite linear}.emote2spin{animation:.5s emote-spin-reverse infinite linear}.emotespin3{animation:.2s emote-spin infinite linear}.emote3spin{animation:.2s emote-spin-reverse infinite linear}.emotepulse{animation:1s emote-pulse infinite linear}.emotetr{transform:translateX(-3px)}.emotebl{transform:translateY(-3px)}.emotebr{transform:translate(-3px,-3px)}.emoteshake{animation:1s emote-shake infinite linear}.emoteflap{transform:scaleY(-1)!important}.emoteshake2{animation:emote-shake2 .3s linear infinite}.emoteshake3{animation:emote-shake3 .1s linear infinite}@keyframes emote-shake2{25%{transform:translate(-1px,-1px)}50%{transform:translate(-1px,1px)}75%{transform:translate(1px,-1px)}}@keyframes emote-shake3{25%{transform:translate(-1px,-1px)}50%{transform:translate(-1px,1px)}75%{transform:translate(1px,-1px)}}@keyframes emote-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes emote-spin-reverse{from{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes emote-pulse{0%,100%{-webkit-transform:scale(1,1)}50%{-webkit-transform:scale(1.2,1.2)}}@keyframes emote-shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}#tc-settings-panel{position:fixed;width:50%;height:75%;background:#2e3136;display:block;z-index:9001;margin-left:25%;margin-top:5%;box-shadow:0 0 20px 0 #000;max-height:800px;min-width:750px}#tc-settings-panel-header{background:#36393e;height:60px;border-bottom:1px solid #000;box-shadow:0 1px 0 0 #4e4e4e}#tc-settings-panel-header h2{margin:0 0 0 10px;line-height:60px;color:#ADADAD;display:inline-block;float:left}#tc-settings-panel-header span{float:right;display:inline;line-height:50px;margin-right:15px;font-size:29px;font-weight:700;color:#ADADAD}#rmenu{width:auto;background:#505050;z-index:999999;box-shadow:0 0 2px #000;padding:2px}#rmenu ul a{color:#FFF;padding:3px}#tc-settings-panel-body{overflow:auto}#tc-settings-panel-body ul{overflow:auto;padding:0;margin-top:0;border-bottom:1px solid #000;bottom:40px;top:61px}#tc-settings-panel-body ul li{padding:15px;color:#ADADAD;background:#2E3136;border-bottom:1px solid #000;box-shadow:0 1px 0 #404040 inset}#tc-settings-panel-body ul li:nth-child(odd){background:#33363B}#tc-settings-panel-body ul li h2{display:inline}#tc-links a{color:#FFF}#tc-settings-panel-footer{background:#36393e;height:40px;bottom:0;border-top:1px solid #000;box-shadow:0 1px 0 #505050 inset;line-height:40px;padding-left:10px;color:#ADADAD!important}.tc-switch,.tc-switch span{display:inline-block;height:24px}#tc-links{float:right;margin-right:10px}.tc-switch{background:#2e3136;width:100px;float:right;margin:-7px;outline:#404040 solid 1px;cursor:pointer}#bd-psd-header span,.bd-ps-server-header span{margin-left:10px}.tc-switch.disabled{background:gray;cursor:default}.tc-switch.disabled span{background:gray!important}.tc-switch.disabled .tc-switch-on{border-left:1px gray!important}.tc-switch span{line-height:24px;width:49px;text-align:center}.bd-minimal .account .avatar-small,.bd-minimal .account .username,.bd-minimal.bd-minimal-chan .channels-wrap{display:none}.tc-switch-off{border-right:1px solid #000}.tc-switch-on{border-left:1px solid #404040}.tc-switch-on.active{background:green;border-left:1px solid #00AE08}.tc-switch-off.active{background:#860606}.bd-minimal .avatar-large{max-width:20px;max-height:20px;background-size:100%;margin-right:2px;margin-top:0;border-radius:0}.bd-minimal .comment{border-left:2px solid #EBEBEB;padding-left:2px}.bd-minimal .theme-dark .comment{border-left:2px solid #303030}.bd-minimal .user-name{font-size:small}.bd-minimal .message-group{padding:5px}.bd-minimal .embed{padding:2px}.bd-minimal .channel-members .avatar-small{max-width:15px;max-height:15px;background-size:15px 15px}.server-name span,.tipsy-inner{text-overflow:ellipsis;max-width:300px}.bd-minimal .channel-members .avatar-small .status{height:5px;width:5px}.bd-minimal .channel-members .member{padding:5px}.bd-minimal .channel-members-wrap{min-width:0}#bd-ps-container,#bd-psd-container{box-shadow:0 0 20px 0 #000;min-width:750px}.bd-minimal .channel-members h2{margin-top:3px}.bd-minimal .channel-text a,.bd-minimal .guild-channels ul .channel-voice{padding:5px!important;font-size:small}.bd-minimal .guild-channels h2{padding:2px}.bd-minimal .guild-channels header spann{font-size:12px}.bd-minimal .channels-wrap{width:160px}.bd-minimal .channels-wrap .guild-channels{padding:0}.bd-minimal .guilds .friends-icon,.bd-minimal .guilds li,.bd-minimal .guilds li .avatar-small,.bd-minimal .guilds li .guild-inner,.bd-minimal .guilds li .guild-inner a{width:20px;height:20px;background-size:100%;font-size:15px;line-height:20px}.bd-minimal .guilds-wrapper{width:45px}.bd-minimal .guilds li.active .guild-inner:before{height:20px;margin-top:-10px}.bd-minimal .guilds-add{font-size:20px;line-height:14px}.bd-minimal .guilds li.audio .guild-inner:after{width:12px;height:12px;background-size:12px}.emotewrapper{display:inline-block;position:relative}.emotewrapper:hover .fav{display:block}.fav{display:none;position:absolute;width:15px;height:15px;right:-7px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAzFBMVEUAAABQUFBMTExLS0tNTU1MTExNTU1NTU1MTExMTExNTU1LS0tEREBEREBEREBEREBJSUhLS0tLS0tEREBNTU1NTU1NTU1EREArKyhNTU1NTU0AAABMTExKSklMTExNTU1NTU1NTU1KSkpMTExKSkhNTU1KSkpISEZNTU1LS0tAQDxOTk5KSkpLS0tNTU1MTExMTEx/f39MTExMTExLS0pLS0tMTExNTU1NTU1LS0pNTU1NTU1NTU1NTU1NTU1NTUxNTU1NTU1NTUxMTEzB8C/5AAAAOnRSTlMAI8X96oWAgYSF68QBAg0PMCb9BIuLgQUD4N0Bh0mKhZSOQ4gcrKscaW8QRE6fmJyjAshASceG7cIpqQOxTQAAALVJREFUGFddx6FOA0EYAOGZvd07Qm6vVCAAgUUgQEDfX/YZMAigqaFN7iC5tsmPqGPUN/AvUVeoEbGOCElJz08Uzeixqu4AqomVVSNngOVjTqDGZSl3UFtPGV2ot2zaq96YM9p5Ddzcf/nTTAlj+/sNtNu8OcwkIsbPBtrUfMQeEhGQmHbmGIFMwLPzu6UMIwBNgToshgq8Nr2ki+Oy7ebDHp70LRPWB6OZgfWLWei7fJonOOsPCGA9kVlssOoAAAAASUVORK5CYII=) no-repeat #303030;border:none;background-size:100% 100%;border-radius:5px;top:-7px;cursor:pointer}#bd-ps-container{position:fixed;width:50%;height:75%;background:#2e3136;display:block;z-index:9001;margin-left:25%;margin-top:5%;border:1px solid #000;max-height:800px}#bd-ps-body,#bd-show-channels,.tipsy,.tipsy-arrow{position:absolute}#bd-ps-header{background:#36393e;height:60px;border-bottom:1px solid #000;box-shadow:0 1px 0 0 #4e4e4e}#bd-ps-header h2{margin:0 0 0 10px;line-height:60px;color:#ADADAD;display:inline-block;float:left}#bd-ps-header span{float:right;display:inline;line-height:50px;margin-right:15px;font-size:29px;font-weight:700;color:#ADADAD}#pubs-header h2,.bd-ps-server-icon,.bd-ps-server-info,.servericon,.serverinfo{display:inline-block}#bd-ps-body{padding:0;margin-top:0;left:0;right:0;bottom:0;top:61px;overflow:auto}.bd-ps-server{width:100%;height:200px}.bd-ps-server-header{height:50px;width:100%;margin-top:1px;background:#202020;color:#AEAEAE;line-height:50px;font-size:20px}.bd-ps-server-body{padding:5px}.bd-ps-server-icon{width:90px;height:90px;background:#202020}.bd-ps-server-info{position:absolute;height:190px;left:100px;right:5px;color:#AEAEAE;overflow:auto}#bd-ps-body table{width:100%;margin:0;padding:0;border-color:red;border-collapse:collapse;text-align:left}#bd-ps-body table th{background-color:#202020;color:#EDEDED;height:50px;padding-left:5px}#bd-ps-body table tr{margin:0;padding:0;height:50px;background-color:#33363B;border-bottom:1px solid #000;box-shadow:0 1px 0 #404040 inset}#bd-ps-body table tr td{padding-left:5px;color:#EDEDED;min-width:100px}#bd-ps-body .description{overflow:auto;max-height:60px;word-wrap:break-word}#bd-ps-body table tr:nth-child(odd){background-color:#2E3136}#bd-show-channels{display:none;width:12px;height:18px;background:#2e3136;left:33px;top:79px;text-align:left!important;padding:0 0 0 3px!important;color:#EBEBEB}.bd-minimal-chan #bd-show-channels{display:block!important}.tipsy{z-index:9000000001!important;padding:5px;display:block;visibility:visible;opacity:.8}.tipsy-arrow{width:0;height:0;border:5px solid transparent;bottom:0;right:10px;border-bottom:none;border-top-color:#000}.tipsy-inner{background-color:#000;color:#fff;padding:5px 8px 4px;text-align:center;overflow:hidden!important}#bd-psd-container,#bd-psd-table button:hover,#bd-psd-table tbody tr:nth-child(odd){background:#2E3135}#bd-psd-container{position:fixed;width:50%;height:75%;display:block;margin-left:25%;margin-top:5%;border:1px solid #25282C;min-height:800px}#bd-psd-header{width:100%;height:40px;border-bottom:1px solid #25282C;line-height:40px;color:#ADADAD}#bd-psd-body{height:100%;width:100%}#bd-psd-table{width:100%;margin:0;padding:0;text-align:left;color:#ADADAD}#bd-psd-table thead th{background:#1D1D1D;padding:5px}#bd-psd-table tbody td{padding:5px}#bd-psd-table tbody tr{background:#292C30}#bd-psd-table button{background:#292C30;border:1px solid #1D1D1D;width:60px;height:30px;color:#ADADAD;cursor:pointer}#bd-psd-header a{float:right;margin-right:10px;font-size:30px;color:#ADADAD;margin-top:-7px}.bd-g-table tbody td,.bd-g-table thead th{color:#87909c!important;padding:5px!important}.bd-g-table{text-align:left;width:520px;white-space:nowrap}.bd-g-table thead th{background:#EBEBEB!important}.bd-g-table tbody tr{background:#E0E0E0!important}.bd-g-table tbody tr:nth-child(odd){background:#ECECEC!important}.bd-g-table tbody td{font-size:small}.bd-g-table input,.bd-g-table textarea{margin:0!important;padding:0!important}.bd-g-table textarea{width:100%!important;background:#E0E0E0!important;border:none!important;resize:none!important;font-size:small!important}.message-group.compact .message .markup .message-content{text-indent:0}.bd-psb{background-image:url(data:image/png;base64,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);width:25px;height:25px;background-color:transparent;background-size:100%}.bd-psm{position:fixed;pointer-events:auto;width:490px;height:460px;background-color:#fff;z-index:900000;margin:auto;right:0;left:170px;top:-60px;bottom:0;box-shadow:0 0 10px 5px rgba(193,193,193,.75);border:1px solid #EBEBEB}.bd-alert{position:absolute;width:600px;height:200px;left:0;right:0;top:300px;background-color:#2E3136;margin:auto;border:1px solid #323232;box-shadow:0 0 5px 3px rgba(30,30,30,.5);color:#EBEBEB}#pubs-container,#pubs-spinner{top:50%;left:50%;position:fixed}.bd-alert-header{height:25px;background:#36393E}.bd-alert-body,.bd-alert-body .scroller-wrap{height:178px}.bd-alert-header span{line-height:25px;margin-left:5px}.bd-alert-closebtn{cursor:pointer;float:right;margin-right:5px;margin-top:2px}.bd-alert-closebtn:hover{color:#ADADAD}.bd-alert-body a{color:#FFF!important}.bd-alert-body .scroller-wrap .scroller{padding:5px;word-wrap:break-word}.channel-textarea-inner textarea{margin-right:40px}.servericon{width:64px;background-size:100% auto;height:64px}#pubs-container{width:800px;margin-top:-284.5px;margin-left:-400px;background:#FFF;z-index:9000000}#pubs-container .scroller-wrap{height:500px}#pubs-header{background:#7289da;padding:5px 12px 5px 5px}#pubs-header h2{font-weight:600;color:#FFF}#pubs-header button,#pubs-header input{float:right}#pubs-header input{border:none;height:30px;width:100px;color:#555;background-color:#fff;-webkit-transition:width 1s ease-in-out;-moz-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}#pubs-header input:focus{width:300px}#pubs-header button{height:32px;background-color:#f9f9f9;color:#949494}#pubs-footer{height:25px;line-height:25px;background:#7289da}#pubs-footer div{float:right;margin-right:5px;font-weight:600px;color:#FFF}#pubs-footer a{color:#FFF;font-weight:800}.server-row{padding:5px;display:flex;background-color:#FFF}.server-row:nth-child(odd){background-color:#F3F3F3}.server-icon{width:64px;height:64px;background-size:100% auto}.server-info{display:flex;flex-flow:column;line-height:64px;margin-left:20px}.server-info span{font-size:16px;color:#000;font-weight:600}.server-info a{color:#4056a2;font-weight:800;margin-left:5px}.server-info button{width:90px;height:48px;margin-top:8px;background-color:#738bd7;color:#fff;font-size:19px}.server-info button:hover{background-color:#697ec4}#bd-customcss-attach-controls,#bd-customcss-detach-controls{background:#E8E8E8;-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,1);padding:5px}.server-name{flex-grow:100}.server-name span{overflow:hidden;white-space:nowrap}.server-region{min-width:85px}#pubs-spinner{margin-left:-16px;margin-top:-16px}#pubs-container .scroller::-webkit-scrollbar-track-piece{border-radius:0}#pubs-container .scroller::-webkit-scrollbar-thumb{border-radius:0}.bd-hide-bd .callout-backdrop{display:none}.bd-detached-editor .app{width:70%}#bd-customcss-detach-container{position:absolute;width:30%;top:0;right:0;bottom:0;padding-top:58px;background-color:#36393e}#bd-customcss-detach-editor{height:calc(100% - 87px)}#bd-customcss-detach-editor #bd-customcss-innerpane,#bd-customcss-detach-editor .CodeMirror{height:100%}#bd-customcss-detach-controls{border-top:1px solid #ADADAD;height:100%}#bd-customcss-detach-controls .checkbox-group li{margin-top:5px;display:inline-block}#bd-customcss-detach-controls button{width:90px;height:30px;margin-top:8px;background-color:#738bd7;color:#fff;font-size:19px}#bd-customcss-detach-controls-buttons{bottom:5px}#editor-detached{margin-top:50px}#editor-detached h3{text-align:center;font-size:30px}#editor-detached .btn{left:50%;margin-left:-100px;margin-top:10px;width:200px;height:60px}#bd-customcss-attach-controls{border:1px solid #FFF;border-top:1px solid #ADADAD;height:75px}#bd-customcss-attach-controls .checkbox-group li{margin-top:5px;display:inline-block}#bd-customcss-attach-controls .checkbox-group{margin-bottom:0}#bd-customcss-attach-controls button{margin:0;width:100px}#bd-customcss-detach-container #bd-customcss-detach-controls-buttons button{width:90px;height:30px;margin-top:8px;background-color:#738bd7;color:#fff;font-size:19px}#rmenu,.bda-dark .emoji-picker .search-bar input{color:#FFF}.emoji-picker{box-shadow:none;border-top:none;border-radius:0 0 5px 5px}#bda-qem{border-radius:5px 5px 0 0;background:#FFF;border-bottom:1px solid rgba(0,0,0,.1)!important;height:30px;display:flex;flex-direction:row;padding-right:1px!important}#bda-qem button{border-left:1px solid #EFEFEF;background:0 0;box-shadow:#CECECE 1px 0 0 0;flex-grow:1}#bda-qem button:hover{background:#ECECEC}#bda-qem-twitch{border-radius:5px 0 0;order:2}#bda-qem-emojis{border-radius:0 5px 0 0;order:3}#bda-qem-favourite{order:3}#bda-qem button.active{background-color:#E2E2E2}#bda-qem-favourite-container,#bda-qem-twitch-container{width:346px;height:327px;background-color:#FFF;border-radius:0 0 5px 5px}#bda-qem-favourite-container .scroller-wrap,#bda-qem-twitch-container .scroller-wrap{height:100%}.emote-menu-inner{padding:5px 0 0 15px}#rmenu{left:25px;display:block!important;cursor:pointer;position:fixed}.bda-qme-hidden #bda-qem-emojis{display:none}.bda-dark #bda-qem-favourite-container,.bda-dark #bda-qem-twitch-container{background-color:#353535}.bda-dark #bda-qem button{background:#353535;border-left:1px solid #242424;box-shadow:#424242 1px 0 0 0;color:#FFF}.bda-dark #bda-qem{border-bottom:1px solid #464646!important;background:#353535}.bda-dark #bda-qem button.active{background-color:#292929}.bda-dark #bda-qem button:hover{background-color:#303030}.bda-dark #bda-qem-favourite-container,.bda-dark #bda-qem-twitch-container,.bda-dark .emoji-picker,.bda-dark .emoji-picker .category{background-color:#353535}.bda-dark .emoji-picker .header .search-bar{background-color:#2B2B2B}.bda-dark .emoji-picker .search-bar input::-webkit-input-placeholder{color:#FFF}.bda-dark .emoji-picker .scroller .emoji-item.selected{background:rgba(123,123,123,.37)}.bda-dark .emoji-picker .dimmer.visible{background-color:rgba(62,62,62,.65)}.bda-dark .emoji-picker .diversity-selector .popout{background:#353535;border-color:#202020}.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar,.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track,.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track-piece,.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar,.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track,.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track-piece,.bda-dark .emoji-picker .scroller::-webkit-scrollbar,.bda-dark .emoji-picker .scroller::-webkit-scrollbar-track,.bda-dark .emoji-picker .scroller::-webkit-scrollbar-track-piece{background-color:#303030!important;border-color:#303030!important}.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb,.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb,.bda-dark .emoji-picker .scroller::-webkit-scrollbar-thumb{border-color:#202020!important;background-color:#202020!important}.CodeMirror{font-family:monospace;height:300px;color:#000;background-color:#EBEBEB!important}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0}.cm-s-neat span.cm-comment{color:#a86}.cm-s-neat span.cm-keyword{line-height:1em;font-weight:700;color:#00f}.cm-s-neat span.cm-string{color:#a22}.cm-s-neat span.cm-builtin{line-height:1em;font-weight:700;color:#077}.cm-s-neat span.cm-special{line-height:1em;font-weight:700;color:#0aa}.cm-s-neat span.cm-variable{color:#000}.cm-s-neat span.cm-atom,.cm-s-neat span.cm-number{color:#3a3}.cm-s-neat span.cm-meta{color:#555}.cm-s-neat span.cm-link{color:#3a3}.cm-s-neat .CodeMirror-activeline-background{background:#e8f2ff}.cm-s-neat .CodeMirror-matchingbracket{outline:grey solid 1px;color:#000!important} \ No newline at end of file +.CodeMirror{font-family:monospace;height:300px;color:#000;background-color:#EBEBEB!important}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:0;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:0!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0}.cm-s-neat span.cm-comment{color:#a86}.cm-s-neat span.cm-keyword{line-height:1em;font-weight:700;color:#00f}.cm-s-neat span.cm-string{color:#a22}.cm-s-neat span.cm-builtin{line-height:1em;font-weight:700;color:#077}.cm-s-neat span.cm-special{line-height:1em;font-weight:700;color:#0aa}.cm-s-neat span.cm-variable{color:#000}.cm-s-neat span.cm-atom,.cm-s-neat span.cm-number{color:#3a3}.cm-s-neat span.cm-meta{color:#555}.cm-s-neat span.cm-link{color:#3a3}.cm-s-neat .CodeMirror-activeline-background{background:#e8f2ff}.cm-s-neat .CodeMirror-matchingbracket{outline:grey solid 1px;color:#000!important}#custom-css-ta{background:#D8D8D8;height:200px;font-family:Consolas}.spoiler{color:transparent!important}.spoiler img{display:none}.spoiler:before{content:"Spoiler";display:block;background:#1D1D1D;color:#ADADAD!important;min-height:30px;text-align:center;line-height:100%;font-family:Consolas;padding-top:5px}.emotemenu-enabled .channel-textarea-inner textarea{margin-right:45px!important}#bdbeta{background:red}#emote-menu{background:#36393E;height:0;width:300px;position:absolute;bottom:45px;right:0;border:1px solid #000;border-radius:5px 0 0;overflow:hidden;visibility:hidden;transition:all 1s;-webkit-transition:all 1s}.emotemenu-open{height:450px!important;visibility:visible!important}#emote-menu-header{width:100%;height:30px;background-color:#36393E}.emote-menu-tab{float:left;width:130px;text-align:center;padding:7px;color:#ADADAD;background-color:#424549;cursor:pointer}.emote-menu-tab:hover{background-color:#45484C}#emote-menu-inner,#emote-menu-inner-fav{height:412px}.emote-menu-tab-selected{background-color:#36393E}.emote-menu-tab-selected:hover{background-color:#36393E}#emote-container{padding:10px}.emote-container{display:inline-block;padding:2px;border-radius:5px;width:30px;height:30px;position:relative}.emote-icon{max-width:100%;max-height:100%;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;cursor:pointer}.emote-container:hover{background:rgba(123,123,123,.37)}.emoteflip,.emotespinflip{transform:scaleX(-1)}.emotespin{animation:1s emote-spin infinite linear}.emote1spin{animation:1s emote-spin-reverse infinite linear}.emotespin2{animation:.5s emote-spin infinite linear}.emote2spin{animation:.5s emote-spin-reverse infinite linear}.emotespin3{animation:.2s emote-spin infinite linear}.emote3spin{animation:.2s emote-spin-reverse infinite linear}.emotepulse{animation:1s emote-pulse infinite linear}.emotetr{transform:translateX(-3px)}.emotebl{transform:translateY(-3px)}.emotebr{transform:translate(-3px,-3px)}.emoteshake{animation:1s emote-shake infinite linear}.emoteflap{transform:scaleY(-1)!important}.emoteshake2{animation:emote-shake2 .3s linear infinite}.emoteshake3{animation:emote-shake3 .1s linear infinite}@keyframes emote-shake2{25%{transform:translate(-1px,-1px)}50%{transform:translate(-1px,1px)}75%{transform:translate(1px,1px)}75%{transform:translate(1px,-1px)}}@keyframes emote-shake3{25%{transform:translate(-1px,-1px)}50%{transform:translate(-1px,1px)}75%{transform:translate(1px,1px)}75%{transform:translate(1px,-1px)}}@keyframes emote-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes emote-spin-reverse{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}@keyframes emote-pulse{0%{-webkit-transform:scale(1,1)}50%{-webkit-transform:scale(1.2,1.2)}100%{-webkit-transform:scale(1,1)}}@keyframes emote-shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}#tc-settings-panel{position:fixed;width:50%;height:75%;background:#2e3136;display:block;z-index:9001;margin-left:25%;margin-top:5%;border:1px solid #000;box-shadow:0 0 20px 0 #000;max-height:800px;min-width:750px}#tc-settings-panel-header{background:#36393e;height:60px;border-bottom:1px solid #000;box-shadow:0 1px 0 0 #4e4e4e}#tc-settings-panel-header h2{margin:0;line-height:60px;margin-left:10px;color:#ADADAD;display:inline-block;float:left}#tc-settings-panel-header span{float:right;display:inline;line-height:50px;margin-right:15px;font-size:29px;font-weight:700;color:#ADADAD}#rmenu{width:auto;background:#505050;position:absolute;z-index:999999;display:none;box-shadow:0 0 2px #000;padding:2px}#rmenu ul a{text-decoration:none;color:#FFF;padding:3px}#tc-settings-panel-body{overflow:auto}#tc-settings-panel-body ul{overflow:auto;position:absolute;padding:0;margin-top:0;border-bottom:1px solid #000;left:0;right:0;bottom:40px;top:61px}#tc-settings-panel-body ul li{padding:15px;color:#ADADAD;background:#2E3136;border-bottom:1px solid #000;box-shadow:0 1px 0 #404040 inset}#tc-settings-panel-body ul li:nth-child(odd){background:#33363B}#tc-settings-panel-body ul li h2{display:inline}#tc-links a{color:#FFF}#tc-settings-panel-footer{background:#36393e;height:40px;position:absolute;bottom:0;right:0;left:0;border-top:1px solid #000;box-shadow:0 1px 0 #505050 inset;line-height:40px;padding-left:10px;color:#ADADAD!important}#tc-links{float:right;margin-right:10px}.tc-switch{background:#2e3136;width:100px;height:24px;display:inline-block;float:right;margin:-7px;border:1px solid #000;outline:1px solid #404040;cursor:pointer}.tc-switch.disabled{background:gray;cursor:default}.tc-switch.disabled span{background:gray!important}.tc-switch.disabled .tc-switch-on{border-left:1px gray!important}.tc-switch span{line-height:24px;display:inline-block;width:49px;text-align:center;height:24px}.tc-switch-off{border-right:1px solid #000}.tc-switch-on{border-left:1px solid #404040}.tc-switch-on.active{background:green;border-left:1px solid #00AE08}.tc-switch-off.active{background:#860606}.bd-minimal .avatar-large{max-width:20px;max-height:20px;background-size:100%;margin-right:2px;margin-top:0;border-radius:0}.bd-minimal .comment{border-left:2px solid #EBEBEB;padding-left:2px}.bd-minimal .theme-dark .comment{border-left:2px solid #303030}.bd-minimal .user-name{font-size:small}.bd-minimal.bd-minimal-chan .channels-wrap{display:none}.bd-minimal .message-group{padding:5px}.bd-minimal .embed{padding:2px}.bd-minimal .channel-members .avatar-small{max-width:15px;max-height:15px;background-size:15px 15px}.bd-minimal .channel-members .avatar-small .status{height:5px;width:5px}.bd-minimal .channel-members .member{padding:5px}.bd-minimal .channel-members-wrap{min-width:0}.bd-minimal .channel-members h2{margin-top:3px}.bd-minimal .account .avatar-small,.bd-minimal .account .username{display:none}.bd-minimal .channel-text a{padding:5px!important;font-size:small}.bd-minimal .guild-channels ul .channel-voice{padding:5px!important;font-size:small}.bd-minimal .guild-channels h2{padding:2px}.bd-minimal .guild-channels header spann{font-size:12px}.bd-minimal .channels-wrap{width:160px}.bd-minimal .channels-wrap .guild-channels{padding:0}.bd-minimal .guilds li{width:20px;height:20px;background-size:100%;font-size:15px;line-height:20px}.bd-minimal .guilds li .avatar-small{width:20px;height:20px;background-size:100%;font-size:15px;line-height:20px}.bd-minimal .guilds li .guild-inner{width:20px;height:20px;background-size:100%;font-size:15px;line-height:20px}.bd-minimal .guilds li .guild-inner a{width:20px;height:20px;background-size:100%;font-size:15px;line-height:20px}.bd-minimal .guilds .friends-icon{width:20px;height:20px;background-size:100%;font-size:15px;line-height:20px}.bd-minimal .guilds-wrapper{width:45px}.bd-minimal .guilds li.active .guild-inner:before{height:20px;margin-top:-10px}.bd-minimal .guilds-add{font-size:20px;line-height:14px}.bd-minimal .guilds li.audio .guild-inner:after{width:12px;height:12px;background-size:12px}.emotewrapper{display:inline-block;position:relative}.emotewrapper:hover .fav{display:block}.fav{display:none;position:absolute;width:15px;height:15px;right:-7px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAzFBMVEUAAABQUFBMTExLS0tNTU1MTExNTU1NTU1MTExMTExNTU1LS0tEREBEREBEREBEREBJSUhLS0tLS0tEREBNTU1NTU1NTU1EREArKyhNTU1NTU0AAABMTExKSklMTExNTU1NTU1NTU1KSkpMTExKSkhNTU1KSkpISEZNTU1LS0tAQDxOTk5KSkpLS0tNTU1MTExMTEx/f39MTExMTExLS0pLS0tMTExNTU1NTU1LS0pNTU1NTU1NTU1NTU1NTU1NTUxNTU1NTU1NTUxMTEzB8C/5AAAAOnRSTlMAI8X96oWAgYSF68QBAg0PMCb9BIuLgQUD4N0Bh0mKhZSOQ4gcrKscaW8QRE6fmJyjAshASceG7cIpqQOxTQAAALVJREFUGFddx6FOA0EYAOGZvd07Qm6vVCAAgUUgQEDfX/YZMAigqaFN7iC5tsmPqGPUN/AvUVeoEbGOCElJz08Uzeixqu4AqomVVSNngOVjTqDGZSl3UFtPGV2ot2zaq96YM9p5Ddzcf/nTTAlj+/sNtNu8OcwkIsbPBtrUfMQeEhGQmHbmGIFMwLPzu6UMIwBNgToshgq8Nr2ki+Oy7ebDHp70LRPWB6OZgfWLWei7fJonOOsPCGA9kVlssOoAAAAASUVORK5CYII=);border:0;background-size:100% 100%;background-repeat:no-repeat;background-color:#303030;border-radius:5px;top:-7px;cursor:pointer}#bd-ps-container{position:fixed;width:50%;height:75%;background:#2e3136;display:block;z-index:9001;margin-left:25%;margin-top:5%;border:1px solid #000;box-shadow:0 0 20px 0 #000;max-height:800px;min-width:750px}#bd-ps-header{background:#36393e;height:60px;border-bottom:1px solid #000;box-shadow:0 1px 0 0 #4e4e4e}#bd-ps-header h2{margin:0;line-height:60px;margin-left:10px;color:#ADADAD;display:inline-block;float:left}#bd-ps-header span{float:right;display:inline;line-height:50px;margin-right:15px;font-size:29px;font-weight:700;color:#ADADAD}#bd-ps-body{position:absolute;padding:0;margin-top:0;left:0;right:0;bottom:0;top:61px;overflow:auto}.bd-ps-server{width:100%;height:200px}.bd-ps-server-header{height:50px;width:100%;margin-top:1px;background:#202020;color:#AEAEAE;line-height:50px;font-size:20px}.bd-ps-server-header span{margin-left:10px}.bd-ps-server-body{padding:5px}.bd-ps-server-icon{width:90px;height:90px;background:#202020;display:inline-block}.bd-ps-server-info{position:absolute;height:190px;display:inline-block;left:100px;right:5px;color:#AEAEAE;overflow:auto}#bd-ps-body table{width:100%;margin:0;padding:0;border-color:red;border-collapse:collapse;text-align:left}#bd-ps-body table th{background-color:#202020;color:#EDEDED;height:50px;padding-left:5px}#bd-ps-body table tr{margin:0;padding:0;height:50px;background-color:#33363B;border-bottom:1px solid #000;box-shadow:0 1px 0 #404040 inset}#bd-ps-body table tr td{padding-left:5px;color:#EDEDED;min-width:100px}#bd-ps-body .description{overflow:auto;max-height:60px;word-wrap:break-word}#bd-ps-body table tr:nth-child(odd){background-color:#2E3136}#bd-show-channels{display:none;width:12px;height:18px;background:#2e3136;position:absolute;left:33px;top:79px;text-align:left!important;padding:0!important;padding-left:3px!important;color:#EBEBEB}.bd-minimal-chan #bd-show-channels{display:block!important}.tipsy{z-index:9000000001!important;position:absolute;padding:5px;display:block;visibility:visible;opacity:.8}.tipsy-arrow{position:absolute;width:0;height:0;border:5px solid transparent;bottom:0;right:10px;border-bottom:0;border-top-color:#000}.tipsy-inner{background-color:#000;color:#fff;max-width:300px;padding:5px 8px 4px;text-align:center;overflow:hidden!important;text-overflow:ellipsis}#bd-psd-container{position:fixed;width:50%;height:75%;display:block;margin-left:25%;margin-top:5%;box-shadow:0 0 20px 0 #000;background:#2E3135;border:1px solid #25282C;min-width:750px;min-height:800px}#bd-psd-header{width:100%;height:40px;border-bottom:1px solid #25282C;line-height:40px;color:#ADADAD}#bd-psd-header span{margin-left:10px}#bd-psd-body{height:100%;width:100%}#bd-psd-table{width:100%;margin:0;padding:0;text-align:left;color:#ADADAD}#bd-psd-table thead th{background:#1D1D1D;padding:5px}#bd-psd-table tbody td{padding:5px}#bd-psd-table tbody tr{background:#292C30}#bd-psd-table tbody tr:nth-child(odd){background:#2E3135}#bd-psd-table button{background:#292C30;border:1px solid #1D1D1D;width:60px;height:30px;color:#ADADAD;cursor:pointer}#bd-psd-table button:hover{background:#2E3135}#bd-psd-header a{float:right;margin-right:10px;font-size:30px;color:#ADADAD;text-decoration:none;margin-top:-7px}.bd-g-table{text-align:left;width:520px;white-space:nowrap}.bd-g-table thead th{background:#EBEBEB!important;color:#87909c!important;padding:5px!important}.bd-g-table tbody tr{background:#E0E0E0!important}.bd-g-table tbody tr:nth-child(odd){background:#ECECEC!important}.bd-g-table tbody td{color:#87909c!important;padding:5px!important;font-size:small}.bd-g-table textarea{width:100%!important;background:#E0E0E0!important;border:0!important;resize:none!important;font-size:small!important;margin:0!important;padding:0!important}.bd-g-table input{margin:0!important;padding:0!important}.message-group.compact .message .markup .message-content{text-indent:0}.bd-psb{background-image:url(data:image/png;base64,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);width:25px;height:25px;background-color:transparent;background-size:100%}.bd-psm{position:fixed;pointer-events:auto;width:490px;height:460px;background-color:#fff;z-index:900000;margin:auto;right:0;left:170px;top:-60px;bottom:0;box-shadow:0 0 10px 5px rgba(193,193,193,.75);border:1px solid #EBEBEB}.bd-alert{position:absolute;width:600px;height:200px;left:0;right:0;top:300px;background-color:#2E3136;margin:auto;border:1px solid #323232;box-shadow:0 0 5px 3px rgba(30,30,30,.5);color:#EBEBEB}.bd-alert-header{height:25px;background:#36393E}.bd-alert-header span{line-height:25px;margin-left:5px}.bd-alert-closebtn{cursor:pointer;float:right;margin-right:5px;margin-top:2px}.bd-alert-closebtn:hover{color:#ADADAD}.bd-alert-body{height:178px}.bd-alert-body a{color:#FFF!important}.bd-alert-body .scroller-wrap{height:178px}.bd-alert-body .scroller-wrap .scroller{padding:5px;word-wrap:break-word}.channel-textarea-inner textarea{margin-right:40px}.servericon{width:64px;display:inline-block;background-size:100% auto;height:64px}.serverinfo{display:inline-block}#pubs-container{width:800px;position:fixed;top:50%;left:50%;margin-top:-284.5px;margin-left:-400px;background:#FFF;z-index:9000000}#pubs-container .scroller-wrap{height:500px}#pubs-header{background:#7289da;padding:5px 12px 5px 5px}#pubs-header h2{display:inline-block;font-weight:600;color:#FFF}#pubs-header input,#pubs-header button{float:right}#pubs-header input{border:0;height:30px;width:100px;color:#555;background-color:#fff;-webkit-transition:width 1s ease-in-out;-moz-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}#pubs-header input:focus{width:300px}#pubs-header button{height:32px;background-color:#f9f9f9;color:#949494}#pubs-footer{height:25px;line-height:25px;background:#7289da}#pubs-footer div{float:right;margin-right:5px;font-weight:600px;color:#FFF}#pubs-footer a{color:#FFF;text-decoration:none;font-weight:800}.server-row{padding:5px;display:flex;background-color:#FFF}.server-row:nth-child(odd){background-color:#F3F3F3}.server-icon{width:64px;height:64px;background-size:100% auto}.server-info{display:flex;flex-flow:column;line-height:64px;margin-left:20px}.server-info span{font-size:16px;color:#000;font-weight:600}.server-info a{color:#4056a2;text-decoration:none;font-weight:800;margin-left:5px}.server-info button{width:90px;height:48px;margin-top:8px;background-color:#738bd7;color:#fff;font-size:19px}.server-info button:hover{background-color:#697ec4}.server-name{flex-grow:100}.server-name span{overflow:hidden;text-overflow:ellipsis;max-width:300px;white-space:nowrap}.server-region{min-width:85px}#pubs-spinner{position:fixed;top:50%;left:50%;margin-left:-16px;margin-top:-16px}#pubs-container .scroller::-webkit-scrollbar-track-piece,#pubs-container .scroller::-webkit-scrollbar-thumb{border-radius:0}.bd-hide-bd .callout-backdrop{display:none}.bd-detached-editor .app{width:70%}#bd-customcss-detach-container{position:absolute;width:30%;top:0;right:0;bottom:0;padding-top:58px;background-color:#36393e}#bd-customcss-detach-editor{height:calc(100% - 87px)}#bd-customcss-detach-editor #bd-customcss-innerpane,#bd-customcss-detach-editor .CodeMirror{height:100%}#bd-customcss-detach-controls{background:#E8E8E8;border-top:1px solid #ADADAD;-webkit-box-shadow:inset 0 1px 0 0 #fff;height:100%;padding:5px}#bd-customcss-detach-controls .checkbox-group li{margin-top:5px;display:inline-block}#bd-customcss-detach-controls button{width:90px;height:30px;margin-top:8px;background-color:#738bd7;color:#fff;font-size:19px}#bd-customcss-detach-controls-buttons{bottom:5px}#editor-detached{margin-top:50px}#editor-detached h3{text-align:center;font-size:30px}#editor-detached .btn{left:50%;margin-left:-100px;margin-top:10px;width:200px;height:60px}#bd-customcss-attach-controls{background:#E8E8E8;border:1px solid #FFF;border-top:1px solid #ADADAD;-webkit-box-shadow:inset 0 1px 0 0 #fff;height:100%;padding:5px;height:75px}#bd-customcss-attach-controls .checkbox-group{margin-bottom:0}#bd-customcss-attach-controls .checkbox-group li{margin-top:5px;display:inline-block}#bd-customcss-attach-controls button{margin:0;width:100px}#bd-customcss-detach-container #bd-customcss-detach-controls-buttons button{width:90px;height:30px;margin-top:8px;background-color:#738bd7;color:#fff;font-size:19px}.emoji-picker{box-shadow:none;border-top:0;border-radius:0 0 5px 5px}#bda-qem{border-radius:5px 5px 0 0;background:#FFF;border-bottom:1px solid rgba(0,0,0,.1)!important;height:30px;display:flex;flex-direction:row;padding-right:1px!important}#bda-qem button{border-left:1px solid #EFEFEF;background:transparent;box-shadow:#CECECE 1px 0 0 0;flex-grow:1}#bda-qem button:hover{background:#ECECEC}#bda-qem-twitch{border-radius:5px 0 0;order:2}#bda-qem-emojis{border-radius:0 5px 0 0;order:3}#bda-qem-favourite{order:3}#bda-qem button.active{background-color:#E2E2E2}#bda-qem-twitch-container,#bda-qem-favourite-container{width:346px;height:327px;background-color:#FFF;border-radius:0 0 5px 5px}#bda-qem-twitch-container .scroller-wrap,#bda-qem-favourite-container .scroller-wrap{height:100%}.emote-menu-inner{padding:5px 0 0 15px}#rmenu{left:25px;display:block!important;cursor:pointer;color:#FFF;position:fixed}.bda-qme-hidden #bda-qem-emojis{display:none}.bda-dark #bda-qem-favourite-container,.bda-dark #bda-qem-twitch-container{background-color:#353535}.bda-dark #bda-qem{border-bottom:1px solid #464646!important;background:#353535}.bda-dark #bda-qem button{background:#353535;border-left:1px solid #242424;box-shadow:#424242 1px 0 0 0;color:#FFF}.bda-dark #bda-qem button.active{background-color:#292929}.bda-dark #bda-qem button:hover{background-color:#303030}.bda-dark #bda-qem-favourite-container,.bda-dark #bda-qem-twitch-container{background-color:#353535}.bda-dark .emoji-picker{background-color:#353535}.bda-dark .emoji-picker .category{background-color:#353535}.bda-dark .emoji-picker .header .search-bar{background-color:#2B2B2B}.bda-dark .emoji-picker .search-bar input{color:#FFF}.bda-dark .emoji-picker .search-bar input::-webkit-input-placeholder{color:#FFF}.bda-dark .emoji-picker .scroller .emoji-item.selected{background:rgba(123,123,123,.37)}.bda-dark .emoji-picker .dimmer.visible{background-color:rgba(62,62,62,.65)}.bda-dark .emoji-picker .diversity-selector .popout{background:#353535;border-color:#202020}.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar,.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track,.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track-piece{background-color:#303030!important;border-color:#303030!important}.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar,.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track,.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track-piece{background-color:#303030!important;border-color:#303030!important}.bda-dark .emoji-picker .scroller::-webkit-scrollbar,.bda-dark .emoji-picker .scroller::-webkit-scrollbar-track,.bda-dark .emoji-picker .scroller::-webkit-scrollbar-track-piece{background-color:#303030!important;border-color:#303030!important}.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb,.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb,.bda-dark .emoji-picker .scroller::-webkit-scrollbar-thumb{border-color:#202020!important;background-color:#202020!important} \ No newline at end of file diff --git a/dev/css/CodeMirror.css b/dev/css/CodeMirror.css new file mode 100644 index 0000000..8bc25c6 --- /dev/null +++ b/dev/css/CodeMirror.css @@ -0,0 +1,4 @@ +/*CODEMIRROR*/ +.CodeMirror{font-family:monospace;height:300px;color:#000;background-color:#EBEBEB !important;}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0} + +.cm-s-neat span.cm-comment{color:#a86}.cm-s-neat span.cm-keyword{line-height:1em;font-weight:700;color:#00f}.cm-s-neat span.cm-string{color:#a22}.cm-s-neat span.cm-builtin{line-height:1em;font-weight:700;color:#077}.cm-s-neat span.cm-special{line-height:1em;font-weight:700;color:#0aa}.cm-s-neat span.cm-variable{color:#000}.cm-s-neat span.cm-atom,.cm-s-neat span.cm-number{color:#3a3}.cm-s-neat span.cm-meta{color:#555}.cm-s-neat span.cm-link{color:#3a3}.cm-s-neat .CodeMirror-activeline-background{background:#e8f2ff}.cm-s-neat .CodeMirror-matchingbracket{outline:grey solid 1px;color:#000!important} \ No newline at end of file diff --git a/dev/css/main.css b/dev/css/main.css new file mode 100644 index 0000000..524b9fa --- /dev/null +++ b/dev/css/main.css @@ -0,0 +1,1265 @@ +#custom-css-ta { + background: #D8D8D8; + height: 200px; + font-family: "Consolas"; +} + +.spoiler { + color: transparent !important; +} +.spoiler img { + display: none; +} +.spoiler:before { + content: "Spoiler"; + display: block; + background: #1D1D1D; + color: #ADADAD !important; + min-height: 30px; + text-align: center; + line-height: 100%; + font-family: "Consolas"; + padding-top: 5px; +} + +.emotemenu-enabled .channel-textarea-inner textarea { + margin-right: 45px !important; +} + +#bdbeta { + background: red; +} + +#emote-menu { + background: #36393E; + height: 0; + width: 300px; + position: absolute; + bottom: 45px; + right: 0; + border: 1px solid #000; + border-radius: 5px 0 0 0; + overflow: hidden; + visibility: hidden; + transition: all 1s; + -webkit-transition: all 1s; +} + +.emotemenu-open { + height: 450px !important; + visibility: visible !important; +} + +#emote-menu-header { + width: 100%; + height: 30px; + background-color: #36393E; +} + +.emote-menu-tab { + float: left; + width: 130px; + text-align: center; + padding: 7px; + color: #ADADAD; + background-color: #424549; + cursor: pointer; +} +.emote-menu-tab:hover { + background-color: #45484C; +} + +#emote-menu-inner, #emote-menu-inner-fav { + height: 412px; +} + +.emote-menu-tab-selected { + background-color: #36393E; +} +.emote-menu-tab-selected:hover { + background-color: #36393E; +} + +#emote-container { + padding: 10px; +} + +.emote-container { + display: inline-block; + padding: 2px; + border-radius: 5px; + width: 30px; + height: 30px; + position: relative; +} + +.emote-icon { + max-width: 100%; + max-height: 100%; + position: absolute; + margin: auto; + top: 0; + right: 0; + bottom: 0; + left: 0; + cursor: pointer; +} + +.emote-container:hover { + background: rgba(123, 123, 123, 0.37); +} + +.emoteflip, .emotespinflip { + transform: scaleX(-1); +} + +.emotespin { + animation: 1s emote-spin infinite linear; +} + +.emote1spin { + animation: 1s emote-spin-reverse infinite linear; +} + +.emotespin2 { + animation: 0.5s emote-spin infinite linear; +} + +.emote2spin { + animation: 0.5s emote-spin-reverse infinite linear; +} + +.emotespin3 { + animation: 0.2s emote-spin infinite linear; +} + +.emote3spin { + animation: 0.2s emote-spin-reverse infinite linear; +} + +.emotepulse { + animation: 1s emote-pulse infinite linear; +} + +.emotetr { + transform: translateX(-3px); +} + +.emotebl { + transform: translateY(-3px); +} + +.emotebr { + transform: translate(-3px, -3px); +} + +.emoteshake { + animation: 1s emote-shake infinite linear; +} + +.emoteflap { + transform: scaleY(-1) !important; +} + +.emoteshake2 { + animation: emote-shake2 0.3s linear infinite; +} + +.emoteshake3 { + animation: emote-shake3 0.1s linear infinite; +} + +@keyframes emote-shake2 { + 25% { + transform: translate(-1px, -1px); + } + 50% { + transform: translate(-1px, 1px); + } + 75% { + transform: translate(1px, 1px); + } + 75% { + transform: translate(1px, -1px); + } +} +@keyframes emote-shake3 { + 25% { + transform: translate(-1px, -1px); + } + 50% { + transform: translate(-1px, 1px); + } + 75% { + transform: translate(1px, 1px); + } + 75% { + transform: translate(1px, -1px); + } +} +@keyframes emote-spin { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +} +@keyframes emote-spin-reverse { + from { + transform: rotate(0deg); + } + to { + transform: rotate(-360deg); + } +} +@keyframes emote-pulse { + 0% { + -webkit-transform: scale(1, 1); + } + 50% { + -webkit-transform: scale(1.2, 1.2); + } + 100% { + -webkit-transform: scale(1, 1); + } +} +@keyframes emote-shake { + 10%, 90% { + transform: translate3d(-1px, 0, 0); + } + 20%, 80% { + transform: translate3d(2px, 0, 0); + } + 30%, 50%, 70% { + transform: translate3d(-4px, 0, 0); + } + 40%, 60% { + transform: translate3d(4px, 0, 0); + } +} +#tc-settings-panel { + position: fixed; + width: 50%; + height: 75%; + background: #2e3136; + display: block; + z-index: 9001; + margin-left: 25%; + margin-top: 5%; + border: 1px solid #000; + box-shadow: 0 0 20px 0 #000; + max-height: 800px; + min-width: 750px; +} + +#tc-settings-panel-header { + background: #36393e; + height: 60px; + border-bottom: 1px solid #000; + box-shadow: 0 1px 0 0 #4e4e4e; +} +#tc-settings-panel-header h2 { + margin: 0; + line-height: 60px; + margin-left: 10px; + color: #ADADAD; + display: inline-block; + float: left; +} +#tc-settings-panel-header span { + float: right; + display: inline; + line-height: 50px; + margin-right: 15px; + font-size: 29px; + font-weight: bold; + color: #ADADAD; +} + +#rmenu { + width: auto; + background: #505050; + position: absolute; + z-index: 999999; + display: none; + box-shadow: 0 0 2px #000; + padding: 2px; +} +#rmenu ul a { + text-decoration: none; + color: #FFF; + padding: 3px; +} + +#tc-settings-panel-body { + overflow: auto; +} +#tc-settings-panel-body ul { + overflow: auto; + position: absolute; + padding: 0; + margin-top: 0; + border-bottom: 1px solid #000; + left: 0; + right: 0; + bottom: 40px; + top: 61px; +} +#tc-settings-panel-body ul li { + padding: 15px; + color: #ADADAD; + background: #2E3136; + border-bottom: 1px solid #000; + box-shadow: 0 1px 0 #404040 inset; +} +#tc-settings-panel-body ul li:nth-child(odd) { + background: #33363B; +} +#tc-settings-panel-body ul li h2 { + display: inline; +} + +#tc-links a { + color: #FFF; +} + +#tc-settings-panel-footer { + background: #36393e; + height: 40px; + position: absolute; + bottom: 0; + right: 0; + left: 0; + border-top: 1px solid #000; + box-shadow: 0 1px 0 #505050 inset; + line-height: 40px; + padding-left: 10px; + color: #ADADAD !important; +} + +#tc-links { + float: right; + margin-right: 10px; +} + +.tc-switch { + background: #2e3136; + width: 100px; + height: 24px; + display: inline-block; + float: right; + margin: -7px; + border: 1px solid #000; + outline: 1px solid #404040; + cursor: pointer; +} +.tc-switch.disabled { + background: gray; + cursor: default; +} +.tc-switch.disabled span { + background: gray !important; +} +.tc-switch.disabled .tc-switch-on { + border-left: 1px gray !important; +} +.tc-switch span { + line-height: 24px; + display: inline-block; + width: 49px; + text-align: center; + height: 24px; +} + +.tc-switch-off { + border-right: 1px solid #000; +} + +.tc-switch-on { + border-left: 1px solid #404040; +} +.tc-switch-on.active { + background: green; + border-left: 1px solid #00AE08; +} + +.tc-switch-off.active { + background: #860606; +} + +.bd-minimal .avatar-large { + max-width: 20px; + max-height: 20px; + background-size: 100%; + margin-right: 2px; + margin-top: 0; + border-radius: 0; +} +.bd-minimal .comment { + border-left: 2px solid #EBEBEB; + padding-left: 2px; +} +.bd-minimal .theme-dark .comment { + border-left: 2px solid #303030; +} +.bd-minimal .user-name { + font-size: small; +} +.bd-minimal.bd-minimal-chan .channels-wrap { + display: none; +} +.bd-minimal .message-group { + padding: 5px; +} +.bd-minimal .embed { + padding: 2px; +} +.bd-minimal .channel-members .avatar-small { + max-width: 15px; + max-height: 15px; + background-size: 15px 15px; +} +.bd-minimal .channel-members .avatar-small .status { + height: 5px; + width: 5px; +} +.bd-minimal .channel-members .member { + padding: 5px; +} +.bd-minimal .channel-members-wrap { + min-width: 0px; +} +.bd-minimal .channel-members h2 { + margin-top: 3px; +} +.bd-minimal .account .avatar-small, .bd-minimal .account .username { + display: none; +} +.bd-minimal .channel-text a { + padding: 5px !important; + font-size: small; +} +.bd-minimal .guild-channels ul .channel-voice { + padding: 5px !important; + font-size: small; +} +.bd-minimal .guild-channels h2 { + padding: 2px; +} +.bd-minimal .guild-channels header spann { + font-size: 12px; +} +.bd-minimal .channels-wrap { + width: 160px; +} +.bd-minimal .channels-wrap .guild-channels { + padding: 0; +} +.bd-minimal .guilds li { + width: 20px; + height: 20px; + background-size: 100%; + font-size: 15px; + line-height: 20px; +} +.bd-minimal .guilds li .avatar-small { + width: 20px; + height: 20px; + background-size: 100%; + font-size: 15px; + line-height: 20px; +} +.bd-minimal .guilds li .guild-inner { + width: 20px; + height: 20px; + background-size: 100%; + font-size: 15px; + line-height: 20px; +} +.bd-minimal .guilds li .guild-inner a { + width: 20px; + height: 20px; + background-size: 100%; + font-size: 15px; + line-height: 20px; +} +.bd-minimal .guilds .friends-icon { + width: 20px; + height: 20px; + background-size: 100%; + font-size: 15px; + line-height: 20px; +} +.bd-minimal .guilds-wrapper { + width: 45px; +} +.bd-minimal .guilds li.active .guild-inner:before { + height: 20px; + margin-top: -10px; +} +.bd-minimal .guilds-add { + font-size: 20px; + line-height: 14px; +} +.bd-minimal .guilds li.audio .guild-inner:after { + width: 12px; + height: 12px; + background-size: 12px; +} + +.emotewrapper { + display: inline-block; + position: relative; +} +.emotewrapper:hover .fav { + display: block; +} + +.fav { + display: none; + position: absolute; + width: 15px; + height: 15px; + right: -7px; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAzFBMVEUAAABQUFBMTExLS0tNTU1MTExNTU1NTU1MTExMTExNTU1LS0tEREBEREBEREBEREBJSUhLS0tLS0tEREBNTU1NTU1NTU1EREArKyhNTU1NTU0AAABMTExKSklMTExNTU1NTU1NTU1KSkpMTExKSkhNTU1KSkpISEZNTU1LS0tAQDxOTk5KSkpLS0tNTU1MTExMTEx/f39MTExMTExLS0pLS0tMTExNTU1NTU1LS0pNTU1NTU1NTU1NTU1NTU1NTUxNTU1NTU1NTUxMTEzB8C/5AAAAOnRSTlMAI8X96oWAgYSF68QBAg0PMCb9BIuLgQUD4N0Bh0mKhZSOQ4gcrKscaW8QRE6fmJyjAshASceG7cIpqQOxTQAAALVJREFUGFddx6FOA0EYAOGZvd07Qm6vVCAAgUUgQEDfX/YZMAigqaFN7iC5tsmPqGPUN/AvUVeoEbGOCElJz08Uzeixqu4AqomVVSNngOVjTqDGZSl3UFtPGV2ot2zaq96YM9p5Ddzcf/nTTAlj+/sNtNu8OcwkIsbPBtrUfMQeEhGQmHbmGIFMwLPzu6UMIwBNgToshgq8Nr2ki+Oy7ebDHp70LRPWB6OZgfWLWei7fJonOOsPCGA9kVlssOoAAAAASUVORK5CYII="); + border: none; + background-size: 100% 100%; + background-repeat: no-repeat; + background-color: #303030; + border-radius: 5px; + top: -7px; + cursor: pointer; +} + +#bd-ps-container { + position: fixed; + width: 50%; + height: 75%; + background: #2e3136; + display: block; + z-index: 9001; + margin-left: 25%; + margin-top: 5%; + border: 1px solid #000; + box-shadow: 0 0 20px 0 #000; + max-height: 800px; + min-width: 750px; +} + +#bd-ps-header { + background: #36393e; + height: 60px; + border-bottom: 1px solid #000; + box-shadow: 0 1px 0 0 #4e4e4e; +} +#bd-ps-header h2 { + margin: 0; + line-height: 60px; + margin-left: 10px; + color: #ADADAD; + display: inline-block; + float: left; +} +#bd-ps-header span { + float: right; + display: inline; + line-height: 50px; + margin-right: 15px; + font-size: 29px; + font-weight: bold; + color: #ADADAD; +} + +#bd-ps-body { + position: absolute; + padding: 0; + margin-top: 0; + left: 0; + right: 0; + bottom: 0; + top: 61px; + overflow: auto; +} + +.bd-ps-server { + width: 100%; + height: 200px; +} + +.bd-ps-server-header { + height: 50px; + width: 100%; + margin-top: 1px; + background: #202020; + color: #AEAEAE; + line-height: 50px; + font-size: 20px; +} +.bd-ps-server-header span { + margin-left: 10px; +} + +.bd-ps-server-body { + padding: 5px; +} + +.bd-ps-server-icon { + width: 90px; + height: 90px; + background: #202020; + display: inline-block; +} + +.bd-ps-server-info { + position: absolute; + height: 190px; + display: inline-block; + left: 100px; + right: 5px; + color: #AEAEAE; + overflow: auto; +} + +#bd-ps-body table { + width: 100%; + margin: 0; + padding: 0; + border-color: red; + border-collapse: collapse; + text-align: left; +} +#bd-ps-body table th { + background-color: #202020; + color: #EDEDED; + height: 50px; + padding-left: 5px; +} +#bd-ps-body table tr { + margin: 0; + padding: 0; + height: 50px; + background-color: #33363B; + border-bottom: 1px solid #000; + box-shadow: 0 1px 0 #404040 inset; +} +#bd-ps-body table tr td { + padding-left: 5px; + color: #EDEDED; + min-width: 100px; +} +#bd-ps-body .description { + overflow: auto; + max-height: 60px; + word-wrap: break-word; +} +#bd-ps-body table tr:nth-child(odd) { + background-color: #2E3136; +} + +#bd-show-channels { + display: none; + width: 12px; + height: 18px; + background: #2e3136; + position: absolute; + left: 33px; + top: 79px; + text-align: left !important; + padding: 0px !important; + padding-left: 3px !important; + color: #EBEBEB; +} + +.bd-minimal-chan #bd-show-channels { + display: block !important; +} + +.tipsy { + z-index: 9000000001 !important; + position: absolute; + padding: 5px; + display: block; + visibility: visible; + opacity: 0.8; +} + +.tipsy-arrow { + position: absolute; + width: 0; + height: 0; + border: 5px solid transparent; + bottom: 0; + right: 10px; + border-bottom: none; + border-top-color: black; +} + +.tipsy-inner { + background-color: black; + color: white; + max-width: 300px; + padding: 5px 8px 4px; + text-align: center; + overflow: hidden !important; + text-overflow: ellipsis; +} + +#bd-psd-container { + position: fixed; + width: 50%; + height: 75%; + display: block; + margin-left: 25%; + margin-top: 5%; + box-shadow: 0 0 20px 0 #000; + background: #2E3135; + border: 1px solid #25282C; + min-width: 750px; + min-height: 800px; +} + +#bd-psd-header { + width: 100%; + height: 40px; + border-bottom: 1px solid #25282C; + line-height: 40px; + color: #ADADAD; +} +#bd-psd-header span { + margin-left: 10px; +} + +#bd-psd-body { + height: 100%; + width: 100%; +} + +#bd-psd-table { + width: 100%; + margin: 0; + padding: 0; + text-align: left; + color: #ADADAD; +} +#bd-psd-table thead th { + background: #1D1D1D; + padding: 5px; +} +#bd-psd-table tbody td { + padding: 5px; +} +#bd-psd-table tbody tr { + background: #292C30; +} +#bd-psd-table tbody tr:nth-child(odd) { + background: #2E3135; +} +#bd-psd-table button { + background: #292C30; + border: 1px solid #1D1D1D; + width: 60px; + height: 30px; + color: #ADADAD; + cursor: pointer; +} +#bd-psd-table button:hover { + background: #2E3135; +} + +#bd-psd-header a { + float: right; + margin-right: 10px; + font-size: 30px; + color: #ADADAD; + text-decoration: none; + margin-top: -7px; +} + +.bd-g-table { + text-align: left; + width: 520px; + white-space: nowrap; +} +.bd-g-table thead th { + background: #EBEBEB !important; + color: #87909c !important; + padding: 5px !important; +} +.bd-g-table tbody tr { + background: #E0E0E0 !important; +} +.bd-g-table tbody tr:nth-child(odd) { + background: #ECECEC !important; +} +.bd-g-table tbody td { + color: #87909c !important; + padding: 5px !important; + font-size: small; +} +.bd-g-table textarea { + width: 100% !important; + background: #E0E0E0 !important; + border: none !important; + resize: none !important; + font-size: small !important; + margin: 0 !important; + padding: 0 !important; +} +.bd-g-table input { + margin: 0 !important; + padding: 0 !important; +} + +.message-group.compact .message .markup .message-content { + text-indent: 0; +} + +.bd-psb { + background-image: url("data:image/png;base64,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"); + width: 25px; + height: 25px; + background-color: transparent; + background-size: 100%; +} + +.bd-psm { + position: fixed; + pointer-events: auto; + width: 490px; + height: 460px; + background-color: white; + z-index: 900000; + margin: auto; + right: 0; + left: 170px; + top: -60px; + bottom: 0; + box-shadow: 0 0 10px 5px rgba(193, 193, 193, 0.75); + border: 1px solid #EBEBEB; +} + +.bd-alert { + position: absolute; + width: 600px; + height: 200px; + left: 0; + right: 0; + top: 300px; + background-color: #2E3136; + margin: auto; + border: 1px solid #323232; + box-shadow: 0 0 5px 3px rgba(30, 30, 30, 0.5); + color: #EBEBEB; +} + +.bd-alert-header { + height: 25px; + background: #36393E; +} +.bd-alert-header span { + line-height: 25px; + margin-left: 5px; +} + +.bd-alert-closebtn { + cursor: pointer; + float: right; + margin-right: 5px; + margin-top: 2px; +} +.bd-alert-closebtn:hover { + color: #ADADAD; +} + +.bd-alert-body { + height: 178px; +} +.bd-alert-body a { + color: #FFF !important; +} +.bd-alert-body .scroller-wrap { + height: 178px; +} +.bd-alert-body .scroller-wrap .scroller { + padding: 5px; + word-wrap: break-word; +} + +.channel-textarea-inner textarea { + margin-right: 40px; +} + +.servericon { + width: 64px; + display: inline-block; + background-size: 100% auto; + height: 64px; +} + +.serverinfo { + display: inline-block; +} + +#pubs-container { + width: 800px; + position: fixed; + top: 50%; + left: 50%; + margin-top: -284.5px; + margin-left: -400px; + background: #FFF; + z-index: 9000000; +} +#pubs-container .scroller-wrap { + height: 500px; +} + +#pubs-header { + background: #7289da; + padding: 5px 12px 5px 5px; +} +#pubs-header h2 { + display: inline-block; + font-weight: 600; + color: #FFF; +} +#pubs-header input, #pubs-header button { + float: right; +} +#pubs-header input { + border: none; + height: 30px; + width: 100px; + color: #555; + background-color: #fff; + -webkit-transition: width 1s ease-in-out; + -moz-transition: width 1s ease-in-out; + -o-transition: width 1s ease-in-out; + transition: width 1s ease-in-out; +} +#pubs-header input:focus { + width: 300px; +} +#pubs-header button { + height: 32px; + background-color: #f9f9f9; + color: #949494; +} + +#pubs-footer { + height: 25px; + line-height: 25px; + background: #7289da; +} +#pubs-footer div { + float: right; + margin-right: 5px; + font-weight: 600px; + color: #FFF; +} +#pubs-footer a { + color: #FFF; + text-decoration: none; + font-weight: 800; +} + +.server-row { + padding: 5px; + display: flex; + background-color: #FFF; +} +.server-row:nth-child(odd) { + background-color: #F3F3F3; +} + +.server-icon { + width: 64px; + height: 64px; + background-size: 100% auto; +} + +.server-info { + display: flex; + flex-flow: column; + line-height: 64px; + margin-left: 20px; +} +.server-info span { + font-size: 16px; + color: #000; + font-weight: 600; +} +.server-info a { + color: #4056a2; + text-decoration: none; + font-weight: 800; + margin-left: 5px; +} +.server-info button { + width: 90px; + height: 48px; + margin-top: 8px; + background-color: #738bd7; + color: #fff; + font-size: 19px; +} +.server-info button:hover { + background-color: #697ec4; +} + +.server-name { + flex-grow: 100; +} +.server-name span { + overflow: hidden; + text-overflow: ellipsis; + max-width: 300px; + white-space: nowrap; +} + +.server-region { + min-width: 85px; +} + +#pubs-spinner { + position: fixed; + top: 50%; + left: 50%; + margin-left: -16px; + margin-top: -16px; +} + +#pubs-container .scroller::-webkit-scrollbar-track-piece, #pubs-container .scroller::-webkit-scrollbar-thumb { + border-radius: 0; +} + +.bd-hide-bd .callout-backdrop { + display: none; +} + +.bd-detached-editor .app { + width: 70%; +} + +#bd-customcss-detach-container { + position: absolute; + width: 30%; + top: 0; + right: 0; + bottom: 0; + padding-top: 58px; + background-color: #36393e; +} + +#bd-customcss-detach-editor { + height: calc(100% - 87px); +} +#bd-customcss-detach-editor #bd-customcss-innerpane, #bd-customcss-detach-editor .CodeMirror { + height: 100%; +} + +#bd-customcss-detach-controls { + background: #E8E8E8; + border-top: 1px solid #ADADAD; + -webkit-box-shadow: inset 0px 1px 0px 0px white; + height: 100%; + padding: 5px; +} +#bd-customcss-detach-controls .checkbox-group li { + margin-top: 5px; + display: inline-block; +} +#bd-customcss-detach-controls button { + width: 90px; + height: 30px; + margin-top: 8px; + background-color: #738bd7; + color: #fff; + font-size: 19px; +} + +#bd-customcss-detach-controls-buttons { + bottom: 5px; +} + +#editor-detached { + margin-top: 50px; +} +#editor-detached h3 { + text-align: center; + font-size: 30px; +} +#editor-detached .btn { + left: 50%; + margin-left: -100px; + margin-top: 10px; + width: 200px; + height: 60px; +} + +#bd-customcss-attach-controls { + background: #E8E8E8; + border: 1px solid #FFF; + border-top: 1px solid #ADADAD; + -webkit-box-shadow: inset 0px 1px 0px 0px white; + height: 100%; + padding: 5px; + height: 75px; +} +#bd-customcss-attach-controls .checkbox-group { + margin-bottom: 0; +} +#bd-customcss-attach-controls .checkbox-group li { + margin-top: 5px; + display: inline-block; +} +#bd-customcss-attach-controls button { + margin: 0; + width: 100px; +} + +#bd-customcss-detach-container #bd-customcss-detach-controls-buttons button { + width: 90px; + height: 30px; + margin-top: 8px; + background-color: #738bd7; + color: #fff; + font-size: 19px; +} + +.emoji-picker { + box-shadow: none; + border-top: none; + border-radius: 0 0 5px 5px; +} + +#bda-qem { + border-radius: 5px 5px 0 0; + background: #FFF; + border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; + height: 30px; + display: flex; + flex-direction: row; + padding-right: 1px !important; +} +#bda-qem button { + border-left: 1px solid #EFEFEF; + background: transparent; + box-shadow: #CECECE 1px 0 0 0; + flex-grow: 1; +} +#bda-qem button:hover { + background: #ECECEC; +} + +#bda-qem-twitch { + border-radius: 5px 0 0 0; + order: 2; +} + +#bda-qem-emojis { + border-radius: 0 5px 0 0; + order: 3; +} + +#bda-qem-favourite { + order: 3; +} + +#bda-qem button.active { + background-color: #E2E2E2; +} + +#bda-qem-twitch-container, #bda-qem-favourite-container { + width: 346px; + height: 327px; + background-color: #FFF; + border-radius: 0 0 5px 5px; +} + +#bda-qem-twitch-container .scroller-wrap, #bda-qem-favourite-container .scroller-wrap { + height: 100%; +} + +.emote-menu-inner { + padding: 5px 0 0 15px; +} + +#rmenu { + left: 25px; + display: block !important; + cursor: pointer; + color: #FFF; + position: fixed; +} + +.bda-qme-hidden #bda-qem-emojis { + display: none; +} + +.bda-dark #bda-qem-favourite-container, .bda-dark #bda-qem-twitch-container { + background-color: #353535; +} +.bda-dark #bda-qem { + border-bottom: 1px solid #464646 !important; + background: #353535; +} +.bda-dark #bda-qem button { + background: #353535; + border-left: 1px solid #242424; + box-shadow: #424242 1px 0 0 0; + color: #FFF; +} +.bda-dark #bda-qem button.active { + background-color: #292929; +} +.bda-dark #bda-qem button:hover { + background-color: #303030; +} +.bda-dark #bda-qem-favourite-container, .bda-dark #bda-qem-twitch-container { + background-color: #353535; +} +.bda-dark .emoji-picker { + background-color: #353535; +} +.bda-dark .emoji-picker .category { + background-color: #353535; +} +.bda-dark .emoji-picker .header .search-bar { + background-color: #2B2B2B; +} +.bda-dark .emoji-picker .search-bar input { + color: #FFF; +} +.bda-dark .emoji-picker .search-bar input::-webkit-input-placeholder { + color: #FFF; +} +.bda-dark .emoji-picker .scroller .emoji-item.selected { + background: rgba(123, 123, 123, 0.37); +} +.bda-dark .emoji-picker .dimmer.visible { + background-color: rgba(62, 62, 62, 0.65); +} +.bda-dark .emoji-picker .diversity-selector .popout { + background: #353535; + border-color: #202020; +} +.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar, .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track, .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track-piece { + background-color: #303030 !important; + border-color: #303030 !important; +} +.bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar, .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track, .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track-piece { + background-color: #303030 !important; + border-color: #303030 !important; +} +.bda-dark .emoji-picker .scroller::-webkit-scrollbar, .bda-dark .emoji-picker .scroller::-webkit-scrollbar-track, .bda-dark .emoji-picker .scroller::-webkit-scrollbar-track-piece { + background-color: #303030 !important; + border-color: #303030 !important; +} +.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb, .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb, .bda-dark .emoji-picker .scroller::-webkit-scrollbar-thumb { + border-color: #202020 !important; + background-color: #202020 !important; +} + +/*# sourceMappingURL=main.css.map */ diff --git a/dev/css/main.css.map b/dev/css/main.css.map new file mode 100644 index 0000000..9618e5a --- /dev/null +++ b/dev/css/main.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "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", +"sources": ["main.sass"], +"names": [], +"file": "main.css" +} diff --git a/dev/css/main.sass b/dev/css/main.sass new file mode 100644 index 0000000..58cf23d --- /dev/null +++ b/dev/css/main.sass @@ -0,0 +1,1063 @@ +#custom-css-ta + background: #D8D8D8 + height: 200px + font-family: "Consolas" + +.spoiler + color: transparent !important + img + display: none + &:before + content: "Spoiler" + display: block + background: #1D1D1D + color: #ADADAD !important + min-height: 30px + text-align: center + line-height: 100% + font-family: "Consolas" + padding-top: 5px + +.emotemenu-enabled .channel-textarea-inner textarea + margin-right: 45px !important + +#bdbeta + background: red + +#emote-menu + background: #36393E + height: 0 + width: 300px + position: absolute + bottom: 45px + right: 0 + border: 1px solid #000 + border-radius: 5px 0 0 0 + overflow: hidden + visibility: hidden + transition: all 1s + -webkit-transition: all 1s + +.emotemenu-open + height: 450px !important + visibility: visible !important + +#emote-menu-header + width: 100% + height: 30px + background-color: #36393E + +.emote-menu-tab + float: left + width: 130px + text-align: center + padding: 7px + color: #ADADAD + background-color: #424549 + cursor: pointer + &:hover + background-color: #45484C + +#emote-menu-inner, #emote-menu-inner-fav + height: 412px + +.emote-menu-tab-selected + background-color: #36393E + &:hover + background-color: #36393E + +#emote-container + padding: 10px + +.emote-container + display: inline-block + padding: 2px + border-radius: 5px + width: 30px + height: 30px + position: relative + +.emote-icon + max-width: 100% + max-height: 100% + position: absolute + margin: auto + top: 0 + right: 0 + bottom: 0 + left: 0 + cursor: pointer + +.emote-container:hover + background: rgba(123, 123, 123, 0.37) + +.emoteflip, .emotespinflip + transform: scaleX(-1) + +.emotespin + animation: 1s emote-spin infinite linear + +.emote1spin + animation: 1s emote-spin-reverse infinite linear + +.emotespin2 + animation: 0.5s emote-spin infinite linear + +.emote2spin + animation: 0.5s emote-spin-reverse infinite linear + +.emotespin3 + animation: 0.2s emote-spin infinite linear + +.emote3spin + animation: 0.2s emote-spin-reverse infinite linear + +.emotepulse + animation: 1s emote-pulse infinite linear + +.emotetr + transform: translateX(-3px) + +.emotebl + transform: translateY(-3px) + +.emotebr + transform: translate(-3px, -3px) + +.emoteshake + animation: 1s emote-shake infinite linear + +.emoteflap + transform: scaleY(-1) !important + +.emoteshake2 + animation: emote-shake2 0.3s linear infinite + +.emoteshake3 + animation: emote-shake3 0.1s linear infinite + +@keyframes emote-shake2 + 25% + transform: translate(-1px, -1px) + + 50% + transform: translate(-1px, 1px) + + 75% + transform: translate(1px, 1px) + + 75% + transform: translate(1px, -1px) + + +@keyframes emote-shake3 + 25% + transform: translate(-1px, -1px) + + 50% + transform: translate(-1px, 1px) + + 75% + transform: translate(1px, 1px) + + 75% + transform: translate(1px, -1px) + + +@keyframes emote-spin + from + transform: rotate(0deg) + + to + transform: rotate(360deg) + + +@keyframes emote-spin-reverse + from + transform: rotate(0deg) + + to + transform: rotate(-360deg) + + +@keyframes emote-pulse + 0% + -webkit-transform: scale(1, 1) + + 50% + -webkit-transform: scale(1.2, 1.2) + + 100% + -webkit-transform: scale(1, 1) + + +@keyframes emote-shake + 10%, 90% + transform: translate3d(-1px, 0, 0) + + 20%, 80% + transform: translate3d(2px, 0, 0) + + 30%, 50%, 70% + transform: translate3d(-4px, 0, 0) + + 40%, 60% + transform: translate3d(4px, 0, 0) + + +#tc-settings-panel + position: fixed + width: 50% + height: 75% + background: rgb(46, 49, 54) + display: block + z-index: 9001 + margin-left: 25% + margin-top: 5% + border: 1px solid #000 + box-shadow: 0 0 20px 0 #000 + max-height: 800px + min-width: 750px + +#tc-settings-panel-header + background: rgb(54, 57, 62) + height: 60px + border-bottom: 1px solid #000 + box-shadow: 0 1px 0 0 rgb(78, 78, 78) + h2 + margin: 0 + line-height: 60px + margin-left: 10px + color: #ADADAD + display: inline-block + float: left + span + float: right + display: inline + line-height: 50px + margin-right: 15px + font-size: 29px + font-weight: bold + color: #ADADAD + +#rmenu + width: auto + background: #505050 + position: absolute + z-index: 999999 + display: none + box-shadow: 0 0 2px #000 + padding: 2px + ul a + text-decoration: none + color: #FFF + padding: 3px + +#tc-settings-panel-body + overflow: auto + ul + overflow: auto + position: absolute + padding: 0 + margin-top: 0 + border-bottom: 1px solid #000 + left: 0 + right: 0 + bottom: 40px + top: 61px + li + padding: 15px + color: #ADADAD + background: #2E3136 + border-bottom: 1px solid #000 + box-shadow: 0 1px 0 #404040 inset + &:nth-child(odd) + background: #33363B + h2 + display: inline + +#tc-links a + color: #FFF + +#tc-settings-panel-footer + background: rgb(54, 57, 62) + height: 40px + position: absolute + bottom: 0 + right: 0 + left: 0 + border-top: 1px solid #000 + box-shadow: 0 1px 0 #505050 inset + line-height: 40px + padding-left: 10px + color: #ADADAD !important + +#tc-links + float: right + margin-right: 10px + +.tc-switch + background: rgb(46, 49, 54) + width: 100px + height: 24px + display: inline-block + float: right + margin: -7px + border: 1px solid #000 + outline: 1px solid #404040 + cursor: pointer + &.disabled + background: gray + cursor: default + span + background: gray !important + .tc-switch-on + border-left: 1px gray !important + span + line-height: 24px + display: inline-block + width: 49px + text-align: center + height: 24px + +.tc-switch-off + border-right: 1px solid #000 + +.tc-switch-on + border-left: 1px solid #404040 + &.active + background: green + border-left: 1px solid #00AE08 + +.tc-switch-off.active + background: #860606 + +.bd-minimal + .avatar-large + max-width: 20px + max-height: 20px + background-size: 100% + margin-right: 2px + margin-top: 0 + border-radius: 0 + .comment + border-left: 2px solid #EBEBEB + padding-left: 2px + .theme-dark .comment + border-left: 2px solid #303030 + .user-name + font-size: small + &.bd-minimal-chan .channels-wrap + display: none + .message-group + padding: 5px + .embed + padding: 2px + .channel-members + .avatar-small + max-width: 15px + max-height: 15px + background-size: 15px 15px + .status + height: 5px + width: 5px + .member + padding: 5px + .channel-members-wrap + min-width: 0px + .channel-members h2 + margin-top: 3px + .account + .avatar-small, .username + display: none + .channel-text a + padding: 5px !important + font-size: small + .guild-channels + ul .channel-voice + padding: 5px !important + font-size: small + h2 + padding: 2px + header spann + font-size: 12px + .channels-wrap + width: 160px + .guild-channels + padding: 0 + .guilds + li + .avatar-small + width: 20px + height: 20px + background-size: 100% + font-size: 15px + line-height: 20px + width: 20px + height: 20px + background-size: 100% + font-size: 15px + line-height: 20px + .guild-inner + width: 20px + height: 20px + background-size: 100% + font-size: 15px + line-height: 20px + a + width: 20px + height: 20px + background-size: 100% + font-size: 15px + line-height: 20px + .friends-icon + width: 20px + height: 20px + background-size: 100% + font-size: 15px + line-height: 20px + .guilds-wrapper + width: 45px + .guilds li.active .guild-inner:before + height: 20px + margin-top: -10px + .guilds-add + font-size: 20px + line-height: 14px + .guilds li.audio .guild-inner:after + width: 12px + height: 12px + background-size: 12px + +.emotewrapper + display: inline-block + position: relative + &:hover .fav + display: block + +.fav + display: none + position: absolute + width: 15px + height: 15px + right: -7px + background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAzFBMVEUAAABQUFBMTExLS0tNTU1MTExNTU1NTU1MTExMTExNTU1LS0tEREBEREBEREBEREBJSUhLS0tLS0tEREBNTU1NTU1NTU1EREArKyhNTU1NTU0AAABMTExKSklMTExNTU1NTU1NTU1KSkpMTExKSkhNTU1KSkpISEZNTU1LS0tAQDxOTk5KSkpLS0tNTU1MTExMTEx/f39MTExMTExLS0pLS0tMTExNTU1NTU1LS0pNTU1NTU1NTU1NTU1NTU1NTUxNTU1NTU1NTUxMTEzB8C/5AAAAOnRSTlMAI8X96oWAgYSF68QBAg0PMCb9BIuLgQUD4N0Bh0mKhZSOQ4gcrKscaW8QRE6fmJyjAshASceG7cIpqQOxTQAAALVJREFUGFddx6FOA0EYAOGZvd07Qm6vVCAAgUUgQEDfX/YZMAigqaFN7iC5tsmPqGPUN/AvUVeoEbGOCElJz08Uzeixqu4AqomVVSNngOVjTqDGZSl3UFtPGV2ot2zaq96YM9p5Ddzcf/nTTAlj+/sNtNu8OcwkIsbPBtrUfMQeEhGQmHbmGIFMwLPzu6UMIwBNgToshgq8Nr2ki+Oy7ebDHp70LRPWB6OZgfWLWei7fJonOOsPCGA9kVlssOoAAAAASUVORK5CYII=') + border: none + background-size: 100% 100% + background-repeat: no-repeat + background-color: #303030 + border-radius: 5px + top: -7px + cursor: pointer + +#bd-ps-container + position: fixed + width: 50% + height: 75% + background: rgb(46, 49, 54) + display: block + z-index: 9001 + margin-left: 25% + margin-top: 5% + border: 1px solid #000 + box-shadow: 0 0 20px 0 #000 + max-height: 800px + min-width: 750px + +#bd-ps-header + background: rgb(54, 57, 62) + height: 60px + border-bottom: 1px solid #000 + box-shadow: 0 1px 0 0 rgb(78, 78, 78) + h2 + margin: 0 + line-height: 60px + margin-left: 10px + color: #ADADAD + display: inline-block + float: left + span + float: right + display: inline + line-height: 50px + margin-right: 15px + font-size: 29px + font-weight: bold + color: #ADADAD + +#bd-ps-body + position: absolute + padding: 0 + margin-top: 0 + left: 0 + right: 0 + bottom: 0 + top: 61px + overflow: auto + +.bd-ps-server + width: 100% + height: 200px + +.bd-ps-server-header + height: 50px + width: 100% + margin-top: 1px + background: #202020 + color: #AEAEAE + line-height: 50px + font-size: 20px + span + margin-left: 10px + +.bd-ps-server-body + padding: 5px + +.bd-ps-server-icon + width: 90px + height: 90px + background: #202020 + display: inline-block + +.bd-ps-server-info + position: absolute + height: 190px + display: inline-block + left: 100px + right: 5px + color: #AEAEAE + overflow: auto + +#bd-ps-body + table + width: 100% + margin: 0 + padding: 0 + border-color: red + border-collapse: collapse + text-align: left + th + background-color: #202020 + color: #EDEDED + height: 50px + padding-left: 5px + tr + margin: 0 + padding: 0 + height: 50px + background-color: #33363B + border-bottom: 1px solid #000 + box-shadow: 0 1px 0 #404040 inset + td + padding-left: 5px + color: #EDEDED + min-width: 100px + .description + overflow: auto + max-height: 60px + word-wrap: break-word + table tr:nth-child(odd) + background-color: #2E3136 + +#bd-show-channels + display: none + width: 12px + height: 18px + background: #2e3136 + position: absolute + left: 33px + top: 79px + text-align: left !important + padding: 0px !important + padding-left: 3px !important + color: #EBEBEB + +.bd-minimal-chan #bd-show-channels + display: block !important + +.tipsy + z-index: 9000000001 !important + position: absolute + padding: 5px + display: block + visibility: visible + opacity: 0.8 + +.tipsy-arrow + position: absolute + width: 0 + height: 0 + border: 5px solid transparent + bottom: 0 + right: 10px + border-bottom: none + border-top-color: black + +.tipsy-inner + background-color: black + color: white + max-width: 300px + padding: 5px 8px 4px + text-align: center + overflow: hidden !important + text-overflow: ellipsis + +#bd-psd-container + position: fixed + width: 50% + height: 75% + display: block + margin-left: 25% + margin-top: 5% + box-shadow: 0 0 20px 0 #000 + background: #2E3135 + border: 1px solid #25282C + min-width: 750px + min-height: 800px + +#bd-psd-header + width: 100% + height: 40px + border-bottom: 1px solid #25282C + line-height: 40px + color: #ADADAD + span + margin-left: 10px + +#bd-psd-body + height: 100% + width: 100% + +#bd-psd-table + width: 100% + margin: 0 + padding: 0 + text-align: left + color: #ADADAD + thead th + background: #1D1D1D + padding: 5px + tbody + td + padding: 5px + tr + background: #292C30 + &:nth-child(odd) + background: #2E3135 + button + background: #292C30 + border: 1px solid #1D1D1D + width: 60px + height: 30px + color: #ADADAD + cursor: pointer + &:hover + background: #2E3135 + +#bd-psd-header a + float: right + margin-right: 10px + font-size: 30px + color: #ADADAD + text-decoration: none + margin-top: -7px + +.bd-g-table + text-align: left + width: 520px + white-space: nowrap + thead th + background: #EBEBEB !important + color: #87909c !important + padding: 5px !important + tbody + tr + background: #E0E0E0 !important + &:nth-child(odd) + background: #ECECEC !important + td + color: #87909c !important + padding: 5px !important + font-size: small + textarea + width: 100% !important + background: #E0E0E0 !important + border: none !important + resize: none !important + font-size: small !important + margin: 0 !important + padding: 0 !important + input + margin: 0 !important + padding: 0 !important + +.message-group.compact .message .markup .message-content + text-indent: 0 + +.bd-psb + background-image: url('data:image/png;base64,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') + width: 25px + height: 25px + background-color: transparent + background-size: 100% + +.bd-psm + position: fixed + pointer-events: auto + width: 490px + height: 460px + background-color: white + z-index: 900000 + margin: auto + right: 0 + left: 170px + top: -60px + bottom: 0 + box-shadow: 0 0 10px 5px rgba(193, 193, 193, 0.75) + border: 1px solid #EBEBEB + +.bd-alert + position: absolute + width: 600px + height: 200px + left: 0 + right: 0 + top: 300px + background-color: #2E3136 + margin: auto + border: 1px solid #323232 + box-shadow: 0 0 5px 3px rgba(30, 30, 30, 0.5) + color: #EBEBEB + +.bd-alert-header + height: 25px + background: #36393E + span + line-height: 25px + margin-left: 5px + +.bd-alert-closebtn + cursor: pointer + float: right + margin-right: 5px + margin-top: 2px + &:hover + color: #ADADAD + +.bd-alert-body + height: 178px + a + color: #FFF !important + .scroller-wrap + height: 178px + .scroller + padding: 5px + word-wrap: break-word + +.channel-textarea-inner textarea + margin-right: 40px + +.servericon + width: 64px + display: inline-block + background-size: 100% auto + height: 64px + +.serverinfo + display: inline-block + +#pubs-container + width: 800px + position: fixed + top: 50% + left: 50% + margin-top: -284.5px + margin-left: -400px + background: #FFF + z-index: 9000000 + .scroller-wrap + height: 500px + +#pubs-header + background: #7289da + padding: 5px 12px 5px 5px + h2 + display: inline-block + font-weight: 600 + color: #FFF + input, button + float: right + input + border: none + height: 30px + width: 100px + color: #555 + background-color: #fff + -webkit-transition: width 1s ease-in-out + -moz-transition: width 1s ease-in-out + -o-transition: width 1s ease-in-out + transition: width 1s ease-in-out + &:focus + width: 300px + button + height: 32px + background-color: #f9f9f9 + color: #949494 + +#pubs-footer + height: 25px + line-height: 25px + background: #7289da + div + float: right + margin-right: 5px + font-weight: 600px + color: #FFF + a + color: #FFF + text-decoration: none + font-weight: 800 + +.server-row + padding: 5px + display: flex + background-color: #FFF + &:nth-child(odd) + background-color: #F3F3F3 + +.server-icon + width: 64px + height: 64px + background-size: 100% auto + +.server-info + display: flex + flex-flow: column + line-height: 64px + margin-left: 20px + span + font-size: 16px + color: #000 + font-weight: 600 + a + color: #4056a2 + text-decoration: none + font-weight: 800 + margin-left: 5px + button + width: 90px + height: 48px + margin-top: 8px + background-color: #738bd7 + color: #fff + font-size: 19px + &:hover + background-color: #697ec4 + +.server-name + flex-grow: 100 + span + overflow: hidden + text-overflow: ellipsis + max-width: 300px + white-space: nowrap + +.server-members + +.server-region + min-width: 85px + +#pubs-spinner + position: fixed + top: 50% + left: 50% + margin-left: -16px + margin-top: -16px + +#pubs-container .scroller + &::-webkit-scrollbar-track-piece, &::-webkit-scrollbar-thumb + border-radius: 0 + +.bd-hide-bd .callout-backdrop + display: none + +.bd-detached-editor .app + width: 70% + +#bd-customcss-detach-container + position: absolute + width: 30% + top: 0 + right: 0 + bottom: 0 + padding-top: 58px + background-color: #36393e + +#bd-customcss-detach-editor + height: calc(100% - 87px) + #bd-customcss-innerpane, .CodeMirror + height: 100% + +#bd-customcss-detach-controls + background: #E8E8E8 + border-top: 1px solid #ADADAD + -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1) + height: 100% + padding: 5px + .checkbox-group li + margin-top: 5px + display: inline-block + button + width: 90px + height: 30px + margin-top: 8px + background-color: #738bd7 + color: #fff + font-size: 19px + +#bd-customcss-detach-controls-buttons + bottom: 5px + +#editor-detached + margin-top: 50px + h3 + text-align: center + font-size: 30px + .btn + left: 50% + margin-left: -100px + margin-top: 10px + width: 200px + height: 60px + +#bd-customcss-attach-controls + background: #E8E8E8 + border: 1px solid #FFF + border-top: 1px solid #ADADAD + -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1) + height: 100% + padding: 5px + height: 75px + .checkbox-group + li + margin-top: 5px + display: inline-block + margin-bottom: 0 + button + margin: 0 + width: 100px + +#bd-customcss-detach-container #bd-customcss-detach-controls-buttons button + width: 90px + height: 30px + margin-top: 8px + background-color: #738bd7 + color: #fff + font-size: 19px + +.emoji-picker + box-shadow: none + border-top: none + border-radius: 0 0 5px 5px + +#bda-qem + border-radius: 5px 5px 0 0 + background: #FFF + border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important + height: 30px + display: flex + flex-direction: row + padding-right: 1px !important + button + border-left: 1px solid #EFEFEF + background: transparent + box-shadow: #CECECE 1px 0 0 0 + flex-grow: 1 + &:hover + background: #ECECEC + +#bda-qem-twitch + border-radius: 5px 0 0 0 + order: 2 + +#bda-qem-emojis + border-radius: 0 5px 0 0 + order: 3 + +#bda-qem-favourite + order: 3 + +#bda-qem button.active + background-color: #E2E2E2 + +#bda-qem-twitch-container, #bda-qem-favourite-container + width: 346px + height: 327px + background-color: #FFF + border-radius: 0 0 5px 5px + +#bda-qem-twitch-container .scroller-wrap, #bda-qem-favourite-container .scroller-wrap + height: 100% + +.emote-menu-inner + padding: 5px 0 0 15px + +#rmenu + left: 25px + display: block !important + cursor: pointer + color: #FFF + position: fixed + +.bda-qme-hidden #bda-qem-emojis + display: none + +.bda-dark + #bda-qem-favourite-container, #bda-qem-twitch-container + background-color: #353535 + #bda-qem + button + background: #353535 + border-left: 1px solid #242424 + box-shadow: #424242 1px 0 0 0 + color: #FFF + &.active + background-color: #292929 + &:hover + background-color: #303030 + border-bottom: 1px solid #464646 !important + background: #353535 + #bda-qem-favourite-container, #bda-qem-twitch-container + background-color: #353535 + .emoji-picker + background-color: #353535 + .category + background-color: #353535 + .header .search-bar + background-color: #2B2B2B + .search-bar input + color: #FFF + &::-webkit-input-placeholder + color: #FFF + .scroller .emoji-item.selected + background: rgba(123, 123, 123, 0.37) + .dimmer.visible + background-color: rgba(62, 62, 62, 0.65) + .diversity-selector .popout + background: #353535 + border-color: #202020 + #bda-qem-twitch-container .scroller + &::-webkit-scrollbar, &::-webkit-scrollbar-track, &::-webkit-scrollbar-track-piece + background-color: #303030 !important + border-color: #303030 !important + #bda-qem-favourite-container .scroller + &::-webkit-scrollbar, &::-webkit-scrollbar-track, &::-webkit-scrollbar-track-piece + background-color: #303030 !important + border-color: #303030 !important + .emoji-picker .scroller + &::-webkit-scrollbar, &::-webkit-scrollbar-track, &::-webkit-scrollbar-track-piece + background-color: #303030 !important + border-color: #303030 !important + #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb, #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb, .emoji-picker .scroller::-webkit-scrollbar-thumb + border-color: #202020 !important + background-color: #202020 !important \ No newline at end of file diff --git a/js/bdapi.js b/dev/js/bdapi.js similarity index 100% rename from js/bdapi.js rename to dev/js/bdapi.js diff --git a/js/core.js b/dev/js/core.js similarity index 100% rename from js/core.js rename to dev/js/core.js diff --git a/js/csseditor.js b/dev/js/csseditor.js similarity index 100% rename from js/csseditor.js rename to dev/js/csseditor.js diff --git a/js/devmain.js b/dev/js/devmain.js similarity index 100% rename from js/devmain.js rename to dev/js/devmain.js diff --git a/js/emotemodule.js b/dev/js/emotemodule.js similarity index 100% rename from js/emotemodule.js rename to dev/js/emotemodule.js diff --git a/js/pluginmodule.js b/dev/js/pluginmodule.js similarity index 100% rename from js/pluginmodule.js rename to dev/js/pluginmodule.js diff --git a/js/publicservers.js b/dev/js/publicservers.js similarity index 100% rename from js/publicservers.js rename to dev/js/publicservers.js diff --git a/js/quickemotemenu.js b/dev/js/quickemotemenu.js similarity index 100% rename from js/quickemotemenu.js rename to dev/js/quickemotemenu.js diff --git a/js/settingspanel.js b/dev/js/settingspanel.js similarity index 100% rename from js/settingspanel.js rename to dev/js/settingspanel.js diff --git a/js/socket.js b/dev/js/socket.js similarity index 100% rename from js/socket.js rename to dev/js/socket.js diff --git a/js/thememodule.js b/dev/js/thememodule.js similarity index 100% rename from js/thememodule.js rename to dev/js/thememodule.js diff --git a/js/utils.js b/dev/js/utils.js similarity index 100% rename from js/utils.js rename to dev/js/utils.js diff --git a/js/voicemode.js b/dev/js/voicemode.js similarity index 100% rename from js/voicemode.js rename to dev/js/voicemode.js