This repository has been archived by the owner on May 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
ngk2020s.css
128 lines (121 loc) · 1.71 KB
/
ngk2020s.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
body {
background: #f3f2f0;
color: #444;
}
main {
max-width: 1024px;
margin: 0 auto;
}
section {
background: #fefefe;
border-radius: 8px;
padding: 0.5em 2em;
margin: 2em 0;
box-shadow: #ddd 0px 2px;
}
section section {
border-radius: 0;
padding: 0;
box-shadow: none;
}
h1 {
font-family: "Big Shoulders Display", cursive;
font-size: 120px;
line-height: 1;
text-align: center;
}
h1 .sub {
display: block;
font-family: sans-serif;
font-size: 20px;
}
h1 a:link,
h1 a:visited {
color: #444;
}
.shin {
color: #ff006d;
}
.poi {
padding: 0;
margin: 0;
list-style: none;
font-size: 24px;
font-weight: 800;
}
.im {
font-size: 1em;
color: #999;
}
a:link,
a:visited {
color: #1a73e8;
text-decoration: none;
}
a:hover,
a:active {
text-decoration: underline;
}
h2 {
font-size: 50px;
margin: 0.25em 0 0.5em;
}
h2 a {
display: block;
}
h2 .im {
font-size: 40px;
}
h2 a:link,
h2 a:visited {
color: #444;
}
h2 a:hover,
h2 a:active {
color: #000;
text-decoration: underline;
}
h3 {
font-size: 25px;
}
footer {
font-size: 40px;
text-align: center;
margin: 2em;
}
footer {
font-size: 40px;
text-align: center;
margin: 2em;
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
text-decoration: none;
}
.blonze-sponsor .im-trophy {
color: #cd7f32;
}
.silver-sponsor .im-trophy {
color: #c0c0c0;
}
.gold-sponsor .im-trophy {
color: #ffd700;
}
.gold-sponsor > a {
display: inline-block;
margin-right: 24px;
margin-bottom: 24px;
box-sizing: border-box;
width: 400px;
max-height: 400px;
}
.silver-sponsor > a {
display: inline-block;
margin-right: 24px;
margin-bottom: 24px;
box-sizing: border-box;
width: 200px;
max-height: 200px;
}