source: main/trunk/release-kits/shared/mac/p7z-essentials/DOCS/MANUAL/commands/style.css@ 30095

Last change on this file since 30095 was 30095, checked in by ak19, 9 years ago

We've decided to include a JRE for Mac Greenstone binaries, since later versions of Macs (like Yosemite) do not come with Java. Adding the generated jre 1.7.0_79 self-extracting binary and its related p7z component. Jeremy had long ago compiled up the p7z-essentials binaries 7za and 7zCon.sfx on the Mac that are necessary for generating the Mac self-extracting jre binary.

File size: 2.6 KB
Line 
1body
2 {
3 padding: 0px 0px 0px 26px;
4 background: #ffffff;
5 color: #000000;
6 font-family: Verdana, Arial, Helvetica, sans-serif;
7 font-size: 80%;
8 }
9
10div
11 {
12 width: 90%;
13 border: 2px solid #999999;
14 padding: 4px 8px;
15 background: #cccccc;
16 }
17
18h1, h2, h3, h4
19 {
20 font-family: Verdana, Arial, Helvetica, sans-serif;
21 margin-left: -26px;
22 }
23
24h1
25 {
26 font-size: 145%;
27 margin-top: .5em;
28 margin-bottom: 1em;
29 }
30
31h2
32 {
33 font-size: 130%;
34 margin-top: 1.5em;
35 margin-bottom: .6em;
36 }
37
38h3
39 {
40 font-size: 115%;
41 margin-top: 1.5em;
42 margin-bottom: .6em;
43 }
44
45h4
46 {
47 font-size: 100%;
48 margin-top: 1.5em;
49 margin-bottom: .6em;
50 }
51
52ul p, ol p, dl p
53 {
54 margin-left: 0em;
55 }
56
57p
58 {
59 margin-top: .6em;
60 margin-bottom: .6em;
61 }
62
63dl
64 {
65 /*margin-top: 0em; */
66 }
67
68dt
69 {
70 margin-top: .76em;
71 margin-bottom: .5em;
72 font-weight: bold;
73 }
74
75dd
76 {
77 margin-top: .5em;
78 margin-bottom: .5em;
79 margin-left: 1.9em;
80 }
81
82
83ul, ol
84 {
85 margin-top: .6em;
86 margin-bottom: 0em;
87 }
88
89ol
90 {
91 margin-left: 3.6em;
92 }
93
94ul
95 {
96 list-style-type: disc;
97 margin-left: 1.9em;
98 }
99
100li
101 {
102 margin-bottom: .6em;
103 }
104
105ul ol, ol ol
106 {
107 list-style-type: lower-alpha;
108 {
109
110 /*
111pre
112 {
113 margin-top: .6em;
114 margin-bottom: .6em;
115 }
116 */
117
118pre,code
119 {
120 font: 100% Courier New, Courier, mono;
121 color: #000000;
122 cursor: text;
123 }
124
125pre.syntax
126 {
127 background: #dddddd;
128 padding: 2pt,4pt
129 }
130
131pre.syntax
132 {
133 color: #000000;
134 }
135
136pre.example
137 {
138 margin-left: 2.0em;
139 /*margin-top: 12.0em;*/
140 /*margin-bottom: 1.0em;*/
141 color: #C00000;
142 /*padding: 10pt,20pt*/
143 }
144
145table
146 {
147 /* width: 90%; */
148 background: #999999;
149 margin-top: .6em;
150 margin-bottom: .3em;
151 }
152
153th
154 {
155 padding: 4px 8px;
156 background: #cccccc;
157 text-align: left;
158 font-size: 80%;
159 vertical-align: bottom;
160 }
161
162th.cc
163 {
164 text-align: center;
165 vertical-align: middle;
166 }
167
168td
169 {
170 padding: 4px 8px;
171 background: #ffffff;
172 vertical-align: top;
173 font-size: 80%;
174 }
175
176td.cc
177 {
178 text-align: center;
179 vertical-align: middle;
180 }
181
182
183blockquote
184 {
185 margin-left: 3.8em;
186 margin-right: 3.8em;
187 margin-top: .6em;
188 margin-bottom: .6em;
189 }
190
191a:link
192 {
193 color: #0066ff;
194 }
195
196a:visited
197 {
198 color: #996600;
199 }
200
201a:hover
202 {
203 color: #cc9900;
204 }
205
206a.parameter:link
207 {
208 color: #0066ff;
209 text-decoration:none;
210 }
211
212a.parameter:visited
213 {
214 text-decoration:none;
215 }
216
217div.footer
218 {
219 width: 100%;
220 border: none;
221 background: #ffffff;
222 margin-top: 18pt;
223 padding-bottom: 12pt;
224 color: #228B22;
225 text-align: center;
226 font-size: 70%;
227 }
228
229span.filename
230{
231 color: #F00000;
232}
Note: See TracBrowser for help on using the repository browser.