forked from joanby/r-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJB_style.css
57 lines (48 loc) · 851 Bytes
/
JB_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
.aligncenter {
text-align: center;
}
.exercise {
background-color: green;
color: white;
opacity: 0.5;
font-size: 0.8em;
}
.prop{
color: lightgreen;
display:inline;
}
.example{
color: white;
background-color: blue;
opacity: 0.5;
font-size: 0.8em;
}
.important{
color: red;
display:inline;
}
.definition{
color: blue;
display:inline;
}
.box{
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 2px solid blue;
opacity: 0.5;
}
.dem {
background-color: gray;
color:white;
opacity: 0.5;
font-size: 0.75em;
}
.r-code{
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 2px solid gray;
background-color: #F2F2F2;
font-size: 0.7em
}