-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsite.css
More file actions
79 lines (64 loc) · 1.04 KB
/
site.css
File metadata and controls
79 lines (64 loc) · 1.04 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
.site-title{
font-size: 4em;
font-weight: bold;
text-align: center;
margin-top:1em;
}
.frontpage-site-title{
margin-bottom: 2em;
}
.category{
text-align: center;
font-size: 2em;
font-weight: bold;
margin: 1em auto;
border: none;
}
.category .card-img-top{
font-size: 4em;
}
.category a, .category a:hover, .category a:active, a.noblue, a.noblue:hover{
color: inherit;
}
.underline-on-hover{
text-decoration: none;
}
.underline-on-hover:hover, .underline-on-hover:active{
text-decoration: underline;
}
.nav{
font-size: 2em;
}
.content{
margin:0 auto;
width:80%;
}
.body{
max-width: 1000px;
}
.footer{
margin-top: 1em;
text-align: center;
}
.copyright-table{
max-width:350px;
margin: 0 auto;
}
.page-card{
margin: 1em;
/* width: 250px; */
max-width: 400px;
text-align: center;
}
.figure-img, .figure-caption{
display:block;
}
tr.border-bottom{
border-bottom: 2px solid !important;
}
.v-spacer{
height: 10em;
}
video {
max-width: 100%;
}