forked from blindsidenetworks-ps/moodle-mod_bigbluebuttonbn
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyles.css
124 lines (109 loc) · 3.06 KB
/
styles.css
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
@charset "UTF-8";
/* bigbluebutton-font */
@font-face {
font-family: "bigbluebutton-font";
src: url("../../../../mod/bigbluebuttonbn/fonts/bigbluebutton-font.eot");
src:
url("../../../../mod/bigbluebuttonbn/fonts/bigbluebutton-font.eot?#iefix") format("embedded-opentype"),
url("../../../../mod/bigbluebuttonbn/fonts/bigbluebutton-font.woff") format("woff"),
url("../../../../mod/bigbluebuttonbn/fonts/bigbluebutton-font.ttf") format("truetype"),
url("../../../../mod/bigbluebuttonbn/fonts/bigbluebutton-font.svg#bigbluebutton-font") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-bigbluebutton"]:before,
[class*=" icon-bigbluebutton"]:before {
font-family: "bigbluebutton-font";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-bigbluebutton:before {
content: "\e099";
}
/* bigbluebuttonbn resources */
.recording-thumbnail {
border: 1px solid #ddd;
border-radius: 4px;
padding: 0 0 0 0;
transition: transform .2s; /* Animation */
width: 113px;
height: 64px;
}
.recording-thumbnail:hover {
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
transform: scale(2.0); /* (200% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
-ms-transform: scale(2.0); /* Internet Explorer 9 */
-moz-transform: scale(2.0); /* Firefox */
-webkit-transform: scale(2.0); /* Safari and Chrome */
-o-transform: scale(2.0); /* Opera */
position: relative;
display: block;
z-index: 999;
}
.fa-disabled {
cursor: not-allowed;
opacity: 0.2;
}
.fa-invisible {
cursor: not-allowed;
visibility: hidden;
}
.bbb_index_form {
display: inline-block;
}
.mod_bigbluebuttonbn_guestlink_view .readonly {
background-color: #f8f9fa;
opacity: 1;
}
.bigbluebuttonbn-guestaccess-view html body{
font-family: "Source Sans Pro";
position: relative;
width: 100%;
height: 100%;
background-color: white;
}
.bigbluebuttonbn-guestaccess-view .header {
height: 10%;
}
.bigbluebuttonbn-guestaccess-view .warning{
color: #a94442;
}
.bigbluebuttonbn-guestaccess-view .wrapper {
padding-top: 15px;
position: relative;
height: 300px;
}
.bigbluebuttonbn-guestaccess-view .shiftrow {
margin-top: 5px;
padding-right: 0px;
}
.bigbluebuttonbn-guestaccess-view .inputbutton{
padding-left: 0px;
min-width: 150px;
}
.bigbluebuttonbn-guestaccess-view .footer {
height: 10%;
width: 100%;
}
.bigbluebuttonbn-guestaccess-view .background {
background-color: #F5F7FB;
}
.bigbluebuttonbn-guestaccess-view .font-weight-400 {
font-weight: 400;
}
.bigbluebuttonbn-guestaccess-view .force-text-normal {
color: #495057;
}
.bigbluebuttonbn-guestaccess-view .header-brand-img .icon, .bigbluebuttonbn-guestaccess-view .header-brand-img img {
height: 2rem;
max-height: 2rem;
line-height: 2rem;
margin-right: .5rem;
width: auto;
}