-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdark.css
122 lines (106 loc) · 2.12 KB
/
dark.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
body {
background: #0a0a0a;
color: #f3f3f3; }
body code {
color: #f3f3f3;
border: 1px solid #111;
padding: 1em;
display: inline-block;
float: left;
margin-right: 2em;
font-size: 150%; }
body blockquote {
display: none; }
p, li {
color: #f3f3f3;
font-size: 30px;
line-height: 150%; }
div.slide {
background: #000; }
div.slide img {
float: left; }
.slide.future, .slide.past {
opacity: 0; }
h1 {
color: #f3f3f3;
padding: 0.3em 0.5em !important;
letter-spacing: 0.05em; }
h2 {
color: #888;
font-size: 150%;
font-weight: normal;
letter-spacing: 0.2em; }
section {
padding-top: 2em; }
section p em {
font-style: normal; }
section p:only-child {
color: #f3f3f3;
font-size: 3em; }
.slides .slide-wrapper:first-child h1 {
font-size: 50px;
color: #f3f3f3; }
.intro h1, .outro h1 {
color: #aaa;
background-color: #111; }
.intro em, .outro em {
color: #CBE86B; }
.syntactic-sugar p {
font-size: 200% !important;
line-height: 150%; }
.ruby h1 {
background-color: #7D0000; }
.ruby .logo {
margin-bottom: 1em; }
.ruby code {
float: right;
margin: 0; }
.ruby.first .matz {
float: left; }
.ruby.first .matz img {
float: none; }
.ruby.first ul {
float: left;
margin-top: -10px;
margin-right: 5em; }
.ruby.examples pre {
text-align: center; }
.ruby.examples pre code {
float: none;
margin: auto;
text-align: left; }
.ruby.ecosystem p {
font-size: 300%;
line-height: 150%; }
.ruby.ecosystem p.slide-id {
display: none; }
.sass h1 {
background-color: #CE4DD6; }
.sass .logo {
float: left; }
.sass ul {
float: left;
margin-left: 3em; }
.sass.variables code {
font-size: 140%; }
.template-engine p {
font-size: 200% !important; }
.haml h1 {
background-color: #FF3836; }
.haml.first ul {
float: left;
margin-left: 3em; }
.haml.example code {
font-size: 130%;
margin-bottom: 1em; }
.middleman h1 {
background-color: #002B36; }
.middleman.first ul {
float: left;
margin-left: 4em;
margin-top: 0; }
.middleman.first li {
padding: 0; }
.middleman.usage code {
margin-bottom: 1em;
font-size: 140% !important; }