-
Notifications
You must be signed in to change notification settings - Fork 7
/
style.css
66 lines (61 loc) · 962 Bytes
/
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
body{
font-family: Ubuntu Mono, Open Sans, monaco, sans-serif;
color: #FFFFFF;
background-color: #966bf5;
}
h1 {
font-size: 50px;
margin-top: 0px;
}
p {font-size: 24px;
line-height: 24px;
}
.top {
display: flex;
align-items: center;
max-width: 800px;
}
.top .left {
display: inline-block;
max-width: 50%;
}
.top .right {
display: inline-block;
}
.top a:link, .top a:visited {
color: rgb(255,210,235);
}
.top .time {
color: white;
text-shadow: 1px 1px 8px deeppink;
}
div.body{
width: 50%;
background-color: #5a8be6;
margin: 0.7em 0;
padding: 1em;
border: 1em;
border-style: solid;
border-color: #3c6991;}
li {
text-align: left;
font-size: 24px;
line-height: 24px;
}
.notice {
width: 50%;
font-size: 1.2em;
}
#webring button {
background-color: transparent;
border-width: 0px;
color: white;
cursor: pointer;
}
#webring {
font-size: 2em;
}
#webring .flex * {
vertical-align: middle;
text-align: center;
}