-
Notifications
You must be signed in to change notification settings - Fork 0
/
ing175styles.css
97 lines (78 loc) · 1.53 KB
/
ing175styles.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
figcaption{
text-align: center;
}
ul > li > ul {
list-style-type: square !important;
}
ul > li > ul > li > ul {
list-style-type: circle !important;
}
div.callout-note.callout.callout {
border-left-color: #4477AA !important;
}
div.callout-note.callout-style-default>.callout-header{
color:#FFFFFF !important;
background-color:#4477AA !important;
}
div.callout-warning.callout.callout {
border-left-color: #66CCEE !important;
}
div.callout-warning.callout-style-default>.callout-header{
background-color:#66CCEE !important;
}
div.callout-important.callout.callout {
border-left-color: #AA3377 !important;
}
div.callout-important.callout-style-default>.callout-header{
color:#FFFFFF !important;
background-color:#AA3377 !important;
}
div.callout-tip.callout.callout {
border-left-color: #228833 !important;
}
div.callout-tip.callout-style-default>.callout-header{
color:#FFFFFF !important;
background-color:#228833 !important;
}
div.callout-caution.callout.callout {
border-left-color: #CCBB44 !important;
}
div.callout-caution.callout-style-default>.callout-header{
background-color:#CCBB44 !important;
}
.m {
display:inline-block;
}
mark,.mark {
background-color:#66CCEE !important;
}
.blue {
color:#4477AA;
}
.black {
color:#000000;
}
.lightblue {
color:#66CCEE;
}
.green {
color:#228833;
}
.yellow {
color:#CCBB44;
}
.red {
color:#EE6677;
}
.purple {
color:#AA3377;
}
.grey {
color:#BBBBBB;
}
.midgrey {
color:#777777;
}
.white {
color:#FFFFFF;
}