-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
107 lines (96 loc) · 1.76 KB
/
style.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
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
div.rtip {
font-weight: normal;
font-family: courier;
padding: 10px;
color: hsl(0, 100%, 25%);
background-color: #f0f0f0;
margin: 40px;
display: inline-block;
}
div.rtip:before {
content: url(images/Rlogo.png);
float: left;
display: inline-block;
position:relative;
padding-right: 20px;
}
div.rstip {
font-weight: normal;
font-family: verdana;
padding: 10px;
color: #24478f;
background-color: #f0f0f5;
margin: 40px;
display: inline-block;
}
div.rstip:before {
content: url(images/RStudio.png);
float: left;
display: inline-block;
position:relative;
padding-right: 20px;
}
div.stattip {
font-weight: normal;
font-family: arial;
padding: 10px;
color: #24478f;
background-color: #ecf2f9;
margin: 40px;
display: inline-block;
}
div.stattip:before {
content: url(images/StatTip.png);
float: left;
display: inline-block;
position:relative;
padding-right: 20px;
}
div.mydef {
font-weight: normal;
font-family: arial;
padding: 10px;
border: 1px;
color: #050538;
background-color: #f7fcfb;
margin: 40px;
display: inline-block;
}
div.mydef:before {
content: url(images/Definition.png);
float: left;
display: left;
position:relative;
padding-right: 20px;
}
div.think {
font-weight: normal;
font-family: arial;
padding: 10px;
border: 1px;
color: #050538;
background-color: #f7fcfb;
margin: 40px;
display: inline-block;
}
div.think:before {
content: url(images/thinking.png);
float: left;
display: inline-block;
position:relative;
padding-right: 20px;
}