-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign.css
More file actions
115 lines (95 loc) · 1.54 KB
/
design.css
File metadata and controls
115 lines (95 loc) · 1.54 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
table.table-bordered tbody tr td, table.table-bordered thead tr th {
border: 1px solid grey;
}
@media (max-width: 770px) {
table tr td {
font-size: 10px;
}
table thead tr th div {
font-size: 10px;
}
}
.mb-0 {
font-size: 30px;
color: #474950;
}
.mb-1 {
font-size: 20px;
color: #474950;
}
.blockquote {
font-size: 15px;
color: #474950;
}
.design {
color: #9d9da3;
}
.text-center {
text-align: center;
}
.header-color {
text-align: center;
background-color: #3b3b38;
}
.masthead-brand {
color: white;
text-align: left;
}
a {
color: white;
}
li .light {
color: #9e9ca6;
}
li .dark {
color: white;
}
ul.list-group li a {
display: inline-block;
position: relative;
overflow: hidden;
text-decoration: none;
}
ul.list-group li a:after {
content: "";
width: 20%;
height: 100%;
position: absolute;
left: auto;
top: 0;
bottom: 0;
right: -20%;
background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
ul.list-group li a:hover:after {
transition: all 0.4s ease-out;
right: 100%;
}
.imagesize {
width: 8%;
height: 8%;
}
#bg-gradient {
background: radial-gradient(circle, #f0f0f0 0%, #dedede 67%, #cdcdcd 100%);
}
.subtext {
font-size: 25px;
}
.comment {
font-size: 20px;
}
.hometext {
color: #474950;
}
table.table-bordered thead tr th {
margin-top: 20px;
}
#continuation {
background-color: transparent;
}
@media (max-width: 990px) {
#optional {
display: none;
}
}
/*# sourceMappingURL=design.css.map */