-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
74 lines (63 loc) · 1.13 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
table.bustimes {
float: left;
font: 70% sans-serif;
}
table.bustimes_vert {
font: 70% sans-serif;
}
p { clear: left; }
body {
background-color: #D3D3D3;
}
#contents {
width: 62%;
margin: 20px auto;
padding-right: 200px;
/* font: serif; */
}
.box {
margin: 30px 0;
padding: 20px;
background-color: white;
}
.boxtitle {
text-align: right;
padding-right: 0px;
}
ul { padding-left: 1em; }
li { margin-bottom: 1ex; }
img.validator { border: none; }
.clear { clear: both; }
.pub .title { font-weight: bold; }
#name #photo { float: right; }
/*
h1 {
margin: 0px;
font: 160% serif;
}
*/
/*
img.new {
position: relative;
left: -38px;
top: -1px;
vertical-align: middle;
margin-right: -38px;
padding-right: 0px;
}
*/
.bibtex {
display: none;
border: dotted 1px lightgray;
padding: 5px;
}
/*
.refType {
font-weight: bold;
color: gray;
}
a:link { color : #0000FF; text-decoration : none; }
a:visited { color : #0000FF; text-decoration : none; }
a:hover { color : #FF0000; text-decoration : none; }
a:active { color : #FF0000; text-decoration : none; }
*/