-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
126 lines (103 loc) · 1.94 KB
/
styles.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
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body {
font-family: 'Droid Serif';
}
h1, h2, h3 {
font-family: 'Droid Serif';
font-weight: normal;
}
.remark-slide-content h1 {
font-size: 60px;
margin: 30px 0;
}
img {
width: 50%;
}
a {
color: #02bad1;
text-decoration: none;
}
blockquote {
color: #666;
font-size: 80%;
font-style: italic;
margin: 3em 0 3em 0;
padding: 1em;
line-height: 1.4em;
background-color: #f0f0f0;
quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
footer {
color: #888;
font-size: 80%;
border-top: 1px solid #888;
position: absolute;
bottom: 1em;
padding-top: 1em;
width: 80%;
text-align: left;
}
strong: {
color: #000;
}
.inverse {
background: #272822;
color: #A7A8A2;
text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2 {
color: #f3f3f3;
line-height: 0.8em;
}
.remark-code, .remark-inline-code {
font-family: 'Ubuntu Mono';
}
.remark-slide code.javascript {
background: #f0f8ff
}
.remark-slide code.html {
background: #fafafa
}
svg {
width: 100%;
height: 200;
border: 1px dashed #e0e0e0;
}
svg line, svg polyline, svg circle, svg g {
stroke: gray;
stroke-width: 8;
}
svg text {
stroke-width: 0;
}
svg .no-stroke, svg .no-stroke line, svg .no-stroke circle {
stroke-width: 0;
}
svg .flecha {
marker-end: url(#markerArrow);
}
.js { fill: #e5bb31; }
.php { fill: #4F5B93; }
.ruby { fill: #CC342D; }
.no-fill { fill: none; }
.stroke-js { stroke: #e5bb31; }
.stroke-php { stroke: #4F5B93; }
.stroke-ruby { stroke: #CC342D; }
.full-width {
width: 100%;
}
.transparent {
opacity: .3;
}
path.domain {
stroke-width: 1
}