-
Notifications
You must be signed in to change notification settings - Fork 1
/
PITCHME.codemax.css
62 lines (51 loc) · 1.15 KB
/
PITCHME.codemax.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
/*
* GitPitch Slideshow Custom CSS Styling
*
* For details, visit Wiki:
* https://github.com/gitpitch/gitpitch/wiki/Slideshow-Custom-CSS
*/
body {
/* fallback for old browsers */
background: #74ebd5;
/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(to right, #acb6e5, #74ebd5);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, #acb6e5, #74ebd5);
}
.reveal pre {
width: 100%;
box-shadow : none;
}
.reveal pre code {
font-size: 1.2em;
line-height: 1.2;
max-height: 60vh !important;
opacity: 0.95;
border-radius: 10px;
}
.reveal .slides section .code-presenting-annotation {
color: white;
background: #acb6e5;
padding: 1px 15px;
border-radius: 15px;
opacity: 0.75 !important;
font-size: 50% !important;
}
.reveal p span.slide-title {
color: white;
background: #8fd0db;
padding: 4px 15px;
opacity: 0.75 !important;
border-radius: 15px;
display: none;
}
#gp-logo img {
max-height: 2em;
max-width: none;
}
.white {
color: white;
}
.gp-tip { font-size : 1.5em; }
.gp-contact { font-size : 1.4em; }
.gp-download { margin-left: 10px; }