-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
115 lines (86 loc) · 1.3 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
103
104
105
106
107
108
109
110
111
112
113
114
115
/*
header */
header{
background-color: #e0f4ff;
}
header{
padding: 1.2vmin;
height: 12.5vh;
text-align: center;
}
/*
main */
#home{
background-color: #e0f4ff;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
#home{
height: 72.5vh;
}
.home-title{
color: #39a7ff;
font-size: xxx-large;
font-weight: bold;
}
#nav_btn_group{
margin: 2.5vh 0;
}
#home .my-nav-btn{
padding: 1rem 1.5rem;
font-size: large;
font-weight: bold;
}
.custom-tooltip{
--bs-tooltip-bg: #39a7ff;
--bs-tooltip-color: white;
}
#information{
background-color: #87c4ff;
}
#information{
padding: 7rem;
}
.information-title{
color: #39a7ff;
font-size: x-large;
font-weight: 800;
text-align: center;
}
#information blockquote{
margin: 7rem;
line-height: 1.55;
text-align: center;
}
#information blockquote, #information p{
font-size: large;
}
#information .cite{
margin: 10vh 9.9vw;
}
#information .cite cite>a:link, #information .cite cite>a:visited{
color: #87c4ff;
}
#information .cite cite>a:hover{
color: #39a7ff;
}
#information>img{
display: block;
margin: 15vh auto;
}
#information p{
margin: 3rem;
}
#information p+.cite{
text-align: end;
}
.cite>a{
color: black;
}
/*
footer */
footer{
background-color: #ffeed9;
}