forked from cewing/training.python_web
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathcustom.css
More file actions
191 lines (172 loc) · 4.66 KB
/
custom.css
File metadata and controls
191 lines (172 loc) · 4.66 KB
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
body {
-webkit-transition: opacity 200ms ease-in;
-webkit-transition-delay: 50ms;
-moz-transition: opacity 200ms ease-in 50ms;
-o-transition: opacity 200ms ease-in 50ms;
transition: opacity 200ms ease-in 50ms; }
slides {
-webkit-transition: opacity 200ms ease-in;
-webkit-transition-delay: 50ms;
-moz-transition: opacity 200ms ease-in 50ms;
-o-transition: opacity 200ms ease-in 50ms;
transition: opacity 200ms ease-in 50ms; }
slides > slide {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #393939; }
.highlight-code slide.current pre > * {
opacity: 0.25;
-webkit-transition: opacity 0.1s ease-in;
-moz-transition: opacity 0.1s ease-in;
-o-transition: opacity 0.1s ease-in;
transition: opacity 0.1s ease-in; }
.build > *, p.build {
transition: opacity 0.1s ease-in-out 0.1s;
-o-transition: opacity 0.1s ease-in-out 0.1s;
-moz-transition: opacity 0.1s ease-in-out 0.1s;
-webkit-transition: opacity 0.1s ease-in-out 0.1s; }
.note {
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out; }
.with-notes.popup .note {
-webkit-transition: opacity 100ms ease-in-out;
-moz-transition: opacity 100ms ease-in-out;
-o-transition: opacity 100ms ease-in-out;
transition: opacity 100ms ease-in-out; }
.auto-fadein {
-webkit-transition: opacity 0.25s ease-in;
-webkit-transition-delay: 0.25s;
-moz-transition: opacity 0.25s ease-in 0.25s;
-o-transition: opacity 0.25s ease-in 0.25s;
transition: opacity 0.25s ease-in 0.25s; }
aside.gdbar {
-webkit-transition: all 0.1s ease-out;
-webkit-transition-delay: 0.1s;
-moz-transition: all 0.1s ease-out 0.1s;
-o-transition: all 0.1s ease-out 0.1s;
transition: all 0.1s ease-out 0.1s;
/* Better to transition only on background-size, but not sure how to do that with the mixin. */
width: 300px;
background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #333), color-stop(100%, #333)) no-repeat;
background: -webkit-linear-gradient(left, #333, #333) no-repeat;
background: -moz-linear-gradient(left, #333, #333) no-repeat;
background: -o-linear-gradient(left, #333, #333) no-repeat;
background: linear-gradient(left, #333, #333) no-repeat; }
aside.gdbar img {
height: auto;
width: 250px;
position: absolute;
right: 0;
top: -8px; }
aside.gdbar.right img {
top: 4px;
}
.title-slide:first-child hgroup {
top: 35%;
}
/* line 888, ../scss/default.scss */
.title-slide hgroup {
top: 0px;
}
em {
font-style: italic; }
strong {
font-weight: bold; }
hgroup .docutils.literal {
font-family: 'Droid Sans Mono', 'Courier New', monospace; }
article .center {
text-align: center;
margin-top: 20%; }
article .centered {
text-align: center; }
article .left {
text-align: left; }
article .large {
font-weight: bold;
font-size: 65px;
line-height: 65px; }
article .mlarge {
font-weight: bold;
font-size: 55px;
line-height: 55px; }
article .medium {
font-weight: bold;
font-size: 45px;
line-height: 45px; }
article .small {
font-weight: normal;
font-size: 30px;
line-height: 30px; }
article .tiny .highlight pre {
font-size: 16px;
line-height: 20px;
}
article .credit {
font-size: 75%;
text-align: left; }
article .line-block .line {
font-size: inherit; }
article dl {
margin-bottom: 10em; }
article dl dt {
font-weight: bold;
margin-bottom: 0.25em; }
article dl dd {
padding-left: 1em;
margin-bottom: 0.5em; }
article .docutils.literal {
font-family: 'Droid Sans Mono', 'Courier New', monospace; }
article .toctree-wrapper li a {
text-decoration: none;
border-bottom: none; }
article table.docutils tr td {
vertical-align: top; }
slide article div.slide-no {
position: absolute;
bottom: 5px;
right: 5px;
}
.level-1 h1 {
font-size: 65px;
line-height: 1.4;
letter-spacing: -3px;
color: #393939; }
.level-1 article {
text-align: center; }
.level-1 article img {
margin-top: 10px; }
.level-2 h2 {
position: static;
border-bottom: 1px solid #393939;
border-top: 1px solid #393939;
padding: 5px 0px;
color: #393939; }
.level-2 article {
text-align: center; }
.level-3 h3 {
position: static;
border-bottom: 1px solid #393939;
color: #393939;
font-size: 40px;
height: 45px;
line-height: 45px;
font-weight: bold; }
.level-3 article {
text-align: left; }
.figure a {
display: block;
text-align: center;
text-decoration: none;
border: none; }
.figure p.caption {
font-size: 75%;
text-align: center;
}
.figure.align-left {
text-align: left;
float: left;
}