-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPITCHME.codemax.css
66 lines (53 loc) · 1.04 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
62
63
64
65
/*
* GitPitch Slideshow Custom CSS Styling
*
* For details, visit Wiki:
* https://github.com/gitpitch/gitpitch/wiki/Slideshow-Custom-CSS
*/
body {
background: #000;
background-color: #000;
}
html:-webkit-full-screen-ancestor {
background: #000;
background-color: #000;
}
html:-moz-full-screen-ancestor {
background: #000;
background-color: #000;
}
.reveal pre {
width: 100%;
box-shadow : none;
}
.reveal pre code {
font-size: 1.2em;
line-height: 1.2;
max-height: 60vh !important;
border-radius: 10px;
}
.reveal .slides section .code-presenting-annotation {
color: white;
background: #1f1c18;
padding: 1px 15px;
border-radius: 15px;
opacity: 0.75 !important;
font-size: 50% !important;
}
.reveal p span.slide-title {
color: white;
padding: 4px 15px;
opacity: 0.75 !important;
border-radius: 15px;
display: none;
}
.hljs {
background : none;
}
#gp-logo img {
max-height: 2em;
max-width: none;
}
.gp-tip { font-size : 1.5em; }
.gp-contact { font-size : 1.4em; }
.gp-download { margin-left: 10px; }