mirror of https://github.com/calzoneman/sync.git
130 lines
1.6 KiB
CSS
130 lines
1.6 KiB
CSS
|
body {
|
||
|
background-color: #333333;
|
||
|
}
|
||
|
|
||
|
.well, .dropdown, .dropdown-menu,
|
||
|
.dropdown-menu li, .dropdown-menu li a {
|
||
|
background-color: #222222;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
input[type="text"] {
|
||
|
background-color: #000000;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
legend {
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.dropdown-menu {
|
||
|
border: 1px solid #ffffff;
|
||
|
}
|
||
|
|
||
|
.close {
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.alert {
|
||
|
background-color: #000066;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.alert-error {
|
||
|
background-color: #660000;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.videolist li {
|
||
|
color: #ffffff;
|
||
|
background-color: #000000;
|
||
|
border: 1px solid #ffffff;
|
||
|
}
|
||
|
|
||
|
.videolist li.alert-info {
|
||
|
background-color: #000055;
|
||
|
border: 1px solid #0000ff;
|
||
|
}
|
||
|
|
||
|
.qe_btn {
|
||
|
height: 20px;
|
||
|
font-family: Monospace;
|
||
|
padding: 0 5px;
|
||
|
margin: auto;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.qe_buttons {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.qe_title {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.qe_time {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
.qe_clear {
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
#library {
|
||
|
width: 640px;
|
||
|
}
|
||
|
|
||
|
#userlist {
|
||
|
background-color: #000000;
|
||
|
color: #ffffff
|
||
|
}
|
||
|
|
||
|
#messagebuffer {
|
||
|
background-color: #000000;
|
||
|
color: #ffffff
|
||
|
}
|
||
|
|
||
|
#chatline {
|
||
|
background-color: #000000;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.userlist_siteadmin {
|
||
|
color: #cc0000;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.userlist_owner {
|
||
|
color: #0000cc;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.userlist_op {
|
||
|
color: #00aa00;
|
||
|
}
|
||
|
|
||
|
.action {
|
||
|
color: #dddddd;
|
||
|
}
|
||
|
|
||
|
.spoiler {
|
||
|
color: #ffffff;
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.spoiler:hover {
|
||
|
color: #000000;
|
||
|
}
|
||
|
|
||
|
.greentext {
|
||
|
color: #789922; /* Color value directly from 4chan */
|
||
|
}
|
||
|
|
||
|
.poll-notify {
|
||
|
color: #5555ff;
|
||
|
}
|
||
|
|
||
|
.nick-highlight {
|
||
|
background-color: #446666;
|
||
|
}
|