jiti-meet/css/main.css

412 lines
7.6 KiB
CSS
Raw Normal View History

2013-12-16 11:22:23 +00:00
html, body{
margin:0px;
height:100%;
color: #424242;
font-family:'Helvetica Neue', Helvetica, sans-serif;
font-weight: 400;
background: #000000;
overflow-x: hidden;
2013-12-16 11:22:23 +00:00
}
#chatspace {
display:none;
2013-12-16 11:22:23 +00:00
position:absolute;
float: right;
top: 0px;
2013-12-16 11:22:23 +00:00
bottom: 0px;
right: 0px;
width: 20%;
max-width: 200px;
2013-12-16 11:22:23 +00:00
overflow: hidden;
/* background-color:#dfebf1;*/
background-color:#FFFFFF;
2013-12-16 11:22:23 +00:00
border-left:1px solid #424242;
z-index: 5;
2013-12-16 11:22:23 +00:00
}
#chatconversation {
visibility: hidden;
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;
}
.errorMessage {
color: red;
}
2013-12-16 14:11:23 +00:00
.remoteuser {
2013-12-16 11:22:23 +00:00
color: #424242;
}
#usermsg {
visibility:hidden;
position: relative;
width: 100%;
height: 5%;
padding: 5px;
2013-12-16 11:22:23 +00:00
max-height:150px;
min-height:50px;
border: 0px none;
border-top: 1px solid #cccccc;
background: #FFFFFF;
box-shadow: none;
border-radius:0;
font-size: 10pt;
overflow: hidden;
}
#usermsg: hover {
border: 0px none;
border-top: 1px solid #cccccc;
box-shadow: none;
2013-12-16 11:22:23 +00:00
}
#nickname {
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;
}
.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);
z-index: 1;
}
.toolbar_span>span {
display: inline-block;
position: absolute;
font-size: 7pt;
color: #ffffff;
text-align:center;
cursor: pointer;
}
#chatButton {
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
/*#ffde00*/
#chatButton.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;
2013-12-16 11:22:23 +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;
}
2013-12-16 11:22:23 +00:00
a.button:hover {
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;
top: 5;
2013-12-16 11:22:23 +00:00
width: 1px;
height: 20px;
background: #676767;
2013-12-16 11:22:23 +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 */
}
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;
}
#downloadlog {
position: absolute;
bottom: 5;
left: 5;
overflow: visible;
z-index: 100;
}
2014-08-21 16:42:54 +00:00
#enter_room_field {
border-radius: 10px;
font-size: 16px;
padding: 15px 55px 10px 30px;
border: none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-appearance: none;
width: 318px;
height: 55px;
position:absolute;
font-weight: 500;
font-family: Helvetica;
box-shadow: none;
z-index: 2;
}
#enter_room_button {
width: 73px;
height: 45px;
background-color: #16a8fe;
moz-border-radius: 15px;
-webkit-border-radius: 15px;
color: #ffffff;
font-weight: 600;
border: none;
position:absolute;
margin-left: 240px;
margin-top: 5px;
font-size: 19px;
font-family: Helvetica;
padding-top: 6px;
z-index: 2;
outline: none;
}
#enter_room {
margin: 70px auto 0px auto;
width:318px;
}
#welcome_page_header
{
background-image: url(../images/welcome_page/pattern-header.png);
height: 290px;
width: 100%;
position: absolute;
}
#welcome_page_main
{
background-image:url(../images/welcome_page/pattern-body.png);
width: 100%;
position: absolute;
margin-top: 290px;
}
#jitsi_logo
{
background-image:url(../images/welcome_page/jitsi-logo.png);
width: 186px;
height: 74px;
position: absolute;
top: 15px;
left: 30px;
}
#brand_logo
{
2014-08-21 17:28:50 +00:00
background-image:url(../images/welcome_page/brand-logo.png);
2014-08-21 16:42:54 +00:00
width: 215px;
height: 55px;
position: absolute;
top: 15px;
right: 30px;
}
#brand_header
{
2014-08-21 17:28:50 +00:00
background-image:url(../images/welcome_page/header-big.png);
2014-08-21 16:42:54 +00:00
position:absolute;
width: 583px;
height: 274px;
left: 340px;
top:15px;
}
#header_text
{
position: absolute;
left: 200px;
top: 150px;
width: 885px;
height: 100px;
color: #ffffff;
font-family: Helvetica;
font-size: 24px;
text-align: center;
}
#features
{
margin-top: 30px;
}
.feature_row
{
width: 100%;
left: 115px;
position: relative;
float: left;
margin-bottom: 30px;
}
.feature_holder
{
float:left;
width: 169px;
padding-left: 75px;
}
.feature_icon
{
background-image:url(../images/welcome_page/bubble.png);
background-repeat: no-repeat;
width: 169px;
height: 169px;
font-family: Helvetica;
color: #ffffff;
font-size: 22px;
/*font-weight: bold;*/
text-align: center;
display: table-cell;
padding: 50px 29px 0px 17px;
}
.feature_description
{
width: 169px;
font-family: Helvetica;
color: #ffffff;
font-size: 16px;
padding-top: 30px;
line-height: 22px;
font-weight: 200;
}