-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjnf_style.css
More file actions
81 lines (67 loc) · 1.14 KB
/
jnf_style.css
File metadata and controls
81 lines (67 loc) · 1.14 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
body
{
line-height: 200%;
font-family: 'MS Mincho', sans-serif;
font-size: 14pt;
color: #000000;
background: #FFFFFF;
white-space: pre-wrap;
text-align: top;
margin-top: 10px;
margin-bottom: 20px;
margin-left: 10px;
margin-right: 10px;
block-size: 100%;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
writing-mode: vertical-rl;
-ms-text-orientation: sideways-left;
-webkit-text-orientation: sideways-left;
-moz-text-orientation: sideways-left;
text-orientation: sideways-left;
}
rt
{
color: #000000;
}
a:link
{
text-decoration: none;
color: #000000;
}
a:visited
{
text-decoration: none;
color: #000000;
}
a:hover
{
text-decoration: none;
color: #000000;
}
a:active
{
text-decoration: none;
color: #000000;
}
a.nav:link
{
text-decoration: underline;
color: #000000;
}
a.nav:visited
{
text-decoration: underline;
color: #000000;
}
a.nav:hover
{
text-decoration: underline;
color: #000000;
}
a.nav:active
{
text-decoration: underline;
color: #000000;
}