bigbluebutton-Github/labs/meteor-client/app/client/stylesheets/style.css

193 lines
3.3 KiB
CSS
Executable File

.audioFeedIcon {}
body {
background: #eee;
bottom: 0;
color: #666666;
height: 100%;
left: 0;
min-width: 768px;
position: absolute;
right: 0;
top: 0;
}
.btn {background-color: #F5F5F5;}
.component {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #fff;
border-radius: 4px;
border: 1px solid #ccc;
float: left;
height: 80%;
margin-top: 10px;
}
.extraConversationScrollableMenu {
height: auto;
max-height: 200px;
overflow-x: hidden;
}
.hideNavbarIcon {}
.lowerHand {}
.mainContainer {height: 100%;}
.myFooter {
color: black;
font-size: 10px;
max-height: 20px;
padding-top: 13px;
text-align: center;
}
.myNavbar {
margin-bottom: 0.5%;
min-width: 900px;
}
.myNavbar.gradientBar, .myNavbar .btn {
background: -moz-linear-gradient( rgb(72,76,85), rgb(65,68,77)); /* For Firefox 3.6 to 15 */
background: -o-linear-gradient( rgb(72,76,85), rgb(65,68,77)); /* For Opera 11.1 to 12.0 */
background: -webkit-linear-gradient(rgb(72,76,85), rgb(65,68,77)); /* For Safari 5.1 to 6.0 */
background: linear-gradient( rgb(72,76,85), rgb(65,68,77)); /* Standard syntax (must be last) */
}
.myNavbar .btn.navbarIconToggleActive {
background: #40434c;
border-bottom: 4px solid #54a7db;
}
.myNavbar .btn {
border-left: 1px solid #60636a;
border-right: 1px solid #32353e;
}
.myNavbar .btn i {color: #fff;}
.myNavbarMinimized {
background: #eee;
height: 20px;
margin-bottom: 0.2%;
margin-top: 0px;
min-width: 900px;
padding-top: 0px;
text-align: right;
}
.navbar {min-height: 40px !important;}
.navbarButton {
height: 50px;
width: 70px;
}
.navbarFiller {
height: 50px;
width: 100%;
}
.navbarIconToggleActive i {color: #cccdd1;}
#navbarMinimizedButton {
margin-bottom: 0px;
margin-left: 2px;
margin-right: 20px;
margin-top: 0px;
position: absolute;
right: 0;
top: 0;
}
.navbarMinimizedButtonSmall {
height: 10px;
width: 40px;
}
.navbarMinimizedButtonLarge {
height: 50px;
width: 40px;
}
.navbarSection {
min-width: 300px;
width: 33%;
}
.navbarSettingsButtons {float: right;}
.navbarSettingsButtons .btn {
display: block;
float: right;
}
.navbarTitle {
color: #fff;
display: block;
float: left;
font-size: 16px;
font-weight: bold;
padding-top: 13px;
text-align: center;
}
.navbarUserButtons {}
.navbarUserButtons .btn {
border-radius: 0;
display: block;
float: left;
}
.navbarUserButtons .btn:hover,
.navbarSettingsButtons .btn:hover {
background: #40434c;
}
.panel-footer {padding: 0;}
.raiseHand {}
.recordingStatus {
background: none!important;
border: none;
margin-left: 10px;
padding: 0!important;
}
.recordingStatusFalse {color: maroon;}
.recordingStatusTrue {color: green;}
.ScrollableWindow {
height: 100%;
overflow-y: scroll;
}
.settingsIcon {}
.signOutIcon {}
.tab {height: 40px;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {border-top: 0px;}
.title {
border-bottom: 1px solid #d7d7d7;
color: #666;
font-size: 14px;
font-weight: bold;
line-height: 2em;
margin: 0;
padding-bottom: 5px;
padding-left: 10px;
padding-top: 5px;
}
.videoFeedIcon {}