This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
style.css
168 lines (145 loc) · 2.49 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
body {
margin: 0;
padding: 0;
font-size: 100%;
color: #ddd;
background: #344;
line-height: 2.0;
font-family: Verdana, Geneva, sans-serif
}
table, th, td {
border: 1px solid black;
}
th, td {
padding: 15px;
}
p {
font-size: 1.2em;
margin: .6em 6em .6em 5em;
padding: 0;
line-height: 140%;
}
hr {
margin: 2em 12em 2em 12em;
}
ol, ul, dl, li {
margin: 1.6em 8em .6em 3em;
}
ul.centered {
list-style-position: inside;
}
.menu {
color: #312;
margin: 1.6em 12em 0em 12em;
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
background-image: url("https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg");
}
a {
text-decoration: none;
color: #aaf;
}
a.menu {
font-size: 1.3em;
font-weight: 600;
background: transparent;
color: #312;
}
a:link {
color: #caf;
}
a.menu:link {
background: transparent;
color: #312;
}
a:visited {
color: #fac;
}
a.menu:visited {
background: transparent;
color: #312;
}
p.model {
/* text-align: center; */
}
p.menu {
text-align: center;
margin: .4em 4em .8em 4em;
font-size: 1.4em;
}
figure {
margin: 1.4em 1em 1.4em 1em;
text-align: center;
}
figure.logo {
margin: 0em 0em .6em 0em;
}
figure figcaption {
color: #69c;
font-style: italic;
margin: .8em 1em .8em 1em;
}
h1,h2,h3,h4,h5 {
font-weight: 400;
}
h1 {
margin: 1em 8em 1.4em 8em;
text-align: center;
font-size: 2em;
color: #339;
background-image: url("graphics/water.jpg");
background-color: #cad;
}
h2 {
font-size: 1.8em;
margin: 1.4em .6em 1.3em .6em;
color: #9cc;
}
h2.subhead {
font-weight: normal;
margin-top: 0;
}
h3 {
font-size: 1.6em;
margin: 1.4em .6em 1.3em .6em;
color: #ecb;
}
h4 {
font-size: 1.5em;
margin: 1.4em .6em 1.2em 4em;
color: #caf;
/* text-align: center */
}
h5 {
font-size: 1.4em;
margin: 1.4em .6em 1.2em .6em;
color: #faa;
}
summary.sum1 {
font-size: 1.6em;
color: #e69;
margin: .8em 1.2em .8em 1.2em;
}
summary.sum2 {
font-size: 1.5em;
color: #acf;
margin: .6em 1.2em .6em 2em;
}
summary.sum3 {
font-size: 1.4em;
color: #aac;
margin: .4em 1.2em .4em 2.8em;
}
summary.sum4 {
font-size: 1.3em;
color: #fac;
margin: .4em 1.2em .4em 2.8em;
}
summary.menu_sum {
font-size: 1.4em;
color: #fac;
margin: .5em 0em .5em 0em;
}