@import "variables"; @import "mixins"; body { background: extract(@white, 3); bottom: 0; color: extract(@darkGrey, 1); left: 0; right: 0; @media @landscape { height: 100%; min-width: 768px; position: absolute; top: 0; } @media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait { position: relative; top: 15px; } @media @mobile-portrait-with-keyboard, @mobile-portrait { overflow-x: hidden; } } .btn { background-color: extract(@white, 2); } .component { .radius; background: extract(@white, 1); border: 1px solid extract(@lightGrey, 3); float: left; height: 100%; } .extraConversationScrollableMenu { height: auto; max-height: 200px; overflow-x: hidden; } .heading { margin-left:5px } .myNavbar { border-bottom: 0px; &.gradientBar { .linear-gradient(rgb(72,76,85), rgb(65,68,77)); } .btn { .linear-gradient(rgb(72,76,85), rgb(65,68,77)); &.navbarIconToggleActive { background: extract(@darkGrey, 3); border-bottom: 4px solid extract(@azure, 1); } i { color: extract(@white, 1); } .push-menu-icon { .icon-bar { margin-left: auto; margin-right: auto; margin-bottom: 8px; margin-top: 8px; display: block; border-radius: 1px; background-color: extract(@white, 1); width: 50px; height: 10px; } margin-top: auto; margin-bottom: auto; } &.navbar-toggle { height: 100px; margin-bottom: 0px; margin-top: 0px; border: 0px; } } @media @landscape { min-width: 768px; height: 50px; } @media @mobile-portrait-with-keyboard, @mobile-portrait { min-width: 630px; height: 110px; } @media @desktop-portrait { min-width: 400px; height: 50px; } } .myNavbarMinimized { background: extract(@white, 3); height: 20px; margin-bottom: 0.2%; margin-top: 0px; min-width: 900px; padding-top: 0px; text-align: right; } .navbarFiller { width: 100%; @media @landscape { height: 50px; } } .navbarIconToggleActive i { color: extract(@lightGrey, 2); } #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; } .navbarSettingsButtons { float: right; .btn { display: block; float: right; } } .navbarTitle { color: extract(@white, 1); display: block; float: left; font-weight: bold; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @media @landscape { font-size: 16px; width: 30% !important; } @media @mobile-portrait-with-keyboard, @mobile-portrait { font-size: 30px; padding-top: 30px; padding-left: 5px; height: 72px; width: 70%; margin-left: auto; margin-right: auto; } @media @desktop-portrait { font-size: 16px; width: calc(~'100% - 102.4px'); } } .navbarUserButtons { .btn { border-radius: 0; display: block; float: left; &:hover { background: extract(@darkGrey, 4); } } @media @landscape { float: left; } } .navbarSettingsButtons .btn:hover { background: extract(@darkGrey, 4); } .panel-footer { padding: 0; } .recordingStatus { background: none!important; border: none; margin-left: 10px; padding: 0!important; } .recordingStatusFalse { color: maroon; } .recordingStatusTrue { color: green; } .ScrollableWindowX { width: 100%; overflow-x: scroll; } .ScrollableWindowY { overflow-y:auto; } .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 extract(@lightGrey, 1); color: extract(@darkGrey, 1); font-weight: bold; line-height: 2em; margin: 0; padding-bottom: 5px; padding-left: 10px; padding-top: 5px; @media @desktop-portrait, @landscape { font-size: 18px; height: 50px; } @media @mobile-portrait, @mobile-portrait-with-keyboard { font-size: 4vw; } } #container { display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: -webkit-flex; display: flex; -webkit-flex-flow: row; flex-flow: row; width: 100%; height: 100%; } .ui-widget-overlay { z-index: 1031; } .no-titlebar .ui-dialog-titlebar { display: none; /* no titlebar */ } .custom-button { background-color: extract(@yellow, 1); } .fullScreenPresentation { width: 90% !important; height: 90% !important; } .halfScreen { width: 44% !important; height: 80% !important; } .quarterScreen { width: 22% !important; height: 80% !important; } .navbarButton { @media @desktop-portrait, @landscape { height: 50px !important; width: 51.2px; top: 0 !important; } @media @mobile-portrait-with-keyboard, @mobile-portrait { height: 100px !important; width: 10%; min-width: 60px; } } .navbarSection { @media @landscape { min-width: 256px; width: 33%; } } .ion-volume-mute { @media @desktop-portrait, @landscape { font-size: 20px; } @media @mobile-portrait-with-keyboard, @mobile-portrait { font-size: 35px; } } .glyphicon, .ion-android-hand, .ion-easel { @media @mobile-portrait-with-keyboard, @mobile-portrait { font-size: 35px; } } .hiddenNavbarSection { @media @landscape { display: block !important; } @media @mobile-portrait-with-keyboard, @mobile-portrait { display: none; } } .narrowedNavbarTitle { @media @desktop-portrait { width: calc(~'100% - 410px') !important; } } .collapseNavbarSection { @media @landscape { display: block !important; } @media @desktop-portrait { display: none; } } #collapseButtonSection { @media @landscape { display: none; } @media @desktop-portrait { display: block !important; } } .ui-dialog-buttonset { @media @mobile-portrait-with-keyboard, @mobile-portrait { width: 100%; } button { @media @mobile-portrait-with-keyboard, @mobile-portrait { width: 40%; margin-left: 5% !important; margin-right: 5% !important; } } } /* Sliding menu */ .sliding-menu { @media @mobile-portrait-with-keyboard, @mobile-portrait { transition: left 0.1s; width: 15%; height: 100%; position: fixed; top: 100px; left: -15%; z-index: 1031; &.sliding-menu-opened { left: 0px; } a { border-bottom: 1px solid #258ecd; padding: 1em; } } @media @landscape, @desktop-portrait { display: none; } } .slideSection { @media @mobile-portrait-with-keyboard, @mobile-portrait { float: left; margin-top: 0; height: 100%; width: 100%; margin-bottom: 0.5%; &.gradientBar { .linear-gradient(rgb(72,76,85), rgb(65,68,77)); } .btn { .linear-gradient(rgb(72,76,85), rgb(65,68,77)); &.navbarIconToggleActive { background: extract(@darkGrey, 3); border-bottom: 4px solid extract(@azure, 1); } i { color: extract(@white, 1); } } } } .slideButton { @media @mobile-portrait-with-keyboard, @mobile-portrait { display: block; width: 100%; height: calc(~'20% - 20px'); } } #shield { @media @mobile-portrait, @mobile-portrait-with-keyboard { display: none; background: black; opacity: 0.2; z-index: 1030; position: fixed; left: 0; top: 0; width: 100%; height: 100%; } } /* Notifications */ .notification { /* sets the opacity of the background */ filter:alpha(opacity=85); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; -moz-opacity: 0.85; -khtml-opacity: 0.85; opacity: 0.85; background: grey; &.webrtc-support-notification { width: 500px !important; height: 50px !important; } &.joined-audio-notification { width: 500px !important; #browser-icon-container { display: none; } #notification-text { height: 100% !important; } } min-height: 0px !important; font-weight: 900; &.ui-widget-content p { color: black; font-size: 14px; margin: 0; padding: 1px; } } #notification { min-height: 0px !important; width: 100% !important; height: 100% !important; margin: 0; padding: 0; } #browser-icon-container { width: 35px !important; height: 35px !important; float: left; path { margin: auto; } } #notification-text { float: left; } .invisible { display: none; } /* Custom alert box */ /* Logout menu's properties on mobile devices in landscape orientation */ .landscape-mobile-logout-dialog { @media @landscape { .ui-widget-header { font-size: 100% !important; } width: 55% !important; /* overriding "width: auto;" */ font-size: 3vh !important; /* overriding "font-size: 11px;" */ .ui-dialog-content { height: 30% !important; /* overriding "height: auto;" */ } .ui-dialog-buttonset { width: 100%; font-size: 4vh; button { width: 40%; margin-left: 5% !important; margin-right: 5% !important; } } height: 32% !important; } } /* Logout menu's properties on desktop */ .desktop-logout-dialog { @media @desktop-portrait, @landscape { .ui-dialog-content { height: 36px !important; /* overriding "height: auto;" */ } } } .no-close .ui-dialog-titlebar-close { display: none; /* no close button */ } .logout-dialog.ui-dialog { .ui-widget-header { color: extract(@white, 1); font-weight: bold; background: extract(@darkGrey, 3); @media @desktop-portrait, @landscape { font-size: 12px; } } .ui-dialog-content { font-weight: bold; text-align: center; @media @desktop-portrait, @landscape { min-height: 0px !important; /* overriding "min-height: 47px;"*/ } } @media @mobile-portrait-with-keyboard, @mobile-portrait { width: 100% !important; } } .logout-dialog.ui-widget-content { background: extract(@white, 3); border: 5px solid extract(@darkGrey, 3); @media @desktop-portrait, @landscape { font-size: 11px; } @media @mobile-portrait-with-keyboard, @mobile-portrait { font-size: 280%; } } .joinAudioDialog { min-width: 500px; width: 25% !important; } #joinAudioDialog { background-color: rgb(239, 239, 239); display: none; } .joinAudioDialogButton { background: -webkit-linear-gradient(rgb(255,255,255), rgb(225,226,229)); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(rgb(255,255,255), rgb(225,226,229)); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(rgb(255,255,255), rgb(225,226,229)); /* For Firefox 3.6 to 15 */ background: linear-gradient(rgb(255,255,255), rgb(225,226,229)); /* Standard syntax (must be last) */ border-radius: 5px; color: rgb(94,95,99); font-weight: bold; padding: 10px; } .joinAudioDialogHr { border: 1px solid darkgrey; margin: 10px; margin-bottom:5px; } .joinAudioDialogIcon { font-size: 100px; } .ui-dialog-titlebar { text-align: center; } #main { -webkit-flex: 4 4 80%; -moz-flex: 4 4 80%; -ms-flex: 4 4 80%; flex: 4 4 80%; height: 100%; } #panels { display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: -webkit-flex; display: flex; -webkit-flex-flow: row; flex-flow: row; width: 100%; height: calc(~'100% - 55px'); }