-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimplest.css
94 lines (80 loc) · 1.44 KB
/
simplest.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
.container{
margin-top : 2em;
margin-bottom : 2em;
margin-left : 2em;
margin-right : 2em;
padding : 0ex;
}
.content{
xxxbackground-color: rgb(255,255,255);
background-color: rgb(255,255,255);
max-width : 1000px;
min-width : 60ex;
padding : 2ex;
border-width : 3px;
border-color : #C8102E;
border-style : solid;
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
text-align: left;
}
table {
margin-left: auto;
margin-right: auto;
}
td {
padding: 15px;
text-align: center;
}
table p {
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
font-family:'Gill Sans MT';
}
h1 {
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
font-family:'Gill Sans MT';
}
table h2 {
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
font-family:'Gill Sans MT';
}
h2, h3 {
font-family:'Gill Sans MT';
}
.publications h3 {
background: #C8102E;
border: 2px solid #C8102E;
}
a.toggle_link {
text-decoration: none;
font-family:'Gill Sans MT';
color: #002f56;
font-size: 110%;
}
.anchors a{
text-decoration: none;
font-family:'Gill Sans MT';
color: #002f56;
font-size: 110%;
}
p, li {
font-family:'Gill Sans MT';
font-size: 110%;
}
.paper_title {
color: #002f56;
}
.self {
font-style: italic;
}
.abbr {
color: #002f56;
}