Skip to content

Commit d241e1f

Browse files
committed
Fix graphs in colors lecture
1 parent 246f18e commit d241e1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+64
-0
lines changed

04_ExploratoryAnalysis/assets/css/.gitkeep

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
strong, b {
2+
font-weight: bolder;
3+
}
4+
em {
5+
font-style: italic;
6+
}
7+
8+
img.center {
9+
display: block;
10+
margin: auto auto;
11+
}
12+
redtext {
13+
color: red;
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
/*Github Ribbon Test*/
2+
/* Source: https://github.com/dciccale/css3-github-ribbon */
3+
/* Define classes for example, definition, problem etc. */
4+
/* Choose meaningful colors for background and text */
5+
6+
.example {
7+
background-color: #121621;
8+
top: 1.2em;
9+
right: -3.2em;
10+
-webkit-transform: rotate(45deg);
11+
-moz-transform: rotate(45deg);
12+
transform: rotate(45deg);
13+
-webkit-box-shadow: 0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;
14+
-moz-box-shadow: 0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;
15+
box-shadow: 0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;
16+
color: #FF0;
17+
display: block;
18+
padding: .6em 3.5em;
19+
position: absolute;
20+
font: bold .82em sans-serif;
21+
text-align: center;
22+
text-decoration: none;
23+
text-shadow: 1px -1px 8px rgba(0,0,0,0.60);
24+
-webkit-user-select: none;
25+
-moz-user-select: none;
26+
user-select: none;
27+
}
28+
29+
.definition {
30+
background-color: #a00;
31+
top: 1.2em;
32+
right: -3.2em;
33+
-webkit-transform: rotate(45deg);
34+
-moz-transform: rotate(45deg);
35+
transform: rotate(45deg);
36+
-webkit-box-shadow: 0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;
37+
-moz-box-shadow: 0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;
38+
box-shadow: 0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;
39+
color: #FFF;
40+
display: block;
41+
padding: .6em 3.5em;
42+
position: absolute;
43+
font: bold .82em sans-serif;
44+
text-align: center;
45+
text-decoration: none;
46+
text-shadow: 1px -1px 8px rgba(0,0,0,0.60);
47+
-webkit-user-select: none;
48+
-moz-user-select: none;
49+
user-select: none;
50+
}

04_ExploratoryAnalysis/assets/img/.gitkeep

Whitespace-only changes.
918 KB
236 KB
159 KB
26.5 KB
54.2 KB
79.2 KB
64.1 KB
164 KB
173 KB
6.93 KB
Binary file not shown.
48.3 KB
213 KB
65.3 KB
148 KB
Binary file not shown.
142 KB
1.34 MB
30.7 KB
231 KB
31.1 KB
110 KB
7.7 KB
39.2 KB
126 KB
49.3 KB
680 KB
111 KB
31.5 KB
35.4 KB
4.33 KB
9.64 KB
106 KB
127 KB
31.1 KB
37.1 KB
30.1 KB
22.7 KB
23.9 KB
275 KB
34.1 KB
154 KB
131 KB
1.28 MB
128 KB
96.1 KB
255 KB
517 KB
140 KB
248 KB
60 KB
216 KB
23.1 KB
153 KB
159 KB
54.5 KB
Binary file not shown.

04_ExploratoryAnalysis/assets/js/.gitkeep

Whitespace-only changes.

04_ExploratoryAnalysis/assets/layouts/.gitkeep

Whitespace-only changes.
551 KB
Binary file not shown.

0 commit comments

Comments
 (0)