sync/www/assets/css/ytsync.css

245 lines
3.5 KiB
CSS
Raw Normal View History

html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -90px;
}
#footer, .push {
2013-04-28 17:14:52 +00:00
margin: 90px 0 0 0;
height: 30px;
clear: both;
}
2013-05-04 16:53:07 +00:00
#welcome {
font-size: 10pt;
color: #ffffff;
}
2013-02-16 05:02:42 +00:00
.videolist {
list-style: none outside none;
margin-left: 0;
max-height: 500px;
overflow-y: scroll;
}
.videolist li {
margin: 2px 0 0 auto;
padding: 2px;
font-size: 8pt;
border: 1px solid #aaaaaa; // [](/w21)
}
.qe_btn {
height: 20px;
font-family: Monospace;
padding: 0 5px 0 5px;
2013-02-16 05:02:42 +00:00
margin: auto;
overflow: hidden;
}
.qe_buttons {
float: left;
}
.qe_title {
float: left;
}
.qe_time {
2013-04-06 21:02:20 +00:00
font-family: Monospace;
2013-02-16 05:02:42 +00:00
float: right;
}
.qe_clear {
clear: both;
}
#queue {
margin-bottom: 0;
}
2013-04-06 21:02:20 +00:00
#usercount, #currenttitle {
border: 1px solid #aaaaaa;
border-bottom: none;
margin: 0;
2013-02-16 05:02:42 +00:00
}
#plmeta {
border: 1px solid #aaaaaa;
2013-04-24 20:47:52 +00:00
background-color: #ffffff;
padding: 3px;
margin: 0;
font-size: 12pt;
}
#plcount {
float: left;
}
#pllength {
float: right;
}
2013-02-16 05:02:42 +00:00
#userlist {
overflow-y: scroll;
overflow-x: hidden;
2013-03-31 22:30:46 +00:00
height: 347px;
2013-02-16 05:02:42 +00:00
float: left;
width: 150px;
2013-02-16 05:02:42 +00:00
border: 1px solid #aaaaaa; // [](/z13)
2013-04-06 21:02:20 +00:00
border-left: none;
2013-02-16 05:02:42 +00:00
}
#messagebuffer {
overflow-y: scroll;
2013-05-06 16:24:55 +00:00
overflow-x: hidden;
2013-03-31 22:30:46 +00:00
height: 347px;
2013-02-16 05:02:42 +00:00
border: 1px solid #aaaaaa; // AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa
border-left: 0;
}
2013-03-29 18:15:46 +00:00
#messagebuffer div, #messagebuffer code {
2013-03-20 18:35:06 +00:00
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+ */
}
2013-02-16 05:02:42 +00:00
.userlist_siteadmin {
color: #cc0000;
font-weight: bold;
}
.userlist_owner {
color: #0000cc;
font-weight: bold;
}
.userlist_op {
2013-03-20 18:35:06 +00:00
color: #00aa00;
2013-02-16 05:02:42 +00:00
}
2013-04-06 21:02:20 +00:00
.userlist_guest {
color: #888888;
2013-04-06 21:02:20 +00:00
}
.action {
2013-03-05 20:07:21 +00:00
font-style: italic;
2013-03-20 18:35:06 +00:00
color: #888888;
}
.spoiler {
color: #000000;
background-color: #000000;
}
.spoiler:hover {
color: #ffffff;
}
.greentext {
2013-03-05 20:07:21 +00:00
color: #789922; /* Color value directly from 4chan */
}
2013-03-16 21:49:58 +00:00
2013-03-20 18:35:06 +00:00
.shout {
color: #ff0000;
font-weight: bold;
font-size: 18pt;
}
2013-03-29 18:15:46 +00:00
.mono {
font-family: Monospace;
}
.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;
}
.poll-notify {
color: #0000aa;
font-weight: bold;
font-size: 14pt;
}
2013-03-16 21:49:58 +00:00
.option button {
margin-right: 15px;
}
2013-03-18 01:49:25 +00:00
.nick-highlight {
background-color: #ddffdd;
}
2013-04-01 21:02:09 +00:00
2013-05-11 19:12:51 +00:00
.nick-hover {
background-color: #ffff99;
}
2013-04-04 19:56:43 +00:00
.drink {
margin: 10px 10px;
padding: 10px 0px;
border: 2px solid #0000cc;
}
2013-05-13 19:06:09 +00:00
#drinkbar {
margin-left: 0;
2013-04-04 19:56:43 +00:00
background-color: #000000;
color: #ffffff;
text-align: center;
}
2013-04-01 21:02:09 +00:00
#motdtext {
width: 100%;
}
2013-04-24 20:47:52 +00:00
#queue_next, #queue_end, #library_search, #youtube_search {
width: 50%;
}
#footer {
background-color: #f5f5f5;
height: 30px;
width: 100%;
padding: 0;
}
#footer p {
text-align: center;
width: 100%;
}
.timestamp {
font-size: 8pt;
}
2013-05-12 20:15:39 +00:00
.profile-box {
z-index: 9999;
position: absolute;
border: 1px solid #aaaaaa;
border-radius: 5px;
background-color: #ffffff;
max-width: 200px;
padding: 5px;
}
.profile-image {
width: 80px;
height: 80px;
border: 1px solid #aaaaaa;
border-radius: 5px;
}