-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (78 loc) · 1.75 KB
/
style.css
File metadata and controls
89 lines (78 loc) · 1.75 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
body { color: black; background: white url(parchment.gif) repeat-y; }
A:link { color: blue; }
A:visited { color: #330066; }
A:hover { color: #990000; }
.sidebar {
float: left;
width: 100px;
}
.sidebar .head {
font-size: larger;
font-weight: bold;
}
.sidebar hr {
margin-left: 0;
width: 84px;
height: 5px;
}
.main { margin-left: 103px; }
.main hr { clear: right; }
.options {
float: right;
text-align: right;
font-size: smaller;
margin-bottom: 1ex;
}
.options label { white-space: nowrap; }
.options kbd { color: gray; }
.options #view { display: none; }
.options form { display: inline; }
.footer { font-size: smaller; text-align: center; }
#mapid { height: 760px; }
th { vertical-align: baseline; text-align: right; }
td { vertical-align: baseline; }
th.hier { background: #CC9966; }
td.current { background: #FFFF99; }
.changed { color: blue; }
.error { color: red; }
.warn { color: purple; }
table.search {
border-collapse: collapse;
}
table.search tr td:first-child { text-align: right; }
table.search th {
padding-left:5px;
padding-right:5px;
text-align: left;
}
table.search td {
padding:2px;
padding-left:5px;
padding-right:5px;
border-top:1px solid #AAA;
}
div.multi {
position: -webkit-sticky;
position: sticky;
top: 1ex;
padding-bottom: 1ex;
}
.band-subheung { background: #F0F0D0; width: 98%; padding:1ex; }
.subheung { list-style-type: lower-alpha; }
ol.subvillage { list-style-type: lower-roman; }
@font-face {
font-family: supernums;
src:local("Hoefler Text"),
local("Doulos SIL"),
local("Palatino Linotype"),
local("Gentium"),
local("Linux Libertine");
unicode-range: U+B2-B9, U+2074-2076;
}
.jp, #view {
font-family: supernums, serif;
line-height: 100%;
}
.fade {
transition: background-color 400ms ease-out;
}