/usr/share/janus/demos/css/demo.css is in janus-demos 0.2.6-1build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | .rounded {
border-radius: 5px;
}
.centered {
display: block;
margin: auto;
}
.relative {
position: relative;
}
.navbar-brand {
margin-left: 0px !important;
}
.navbar-default {
-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
-moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
}
.navbar-header {
padding-left: 40px;
}
.margin-sm {
margin: 5px !important;
}
.margin-md {
margin: 10px !important;
}
.margin-xl {
margin: 20px !important;
}
.margin-bottom-sm {
margin-bottom: 5px !important;
}
.margin-bottom-md {
margin-bottom: 10px !important;
}
.margin-bottom-xl {
margin-bottom: 20px !important;
}
.divider {
width: 100%;
text-align: center;
}
.divider hr {
margin-left: auto;
margin-right: auto;
width: 45%;
}
.fa-2 {
font-size: 2em !important;
}
.fa-3 {
font-size: 4em !important;
}
.fa-4 {
font-size: 7em !important;
}
.fa-5 {
font-size: 12em !important;
}
.fa-6 {
font-size: 20em !important;
}
div.no-video-container {
position: relative;
}
.no-video-icon {
width: 100%;
height: 240px;
text-align: center;
}
.no-video-text {
text-align: center;
position: absolute;
bottom: 0px;
right: 0px;
left: 0px;
font-size: 24px;
}
.meetecho-logo {
padding: 12px !important;
}
.meetecho-logo > img {
height: 26px;
}
|