forked from WdeNooy/Statistical-Inference
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyleX.css
More file actions
51 lines (47 loc) · 1.03 KB
/
styleX.css
File metadata and controls
51 lines (47 loc) · 1.03 KB
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
.rmdquestion, .rmdimportant, .rmdanswer {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
background: #f5f5f5 5px center/3em no-repeat;
}
.rmdquestion {
background-image: url("icons/question.png");
}
.rmdimportant {
background-image: url("icons/important.png");
}
.rmdanswer {
background-image: url("icons/answer.png");
}
.rmdmunchhausen, .rmdneyman, .rmdpearson, .rmdfisher, .rmdgausslaplace {
padding: 1em 1em 1em 8em;
margin-bottom: 10px;
background: #f5f5f5 5px center/7em no-repeat;
background-image: url("icons/Munchhausen.png");
}
.rmdmunchhausen {
background-image: url("icons/Munchhausen.png");
}
.rmdneyman {
background-image: url("icons/jerzyneyman2.png");
}
.rmdpearson {
background-image: url("icons/egonpearson2.png");
}
.rmdfisher {
background-image: url("icons/fisher2.png");
}
.rmdgausslaplace {
background-image: url("icons/gausslaplace.png");
}
iframe {
border: none;
}
.subtitle {
font-size: 95% !important;
}
.author {
display: inline-block;
}
.buttonToAnswer {
display: none;
}