-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcustom.css
More file actions
118 lines (93 loc) · 1.38 KB
/
custom.css
File metadata and controls
118 lines (93 loc) · 1.38 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
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
/* Custom CSS taken from existing SPLS sites.
@: Should this be the default?
*/
BODY {
max-width: 67em; padding: 0; margin: auto;
}
SECTION {
padding-top: 1%;
}
H1, H2, H3, H4, H5, H6, P, TABLE, OL, UL {
padding: 0 3% 0 3%;
margin-left: 0;
margin-right: 0;
margin-bottom: 1%;
}
LI {
margin-left: 1em;
margin-top: 0.5em;
}
LI:first-child {
margin-top: 0.25em;
}
BODY {
font-family: sans-serif;
color: #000020;
background-color: #ffffff;
}
H2, H3 {
font-weight: bold;
color: #000080;
background-color: #d0d0ff;
}
IMG.logo {
vertical-align: middle;
max-height: 72px;
padding: 0 3% 0 3%;
}
.map {
padding: 0 3% 0 3%;
}
TABLE {
color: #f00000;
}
TH {
background-color: #f0f0ff;
}
TD {
color: #200000;
background-color: #f0f0ff;
vertical-align: top;
padding: 1% 1% 1% 1%;
}
TD.author {
padding: 0.5% 1% 0.5% 0.5%;
width: 20em;
}
TD.title {
padding: 0.5% 0.5% 0.5% 1%;
width: 44em;
}
HR {
color: #3030e0;
}
.header {
display: flex;
justify-content: center;
align-items: center;
padding: 2em 0 2em 0;
}
.footer {
font-weight: normal;
font-size: smaller;
}
.author {
font-style: normal;
}
.title {
font-style: italic;
}
.abstract {
font-style: normal;
font-size: 95%;
}
.abstract P {
margin: 1% 0 0 0;
}
TD.phdevent {
padding: 0.5% 0.5% 0.5% 1%;
width: 64em;
}
BUTTON {
border-radius: revert;
}