1
Fork 0
galene/static/galene.css

1315 lines
21 KiB
CSS
Raw Normal View History

2020-08-27 21:17:46 +02:00
.nav-fixed .topnav {
z-index: 1039;
}
2020-08-27 21:17:46 +02:00
.fixed-top{
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
2020-08-27 21:17:46 +02:00
.topnav {
padding-left: 0;
height: 3.5rem;
2020-08-27 21:17:46 +02:00
z-index: 1039;
}
2020-08-27 21:17:46 +02:00
.navbar .form-control, .topnav {
font-size: 1rem;
}
.form-control {
display: block;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-inline {
display: inline-block;
2020-08-27 21:17:46 +02:00
}
.shadow {
2020-09-11 10:39:32 +02:00
box-shadow: 0 .15rem 1.75rem 0 rgba(31,45,65,.15);
2020-08-27 21:17:46 +02:00
}
.bg-white {
2020-09-11 10:39:32 +02:00
background-color: #fff;
2020-08-27 21:17:46 +02:00
}
.bg-gray {
2020-09-11 10:39:32 +02:00
background-color: #eee;
2020-08-27 21:17:46 +02:00
}
2020-11-24 17:36:52 +01:00
.profile {
width: 230px;
}
.profile-logo {
float: left;
width: 50px;
height: 50px;
background: #b681c3;
border-radius: 25px;
text-align: center;
vertical-align: middle;
font-size: 1.4em;
padding: 7px;
color: #f9f9f9;
}
.profile-info {
float: left;
margin-left: 10px;
margin-top: 8px;
color: #616263;
width: 120px;
}
.user-logout {
float: right;
text-align: center;
}
.logout-icon {
display: block;
font-size: 1.5em;
}
.logout-text {
font-size: .7em;
}
.profile-info span {
display: block;
line-height: 1.2;
text-transform: capitalize;
}
#permspan {
font-size: .9em;
color: #108e07;
font-style: italic;
}
.sidenav .user-logout a {
font-size: 1em;
padding: 7px 0 0;
color: #e4157e;
cursor: pointer;
line-height: .7;
}
.sidenav .user-logout a:hover {
color: #ab0659;
}
2020-08-27 21:17:46 +02:00
.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
background: #610a86;
}
.navbar {
position: relative;
padding: .1rem;
2020-08-27 21:17:46 +02:00
}
.topnav .navbar-brand {
width: 15rem;
padding-left: 1rem;
padding-right: 1rem;
margin: 0;
font-size: 1rem;
font-weight: 700;
}
.btn {
display: inline-block;
font-weight: 400;
font-size: 1em;
2020-08-27 21:17:46 +02:00
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.255rem .75rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
transition-duration: 0.4s;
2020-08-27 21:17:46 +02:00
}
.btn-default:hover {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-default {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.btn-cancel {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-cancel:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.btn-blue {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-blue:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-warn {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107;
}
.btn-warn:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-large {
font-size: 110%;
2020-08-27 21:17:46 +02:00
}
.app {
background-color: #f4f4f4;
2020-08-27 21:17:46 +02:00
overflow: hidden;
margin: 0;
padding: 0;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);
}
.coln-left {
flex: 30%;
padding: 0;
margin: 0;
2020-08-27 21:17:46 +02:00
}
.coln-left-hide {
flex: 0;
}
2020-08-27 21:17:46 +02:00
.coln-right {
flex: 70%;
position: relative;
2020-08-27 21:17:46 +02:00
}
/* Clear floats after the columns */
.row {
display: flex;
2020-08-27 21:17:46 +02:00
}
.full-height {
2020-09-09 20:26:19 +02:00
height: calc(var(--vh, 1vh) * 100);
2020-08-27 21:17:46 +02:00
}
.full-width {
width: calc(100vw - 200px);
height: calc(var(--vh, 1vh) * 100 - 56px);
2020-08-27 21:17:46 +02:00
}
.full-width-active {
width: 100vw;
2020-08-27 21:17:46 +02:00
}
.container {
width: 100%;
2020-08-27 21:17:46 +02:00
}
.users-header {
height: 3.5rem;
padding: 10px;
background: #610a86;
font-size: .95rem;
font-weight: 500;
2020-08-27 21:17:46 +02:00
}
2020-11-24 17:36:52 +01:00
.users-header:after, .profile-user:after, .users-header:before {
2020-08-27 21:17:46 +02:00
display: table;
content: " ";
}
2020-11-24 17:36:52 +01:00
.users-header:after, .profile-user:after {
2020-08-27 21:17:46 +02:00
clear: both;
}
.reply {
height: 53px;
width: 100%;
background-color: #eae7e5;
padding: 10px 5px 10px 5px;
margin: 0;
z-index: 1000;
2020-08-27 21:17:46 +02:00
}
2020-09-11 10:39:32 +02:00
2020-08-27 21:17:46 +02:00
.reply textarea {
width: 100%;
resize: none;
overflow: hidden;
padding: 5px;
2020-08-27 21:17:46 +02:00
outline: none;
border: none;
text-indent: 5px;
box-shadow: none;
height: 100%;
}
textarea.form-reply {
height: 2.1em;
2020-08-27 21:17:46 +02:00
margin-right: .5em;
}
.form-reply {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 1rem;
2020-08-27 21:17:46 +02:00
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-reply::placeholder {
opacity: .7;
}
2020-08-27 21:17:46 +02:00
.select {
display: block;
width: 100%;
padding: .275rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select-inline {
display: inline-block;
2020-08-27 21:17:46 +02:00
}
.message {
width: auto !important;
padding: 4px 10px 7px !important;
background: #daf1c6;
font-size: 12px;
box-shadow: 0 1px 1px rgba(43, 43, 43, 0.16);
border-radius: 5px;
2020-08-27 21:17:46 +02:00
word-wrap: break-word;
display: inline-block;
margin: 1em 0 0;
max-width: 90%;
text-align: left;
2020-08-27 21:17:46 +02:00
}
2020-09-02 15:35:55 +02:00
.message-sender {
background: #e6e6e6;
2020-09-02 15:35:55 +02:00
}
2020-10-01 16:52:01 +02:00
.message-private {
background: white;
}
.message-private .message-header:after {
content: "(private)";
margin-left: 1em;
}
2020-09-23 21:01:29 +02:00
.message-system {
font-size: 10px;
background: #ececec;
}
2020-08-27 21:17:46 +02:00
.message-row:after, .message-row:before {
display: table;
content: " ";
}
.message-row:after {
clear: both;
}
.message-content {
2020-11-30 17:51:16 +01:00
white-space: pre-wrap;
margin: 0;
padding: 0;
padding-left: 5px;
2020-08-27 21:17:46 +02:00
word-wrap: break-word;
word-break: break-word;
2020-08-27 21:17:46 +02:00
font-weight: 400;
font-size: 14px;
color: #202035;
}
2020-09-30 00:33:23 +02:00
.message-header {
2020-08-27 21:17:46 +02:00
margin: 0;
font-style: italic;
text-shadow: none;
}
.message-footer {
margin: 0;
padding: 0;
margin-bottom: -5px;
line-height: .9;
text-align: right;
}
2020-09-30 00:33:23 +02:00
.message-time {
margin-left: 1em;
}
2020-09-16 01:47:36 +02:00
.message-me-asterisk, .message-me-user {
margin-right: 0.33em;
}
2020-08-27 21:17:46 +02:00
.video-container {
height: calc(var(--vh, 1vh) * 100 - 56px);
position: relative;
2020-09-09 20:26:19 +02:00
background: rgba(0, 0, 0, 0.91);
/* Display only when showing video */
display: block;
}
.chat-btn {
display: block;
/*on top of video peers*/
z-index: 1002;
2020-11-09 15:57:30 +01:00
font-size: 1.8em;
position: absolute;
2020-11-09 15:57:30 +01:00
top: 10px;
left: 10px;
cursor: pointer;
2020-09-09 20:26:19 +02:00
}
.chat-btn .icon-chat {
2020-11-09 15:57:30 +01:00
color: #cac7c7;
height: 50px;
2020-09-09 20:26:19 +02:00
padding: 10px;
2020-11-09 15:57:30 +01:00
text-shadow: 0px 0px 1px #b3adad;
2020-09-09 20:26:19 +02:00
}
.collapse-video {
left: inherit;
right: 30px;
}
.video-controls, .top-video-controls {
position: absolute;
width: 100%;
left: 0;
bottom: 25px;
text-align: center;
color: #eaeaea;
font-size: 1.1em;
opacity: 0;
height: 32px;
}
.video-controls:after, .top-video-controls:after {
clear: both;
display: table;
content: " ";
}
.top-video-controls {
text-align: right;
bottom: inherit;
top: 5px;
}
.controls-button {
padding: 3px 10px;
vertical-align: middle;
height: 100%;
}
.controls-left {
float: left;
text-align: left;
}
.controls-right {
float: right;
text-align: right;
}
.vc-overlay {
background: linear-gradient(180deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 70%) 100%);
}
.peer:hover > .video-controls, .peer:hover > .top-video-controls {
opacity: 1;
}
.video-controls span, .top-video-controls span {
margin-right: 20px;
transition: opacity .7s ease-out;
opacity: 1;
cursor: pointer;
}
.video-controls span:last-child {
margin-right: 0;
}
.video-controls span:hover, .top-video-controls span:hover {
opacity: .8;
transition: opacity .5s ease-out;
}
.video-controls .volume {
display: inline-block;
text-align: center;
}
.video-controls .video-play {
font-size: 0.85em;
}
.video-controls span.disabled, .video-controls span.disabled:hover, .top-video-controls span.disabled:hover{
opacity: .2;
color: #c8c8c8
}
.volume-mute {
vertical-align: middle;
width: 25px;
display: var(--dv, inline);
}
.volume-slider {
height: 4px;
width: 60px;
cursor: pointer;
margin: 5px 5px;
vertical-align: middle;
opacity: var(--ov, 0);
transition: opacity .5s ease-out;
}
.video-controls .volume:hover {
--ov: 1;
--dv: inline;
}
.mobile-container {
display: block !important;
2020-08-27 21:17:46 +02:00
}
2020-09-02 15:35:55 +02:00
.login-container {
height: calc(var(--vh, 1vh) * 100 - 56px);
position: relative;
display: flex;
justify-content: center;
2020-09-02 15:35:55 +02:00
}
.login-box {
width: 20em;
padding: 1em;
margin: 5em auto;
height: 23em;
background: #fcfcfc;
}
.login-box .connect {
width: 100%;
text-align: center;
2020-09-02 15:35:55 +02:00
}
.login-box h2 {
text-align: center;
margin-bottom: 40px;
2020-09-02 15:35:55 +02:00
}
2020-08-27 21:17:46 +02:00
.label-fallback {
opacity: 0.5;
}
.label {
left: 0;
position: absolute;
bottom: 0;
width: 100%;
2020-08-27 21:17:46 +02:00
z-index: 1;
text-align: center;
line-height: 24px;
color: #ffffff;
2020-08-27 21:17:46 +02:00
}
.nav-link {
padding: 0;
color: #dbd9d9;
2020-11-27 11:21:48 +01:00
min-width: 30px;
display: block;
text-align: center;
margin: 0 10px;
position: relative;
line-height: 1.1;
2020-08-27 21:17:46 +02:00
}
2020-09-02 15:35:55 +02:00
.nav-link span {
display: block;
2020-09-02 15:35:55 +02:00
}
.nav-link label {
display: block;
cursor: pointer;
color: #fff;
font-size: 55%;
2020-08-27 21:17:46 +02:00
}
.nav-link:hover {
color: #c2a4e0;
2020-08-27 21:17:46 +02:00
}
2020-09-02 15:35:55 +02:00
.nav-link label:hover {
color: #c2a4e0;
2020-09-02 15:35:55 +02:00
}
.nav-cancel, .muted, .nav-cancel label, .muted label {
color: #d03e3e
2020-09-02 15:35:55 +02:00
}
.nav-cancel:hover, .muted:hover, .nav-cancel label:hover, .muted label:hover {
color: #d03e3e
2020-09-02 15:35:55 +02:00
}
2020-08-27 21:17:46 +02:00
.nav-button {
cursor: pointer;
font-size: 25px;
2020-08-27 21:17:46 +02:00
}
2020-11-27 11:21:48 +01:00
.nav-more {
padding-top: 5px;
margin-left: 0;
}
2020-08-27 21:17:46 +02:00
.header-title {
float: left;
margin: 0;
font-size: 1rem;
font-weight: 700;
2020-09-09 20:26:19 +02:00
color: #ebebeb;
line-height: 2em;
2020-08-27 21:17:46 +02:00
}
2020-04-24 19:38:21 +02:00
#title {
text-align: center;
}
h1 {
white-space: nowrap;
}
#statdiv {
white-space: nowrap;
2020-09-11 10:39:32 +02:00
margin-bottom: 16px;
2020-04-24 19:38:21 +02:00
}
#errspan {
margin-left: 1em;
}
.connected {
color: green;
}
.disconnected {
2020-08-27 21:17:46 +02:00
color: red;
2020-04-24 19:38:21 +02:00
font-weight: bold;
}
.userform {
display: inline
}
.userform label {
min-width: 3em;
display: inline-block;
padding-top: 10px;
}
.userform input[type="text"], .userform input[type="password"] {
width: 100%;
}
.switch-radio {
margin: 0;
}
.invisible {
2020-04-24 19:38:21 +02:00
display: none;
}
.error {
color: red;
font-weight: bold;
}
.noerror {
display: none;
}
2020-08-27 21:17:46 +02:00
.clear {
clear: both;
content: "";
2020-08-27 21:17:46 +02:00
}
#optionsdiv {
margin-bottom: 4px;
}
#optionsdiv input[type="checkbox"] {
vertical-align: middle;
}
#presentbutton, #unpresentbutton {
white-space: nowrap;
margin-right: 0.4em;
margin-top: .1em;
2020-08-27 21:17:46 +02:00
font-size: 1.1em;
text-align: left;
width: 5.5em;
}
#videoselect {
text-align-last: center;
margin-right: 0.4em;
}
#audioselect {
text-align-last: center;
2020-06-09 18:05:16 +02:00
}
#sharebutton, #unsharebutton {
white-space: nowrap;
}
#unsharebutton {
margin-right: 0.4em;
}
#filterselect {
width: 8em;
text-align-last: center;
margin-right: 0.4em;
}
#sendselect {
width: 8em;
text-align-last: center;
margin-right: 0.4em;
}
#requestselect {
width: 8em;
text-align-last: center;
}
2020-04-24 19:38:21 +02:00
#chatbox {
2020-08-27 21:17:46 +02:00
height: 100%;
position: relative;
2020-04-24 19:38:21 +02:00
}
#chat {
2020-09-11 10:39:32 +02:00
padding: 0;
margin: 0;
background-color: #f8f8f8;
2020-08-27 21:17:46 +02:00
background-size: cover;
overflow-y: scroll;
border: none;
2020-09-02 15:35:55 +02:00
border-right: 4px solid #e6e6e6;
2020-09-11 10:39:32 +02:00
/* force to fill height */
2020-08-27 21:17:46 +02:00
height: 100% !important;
width: 100%;
min-width: 300px;
overflow: hidden;
2020-04-24 19:38:21 +02:00
}
#inputform {
display: flex;
}
#box {
overflow: auto;
height: calc(100% - 53px);
2020-08-27 21:17:46 +02:00
padding: 10px;
2020-04-24 19:38:21 +02:00
}
.close-chat {
position: absolute;
top: 2px;
right: 14px;
width: 25px;
font-size: 1em;
text-align: center;
font-weight: 700;
color: #8f8f8f;
cursor: pointer;
border: 1px solid transparent;
}
.close-chat:hover, .close-chat:active {
border: 1px solid #dfdfdf;
border-radius: 4px;
}
2020-11-24 17:36:52 +01:00
#connectbutton {
margin-top: 1em;
padding: 0.37rem 1.5rem;
2020-04-24 19:38:21 +02:00
}
#input {
width: 100%;
border: none;
resize: none;
overflow-y: hidden;
}
#input:focus {
outline: none;
}
#inputbutton:focus {
outline: none;
}
#resizer {
width: 4px;
2020-09-02 15:35:55 +02:00
margin-left: -4px;
2020-04-24 19:38:21 +02:00
z-index: 1000;
}
#resizer:hover {
cursor: ew-resize;
}
#peers {
2020-08-27 21:17:46 +02:00
padding: 10px;
2020-05-01 01:22:17 +02:00
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(1, auto);
row-gap: 5px;
2020-09-09 20:26:19 +02:00
column-gap: 10px;
2020-08-27 21:17:46 +02:00
position: absolute;
top: 0;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 1000;
background-size: cover;
overflow: hidden;
vertical-align: top!important;
2020-04-24 19:38:21 +02:00
}
.peer {
2020-05-01 01:22:17 +02:00
margin-top: auto;
2020-09-09 20:26:19 +02:00
margin-bottom: auto;
2020-08-27 21:17:46 +02:00
position: relative;
2020-09-11 23:20:46 +02:00
border: 2px solid rgba(0,0,0,0);
background: #80808014;
2020-09-11 23:20:46 +02:00
}
.peer-active {
border: 2px solid #610a86;
2020-04-24 19:38:21 +02:00
}
.media {
2020-05-01 01:22:17 +02:00
width: 100%;
max-height: calc(var(--vh, 1vh) * 100 - 76px);
padding-bottom: 20px;
2020-09-09 20:26:19 +02:00
object-fit: contain;
2020-04-24 19:38:21 +02:00
}
.media-failed {
opacity: 0.7;
}
2020-12-03 18:38:36 +01:00
.mirror {
transform: scaleX(-1);
}
2020-08-27 21:17:46 +02:00
#inputform {
width: 100%;
2020-04-24 19:38:21 +02:00
}
2020-08-27 21:17:46 +02:00
.sidenav {
2020-09-02 15:35:55 +02:00
background-color: #4d076b;
box-shadow: 0 0 24px 0 rgba(71,77,86,.1), 0 1px 0 0 rgba(71,77,86,.08);
display: block;
position: fixed;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
width: 0px;
2020-09-11 10:39:32 +02:00
/* on top of everything */
2020-09-02 15:35:55 +02:00
z-index: 2999;
top: 0;
right: 0;
2020-09-09 20:26:19 +02:00
height: calc(var(--vh, 1vh) * 100);
2020-09-02 15:35:55 +02:00
overflow-x: hidden;
overflow-y: hidden;
2020-04-25 14:45:48 +02:00
}
2020-08-27 21:17:46 +02:00
.sidenav a {
padding: 10px 20px;
2020-09-02 15:35:55 +02:00
text-decoration: none;
font-size: 30px;
color: #dbd9d9;
display: block;
transition: 0.3s;
line-height: 1.0;
2020-04-24 19:38:21 +02:00
}
2020-08-27 21:17:46 +02:00
.sidenav a:hover {
2020-09-02 15:35:55 +02:00
color: #c2a4e0;
2020-08-27 21:17:46 +02:00
}
.sidenav .closebtn {
2020-09-02 15:35:55 +02:00
cursor: pointer;
position: absolute;
top: 0;
right: 0;
height: 56px;
2020-08-27 21:17:46 +02:00
}
.sidenav-label {
2020-09-02 15:35:55 +02:00
display: block;
margin-top: 15px;
2020-08-27 21:17:46 +02:00
}
.sidenav-label-first {
display: block;
margin-top: 0;
}
2020-09-11 23:20:46 +02:00
.sidenav form{
margin-top: 15px;
}
.sidenav-header {
height: 56px;
}
2020-09-09 20:26:19 +02:00
.sidenav-header h2{
color: #fff;
padding: 10px;
margin: 0;
max-width: 70%;
line-height: 36px;
2020-08-27 21:17:46 +02:00
}
.sidenav-content {
padding: 10px;
2020-09-02 15:35:55 +02:00
background: #fff;
height: calc(100% - 56px);
overflow-y: scroll;
overflow-x: hidden;
2020-08-27 21:17:46 +02:00
}
.sidenav-content h2 {
margin: 0;
2020-08-27 21:17:46 +02:00
}
fieldset {
margin: 0;
margin-top: 20px;
border: 1px solid #e9e8e8;
padding: 8px;
border-radius: 4px;
}
legend {
padding: 2px;
color: #4d4f51;
}
2020-08-27 21:17:46 +02:00
.nav-menu {
margin: 0;
2020-09-09 20:26:19 +02:00
padding: 0;
2020-08-27 21:17:46 +02:00
}
.nav-menu li {
float: left;
max-height: 70px;
list-style: none;
}
.show-video {
position: absolute;
right: 30px;
bottom: 120px;
color: white;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
font-size: 150%;
border-radius: 30px;
background: #600aa0;
box-shadow: 4px 4px 7px 1px rgba(0,0,0,0.16);
}
.blink {
-ms-animation: blink 1.0s linear infinite;
-o-animation: blink 1.0s linear infinite;
animation: blink 1.0s linear infinite;
}
@keyframes blink {
0% { box-shadow: 0 0 15px #600aa0; }
50% { box-shadow: none; }
100% { box-shadow: 0 0 15px #600aa0; }
}
@-webkit-keyframes blink {
0% { box-shadow: 0 0 15px #600aa0; }
50% { box-shadow: 0 0 0; }
100% { box-shadow: 0 0 15px #600aa0; }
}
2020-08-27 21:17:46 +02:00
/* Dropdown Menu */
.dropbtn {
cursor: pointer;
2020-08-27 21:17:46 +02:00
}
.dropdown {
position: relative;
display: inline-block;
2020-08-27 21:17:46 +02:00
}
.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
max-width: 300px;
min-width: 200px;
margin-top: 7px;
overflow: auto;
right: 7px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
z-index: 1;
padding: 15px;
2020-04-24 19:38:21 +02:00
}
2020-08-27 21:17:46 +02:00
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
2020-08-27 21:17:46 +02:00
}
.dropdown a:hover {background-color: #ddd;}
.show {display: block;}
.dropdown-content label{
display: block;
margin-top: 15px;
2020-08-27 21:17:46 +02:00
}
/* END Dropdown Menu */
/* Sidebar left */
.svg-inline--fa {
display: inline-block;
font-size: inherit;
height: 1.2em;
overflow: visible;
vertical-align: -.125em;
color: #dbd9d9;
}
.svg-inline--fa:hover {
color: #c2a4e0;
}
#left-sidebar {
min-width: 200px;
max-width: 200px;
transition: all 0.3s;
background: #ffffff;
border-right: 1px solid #dcdcdc;
z-index: 1039;
}
2020-12-06 19:43:17 +01:00
#left-sidebar .galene-header {
display: inline-block;
2020-08-27 21:17:46 +02:00
}
header .collapse {
float: left;
text-align: center;
cursor: pointer;
padding-top: 5px;
margin-right: 20px;
margin-left: 5px;
2020-08-27 21:17:46 +02:00
}
2020-12-06 19:43:17 +01:00
.galene-header {
font-size: 1.3rem;
font-weight: 900;
color: #dbd9d9;
line-height: 34px;
2020-08-27 21:17:46 +02:00
}
.header-sep {
height: 20px;
2020-08-27 21:17:46 +02:00
}
/* Shrinking the sidebar from 200px to 0px */
2020-08-27 21:17:46 +02:00
#left-sidebar.active {
min-width: 0;
max-width: 0;
2020-08-27 21:17:46 +02:00
}
#left-sidebar .sidebar-header strong {
display: none;
}
#left-sidebar.active .sidebar-header h3 {
display: none;
}
#left-sidebar.active .sidebar-header strong {
display: block;
}
#users {
padding: 0;
margin: 0;
2020-09-11 10:39:32 +02:00
height: calc(100% - 84px);
2020-08-27 21:17:46 +02:00
width: 100%;
z-index: 1;
position: relative;
display: block;
background-color: #fff;
overflow-y: auto;
border: 1px solid #f7f7f7;
}
2020-09-11 10:39:32 +02:00
#users .user-p {
2020-08-27 21:17:46 +02:00
position: relative;
padding: 10px !important;
border-bottom: 1px solid #f0f0f0;
height: 40px;
line-height: 18px;
margin: 0 !important;
cursor: pointer;
2020-09-11 10:39:32 +02:00
overflow: hidden;
white-space: pre;
2020-08-27 21:17:46 +02:00
}
#left-sidebar.active #users > div {
padding: 10px 5px !important;
2020-08-27 21:17:46 +02:00
}
#users > div:hover {
background-color: #f2f2f2;
}
#users > div::before {
content: "\f111";
2020-11-09 15:57:30 +01:00
font-family: 'Font Awesome 5 Free';
2020-08-27 21:17:46 +02:00
color: #20b91e;
margin-right: 5px;
2020-11-09 15:57:30 +01:00
font-weight: 900;
2020-08-27 21:17:46 +02:00
}
.close-icon {
font: normal 1em/1 Arial, sans-serif;
display: inline-block;
}
.close-icon:before{ content: "\2715"; }
2020-08-27 21:17:46 +02:00
/* END Sidebar Left */
@media only screen and (min-width: 1025px) {
.coln-right .collapse-video, .coln-right .show-video {
display: none;
}
}
@media only screen and (max-width: 1024px) {
#presentbutton, #unpresentbutton {
width: auto;
}
2020-08-27 21:17:46 +02:00
.nav-link {
2020-11-27 11:21:48 +01:00
margin: 0 4px;
line-height: 1.5;
2020-09-02 15:35:55 +02:00
}
2020-09-02 15:35:55 +02:00
.nav-link label {
display: none;
2020-08-27 21:17:46 +02:00
}
2020-08-27 21:17:46 +02:00
.nav-text {
display: none;
2020-08-27 21:17:46 +02:00
}
2020-11-27 11:21:48 +01:00
.nav-more {
padding-top: 0;
margin-left: inherit;
}
2020-09-11 10:39:32 +02:00
.full-width {
height: calc(var(--vh, 1vh) * 100 - 56px);
}
.close-chat, .show-chat {
display: none;
}
2020-08-27 21:17:46 +02:00
.video-container {
position: fixed;
2020-09-11 10:39:32 +02:00
height: calc(var(--vh, 1vh) * 100 - 56px);
top: 56px;
right: 0;
left: 0;
margin-bottom: 60px;
2020-08-27 21:17:46 +02:00
}
.login-container {
position: fixed;
2020-09-11 10:39:32 +02:00
height: calc(var(--vh, 1vh) * 100 - 56px);
top: 56px;
right: 0;
left: 0;
background: #eff3f9;
}
.login-box {
background: transparent;
}
2020-08-27 21:17:46 +02:00
.coln-left {
flex: 100%;
width: 100vw;
/* chat is always visible here */
display: block !important;
2020-08-27 21:17:46 +02:00
}
.coln-right {
flex: none;
position: relative;
2020-08-27 21:17:46 +02:00
}
.full-width {
width: 100vw;
2020-08-27 21:17:46 +02:00
}
2020-08-27 21:17:46 +02:00
#left-sidebar.active {
min-width: 200px;
max-width: 200px;
}
#left-sidebar {
min-width: 0;
max-width: 0;
2020-08-27 21:17:46 +02:00
}
/* Reappearing the sidebar on toggle button click */
#left-sidebar {
margin-left: 0;
}
#left-sidebar .sidebar-header strong {
display: none;
}
2020-08-27 21:17:46 +02:00
#left-sidebar.active .sidebar-header h3 {
display: none;
}
2020-08-27 21:17:46 +02:00
#left-sidebar.active .sidebar-header strong {
display: block;
}
2020-11-27 11:21:48 +01:00
.sidenav a {padding: 10px 10px;}
2020-09-11 10:39:32 +02:00
.sidenav-header h2 {
line-height: 36px;
}
2020-08-27 21:17:46 +02:00
#peers {
2020-09-09 20:26:19 +02:00
padding: 3px;
2020-08-27 21:17:46 +02:00
}
#resizer {
2020-09-09 20:26:19 +02:00
display: none;
}
#chat {
border-right: none;
}
2020-09-09 20:26:19 +02:00
.dropdown-content {
2020-09-11 10:39:32 +02:00
margin-top: 10px;
}
}