2016-07-08 17:47:46 +05:00
|
|
|
input {
|
2016-07-04 19:12:03 +05:00
|
|
|
-moz-border-radius: 0px;
|
|
|
|
-webkit-border-radius: 0px;
|
|
|
|
border-radius: 0px;
|
2016-07-08 17:47:46 +05:00
|
|
|
color: white;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
2016-07-08 17:50:31 +05:00
|
|
|
.livechan_captcha_inner > input {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2016-07-08 17:47:46 +05:00
|
|
|
textarea, select {
|
|
|
|
-moz-border-radius: 0px;
|
|
|
|
-webkit-border-radius: 0px;
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2016-07-04 19:12:03 +05:00
|
|
|
.livechan_chat_input {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2016-07-08 17:47:46 +05:00
|
|
|
padding:none;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_input_name, .livechan_chat_input_convo {
|
|
|
|
padding: 0;
|
2016-07-08 17:47:46 +05:00
|
|
|
padding-left: none;
|
2016-07-04 19:12:03 +05:00
|
|
|
margin: 0;
|
2016-07-08 17:47:46 +05:00
|
|
|
width: 80%;
|
|
|
|
color: black;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_input_left {
|
2016-07-08 17:47:46 +05:00
|
|
|
width: 19%;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_input_message_div {
|
|
|
|
padding:0;
|
|
|
|
margin:0;
|
|
|
|
position: absolute;
|
|
|
|
width: 70%;
|
|
|
|
left: 20%;
|
|
|
|
top: 3px;
|
2016-07-08 17:47:46 +05:00
|
|
|
bottom: 0;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_input_message {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border:none;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_input_submit {
|
|
|
|
position: absolute;
|
2016-07-08 17:47:46 +05:00
|
|
|
width: 8%;
|
2016-07-04 19:12:03 +05:00
|
|
|
top: 3px;
|
2016-07-08 17:47:46 +05:00
|
|
|
right: 1px;
|
|
|
|
bottom: 0;
|
2016-07-04 19:12:03 +05:00
|
|
|
border: none;
|
2016-07-08 17:47:46 +05:00
|
|
|
color: black;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_output {
|
2016-07-05 21:59:36 +05:00
|
|
|
position: fixed;
|
2016-07-04 19:12:03 +05:00
|
|
|
top: 20px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2016-07-08 17:47:46 +05:00
|
|
|
bottom: 60px;
|
2016-07-04 19:12:03 +05:00
|
|
|
overflow: auto;
|
2016-07-08 17:47:46 +05:00
|
|
|
width: 89%;
|
2016-07-04 19:12:03 +05:00
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_output_chat {
|
|
|
|
max-height: 200px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_output_date {
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_output_count:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_capcode {
|
|
|
|
margin: 0 4px;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_image_thumb {
|
|
|
|
max-width: 300px;
|
|
|
|
max-height: 200px;
|
|
|
|
float: left;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_captcha {
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
right: 0px;
|
|
|
|
position: absolute;
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_captcha_inner {
|
2016-07-08 17:47:46 +05:00
|
|
|
padding: 200px;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_captcha_image {
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_captcha_input {
|
|
|
|
float: down;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_spoiler {
|
|
|
|
color: black;
|
|
|
|
background: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_spoiler:hover {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_convo_label {
|
|
|
|
padding: 5px;
|
2016-07-08 17:47:46 +05:00
|
|
|
color: white;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_convobar_root {
|
|
|
|
position: absolute;
|
|
|
|
top: 20px;
|
|
|
|
right: 0;
|
|
|
|
width: 10%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_convobar_item {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_navbar {
|
|
|
|
z-index: 3;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_navbar_mod_indicator_inactive, .livechan_navbar_mod_indicator_active, .livechan_navbar_status, .livechan_navbar_channel_label {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2016-07-08 17:47:46 +05:00
|
|
|
.hover {
|
|
|
|
position: relative;
|
|
|
|
padding: 1px;
|
|
|
|
left: -1000px
|
|
|
|
border: 1px dashed black;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.hover > img {
|
|
|
|
position: fixed;
|
|
|
|
top: 0%;
|
|
|
|
right: 0;
|
|
|
|
max-width: 75%;
|
|
|
|
max-height: 75%;
|
|
|
|
visibility: visible;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_output, .livechan_captcha, .livechan_convobar_root, #chat {
|
2016-07-08 17:47:46 +05:00
|
|
|
background: #050505;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_convobar_root {
|
|
|
|
background: #111;
|
|
|
|
color: white;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
2016-07-08 17:47:46 +05:00
|
|
|
.livechan_chat_output_chat, .livechan_navbar {
|
|
|
|
background: #111;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_convobar_item {
|
|
|
|
background: #111;
|
|
|
|
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_output_chat {
|
2016-07-08 17:47:46 +05:00
|
|
|
font-family: monospace;
|
2016-07-04 19:12:03 +05:00
|
|
|
margin: 4px;
|
|
|
|
padding: 4px;
|
2016-07-08 17:47:46 +05:00
|
|
|
color: white;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_output_name {
|
|
|
|
font-weight: bold;
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_output_count:hover {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_input {
|
2016-07-08 17:47:46 +05:00
|
|
|
background: #111;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_greentext {
|
|
|
|
color: #789922;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_boldtext {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_internallink {
|
2016-07-08 17:47:46 +05:00
|
|
|
color: cyan;
|
2016-07-04 19:12:03 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_internallink:hover {
|
|
|
|
color: red;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_chat_selected {
|
|
|
|
background: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.livechan_navbar_mod_indicator_active {
|
|
|
|
background: #4a4ad4;
|
|
|
|
color: #34d434;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_navbar_mod_indicator_admin {
|
|
|
|
background: #4a4ad4;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livechan_navbar_mod_indicator_inactive {
|
|
|
|
color: #aaaaaa;
|
|
|
|
background: #eef2ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.livechan_redtext {
|
|
|
|
color: #af0a0f;
|
|
|
|
font-weight: bold;
|
2016-07-08 17:47:46 +05:00
|
|
|
}
|
|
|
|
|