-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
102 lines (80 loc) · 1.67 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
/* Text style for the whole website */
body{
font-family: 'Nunito', Arial, sans-serif;
}
.header-title{
background-color: rgb(255, 234, 232);
color: black;
margin: 0px;
padding: 0px;
border: 0px;
text-decoration: none !important;
}
.color-band-1{
background-color: rgb(255, 234, 232);
}
.color-band-2{
background-color: rgb(185, 235, 255);
}
.navbar{
margin-top: 0px;
border: 0px;
background-color: rgb(112, 58, 57);
}
#news-carousel{
margin-bottom: 10px;
}
.footer-content{
padding: 10px;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237ead89' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237ead89' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel img{
margin: auto;
max-height: 600px;
max-width: auto;
}
.section-header{
padding: 15px;
}
.section-title{
text-decoration: underline;
}
.section-content{
padding: 60px;
}
.page-title{
padding: 25px;
}
.page-text{
padding: 35px;
}
.page-text-2{
padding-top: 35px;
}
.page-text-3{
padding-left: 20px;
padding-right: 20px;
}
.page-text-4{
padding-left: 60px;
padding-right: 60px;
}
.inline-icon{
max-width: 20px;
}
.link-no-color{
color: unset;
text-decoration: underline;
}
.comment-area{
width: 100%;
}
.display-name{
font-weight: bolder;
color: goldenrod;
}