-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathhelp.css
164 lines (136 loc) · 2.43 KB
/
help.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
body {
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 13px;
line-height: 1.4em;
background-color: #DDDDDD;
color: #404040;
margin: 0;
}
a:link { text-decoration: none; color: #0057cb }
a:hover { color: #0057cb; text-decoration: underline; }
a:active { color: #000066; }
a:visited { color: #000066; text-decoration: none; }
h1 {
font-size: large;
}
h2 {
padding: 0px;
font-size: large;
margin: 4px 4px 4px 16px;
}
p {
padding: 0;
margin: 4px;
}
.Bold {
font-weight: bold;
}
.Verbatim {
font-weight: bold;
font-family: "Courier", monospace;
}
.UI {
font-weight: bold;
font-family: "Lucida Grande", Arial, sans-serif;
}
div.top-title {
padding: 16px 16px 0;
border-right: gray 1px solid;
}
.top-contents {
padding: 16px;
font-weight: bold;
text-align: left;
}
.toc-left {
margin: 6px;
}
.toc-right {
margin: 6px;
}
.Destination, .top-all, .toc-left, .toc-right {
background-color: #fff;
padding: 16px 4px;
margin: 0;
width: auto;
border-bottom: 1px solid #bdbdbd;
}
.Box {
margin-top: 8px;
margin-bottom: 8px;
background-color: #EEEEEE;
border: #444444 1px solid;
#clear: both;
margin-left: 18px !important;
padding: 0px 24px 14px 0px !important;
}
div.item, li.ListItem {
margin-top: 4px;
padding-top: 14px;
margin-left: 9px;
padding-left: 9px;
padding-right: 9px;
#border: 1px black solid;
}
.top-contents ul {
margin: 0;
padding: 0;
list-style-type: square;
}
.top-contents ul li {
padding: 0;
margin: 0 0 8px 16px;
}
.toc-left ul, .toc-right ul {
list-style-type: square;
}
ul.List {
list-style-type: square;
}
img.inline-image {
vertical-align: middle;
}
.Destination img {
border: 1px solid #919191;
}
img.screenshot {
border: gray 1px dotted;
}
div.bottom-nav {
padding: 10px;
background-color: #DDDDDD;
text-align: center;
margin: 0;
width: auto;
border-top: 1px solid #f4f4f4;
}
.bottom-nav a {
text-decoration: none;
color: #404040;
text-shadow: 0px 1px 1px white;
}
span.left-nav {
text-align: left;
float: left;
width: 45%;
vertical-align: middle;
}
span.right-nav {
text-align: right;
float: right;
width: 45%;
}
.left-nav a {
text-decoration: none;
color: #404040;
text-shadow: 0px 1px 1px white;
}
.right-nav a {
text-decoration: none;
color: #404040;
text-shadow: 0px 1px 1px white;
}
.mid-nav a {
color: white;
font-weight: bold;
}