-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
126 lines (103 loc) · 1.71 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
125
126
.reveal .footer {
position: absolute;
bottom: 1em;
font-size: 14pt;
font-size: 0.5em;
}
slides > slide.title-slide hgroup h1 {
/* this is for title */
font-weight: bold;
font-size: 33pt;
line-height: normal;
color:#CC0000;
}
slides > slide.title-slide hgroup h2 {
/* this is for subtitle */
font-weight: bold;
font-size: 22pt;
line-height: normal;
color:#CC0000;
}
slides > slide.title-slide hgroup p {
/* this is for author on title slide */
font-size: 21pt;
color: black;
line-height: normal;
}
.bigg {
color: black;
font-size: 31pt;
}
.larger {
color: black;
font-size: 29pt;
}
.large {
color: black;
font-size: 13pt;
}
.gdbar img {
width: 312px !important;
height: 145px !important;
}
.gdbar {
width: 400px !important;
height: 160px !important;
}
/* slides > slide:not(.nobackground):before {
width: 1px;
height: 1px;
background-size: 1px 1px;
} */
slides > slide.backdrop {
background: white;
}
.footer {
color: black;
position: fixed; top: 80%;
text-align:center; width:50%;
}
.UniRed {
color:#CC0000;
}
.RYB {
color:#0000FF;
}
.noShadow {
color: white;
background: #eee;
}
figure {
overflow: hidden;
background: #eee;
padding: 5%;
border-radius: 3px;
}
figure img {
width: 10%;
border-radius: 3px;
}
slides > slide:not(.nobackground):before {
width: 1px;
height: 1px;
background-size: 1px 1px;
}
.a {
font-size: 150%;
color: #CC0000;
}
.b {
color: blue;
}
.black {
font-size: 150%;
color: black;
}
.box-1 {
background-color: white;
height: 60px;
}
.box-2 {
background-color: white;
width: 10px;
}