-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblank.css
60 lines (49 loc) · 1.21 KB
/
blank.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
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
a:link,
a:visited {
color: black; }
.slide {
color: black; }
.slide h1 {
font-size: 245%;
text-align: center; }
.slide h1.fullscreen {
position: absolute;
top: 40%;
width: 100%; }
.slide h1.hidden {
display: none; }
.slide h2 {
font-size: 230%; }
.slide h3 {
font-size: 200%; }
.slide .stepcurrent {
color: black; }
.slide .step {
color: silver; }
ul {
list-style-type: square; }
p, li, dt, dd, td, th {
font-size: 150%; }
pre {
font-size: 140%; }
.code {
background-color: azure;
padding: 5px; }
.footnote a:first-of-type {
text-decoration: none; }
p.footnote {
font-size: 88%; }
.help p, .help td {
font-size: 88%; }
/********
* example gradient background using css3
*/
.slide {
background-image: -webkit-linear-gradient(top, yellow, orange, yellow, orange);
background-image: -moz-linear-gradient(top, yellow, orange, yellow, orange); }
.slide.cover, .slide.title {
background-image: -webkit-linear-gradient(top, blue, aqua, blue, aqua);
background-image: -moz-linear-gradient(top, blue, aqua, blue, aqua); }
/*# sourceMappingURL=blank.css.map */