forked from dir2019/dir2019.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdir.css
More file actions
91 lines (74 loc) · 1.09 KB
/
dir.css
File metadata and controls
91 lines (74 loc) · 1.09 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
80
81
82
83
84
85
86
87
88
89
90
91
body {
padding-bottom: 40px;
color: black;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-size: calc(16px + 2vw);
text-align: center;
}
p {
padding: 0;
}
a {
text-decoration: none;
color: red;
font-weight: bolder;
}
.pad-right {
padding-right:2vw;
}
.pad-left {
padding-left:2vw;
}
a:hover {
text-decoration: underline;
color: black;
font-weight: bolder;
}
#content {
width: 70%;
margin:0 auto;
}
#content .logo {
text-align: center;
font-size: calc(24px + 10vw);
color: red;
}
#content .img {
height: calc(22px + 9vw);
width: calc(22px + 9vw);
position:absolute;
margin-top: 2.1vw;
margin-left: -7vw;
}
#content .text {
font-size: calc(12px + 1.5vw);
margin:0 auto;
}
#block {
border-bottom: 10px solid #ff0000;
padding:.5em 2em;
}
.sponsors {
padding: 0;
margin: 0 auto;
}
.sponsors#block {
padding: .5em 0;
}
ul#horizontal {
list-style: none;
width: 100%;
padding: 0 0 20px 0;
}
ul#horizontal li {
display: inline;
}
.sponsors img {
max-height: 100px;
padding: 5px 10px;
}
ul li {
font-size: calc(10px + 1.25vw);
list-style-type: none;
}