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

138 lines
2.6 KiB
CSS
Raw Normal View History

2014-08-09 00:04:04 +08:00
.audioFeedIcon{}
2014-06-07 06:19:09 +08:00
body {
background: #eee;
bottom:0;
color: #666666;
height:100%;
left:0;
min-width: 768px;
position:absolute;
right:0;
top:0;
}
.btn{
background-color:#F5F5F5;
}
.chatBarIcon{}
2014-08-09 03:30:28 +08:00
.component{
background: #fff;
border: 1px solid #ccc;
float: left;
2014-08-12 00:21:14 +08:00
height:90%;
margin-top: 10px;
2014-08-09 03:30:28 +08:00
}
.gradientBar{
background: -webkit-linear-gradient(rgb(255,255,255), rgb(182,181,181)); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient( rgb(255,255,255), rgb(182,181,181)); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient( rgb(255,255,255), rgb(182,181,181)); /* For Firefox 3.6 to 15 */
background: linear-gradient( rgb(255,255,255), rgb(182,181,181)); /* Standard syntax (must be last) */
}
.hideNavbarIcon{}
2014-08-09 00:04:04 +08:00
.lowerHand{}
.mainContainer{
2014-08-12 00:21:14 +08:00
height:100%;
2014-08-09 03:30:28 +08:00
}
.myFooter{
color:black;
font-size: 12px;
2014-08-09 03:30:28 +08:00
min-height: 0px;
max-height: 30px;
}
.myNavbar{
2014-08-09 03:30:28 +08:00
margin-bottom:0.5%;
min-width:900px;
padding-top:5px;
}
2014-08-09 03:30:28 +08:00
.myNavbarMinimized{
background: #eee;
height:20px;
margin-bottom:0.2%;
margin-top:0px;
min-width:900px;
padding-top:0px;
text-align:right;
}
.navbarButton {
height:40px;
margin-left: 2px;
margin-right: 2px;
2014-08-09 00:04:04 +08:00
width:40px;
}
.navbarFiller{
height:50px;
width:100%;
}
2014-08-09 00:04:04 +08:00
.navbarIconToggleActive{
border-bottom: 4px solid lightblue;
}
#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;
2014-08-09 03:30:28 +08:00
}
.navbarSection{
float:left;
min-width:300px;
2014-08-09 00:04:04 +08:00
width:33%;
}
2014-08-09 00:04:04 +08:00
.navbarSettingsButtons{
text-align: right;
}
.navbarTitle{
font-size: 16px;
2014-08-09 00:04:04 +08:00
font-weight:bold;
padding-top:15px;
2014-08-09 00:04:04 +08:00
text-align:center;
}
2014-08-09 00:04:04 +08:00
.navbarUserButtons{
padding-left:0.5%;
}
2014-08-09 00:04:04 +08:00
.raiseHand {}
.recordingStatus{
background:none!important;
border:none;
padding:0!important;
margin-left: 10px;
}
.recordingStatusTrue{
color:green;
}
.recordingStatusFalse{
color:maroon;
}
2014-08-09 00:04:04 +08:00
.ScrollableWindow {
height: 100%;
2014-08-12 00:21:14 +08:00
overflow-y: scroll;
2014-08-09 00:04:04 +08:00
padding-right:5px;
}
.settingsIcon{}
.signOutIcon{}
2014-08-14 02:42:31 +08:00
.tab{
height:40px;
}
2014-08-09 03:30:28 +08:00
.title {
2014-08-09 00:04:04 +08:00
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;
}
.usersListIcon{}
.videoFeedIcon{}