sync/www/css/cytube.css

472 lines
6.8 KiB
CSS

.container-fluid {
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
#loginform > .form-group {
margin-right: 5px;
}
.center {
text-align: center;
}
.messagebox > p {
margin-top: 20px;
}
.vertical-spacer {
margin-top: 10px;
}
#userlist {
list-style: none outside none;
padding: 0;
}
#messagebuffer {
width: auto;
}
#userlist {
width: 120px;
float: left;
border-right: 0;
font-size: 9pt;
}
#messagebuffer, #userlist {
height: 300px;
overflow-x: hidden;
overflow-y: scroll;
margin-bottom: 0;
}
#chatheader, #currenttitle {
border: 1px solid #cccccc;
border-bottom: 0;
border-radius: 5px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#chatline, #guestlogin > input, #guestlogin > .input-group-addon {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.linewrap {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#from-url, #from-search {
margin-top: 3px;
}
.clear {
clear: both;
}
.chat-timestamp {
font-size: 8pt;
}
.chat-name {
font-weight: bold;
}
#customembed > .input-group {
margin-top: 5px;
}
.drink {
margin: 10px 10px;
padding: 10px 0px;
border: 2px solid #0000cc;
}
#drinkcount {
background-color: #000000;
color: #ffffff;
text-align: center;
font-weight: bold;
}
#chatheader > p, #currenttitle {
margin: 0;
}
.pointer {
cursor: pointer;
}
#userlist, #messagebuffer {
height: 347px;
overflow-y: scroll;
overflow-x: hidden;
border: 1px solid #aaaaaa;
}
#ytapiplayer {
height: 380px;
}
#chatwrap, #videowrap {
margin-bottom: 10px;
}
#userpl_list {
list-style: none outside none;
margin-left: 0;
max-height: 500px;
overflow-y: scroll;
}
/*
#userpl_list li {
display: inline-block;
line-height: 22px;
width: 100%;
clear: both;
margin: 2px 0 0 auto;
padding: 2px;
font-size: 8pt;
}
*/
#customembed_wrap {
margin: 5px 0;
}
#playlistmanagerwrap {
margin-top: 10px;
}
#library {
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
#library_search, #queue_next, #ce_queue_next {
border-radius: 0;
}
#plmeta {
border-radius: 4px;
border-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.videolist {
list-style: none outside none;
margin-left: 0;
max-height: 500px;
overflow-y: scroll;
}
#plmeta {
border: 1px solid #aaaaaa;
}
#pllength {
float: right;
}
.queue_entry {
line-height: 22px;
padding: 2px;
font-size: 8pt;
border: 1px solid #aaaaaa;
border-top-width: 0;
}
.queue_temp {
background-image: url(/img/stripe-diagonal.png);
}
.videolist {
padding: 0;
margin: 0;
}
.videolist > li:last-child {
border-bottom-width: 0;
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 {
float: left;
}
.qe_time {
float: right;
font-family: Monospace;
}
.qe_clear {
clear: both;
}
.clear {
clear: both;
}
#chatheader .label {
height: 100%;
margin-left: 2px;
}
.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;
margin: 5px;
padding: 5px;
color: #ff0000;
}
.server-msg-reconnect {
border: 1px solid #009900;
margin: 5px;
padding: 5px;
color: #009900;
}
.queue_sortable li {
cursor: row-resize;
}
.poll-notify {
color: #0000aa;
font-weight: bold;
font-size: 14pt;
}
.userlist_siteadmin {
color: #cc0000!important;
font-weight: bold!important;
}
.userlist_owner {
color: #0000cc!important;
font-weight: bold!important;
}
.userlist_op {
color: #00aa00!important;
}
.userlist_guest {
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 {
font-size: 8pt;
}
.profile-box {
z-index: 9999;
position: fixed;
border: 1px solid #aaaaaa;
border-radius: 5px;
max-width: 200px;
padding: 5px;
}
.user-dropdown {
z-index: 9999;
position: absolute;
border: 1px solid #aaaaaa;
border-radius: 5px;
color: #000000;
max-width: 200px;
padding: 5px;
}
.profile-image {
width: 80px;
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;
}
.pagination {
margin: 0;
}