-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
133 lines (108 loc) · 1.76 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
img {
max-width: 100%;
}
div#collab_imgs {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
section#sponsors {
max-width: 1000px;
margin: auto;
}
section#sponsors img {
float: left;
height: 4em;
}
section#sponsors p {
padding-top: 1.5em;
}
div.pure-menu-horizontal {
text-align: center;
position: sticky;
top: 0;
z-index: 1;
background: lightblue;
}
div.pure-menu-horizontal a {
color: black;
}
.header {
margin: auto;
color: #333;
text-align: center;
padding: 2.5em 2em 0;
border-bottom: 1px solid #eee;
}
section {
border-bottom: 1px solid #eee;
}
.content {
margin: 0 auto;
max-width: 900px;
padding: 0 4em;
margin-bottom: 50px;
line-height: 1.6em;
}
.content p {
text-indent: 2em;
}
section#collab_list {
margin: 0 auto;
padding: 0 4em;
max-width: 800px;
}
body {
padding-left: 160px;
left: 0;
color: #777;
}
#menu {
width: 160px;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 1000;
background: #191818;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.header h1, .header h2 {
font-weight: 300;
}
.content h2, .content h3, .content h4{
color: #888;
font-weight: 300;
}
h4 {
margin: 0;
padding: 0;
}
section#links {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
section#links figure {
margin: 0;
width: 100%;
}
.no_border {
border-bottom: none;
}
#menu #home-link {
padding: 1.2em 1em;
border-bottom: 1px solid;
}
#people ul {
list-style-type: none;
}
figure {
display: inline-block;
border: 1px dotted gray;
margin: 20px; /* adjust as needed */
}
figure img {
vertical-align: top;
}