Fix line endings

This commit is contained in:
calzoneman 2013-08-07 17:00:53 -04:00
parent 0cc230f192
commit fefa9f4238
2 changed files with 1459 additions and 1459 deletions

View File

@ -1,341 +1,341 @@
html, body { html, body {
height: 100%; height: 100%;
} }
.wrapper { .wrapper {
min-height: 100%; min-height: 100%;
height: auto !important; height: auto !important;
height: 100%; height: 100%;
margin: 0 auto -90px; margin: 0 auto -90px;
} }
#footer, .push { #footer, .push {
margin: 90px 0 0 0; margin: 90px 0 0 0;
height: 30px; height: 30px;
clear: both; clear: both;
} }
#welcome { #welcome {
font-size: 10pt; font-size: 10pt;
color: #ffffff; color: #ffffff;
} }
#usercountwrap, #userlist, #messagebuffer, #videowrap { #usercountwrap, #userlist, #messagebuffer, #videowrap {
background-color: #ffffff; background-color: #ffffff;
} }
#librarywrap, #userplaylistwrap, #playlist_controls { #librarywrap, #userplaylistwrap, #playlist_controls {
display: none; display: none;
} }
.videolist { .videolist {
list-style: none outside none; list-style: none outside none;
margin-left: 0; margin-left: 0;
max-height: 500px; max-height: 500px;
overflow-y: scroll; overflow-y: scroll;
} }
.qe_btn { .qe_btn {
height: 20px; height: 20px;
font-family: Monospace; font-family: Monospace;
padding: 0 5px 0 5px; padding: 0 5px 0 5px;
margin: auto; margin: auto;
overflow: hidden; overflow: hidden;
} }
.qe_buttons { .qe_buttons {
float: left; float: left;
} }
.qe_title { .qe_title {
float: left; float: left;
} }
.qe_time { .qe_time {
font-family: Monospace; font-family: Monospace;
float: right; float: right;
} }
.qe_clear { .qe_clear {
clear: both; clear: both;
} }
#userpl_list { #userpl_list {
list-style: none outside none; list-style: none outside none;
margin-left: 0; margin-left: 0;
max-height: 500px; max-height: 500px;
overflow-y: scroll; overflow-y: scroll;
} }
#userpl_list li { #userpl_list li {
clear: both; clear: both;
margin: 2px 0 0 auto; margin: 2px 0 0 auto;
padding: 2px; padding: 2px;
font-size: 8pt; font-size: 8pt;
} }
#usercountwrap, #currenttitle { #usercountwrap, #currenttitle {
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
border-bottom: none; border-bottom: none;
margin: 0; margin: 0;
} }
#usercount { #usercount {
margin: 0; margin: 0;
} }
.pointer { .pointer {
cursor: pointer; cursor: pointer;
} }
#leftpane-inner div.span12, #rightpane-inner div.span12, #leftpane-inner div.span12, #rightpane-inner div.span12,
#leftpane-inner ul, #rightpane-inner ul, #leftpane-inner ul, #rightpane-inner ul,
#channelsettingswrap div.span12 { #channelsettingswrap div.span12 {
margin-left: 0; margin-left: 0;
} }
#queue { #queue {
margin-bottom: 0; margin-bottom: 0;
} }
.queue_sortable li { .queue_sortable li {
cursor: row-resize; cursor: row-resize;
} }
.queue_entry { .queue_entry {
background-color: #ffffff; background-color: #ffffff;
margin: 2px 0 0 auto; margin: 2px 0 0 auto;
padding: 2px; padding: 2px;
font-size: 8pt; font-size: 8pt;
border: 1px solid #aaaaaa; // [](/w21) border: 1px solid #aaaaaa; // [](/w21)
} }
.queue_temp { .queue_temp {
background-image: url(../img/stripe-diagonal.png); background-image: url(../img/stripe-diagonal.png);
} }
.queue_active { .queue_active {
background-color: #d9edf7; background-color: #d9edf7;
border-color: #bce8f1; border-color: #bce8f1;
} }
#plmeta { #plmeta {
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
border-top: 0; border-top: 0;
background-color: #ffffff; background-color: #ffffff;
padding: 3px; padding: 3px;
margin: 0; margin: 0;
font-size: 12pt; font-size: 12pt;
} }
#plcount { #plcount {
float: left; float: left;
} }
#pllength { #pllength {
float: right; float: right;
} }
#userlist { #userlist {
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
height: 347px; height: 347px;
float: left; float: left;
width: 150px; width: 150px;
border: 1px solid #aaaaaa; // [](/z13) border: 1px solid #aaaaaa; // [](/z13)
border-left: none; border-left: none;
} }
#messagebuffer { #messagebuffer {
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
height: 347px; height: 347px;
border: 1px solid #aaaaaa; // AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa border: 1px solid #aaaaaa; // AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa
border-left: 0; border-left: 0;
} }
#channeldata td { #channeldata td {
max-width: 200px; max-width: 200px;
} }
#messagebuffer div, #messagebuffer code, #filteredit code, #messagebuffer div, #messagebuffer code, #filteredit code,
#channeldata td, #currenttitle { #channeldata td, #currenttitle {
white-space: pre-wrap; /* css-3 */ white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */ white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */ white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */ word-wrap: break-word; /* Internet Explorer 5.5+ */
} }
#filteredit td { #filteredit td {
max-width: 200px; max-width: 200px;
} }
.userlist_siteadmin { .userlist_siteadmin {
color: #cc0000; color: #cc0000;
font-weight: bold; font-weight: bold;
} }
.userlist_owner { .userlist_owner {
color: #0000cc; color: #0000cc;
font-weight: bold; font-weight: bold;
} }
.userlist_op { .userlist_op {
color: #00aa00; color: #00aa00;
} }
.userlist_guest { .userlist_guest {
color: #888888; color: #888888;
} }
.action { .action {
font-style: italic; font-style: italic;
color: #888888; color: #888888;
} }
.server-whisper { .server-whisper {
font-style: italic; font-style: italic;
color: #888888; color: #888888;
font-size: 8pt; font-size: 8pt;
} }
.spoiler { .spoiler {
color: #000000; color: #000000;
background-color: #000000; background-color: #000000;
} }
.spoiler:hover { .spoiler:hover {
color: #ffffff; color: #ffffff;
} }
.greentext { .greentext {
color: #789922; /* Color value directly from 4chan */ color: #789922; /* Color value directly from 4chan */
} }
.shout { .shout {
color: #ff0000; color: #ff0000;
font-weight: bold; font-weight: bold;
font-size: 18pt; font-size: 18pt;
} }
.mono { .mono {
font-family: Monospace; font-family: Monospace;
} }
.server-msg-disconnect { .server-msg-disconnect {
border: 1px solid #ff0000; border: 1px solid #ff0000;
margin: 5px; margin: 5px;
padding: 5px; padding: 5px;
color: #ff0000; color: #ff0000;
} }
.server-msg-reconnect { .server-msg-reconnect {
border: 1px solid #009900; border: 1px solid #009900;
margin: 5px; margin: 5px;
padding: 5px; padding: 5px;
color: #009900; color: #009900;
} }
.poll-notify { .poll-notify {
color: #0000aa; color: #0000aa;
font-weight: bold; font-weight: bold;
font-size: 14pt; font-size: 14pt;
} }
.option button { .option button {
margin-right: 15px; margin-right: 15px;
} }
.nick-highlight { .nick-highlight {
background-color: #ddffdd; background-color: #ddffdd;
} }
.nick-hover { .nick-hover {
background-color: #ffff99; background-color: #ffff99;
} }
.drink { .drink {
margin: 10px 10px; margin: 10px 10px;
padding: 10px 0px; padding: 10px 0px;
border: 2px solid #0000cc; border: 2px solid #0000cc;
} }
#drinkbar { #drinkbar {
margin-left: 0; margin-left: 0;
background-color: #000000; background-color: #000000;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
} }
#motdtext, #csstext, #jstext { #motdtext, #csstext, #jstext {
width: 100%; width: 100%;
} }
#csstext, #jstext { #csstext, #jstext {
font-family: Monospace; font-family: Monospace;
} }
#queue_next, #queue_end, #library_search, #youtube_search { #queue_next, #queue_end, #library_search, #youtube_search {
width: 50%; width: 50%;
} }
#footer { #footer {
background-color: #f5f5f5; background-color: #f5f5f5;
height: 30px; height: 30px;
width: 100%; width: 100%;
padding: 0; padding: 0;
} }
#footer p { #footer p {
text-align: center; text-align: center;
width: 100%; width: 100%;
} }
.timestamp { .timestamp {
font-size: 8pt; font-size: 8pt;
} }
.profile-box { .profile-box {
z-index: 9999; z-index: 9999;
position: absolute; position: absolute;
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
border-radius: 5px; border-radius: 5px;
background-color: #ffffff; background-color: #ffffff;
max-width: 200px; max-width: 200px;
padding: 5px; padding: 5px;
} }
.user-dropdown { .user-dropdown {
z-index: 9999; z-index: 9999;
position: absolute; position: absolute;
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
border-radius: 5px; border-radius: 5px;
background-color: #ffffff; background-color: #ffffff;
color: #000000; color: #000000;
max-width: 200px; max-width: 200px;
padding: 5px; padding: 5px;
} }
.profile-image { .profile-image {
width: 80px; width: 80px;
height: 80px; height: 80px;
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
border-radius: 5px; border-radius: 5px;
} }
#channelsettingswrap3 { #channelsettingswrap3 {
margin-top: 20px; margin-top: 20px;
} }
#customembed_code { #customembed_code {
font-family: Monospace; font-family: Monospace;
} }
#sc_volume .ui-slider-range { #sc_volume .ui-slider-range {
background: rgb(255, 195, 0); background: rgb(255, 195, 0);
} }
#sc_volume .ui-slider-handle { #sc_volume .ui-slider-handle {
border-color: rgb(255, 195, 0); border-color: rgb(255, 195, 0);
} }

File diff suppressed because it is too large Load Diff