forked from ubc-geomatics-textbook/geomatics-textbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
78 lines (61 loc) · 1.01 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
p.caption {
margin-top: 10px;
}
p code {
white-space: inherit;
}
p {
text-align: justify;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
img {
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
}
#box-text {
padding: 0px 20px 0px 20px;
text-align: justify;
}
.box-title {
text-transform: uppercase;
text-align: center;
letter-spacing: 0.125em;
padding: 1px 0px 1px 0px;
border-radius: 25px 25px 0px 0px;
margin-bottom: 10px;
}
.box-content {
border-radius: 25px;
padding-bottom: 15px;
}
.learning-objectives-content {
background-color: #ffedc2;
}
.learning-objectives-top {
background-color: #FFD166;
}
.call-out-content {
background-color: #f9b5c5;
}
.call-out-top {
background-color: #EF476F;
}
.your-turn-content {
background-color: #9befd8;
}
.your-turn-top {
background-color: #06D6A0;
}
.case-study-content {
background-color: #a0d0e0;
}
.case-study-top {
background-color: #118AB2;
}