-
Notifications
You must be signed in to change notification settings - Fork 2
/
custom.css
141 lines (118 loc) · 2.02 KB
/
custom.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
img[alt*="footer_logo"] {
margin-top: 30px !important;
width: 350px;
float:right;
}
img[alt~="left"] {
float:left;
}
img[alt~="right"] {
float:right;
}
img[alt~="center"] {
display:block;
margin-left: auto !important;
margin-right: auto !important;
}
img[alt~="quarter"] {
width: 25%;
}
img[alt~="third"] {
width: 33.3%;
}
img[alt~="half"] {
width: 50%;
}
img[alt~="three_quarters"] {
width: 75%;
}
img[alt~="left_center_quarter"] {
float:left;
width: 25%;
margin-left: 16.6% !important;
margin-right: 8.3% !important;
}
img[alt~="right_center_quarter"] {
float:right;
width: 25%;
margin-right: 16.6% !important;
margin-left: 8.3% !important;
}
.rendered_html table
{
font-size: 120% !important;
}
.cell
{
background-color: white;
}
.text_cell_render.rendered_html
{
margin: 0;
padding-top: 0;
}
.rendered_html,
.rendered_html h1,
.rendered_html h2,
.rendered_html h3,
.rendered_html h4,
.rendered_html h5,
.rendered_html h6
{
font-family: 'Quicksand', sans-serif !important;
margin-top: 30px;
}
.rendered_html span
{
font-family: 'Quicksand', sans-serif !important;
}
.rendered_html h1
{
color: #4E9CA8;
border-bottom: 2px solid #4E9CA8;
width: 80%;
padding-bottom: 18px;
}
.rendered_html hr {
color: #4E9CA8;
background-color: #4E9CA8;
width: 80%;
border: 0;
height: 2px;
margin-left: 0px;
margin-top: 18px;
margin-bottom: 18px;
}
.edit_mode div.cell.selected:before
{
background: #F8AC1D;
}
.cell.rendered.selected:before,
.cell.unrendered.selected:before,
.cell.unrendered.unselected:before
{
background: #4E9CA8;
}
.reveal img, .reveal video, .reveal iframe
{
max-width: 100%;
max-height: 100%;
}
#rise-overlay
{
width: 100%;
height: 100%;
background-image: url('/images/logo.png');
background-position: bottom left;
background-repeat: no-repeat;
background-size: 5%;
}
body
{
width: 100%;
height: 100%;
background-image: url('/images/logo.png');
background-position: bottom left;
background-repeat: no-repeat;
background-size: 5%;
}