-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrest.css
127 lines (86 loc) · 4.25 KB
/
rest.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
125
126
127
@import url(s6/projection.css); /* required to make the slide show run at all */
body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
a:link, a:visited { color: black; }
.slide h1 { font-size: 30pt; }
.slide h1 { text-align: center; }
.slide h1.fullscreen { position: absolute;
top: 40%;
width: 100%; }
/* lets you create slides with no heading (because heading is hidden but gets included in toc) */
.slide h1.hidden { display: none; }
.slide h2 { font-size: 28pt; }
h3 { font-size: 25pt; }
/* todo: add special formating for .cover slide
lets you use h1(cover). for title/cover slide (a la S5 slide0) but more generic (not bound to 1st slide)
*/
.cover h1 { /* tbd */ }
.cover h2 { /* tbd */ }
/* todo: add special formating for h1, h2 in footer */
#footer h1 { /* tbd */ }
#footer h2 { /* tbd */ }
p, li, dt, dd, td, th { font-size: 18pt; }
ul { list-style-type: square; }
/**********************************/
/* general text-alignment classes */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
/**********************************/
/* general font-size classes */
.small { font-size: 97%; }
.x-small,
.smaller { font-size: 88%; }
.xx-small,
.smallest,
.tiny { font-size: 82%; }
pre { font-size: 16pt; }
.code {
background-color: azure;
padding: 5px;
}
.footnote a:first-of-type { text-decoration: none; }
p.small { font-size: 97%; }
p.x-small,
p.smaller,
p.footnote { font-size: 88%; }
p.xx-small,
p.smallest,
p.tiny { font-size: 82%; }
.help p,
.help td { font-size: 88%; }
.step { color: silver; }
/* or hide next steps e.g. .step { visibility: hidden; } */
.stepcurrent { color: black; }
table { width: 100%; }
th { text-align: left; }
table#restspeak th:nth-child(1) { width: 20%; }
table#restspeak th:nth-child(2) { width: 5%; }
table#restspeak th:nth-child(3) { width: 20%; }
table#restspeak th:nth-child(4) { width: 5%; }
table#restspeak th:nth-child(5) { width: 50%; }
table#restspeak2 th:nth-child(1) { width: 20%; }
table#restspeak2 th:nth-child(2) { width: 80%; }
.s9_gradient_linear_silver_white_silver_white { background-image: -webkit-linear-gradient(top, silver, white, silver, white );
background-image: -moz-linear-gradient(top, silver, white, silver, white );
background-image: -ms-linear-gradient(top, silver, white, silver, white );
background-image: -o-linear-gradient(top, silver, white, silver, white );
background-image: linear-gradient(top, silver, white, silver, white );
}
.s9_gradient_linear_silver_white_silver_white { background-image: -webkit-linear-gradient(top, silver, white, silver, white );
background-image: -moz-linear-gradient(top, silver, white, silver, white );
background-image: -ms-linear-gradient(top, silver, white, silver, white );
background-image: -o-linear-gradient(top, silver, white, silver, white );
background-image: linear-gradient(top, silver, white, silver, white );
}
.s9_gradient_linear_silver_white_silver_white { background-image: -webkit-linear-gradient(top, silver, white, silver, white );
background-image: -moz-linear-gradient(top, silver, white, silver, white );
background-image: -ms-linear-gradient(top, silver, white, silver, white );
background-image: -o-linear-gradient(top, silver, white, silver, white );
background-image: linear-gradient(top, silver, white, silver, white );
}
.s9_gradient_linear_silver_white_silver_white { background-image: -webkit-linear-gradient(top, silver, white, silver, white );
background-image: -moz-linear-gradient(top, silver, white, silver, white );
background-image: -ms-linear-gradient(top, silver, white, silver, white );
background-image: -o-linear-gradient(top, silver, white, silver, white );
background-image: linear-gradient(top, silver, white, silver, white );
}