ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/ircservices-5.1.24/docs/tech/style.css
Revision: 3389
Committed: Fri Apr 25 14:12:15 2014 UTC (9 years, 10 months ago) by michael
Content type: text/css
File size: 3870 byte(s)
Log Message:
- Imported ircservices-5.1.24

File Contents

# Content
1 *.title {
2 font-size: 200%;
3 font-weight: bold;
4 text-align: center;
5 }
6
7 *.section-title {
8 font-size: 150%;
9 font-weight: bold;
10 text-align: center;
11 }
12
13 *.subsection-title {
14 font-size: 120%;
15 font-weight: bold;
16 text-align: center;
17 }
18
19 *.subsubsection-title {
20 font-size: 100%;
21 font-weight: bold;
22 text-align: left;
23 }
24
25 *.subsubsubsection-title {
26 font-size: 100%;
27 font-weight: bold;
28 text-align: left;
29 }
30
31 *.toc {
32 font-size: 120%;
33 font-weight: bold;
34 }
35
36 *.section-toc {
37 font-size: 100%;
38 font-weight: bold;
39 }
40
41 *.backlink {
42 font-size: 80%;
43 text-align: right;
44 }
45 @media print {
46 *.backlink { display: none; }
47 }
48
49
50 hr {
51 text-align: center;
52 margin-top: 1.5ex;
53 margin-bottom: 1.5ex;
54 }
55
56 li.spaced {
57 margin-top: 1.5ex;
58 }
59
60 dt {
61 margin-top: 1ex;
62 margin-left: 1em;
63 }
64
65 dt.cygnus {
66 font-family: monospace;
67 margin-left: 3ex;
68 text-indent: -3ex;
69 }
70
71 div.code {
72 margin-top: 1ex;
73 margin-bottom: 1ex;
74 margin-left: 3em;
75 margin-right: 3em;
76 font-family: monospace;
77 white-space: pre;
78 }
79
80
81 *.remotehost {
82 font-family: monospace;
83 font-size: 80%;
84 }
85
86 *.configure-test-name {
87 font-family: monospace;
88 font-weight: bold;
89 }
90
91
92 table.source-tree {
93 display: table;
94 border-collapse: collapse;
95 border: 4px ridge gray;
96 border-spacing: 0;
97 }
98
99 tr.source-tree-header {
100 display: table-row;
101 background: #E0E8FF;
102 border: 4px ridge gray;
103 }
104
105 tr.source-tree-directory {
106 display: table-row;
107 background: #E0FFE0;
108 }
109
110 tr.source-tree {
111 display: table-row;
112 background: #FFF8E0;
113 }
114
115 th.source-tree-file {
116 display: table-cell;
117 border: 2px ridge gray;
118 padding: 1px 3px;
119 font-weight: bold;
120 text-align: center;
121 }
122
123 th.source-tree-description {
124 display: table-cell;
125 border: 2px ridge gray;
126 padding: 1px 3px;
127 font-weight: bold;
128 text-align: center;
129 }
130
131 th.source-tree-referenced {
132 display: table-cell;
133 border: 2px ridge gray;
134 padding: 1px 3px;
135 font-weight: bold;
136 text-align: center;
137 }
138
139 td.source-tree-file {
140 display: table-cell;
141 border: 2px ridge gray;
142 padding: 1px 3px;
143 font-family: monospace;
144 text-align: left;
145 white-space: pre;
146 }
147
148 td.source-tree-description {
149 display: table-cell;
150 border: 2px ridge gray;
151 padding: 1px 3px;
152 text-align: left;
153 }
154
155 td.source-tree-referenced {
156 display: table-cell;
157 border: 2px ridge gray;
158 padding: 1px 3px;
159 text-align: center;
160 }
161
162
163 table.function-index {
164 display: table;
165 border-collapse: collapse;
166 border: 4px ridge gray;
167 border-spacing: 0;
168 }
169
170 tr.function-index-header {
171 display: table-row;
172 background: #E0E8FF;
173 border: 4px ridge gray;
174 }
175
176 tr.function-index-letter {
177 display: table-row;
178 background: #E0FFE0;
179 }
180
181 tr.function-index {
182 display: table-row;
183 background: #FFF8E0;
184 }
185
186 th.function-index-name {
187 display: table-cell;
188 border: 2px ridge gray;
189 padding: 1px 3px;
190 font-weight: bold;
191 text-align: center;
192 white-space: nowrap;
193 }
194
195 th.function-index-params {
196 display: table-cell;
197 border: 2px ridge gray;
198 padding: 1px 3px;
199 font-weight: bold;
200 text-align: center;
201 white-space: nowrap;
202 }
203
204 th.function-index-return {
205 display: table-cell;
206 border: 2px ridge gray;
207 padding: 1px 3px;
208 font-weight: bold;
209 text-align: center;
210 white-space: nowrap;
211 }
212
213 th.function-index-purpose {
214 display: table-cell;
215 border: 2px ridge gray;
216 padding: 1px 3px;
217 font-weight: bold;
218 text-align: center;
219 white-space: nowrap;
220 }
221
222 th.function-index-letter {
223 display: table-cell;
224 border: 2px ridge gray;
225 padding: 1ex;
226 font-size: 120%;
227 font-weight: bold;
228 text-align: center;
229 }
230
231 td.function-index-name {
232 display: table-cell;
233 border: 2px ridge gray;
234 padding: 1px 3px;
235 font-family: monospace;
236 }
237
238 td.function-index-params {
239 display: table-cell;
240 border: 2px ridge gray;
241 padding: 1px 3px;
242 }
243
244 td.function-index-return {
245 display: table-cell;
246 border: 2px ridge gray;
247 padding: 1px 3px;
248 }
249
250 td.function-index-purpose {
251 display: table-cell;
252 border: 2px ridge gray;
253 padding: 1px 3px;
254 }
255
256 p.function-param {
257 margin: 0 0 0 1.5em;
258 text-indent: -1.5em;
259 }