diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-11 07:19:19 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-11 07:19:19 +0300 |
| commit | 21c4be884d6c278b5dac67960ed459a6dd2630a2 (patch) | |
| tree | 7f4796466245870ecc41153974341a21eb46ed59 /res/css | |
| parent | 43d38010b20ca15c1aa909a578afeb5edd8c8bd3 (diff) | |
Clean up
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/cytube.css | 414 | ||||
| -rw-r--r-- | res/css/des.css | 412 |
2 files changed, 16 insertions, 810 deletions
diff --git a/res/css/cytube.css b/res/css/cytube.css index f85b66a..cf54118 100644 --- a/res/css/cytube.css +++ b/res/css/cytube.css @@ -5,18 +5,6 @@ margin-right: auto; } -#loginform > .form-group { - margin-right: 5px; -} - -.center { - text-align: center; -} - -.messagebox > p { - margin-top: 20px; -} - .vertical-spacer { margin-top: 10px; } @@ -61,7 +49,7 @@ color: white; } -.linewrap, .linewrap code { +.linewrap { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ @@ -69,18 +57,10 @@ word-wrap: break-word; /* Internet Explorer 5.5+ */ } -#from-url, #from-search { - margin-top: 3px; -} - .clear { clear: both; } -.chat-name { - font-weight: bold; -} - #customembed > .input-group { margin-top: 5px; } @@ -89,7 +69,7 @@ padding-left: 5px; } -#chatheader > p, #currenttitle { +#currenttitle { margin: 0; } @@ -121,17 +101,6 @@ cursor: pointer; } -.embed-responsive-chat { - padding-bottom: 78.75%; -} - -#userpl_list { - list-style: none outside none; - margin-left: 0; - max-height: 500px; - overflow-y: scroll; -} - /* #userpl_list li { display: inline-block; @@ -144,17 +113,7 @@ } */ -#customembed_wrap { - margin: 5px 0; -} - -#library { - padding-left: 0; - padding-right: 0; - margin-bottom: 5px; -} - -#library_search, #queue_next, #ce_queue_next { +#queue_next, #ce_queue_next { border-radius: 0; } @@ -195,27 +154,11 @@ margin-bottom: 0; } -#userpl_list > li:last-child { - border-bottom-width: 1px; -} - .videolist > li:first-child { border-top-width: 1px; } -li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { - border-top-width: 1px; -} - -.qe_btn { - height: 20px; - font-family: Monospace; - padding: 0 5px 0 5px; - margin: auto; - overflow: hidden; -} - -.qe_buttons, .qe_title { +.qe_title { float: left; } @@ -241,25 +184,6 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { margin-top: 10px; } -.well hr { - border-color: #cccccc; -} - -#csstext, #jstext { - font-family: Monospace; -} - -#optedit, #permedit, #filteredit, #motdedit, #cssedit, #jsedit, -#banlist, #loginhistory, #channelranks, #chanlog { - display: none; -} - -#chanlog_contents { - max-height: 400px; - overflow-y: scroll; - margin-top: 10px; -} - .server-msg-disconnect { border: 1px solid #ff0000; line-height: 2; @@ -284,12 +208,6 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { cursor: row-resize; } -.poll-notify { - color: #0000aa; - font-weight: bold; - font-size: 14pt; -} - .userlist_item { cursor: pointer; } @@ -303,203 +221,29 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { color: #888888!important; } -.action { - font-style: italic; - color: #888888; -} - .server-whisper { font-style: italic; color: #888888; font-size: 8pt; } -.spoiler { - color: #000000; - background-color: #000000; -} - -.spoiler:hover { - color: #ffffff; -} - -.greentext { - color: #789922; /* Color value directly from 4chan */ -} - -.shout { - color: #ff0000; - font-weight: bold; - font-size: 18pt; -} - -.mono { - font-family: Monospace; -} - -.nick-highlight { - background-color: #ddffdd; -} - -.nick-hover { - background-color: #ffff99; -} - .timestamp { color: #808080; font-size: 8pt; } -.profile-box { - z-index: 9999; - position: fixed; - border: 1px solid #aaaaaa; - border-radius: 5px; - padding: 5px; - max-width: 200px; - max-height: 300px; - overflow-y: hidden; -} - -.user-dropdown { - z-index: 9999; - position: absolute; - border: 1px solid #aaaaaa; - border-radius: 5px; - color: #000000; - max-width: 200px; - padding: 5px; -} - -.profile-image { - max-width: 80px; - max-height: 80px; - border: 1px solid #aaaaaa; - border-radius: 5px; -} - #togglemotd .glyphicon { font-size: 10pt; } -.poll-menu > .btn, .poll-menu > input { - clear: both; - margin-bottom: 10px; -} - -.poll-menu { - margin-top: 10px; -} - -#search_clear { - margin-top: 10px; -} - -#qualitywrap { - margin-right: 5px; -} - #guestlogin .input-group-addon { min-width: 120px; } -#channeloptions .modal-header { - border-bottom: none; -} - -#pollwrap > div { - margin-top: 10px; -} - -.option { - margin-top: 5px; -} - -.option-selected { - font-weight: bold; -} - -.option > button { - margin-right: 15px; -} - -.option-selected > button { - border-width: 3px !important; - margin-right: 10px; -} - -#useroptions .modal-header { - border-bottom: 0; - padding-bottom: 0; - margin-bottom: 0; -} - -#useroptions .modal-body { - padding-top: 0; - margin-top: 0; -} - -.qfalert { - margin-bottom: 10px; - padding-left: 0!important; - padding-right: 0!important; -} - #customembed-content { font-family: Monospace; } -#cs-csstext, #cs-jstext, #cs-motdtext { - font-family: Monospace; -} - -#cs-csssubmit, #cs-motdsubmit, #cs-jssubmit { - margin-top: 10px; -} - -#cs-chatfilters input[type='text'], #cs-chatfilters textarea { - font-family: monospace; -} - -#cs-chatfilters-exporttext { - margin-top: 5px; -} - -#cs-emotes input[type='text'], #cs-emotes textarea { - font-family: monospace; -} - -#cs-emotes-exporttext { - margin-top: 5px; -} - -.pagination { - margin: 0; -} - -#cs-chanlog-filter { - border-bottom: 0; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -#cs-chanlog-text { - max-height: 300px; - overflow-y: scroll; - font-size: 8pt; - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.channel-emote, .chat-img { - max-width: 120px; - max-height: 120px; -} - -#cs-emotes td:nth-child(3) { - max-width: 300px; -} - #pmbar { position: fixed; bottom: 0; @@ -508,93 +252,6 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { pointer-events: none; } -body.chatOnly .pm-panel, body.chatOnly .pm-panel-placeholder { - margin-left: 0; - margin-right: 5px; - float: right; -} - -.pm-panel, .pm-panel-placeholder { - margin-left: 5px; - margin-bottom: 20px; - float: left; - width: 250px; - pointer-events: auto; -} - -.pm-panel { - margin-bottom: 0!important; - border-radius: 0!important; - border-radius: 0!important; -} - -.pm-panel > .panel-heading { - cursor: pointer; - border-radius: 0!important; - border-radius: 0!important; -} - -.pm-panel > .panel-body { - padding: 0; -} - -.pm-panel > .panel-body > .pm-buffer { - height: 200px; - overflow-y: scroll; -} - -.pm-panel > .panel-body > hr { - margin: 0; -} - -.pm-input { - margin: 0; - width: 100%; - border-top-left-radius: 0!important; - border-top-right-radius: 0!important; -} - -.chat-shadow { - text-decoration: line-through; -} - -#chanjs-allow-prompt { - text-align: center; -} - -#chanjs-allow-prompt-buttons { - margin-top: 10px; -} - -#chanjs-allow-prompt-buttons button:first-child { - margin-right: 5px; -} - -@media screen and (min-width: 768px) { - .modal-dialog { - min-width: 600px!important; - max-width: 1200px!important; - width: auto!important; - } - - .modal-dialog-nonfluid.modal-dialog { - max-width: 600px!important; - } -} - -table td { - max-width: 200px; - word-wrap: break-word; -} - -#cs-chatfilters table .form-group { - max-width: 25%; -} - -#cs-chatfilters table .form-group > input { - max-width: 100%; -} - #userlisttoggle { padding-top: 2px; } @@ -607,35 +264,6 @@ table td { border-top-width: 0; } -.emotelist-table { - margin: auto; -} - -.emote-preview-container { - width: 100px; - height: 100px; - float: left; - text-align: center; - white-space: nowrap; - margin: 5px; -} - -.emote-preview-hax { - display: inline-block; - vertical-align: middle; - height: 100%; -} - -.emote-preview { - max-width: 100px; - max-height: 100px; - cursor: pointer; -} - -.emotelist-paginator-container { - text-align: center; -} - #leftcontrols .btn { margin-right: 5px; } @@ -646,24 +274,6 @@ table td { #videowrap .embed-responsive:-o-full-screen { width: 100%; } #videowrap .embed-responsive:full-screen { width: 100%; } -li.vjs-menu-item.vjs-selected { - background-color: #66a8cc !important; -} - -.video-js video::-webkit-media-text-track-container { - bottom: 50px; -} - -input#logout[type="submit"] { - background: none; - border: none; - padding: 0; -} - -input#logout[type="submit"]:hover { - text-decoration: underline; -} - #newmessages-indicator { margin-top: -30px; line-height: 30px; @@ -679,22 +289,6 @@ input#logout[type="submit"]:hover { margin-right: 10px; } -#soundcloud-volume-holder { - position: absolute; - top: 170px; - width: 100%; -} - -#soundcloud-volume-label { - margin-left: 2px; -} - -#soundcloud-volume { - margin-top: 5px; - margin-left: 10px; - margin-right: 10px; -} - .navbar-inverse { background: rgba(0,0,0,0.44) !important; } diff --git a/res/css/des.css b/res/css/des.css index 750f34a..3d6ed47 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -24,20 +24,11 @@ a:active, a:hover { b, strong { font-weight:bold } -hr { - -moz-box-sizing:content-box; - -webkit-box-sizing:content-box; - box-sizing:content-box; - height:0 -} -pre { - overflow:auto -} -code, pre { +code { font-family:monospace, monospace; font-size:1em } -button, input, select, textarea { +button, input, textarea { color:inherit; font:inherit; margin:0 @@ -45,16 +36,13 @@ button, input, select, textarea { button { overflow:visible } -button, select { +button { text-transform:none } button { -webkit-appearance:button; cursor:pointer } -button[disabled] { - cursor:default -} button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0 @@ -70,13 +58,6 @@ input[type="checkbox"] { } textarea { overflow:auto -} -table { - border-collapse:collapse; - border-spacing:0 -} -th { - padding:0 }/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, *:before, *:after { @@ -221,7 +202,7 @@ body { color:#c8c8c8; background-color: #272b30; } -input, button, select, textarea { +input, button, textarea { font-family:inherit; font-size:inherit; line-height:inherit @@ -240,44 +221,12 @@ a:focus { outline:5px auto -webkit-focus-ring-color; outline-offset:-2px */ } -hr { - margin-top:20px; - margin-bottom:20px; - border:0; - border-top:1px solid #282a2d -} -h3, h4 { - font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight:500; - line-height:1.1; - color:inherit -} -h3 { - margin-top:20px; - margin-bottom:10px -} -h4 { - margin-top:10px; - margin-bottom:10px -} -h3 { - font-size:24px -} -h4 { - font-size:18px -} p { margin:0 0 10px } .text-muted { color:rgba(120, 126, 132, 0.85) } -.text-info { - color:#ffffff -} -.text-danger { - color:#ffffff -} ul { margin-top:0; margin-bottom:10px @@ -285,7 +234,7 @@ ul { ul ul { margin-bottom:0 } -code, pre { +code { font-family:Menlo, Monaco, Consolas, "Courier New", monospace } code { @@ -295,19 +244,6 @@ code { background-color:#f9f2f4; border-radius:0px } -pre { - display:block; - padding:9.5px; - margin:0 0 10px; - font-size:13px; - line-height:1.42857143; - word-break:break-all; - word-wrap:break-word; - color:rgba(20, 22, 26, 0.7); - background-color:#f5f5f5; - border:1px solid #cccccc; - border-radius:0px -} .container { margin-right:auto; margin-left:auto; @@ -339,26 +275,12 @@ pre { margin-left:-15px; margin-right:-15px } -.col-sm-4, .col-md-5, .col-lg-5, .col-md-7, .col-lg-7, .col-sm-8, .col-md-12, .col-lg-12 { +.col-md-5, .col-lg-5, .col-md-7, .col-lg-7, .col-md-12, .col-lg-12 { position:relative; min-height:1px; padding-left:15px; padding-right:15px } -@media (min-width:768px) { - .col-sm-4, .col-sm-8 { - float:left - } - .col-sm-8 { - width:66.66666667% - } - .col-sm-4 { - width:33.33333333% - } - .col-sm-offset-4 { - margin-left:33.33333333% - } -} @media (min-width:992px) { .col-md-5, .col-md-7, .col-md-12 { float:left @@ -387,33 +309,6 @@ pre { width:41.66666667% } } -table { - background-color:rgba(22, 24, 29, 0.7) -} -th { - text-align:left -} -.table { - width:100%; - max-width:100%; - margin-bottom:20px -} -.table>thead>tr>th { - padding:8px; - line-height:1.42857143; - vertical-align:top; - border-top:1px solid rgba(0, 0, 0, 0.7) -} -.table>thead>tr>th { - vertical-align:bottom; - border-bottom:2px solid rgba(0, 0, 0, 0.7) -} -.table>thead:first-child>tr:first-child>th { - border-top:0 -} -.table-condensed>thead>tr>th { - padding:5px -} label { display:inline-block; max-width:100%; @@ -425,9 +320,6 @@ input[type="checkbox"] { margin-top:1px \9; line-height:normal } -select[multiple] { - height:auto -} input[type="checkbox"]:focus { outline:none; /* outline:thin dotted; @@ -464,16 +356,12 @@ input[type="checkbox"]:focus { } .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, -.form-control::-webkit-input-placeholder, -.form-control::placeholder { +.form-control::-webkit-input-placeholder { color:rgba(120, 126, 132, 0.85); } textarea.form-control { height:auto } -.form-group { - margin-bottom:15px -} .checkbox { position:relative; display:block; @@ -492,60 +380,6 @@ textarea.form-control { margin-left:-20px; margin-top:4px \9 } -@media (min-width:768px) { - .form-inline .form-group { - display:inline-block; - margin-bottom:0; - vertical-align:middle - } - .form-inline .form-control { - display:inline-block; - width:auto; - vertical-align:middle - } - .form-inline .input-group { - display:inline-table; - vertical-align:middle - } - .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { - width:auto - } - .form-inline .input-group>.form-control { - width:100% - } - .form-inline .checkbox { - display:inline-block; - margin-top:0; - margin-bottom:0; - vertical-align:middle - } - .form-inline .checkbox label { - padding-left:0 - } - .form-inline .checkbox input[type="checkbox"] { - position:relative; - margin-left:0 - } -} -.form-horizontal .checkbox { - margin-top:0; - margin-bottom:0; - padding-top:9px -} -.form-horizontal .checkbox { - min-height:29px -} -.form-horizontal .form-group { - margin-left:-15px; - margin-right:-15px -} -@media (min-width:768px) { - .form-horizontal .control-label { - text-align:right; - margin-bottom:0; - padding-top:9px - } -} .btn { display:inline-block; margin-bottom:0; @@ -583,37 +417,12 @@ textarea.form-control { -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125) */ } -.btn[disabled] { - cursor:not-allowed; - pointer-events:none; - opacity:0.65; - filter:alpha(opacity=65); - -webkit-box-shadow:none; - box-shadow:none -} .btn-default:hover, .btn-default:focus, .btn-default:active { color:#ffffff; } .btn-default:active { background-image:none } -.btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active { - background-color:rgba(20, 22, 26, 0.7); - border-color:rgba(0, 0, 0, 0.7) -} -.btn-primary { - color:#ffffff; - background-color:rgba(120, 126, 132, 0.85); - border-color:rgba(0, 0, 0, 0.7) -} -.btn-primary:hover, .btn-primary:focus, .btn-primary:active { - color:#ffffff; - background-color:rgba(96, 101, 105, 0.85); - border-color:rgba(0, 0, 0, 0.7) -} -.btn-primary:active { - background-image:none -} .btn-success { color:#ffffff; background-color:rgba(76, 174, 76, 0.75); @@ -627,32 +436,6 @@ textarea.form-control { .btn-success:active { background-image:none } -.btn-info { - color:#ffffff; - background-color:rgba(78, 185, 217, 0.75); - border-color:rgba(7, 27, 33, 0.75) -} -.btn-info:hover, .btn-info:focus, .btn-info:active { - color:#ffffff; - background-color:rgba(43, 165, 201, 0.75); - border-color:rgba(0, 0, 0, 0.75) -} -.btn-info:active { - background-image:none -} -.btn-danger { - color:#ffffff; - background-color:rgba(238, 72, 67, 0.75); - border-color:rgba(46, 5, 4, 0.75) -} -.btn-danger:hover, .btn-danger:focus, .btn-danger:active { - color:#ffffff; - background-color:rgba(233, 27, 21, 0.75); - border-color:rgba(0, 0, 0, 0.75) -} -.btn-danger:active { - background-image:none -} .btn-sm { padding:5px 10px; font-size:12px; @@ -665,12 +448,6 @@ textarea.form-control { line-height:1.5; border-radius:0px } -.fade { - opacity:0; - -webkit-transition:opacity 0.15s linear; - -o-transition:opacity 0.15s linear; - transition:opacity 0.15s linear -} .collapse { display:none; visibility:hidden @@ -718,12 +495,6 @@ textarea.form-control { -webkit-background-clip:padding-box; background-clip:padding-box } -.dropdown-menu .divider { - height: 1px; - margin: 3px 0 0; - overflow: hidden; - background-color: rgba(0, 0, 0, 0.75) -} .dropdown-menu>li>a { display:block; padding:3px 20px; @@ -799,7 +570,7 @@ border-radius:0 text-align:center; background-color:rgba(70, 76, 82, 0.4); } -.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) { +.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn { border-bottom-right-radius:0; border-top-right-radius:0 } @@ -818,9 +589,6 @@ border-top-left-radius:0 .input-group-btn>.btn { position:relative } -.input-group-btn>.btn+.btn { - margin-left:-1px -} .input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active { z-index:2 } @@ -848,42 +616,6 @@ border-top-left-radius:0 text-decoration:none; background-color:rgba(7, 7, 9, 0.7) } -.nav-tabs { - border-bottom:1px solid rgba(0, 0, 0, 0.7) -} -.nav-tabs>li { - float:left; - margin-bottom:-1px -} -.nav-tabs>li>a { - margin-right:2px; - line-height:1.42857143; - border:1px solid transparent; - border-radius:0px 0px 0 0 -} -.nav-tabs>li>a:hover { - border-color:rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) -} -.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { - color:#ffffff; - background-color:rgba(20, 22, 26, 0.7); - border:1px solid rgba(0, 0, 0, 0.7); - border-bottom-color:transparent; - cursor:default -} -.tab-content>.tab-pane { - display:none; - visibility:hidden -} -.tab-content>.active { - display:block; - visibility:visible -} -.nav-tabs .dropdown-menu { - margin-top:-1px; - border-top-right-radius:0; - border-top-left-radius:0 -} .navbar { position: relative; min-height: 0; @@ -893,10 +625,6 @@ border-top-left-radius:0 .navbar li a { padding: 5px 15px !important; } -.navbar-text { - margin-top: 0; - margin-bottom: 0; -} @media (min-width:768px) { .navbar { border-radius:0px @@ -1043,7 +771,7 @@ border-top-left-radius:0 padding:0; overflow:hidden } -.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { +.embed-responsive video { position:absolute; top:0; left:0; @@ -1096,80 +824,11 @@ button.close { border:0; -webkit-appearance:none } -.modal { - display:none; - overflow:hidden; - position:fixed; - top:0; - right:0; - bottom:0; - left:0; - z-index:1040; - -webkit-overflow-scrolling:touch; - outline:0 -} -.modal.fade .modal-dialog { - -webkit-transform:translate(0, -25%); - -ms-transform:translate(0, -25%); - -o-transform:translate(0, -25%); - transform:translate(0, -25%); - -webkit-transition:-webkit-transform .3s ease-out; - -o-transition:-o-transform .3s ease-out; - transition:transform .3s ease-out -} -.modal-dialog { - position:relative; - width:auto; - margin:10px -} -.modal-content { - position:relative; - background-color:#2a2d30; - border:1px solid #999999; - border:1px solid rgba(0, 0, 0, 0.7); - border-radius:0px; - -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5); - box-shadow:0 3px 9px rgba(0, 0, 0, 0.5); - -webkit-background-clip:padding-box; - background-clip:padding-box; - outline:0 -} -.modal-header { - padding:12px; - border-bottom:1px solid rgba(0, 0, 0, 0.7); - min-height:13.42857143px -} -.modal-header .close { - margin-top:-2px -} -.modal-body { - position:relative; - padding:16px -} -.modal-footer { - padding:16px; - text-align:right; - border-top:1px solid rgba(0, 0, 0, 0.7) -} -.modal-footer .btn+.btn { - margin-left:5px; - margin-bottom:0 -} -@media (min-width:768px) { - .modal-dialog { - width:600px; - margin:30px auto - } - .modal-content { - -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5); - box-shadow:0 5px 15px rgba(0, 0, 0, 0.5) - } -} -.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .modal-footer:before, .modal-footer:after { +.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after { content:" "; display:table } -.container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .modal-footer:after { +.container:after, .container-fluid:after, .row:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after { clear:both } .pull-right { @@ -1197,21 +856,6 @@ button.close { background-color: #171A1D; text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3) } -h3 { - text-shadow:2px 2px 0 rgba(0, 0, 0, 0.2) -} -h4 { - text-shadow:-1px 1px 2px rgba(0, 0, 0, 0.4) -} -.text-danger, .text-danger:hover { - color:rgba(238, 72, 67, 0.75) -} -.text-info, .text-info:hover { - color:rgba(78, 185, 217, 0.75) -} -.table { - border:1px solid rgba(0, 0, 0, 0.7) -} input, textarea { color:#34373a } @@ -1223,13 +867,10 @@ html, body { font-family:Play, 'Roboto', sans-serif !important; font-weight: 300; } -p, h3, h4 { +p { font-family: 'Roboto', sans-serif; font-weight: 300; } -hr { - border-color: #191919; -} .navbar-inverse { background-color: #141414; border-color: #1e1e1e; @@ -1249,9 +890,6 @@ a:hover, a:focus { color: #0099CC; text-decoration: underline; } -.modal-content { - background: #1E1E1E; -} /* theme */ .btn, .form-control, .well { border-radius: 1px; @@ -1295,9 +933,6 @@ a:hover, a:focus { .btn-success, .btn-danger { margin-left: 0px !important; } -.nav-tabs > li > a { - border-radius: 0; -} .navbar-nav > li > .dropdown-menu { border-radius: 0; } @@ -1312,30 +947,11 @@ a:hover, a:focus { color: #bbbbbb; background-color: #1e1e1e; } -.dropdown-menu .divider { - background-color: #333333; -} -.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { - color: #cccccc; - cursor: default; - background-color: #080808; - border: 1px solid #080808; -} -.nav-tabs > li > a:hover { - border-color: #171717; - border-bottom-color: #1e1e1e; -} .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #171717; color: #cccccc; } -.nav-tabs { - border-bottom: 1px solid #080808; -} -.modal-footer { - border-top: 1px solid #080808; -} #chatheader, #currenttitle, #userlist, #messagebuffer, .queue_entry { border-radius: 0px; border-color: #1e1e1e; @@ -1354,10 +970,6 @@ a:hover, a:focus { color: #c8c8c8; border-color: #1e1e1e; } -select option { - background-color: #171717; - color: #cccccc; -} .form-control:focus { border-color: #5E9ACA !important; box-shadow: none; |
