File: grassdocs.css

package info (click to toggle)
grass 8.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 277,040 kB
  • sloc: ansic: 460,798; python: 227,732; cpp: 42,026; sh: 11,262; makefile: 7,007; xml: 3,637; sql: 968; lex: 520; javascript: 484; yacc: 450; asm: 387; perl: 157; sed: 25; objc: 6; ruby: 4
file content (325 lines) | stat: -rw-r--r-- 5,685 bytes parent folder | download | duplicates (3)
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
/* GRASS GIS documentation site style sheet
 *
 * send improvements to GRASS Developers list
 *
 *  (eg how to reach the same result on netscape, mozilla konqueror?)
 *
 * Fonts:
 *	http://www.w3.org/TR/REC-CSS2/fonts.html
 * Tables:
 *	http://www.w3.org/TR/REC-CSS2/tables.html
 */

body{
    background: white;
    color: black;
    font-family: arial,sans-serif;
}

#container
{
    position: relative;
    margin-left: 50px;
    padding-left:  10px;
    padding-right: 10px;
/*    width: 750px; */
    width: 75%;
    background-color: white;
    height:auto !important;
    min-height: 100%;
    border-style:solid;
    border-bottom-width: 2px;
    border-top-width: 2px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: #DDDDDD;
}

img {
    max-width: 100%;
}

hr.header {
    height: 3px;
    color: gray;
    background-color: gray;
    width: 100%;
}

h1{
    background-color: transparent;
    color: rgb(25%, 60%, 25%);
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: xx-large;
    width: 80%; /* avoid collision with toc */
}

h2{
    background-color: transparent;
    color: rgb(25%, 60%, 25%);
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: x-large;
}

h3{
    background-color: transparent;
    color: rgb(25%, 60%, 25%);
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: large;
}

h4{
    background-color: transparent;
    color: rgb(25%, 60%, 25%);
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: medium;
}

a {
    color: rgb(25%, 60%, 25%);
}

a:visited {
    color: rgb(25%, 60%, 25%);
}

a.urlblack {
    color: black;
}

div.code{
    width: 97%;
    color : black;
    background-color: rgb(90%, 90%, 90%);
    padding-left: 1em;
    padding-right: 1em;
}

span.code {
    width: 97%;
    color : black;
    background-color: rgb(90%, 90%, 90%);
    padding-left: 1em;
    padding-right: 1em;
}

.leftmenu {
    padding-left: 10px;
}

td.box {
    border:  2px solid rgb(25%, 60%, 25%);
    border-radius: 10px;
    margin: 0px 2px 2px 10px;
    padding: 4px 4px 0px 4px;
}

li.box {
    margin-left: -20px;
    color: rgb(25%, 60%, 25%);
    padding-bottom: 3px;
}

li.box span {
    color: black;
}

table.border {
    border-collapse:collapse;
}

table.border td {
    border: 1px solid rgb(25%, 60%, 25%);
}

td {
    padding: 5px;
}

div.toc{
    /* background-color: transparent; */
    position: fixed;
    border: solid 1px rgb(25%, 60%, 25%);
    top: 5px;
    right: 5px;
    width: 17%;
    font-size: small;
    border-radius: 10px;
    z-index: 1;
}

li.toc {
   margin-left: 0;
   padding: 3px 3px 3px 3px;
   padding-left: 0;
   color: rgb(25%, 60%, 25%);
}

ul.toc {
   margin-top: 3px;
   margin-bottom: 3px;
   padding-left: 10%;
   margin-left: 5%;
}

a.toc {
    text-decoration: none;
}

a.toc:hover, a.toc:active {
    text-decoration: underline;
}

h4.toc {
    padding-top: 3px;
    margin-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    padding-left: 6px;
}

/* show and hide toc */

div.toc:hover ul {
  display: block;
}

div.toc ul {
  display: none;
}

div.toc:hover {
  background-color: white;
}

div.toc {
  background-color: rgba(255, 255, 255, 0.7);
}

/* This is for a more detailed equivalent of option->descriptions
 * (perhaps it can be used more generally as well).
 * Creates a description list with highlighted items titles
 * but not too visible in the overall text flow. */
.option_descriptions dt {
    font-weight: bold;
    color: #222;
}

table.compact {
    font-size: 80%;
}

/* default style is too spread out */
table.compact td, table.compact th {
    padding-left: 0.5em;
    padding-right: 0.2em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

/* do table using alternate colors of rows */
table.compact tr:nth-child(odd) {
    background: #EEE;
}

table.compact tr:nth-child(even) {
    background: #FFF;
}

/* soft strike through so that we can still see the text */
s {
    text-decoration-color: rgba(0, 0, 0, 0.53);
}

@media screen and (max-width: 1023.99px) {
    .toc {
        display: none
    }
}

@media screen and (min-width: 1023.99px) {
    .toc-mobile-screen, .toc-mobile-screen:target, .hamburger {
        display: none;
    }
}

.hamburger, .close {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
}

.hamburger {
    background: white;
}

.hamburger img, .close img {
    width: 100%;
    height: 100%;
}

.toc-mobile-screen {
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    list-style: none;
    background: white;
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 0.2s ease;
}

.toc-mobile-screen:target {
    transform: translateY(0);
}

.toc-mobile-screen > li > a {
    display: block;
    font-family: arial,sans-serif;
    color: rgb(25%, 60%, 25%);
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: none;
    border-bottom: 1px solid rgb(25%, 60%, 25%);
    padding-bottom: 0.5rem;
    text-align: center;
}

.toc-mobile-screen li a {
    text-decoration: none;
    border-bottom: 1px solid rgb(25%, 60%, 25%);
    margin-bottom: 1rem;
}

.toc-mobile-screen li {
    padding-bottom: 1rem;
}

.toc-mobile-screen li  a:hover, li a:focus {
    border-bottom: 2px solid rgb(25%, 60%, 25%);
}

.toc-mobile-screen > li:first-child {
    padding-top: 5rem;
}

.toc-mobile-screen > li {
    padding-top: 2rem;
}