-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
99 lines (90 loc) · 1.66 KB
/
styles.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
* {
outline: none;
}
body {
font-family: Roboto, 'Helvetica Neue', Arial, sans-serif;
color: #333;
background-color: rgb(230, 236, 240);
font-weight: 500;
}
.btn {
color: rgb(20, 129, 195);
border: 1px solid rgb(20, 129, 195);
border-radius: 100px;
box-shadow: none;
}
.btn:hover {
color: rgb(175, 52, 175);
}
.header {
font-family: 'Lobster', cursive;
text-align: center;
top: 0;
}
.header h2 {
color: rgb(20, 129, 195);
margin: 0.373333rem 0 0.424rem 0;
}
.sb-text-purple {
color: rgb(175, 52, 175) !important;
}
.card {
justify-content: center;
padding: 1rem;
}
.card .card-content .article-title {
margin-bottom: 0 !important;
font-size: 32px;
line-height: 36px;
font-weight: normal;
}
.card .card-content .article-date {
font-size: small;
font-weight: lighter;
}
.card .card-content .article-content {
margin-top: 8px;
}
.card .card-content .article-content p {
margin: 2em 0;
}
.card .card-content .material-placeholder ~ span {
display: block;
margin-bottom: 8px;
font-weight: lighter;
}
.card .card-content .article-content .section-title {
display: block;
margin-top: 1rem;
font-size: large;
}
footer {
font-size: .875em;
margin-top: 3em;
color: rgb(90, 90, 90);
}
footer a {
color: rgb(20, 129, 195);
text-decoration: none;
}
footer p {
margin-bottom: 0.25em;
}
#donate-modal h4, h6 {
color: rgb(175, 52, 175);
}
#donate-modal ul {
padding-left: 1.5em;
list-style-type: none;
}
#donate-modal ul > li {
padding-bottom: 1em;
text-indent: -0.9em;
}
#donate-modal ul > li:last-child {
padding: 0;
}
#donate-modal ul > li i.material-icons {
font-size: 16px;
padding-right: 0.3em;
}