-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
67 lines (67 loc) · 983 Bytes
/
index.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
body {
margin: 0;
padding: 0;
}
h1 {
margin: 0;
padding: .8em 0em;
text-align: center;
background-color: #33a;
color: white;
font-size: 4.8vw;
line-height: 1.8em;
}
input[type=text] {
width: 80vw;
font-size: 110%;
padding: .5em .3em;
margin: .8em;
}
#filtered {
margin: 0 0 .8em 1.6em;
font-size: 80%;
}
#main {
margin: 0 .8em;
}
h2 {
font-size: 90%;
margin: 0;
padding: 0;
}
img {
margin-right: 1em;
}
a {
color: gray !important;
}
#main a {
color: black !important;
text-decoration: none !important;
}
.credit {
margin: .8em;
}
.advisor {
margin: .5em;
padding: .5em;
border: 1px solid gray;
}
.detail {
clear: both;
display: grid;
margin-top: .5em;
grid-template-columns: 20em 1fr;
}
.detail .body {
x-white-space: pre-wrap;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
}
.view {
white-space: pre-wrap !important;
overflow: visible !important;
margin-bottom: .5em;
}