forked from openequella/moodle-mod_openEQUELLA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
44 lines (37 loc) · 819 Bytes
/
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
.equella-page.yui3-skin-sam .yui3-widget-mask {
background-color: #223460;
opacity: 0.9;
}
.equella-page.yui3-skin-sam .yui3-panel .yui3-widget-hd {
padding: 8px 28px 8px 8px;
min-height: 13px;
color: white;
background: #3961c5;
}
.equella-page iframe {
border: 0;
margin: 0;
padding: 0;
}
.equella-page .yui3-panel {
outline: none;
}
.equella-page .yui3-panel #equellacontainer {
-webkit-box-shadow: 0px 0px 2px black;
-moz-box-shadow: 0px 0px 2px black;
box-shadow: 0px 0px 2px black;
padding: 0 auto;
text-align: center;
}
.equella-page .yui3-panel #equellacontainer .yui3-widget-hd {
font-weight: bold;
padding: 5px;
}
.equella-page #panelContent .yui3-widget-bd {
padding: 15px;
background: white;
text-align: center;
}
.equella-page #panelContent.yui3-widget-loading {
display: none;
}