2013-12-16 11:22:23 +00:00
|
|
|
html, body{
|
|
|
|
margin:0px;
|
|
|
|
height:100%;
|
|
|
|
color: #424242;
|
2014-02-11 14:05:17 +00:00
|
|
|
font-family:'Helvetica Neue', Helvetica, sans-serif;
|
2014-02-18 19:11:27 +00:00
|
|
|
font-weight: 400;
|
2014-03-26 10:33:46 +00:00
|
|
|
background: #000000;
|
2014-02-05 13:01:22 +00:00
|
|
|
overflow-x: hidden;
|
2013-12-16 11:22:23 +00:00
|
|
|
}
|
|
|
|
|
2014-08-22 15:37:11 +00:00
|
|
|
#chatspace,
|
|
|
|
#contactlist {
|
2014-02-05 13:01:22 +00:00
|
|
|
display:none;
|
2013-12-16 11:22:23 +00:00
|
|
|
position:absolute;
|
|
|
|
float: right;
|
2014-03-26 10:33:46 +00:00
|
|
|
top: 0px;
|
2013-12-16 11:22:23 +00:00
|
|
|
bottom: 0px;
|
|
|
|
right: 0px;
|
2014-02-05 13:01:22 +00:00
|
|
|
width: 20%;
|
|
|
|
max-width: 200px;
|
2013-12-16 11:22:23 +00:00
|
|
|
overflow: hidden;
|
2014-03-26 10:33:46 +00:00
|
|
|
z-index: 5;
|
2013-12-16 11:22:23 +00:00
|
|
|
}
|
|
|
|
|
2014-08-22 15:37:11 +00:00
|
|
|
#chatspace {
|
|
|
|
background-color:#FFF;
|
|
|
|
border-left:1px solid #424242;
|
|
|
|
}
|
|
|
|
|
2013-12-16 11:22:23 +00:00
|
|
|
#chatconversation {
|
2014-03-26 10:33:46 +00:00
|
|
|
visibility: hidden;
|
2014-02-05 13:01:22 +00:00
|
|
|
position: relative;
|
|
|
|
top: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
text-align: left;
|
|
|
|
line-height: 20px;
|
|
|
|
font-size: 10pt;
|
|
|
|
width: 100%;
|
|
|
|
height: 95%;
|
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-x: hidden;
|
|
|
|
word-wrap: break-word;
|
2013-12-16 11:22:23 +00:00
|
|
|
}
|
|
|
|
|
2013-12-16 14:11:23 +00:00
|
|
|
.localuser {
|
2013-12-16 11:22:23 +00:00
|
|
|
color: #087dba;
|
|
|
|
}
|
|
|
|
|
2014-06-20 09:00:49 +00:00
|
|
|
.errorMessage {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2013-12-16 14:11:23 +00:00
|
|
|
.remoteuser {
|
2013-12-16 11:22:23 +00:00
|
|
|
color: #424242;
|
|
|
|
}
|
|
|
|
|
|
|
|
#usermsg {
|
2014-03-26 10:33:46 +00:00
|
|
|
visibility:hidden;
|
2014-02-05 13:01:22 +00:00
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 5%;
|
|
|
|
padding: 5px;
|
2013-12-16 11:22:23 +00:00
|
|
|
max-height:150px;
|
2014-02-05 13:01:22 +00:00
|
|
|
min-height:50px;
|
|
|
|
border: 0px none;
|
|
|
|
border-top: 1px solid #cccccc;
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: none;
|
|
|
|
border-radius:0;
|
|
|
|
font-size: 10pt;
|
2014-03-26 10:33:46 +00:00
|
|
|
overflow: hidden;
|
2014-02-05 13:01:22 +00:00
|
|
|
}
|
|
|
|
|
2014-08-25 12:48:16 +00:00
|
|
|
#usermsg:hover {
|
2014-02-05 13:01:22 +00:00
|
|
|
border: 0px none;
|
|
|
|
border-top: 1px solid #cccccc;
|
|
|
|
box-shadow: none;
|
2013-12-16 11:22:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#nickname {
|
2014-02-05 13:01:22 +00:00
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
2013-12-16 11:22:23 +00:00
|
|
|
color: #9d9d9d;
|
|
|
|
font-size: 18;
|
|
|
|
top: 100px;
|
|
|
|
left: 5px;
|
|
|
|
right: 5px;
|
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nickinput {
|
|
|
|
margin-top: 20px;
|
|
|
|
font-size: 14;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nowebrtc {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
2014-01-24 10:24:18 +00:00
|
|
|
#settingsButton {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2014-02-18 19:11:27 +00:00
|
|
|
.toolbar_span {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2013-12-16 11:22:23 +00:00
|
|
|
.button {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
color: #FFFFFF;
|
|
|
|
top: 0;
|
|
|
|
padding: 10px 0px;
|
|
|
|
width: 39px;
|
|
|
|
cursor: pointer;
|
2013-12-16 14:11:23 +00:00
|
|
|
font-size: 11pt;
|
2013-12-16 11:22:23 +00:00
|
|
|
text-align: center;
|
|
|
|
text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
|
2014-02-18 19:11:27 +00:00
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar_span>span {
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
font-size: 7pt;
|
|
|
|
color: #ffffff;
|
|
|
|
text-align:center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2014-03-26 10:33:46 +00:00
|
|
|
#chatButton {
|
2014-07-13 18:12:38 +00:00
|
|
|
-webkit-transition: all .5s ease-in-out;
|
|
|
|
-moz-transition: all .5s ease-in-out;
|
|
|
|
transition: all .5s ease-in-out;
|
2014-02-18 19:11:27 +00:00
|
|
|
}
|
2014-07-13 18:12:38 +00:00
|
|
|
/*#ffde00*/
|
2014-03-26 10:33:46 +00:00
|
|
|
#chatButton.active {
|
2014-07-13 18:12:38 +00:00
|
|
|
-webkit-text-shadow: -1px 0 10px #00ccff,
|
|
|
|
0 1px 10px #00ccff,
|
|
|
|
1px 0 10px #00ccff,
|
|
|
|
0 -1px 10px #00ccff;
|
|
|
|
-moz-text-shadow: 1px 0 10px #00ccff,
|
|
|
|
0 1px 10px #00ccff,
|
|
|
|
1px 0 10px #00ccff,
|
|
|
|
0 -1px 10px #00ccff;
|
|
|
|
text-shadow: -1px 0 10px #00ccff,
|
|
|
|
0 1px 10px #00ccff,
|
|
|
|
1px 0 10px #00ccff,
|
|
|
|
0 -1px 10px #00ccff;
|
2013-12-16 11:22:23 +00:00
|
|
|
}
|
|
|
|
|
2014-07-18 16:06:06 +00:00
|
|
|
#recordButton {
|
|
|
|
-webkit-transition: all .5s ease-in-out;
|
|
|
|
-moz-transition: all .5s ease-in-out;
|
|
|
|
transition: all .5s ease-in-out;
|
|
|
|
}
|
|
|
|
/*#ffde00*/
|
|
|
|
#recordButton.active {
|
|
|
|
-webkit-text-shadow: -1px 0 10px #00ccff,
|
|
|
|
0 1px 10px #00ccff,
|
|
|
|
1px 0 10px #00ccff,
|
|
|
|
0 -1px 10px #00ccff;
|
|
|
|
-moz-text-shadow: 1px 0 10px #00ccff,
|
|
|
|
0 1px 10px #00ccff,
|
|
|
|
1px 0 10px #00ccff,
|
|
|
|
0 -1px 10px #00ccff;
|
|
|
|
text-shadow: -1px 0 10px #00ccff,
|
|
|
|
0 1px 10px #00ccff,
|
|
|
|
1px 0 10px #00ccff,
|
|
|
|
0 -1px 10px #00ccff;
|
|
|
|
}
|
|
|
|
|
2014-08-22 15:37:11 +00:00
|
|
|
a.button:hover,
|
|
|
|
a.bottomToolbarButton:hover {
|
2013-12-16 11:22:23 +00:00
|
|
|
top: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
background: rgba(0, 0, 0, 0.3);
|
|
|
|
border-radius: 5px;
|
|
|
|
background-clip: padding-box;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-webkit-background-clip: padding-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-fa-video-camera, .fa-microphone-slash {
|
|
|
|
color: #636363;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header_button_separator {
|
|
|
|
display: inline-block;
|
|
|
|
position:relative;
|
2014-03-26 10:33:46 +00:00
|
|
|
top: 5;
|
2013-12-16 11:22:23 +00:00
|
|
|
width: 1px;
|
2014-03-26 10:33:46 +00:00
|
|
|
height: 20px;
|
|
|
|
background: #676767;
|
2013-12-16 11:22:23 +00:00
|
|
|
}
|
|
|
|
|
2014-08-05 07:39:04 +00:00
|
|
|
input[type='text'], input[type='password'], textarea {
|
2013-12-16 11:22:23 +00:00
|
|
|
display: inline-block;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 5px;
|
|
|
|
background: #f3f3f3;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-weight: 100;
|
|
|
|
line-height: 20px;
|
|
|
|
height: 40px;
|
|
|
|
color: #333;
|
|
|
|
text-align: left;
|
|
|
|
border:1px solid #ACD8F0;
|
|
|
|
outline: none; /* removes the default outline */
|
|
|
|
resize: none; /* prevents the user-resizing, adjust to taste */
|
|
|
|
}
|
|
|
|
|
2014-08-05 07:39:04 +00:00
|
|
|
input[type='text'], input[type='password'], textarea:focus {
|
2013-12-16 11:22:23 +00:00
|
|
|
box-shadow: inset 0 0 3px 2px #ACD8F0; /* provides a more style-able
|
|
|
|
replacement to the outline */
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
|
|
|
resize: horizontal;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.no-icon {
|
|
|
|
padding: 0 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
border: none;
|
|
|
|
height: 35px;
|
|
|
|
padding: 0 1em 0 2em;
|
|
|
|
position: relative;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #fff;
|
|
|
|
line-height: 35px;
|
|
|
|
background: #2c8ad2;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, input, select, textarea {
|
|
|
|
margin: 0;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, input[type="button"], input[type="reset"], input[type="submit"] {
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-appearance: button;
|
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-01-03 16:41:50 +00:00
|
|
|
#downloadlog {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 5;
|
|
|
|
left: 5;
|
|
|
|
overflow: visible;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
2014-08-21 16:42:54 +00:00
|
|
|
|
2014-08-22 15:37:11 +00:00
|
|
|
#bottomToolbar {
|
|
|
|
display:block;
|
|
|
|
position: absolute;
|
|
|
|
right: -1;
|
|
|
|
bottom: 40px;
|
|
|
|
width: 29px;
|
|
|
|
border-top-left-radius: 10px;
|
|
|
|
border-bottom-left-radius: 10px;
|
|
|
|
color: #FFF;
|
|
|
|
border: 1px solid #000;
|
|
|
|
background: rgba(50,50,50,.65);
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
z-index: 6; /*+1 from #remoteVideos*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottomToolbarButton {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
color: #FFFFFF;
|
|
|
|
top: 0;
|
|
|
|
padding-top: 3px;
|
|
|
|
width: 29px;
|
|
|
|
height: 20px;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 10pt;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2014-08-21 16:42:54 +00:00
|
|
|
|
2014-08-22 15:37:11 +00:00
|
|
|
.active {
|
|
|
|
color: #00ccff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottomToolbar_span>span {
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
font-size: 7pt;
|
|
|
|
color: #ffffff;
|
2014-08-25 12:48:16 +00:00
|
|
|
text-align: center;
|
2014-08-22 15:37:11 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|