forked from teachaccess/tutorial
-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathtaop.css
71 lines (63 loc) · 1.27 KB
/
taop.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
.accessible_elem {
clip: rect(1px 1px 1px 1px); /* IE 6/7 */
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
width: 1px;
}
.exerslide-toolbar-text,
.exerslide-toolbar-button {
color: #888;
}
html .editorWithPreview input[type=text],
html .editorWithPreview input[type=number],
html .editorWithPreview textarea {
display: inline-block;;
box-sizing: border-box;
width: initial;
max-width: 100%;
height: auto;
padding: 1px;
border: 1px inset;
margin: 0;
font-family: inherit;
font-size: 1rem;
color: auto;
background-color: auto;
box-shadow: none;
border-radius: 0;
transition: none;
}
html .editorWithPreview button {
-webkit-appearance: button;
-moz-appearance: button;
background-color: rgb(192, 192, 192);
padding: 2px 6px 3px 6px;
border: 2px outset buttonface;
line-height: inherit;
}
#exerslide-slide {
position: initial;
}
#exerslide-slide {
padding-top: 0;
}
#exerslide-slide h2 {
font-size: 1.3em;
margin: 1.1em 0 0.8em 0;
font-weight: bold;
}
#exerslide-slide .previewHeading {
margin: 0 0 1.1em;
color: grey;
}
#exerslide-slide h3 {
font-size: 1.1em;
}
@media screen and (min-width: 40em) {
#exerslide-slide h1 {
font-size: 1.8em;
font-weight: bold;
}
}