/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Analysis/instrumentation/dtrace/linux_zones/dtrace_for_linux_files/pacifica-custom.css

  • Committer: Suren A. Chilingaryan
  • Date: 2015-08-21 03:52:00 UTC
  • Revision ID: csa@suren.me-20150821035200-xu1zh22cqlk2omcq
Profiling

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Global settings
 
3
 */
 
4
body {
 
5
        background-color: #3C464D;
 
6
        font-family: Arial, Helvetica, sans-serif;
 
7
        font-size: 13px;
 
8
        margin: 0px;
 
9
}
 
10
 
 
11
a {
 
12
        color: #5382A1;
 
13
        text-decoration: none;
 
14
}
 
15
 
 
16
table {
 
17
        border-spacing: 0px;
 
18
        border-collapse: collapse;
 
19
}
 
20
 
 
21
img {
 
22
        border:none;
 
23
        vertical-align:middle;
 
24
}
 
25
 
 
26
h1,h2,h3,h4,h5,h6,p,ol,ul,dl,pre,address,blockquote {
 
27
        margin-top: 6px;
 
28
        margin-bottom: 9px;
 
29
}
 
30
 
 
31
/*
 
32
 * Basic table layout 
 
33
 */
 
34
 
 
35
table.layout {
 
36
        margin-top: 6px;
 
37
        background-color: #EDEFF2;
 
38
}
 
39
 
 
40
div.masthead {
 
41
        position: relative;
 
42
        width: 990px;
 
43
        height: 96px;
 
44
        background-image: url('/ahl/resource/masthead_ahl.png');
 
45
}
 
46
 
 
47
td.subnav_left {
 
48
        width: 32px;
 
49
        height: 23px;
 
50
        background-image: url('/fishworks/resource/theme/subnav_l.png');
 
51
}
 
52
 
 
53
td.subnav {
 
54
        width: 926px;
 
55
        background-image: url('/fishworks/resource/theme/subnav_c.png');
 
56
}
 
57
 
 
58
td.subnav_right {
 
59
        width: 32px;
 
60
        height: 23px;
 
61
        background-image: url('/fishworks/resource/theme/subnav_r.png');
 
62
}
 
63
 
 
64
td.content_left {
 
65
        width: 32px;
 
66
        background-image: url('/fishworks/resource/theme/content_l.png');
 
67
        background-repeat: repeat-y;
 
68
}
 
69
 
 
70
td.content {
 
71
        width: 926px;
 
72
}
 
73
 
 
74
td.content_right {
 
75
        width: 32px;
 
76
        background-image: url('/fishworks/resource/theme/content_r.png');
 
77
        background-repeat: repeat-y;
 
78
}
 
79
 
 
80
td.footer {
 
81
        width: 990px;
 
82
        height: 27px;
 
83
        background-image: url('/fishworks/resource/theme/bottom.png');
 
84
}
 
85
 
 
86
/*
 
87
 * Blog title, description, and about text.
 
88
 */
 
89
span.blogname {
 
90
        position: absolute;
 
91
        bottom: 8px;
 
92
        right: 32px;
 
93
        font-size: 18px;
 
94
        font-weight: bold;
 
95
        color: #FFCF40;
 
96
}
 
97
 
 
98
span.blogdesc {
 
99
        position: absolute;
 
100
        top: 18px;
 
101
        right: 32px;
 
102
        color: #FFFFFF;
 
103
        font-size: 11px;
 
104
}
 
105
 
 
106
div.aboutheader {
 
107
        width: 100%;
 
108
        margin-top: 8px;
 
109
        margin-bottom: 18px;
 
110
        font-size: 11px;
 
111
        color: #707277;
 
112
}
 
113
 
 
114
div.blogabout {
 
115
        float: left;
 
116
        width: 60%;
 
117
}
 
118
 
 
119
div.next-previous {
 
120
        float: right;
 
121
}
 
122
 
 
123
div.next-previous p {
 
124
        margin-top: 0px;
 
125
        margin-bottom: 0px;
 
126
}
 
127
 
 
128
/*
 
129
 * Category subnav
 
130
 */
 
131
 
 
132
ul.categories {
 
133
        float: right;
 
134
        list-style: none;
 
135
        margin-left: 0px;
 
136
        padding-left: 0px;
 
137
        margin-top: -2px;
 
138
        margin-bottom: 0px;
 
139
}
 
140
 
 
141
ul.categories li {
 
142
        display:inline;
 
143
        text-transform: uppercase;
 
144
        letter-spacing: 1px;
 
145
        padding-left: 12px;
 
146
        font-size: 11px;
 
147
        font-weight: bold;
 
148
}
 
149
 
 
150
ul.categories li a {
 
151
        color: #707277;
 
152
}
 
153
 
 
154
ul.categories li a:hover {
 
155
        color: #80A8C2;
 
156
}
 
157
 
 
158
ul.categories li.selected {
 
159
        color: #5382A1;
 
160
        cursor: pointer;
 
161
}
 
162
 
 
163
ul.categories li.selected img {
 
164
        position: relative;
 
165
        top: -1px;
 
166
        margin-right: 2px;
 
167
}
 
168
 
 
169
/*
 
170
 * Prev/Next page
 
171
 */
 
172
 
 
173
div.next-previous a {
 
174
        color: #707277;
 
175
}
 
176
 
 
177
/*
 
178
 * Entries/sidebar layout
 
179
 */
 
180
 
 
181
div.container {
 
182
        overflow: hidden;
 
183
}
 
184
 
 
185
div.entries {
 
186
        width: 737px;
 
187
        padding-bottom: 18px;
 
188
        float: left;
 
189
}
 
190
 
 
191
div.sidebar {
 
192
        width: 171px;
 
193
        margin-left: 18px;
 
194
        float: left;
 
195
}
 
196
 
 
197
/*
 
198
 * Entry settings
 
199
 */
 
200
 
 
201
div.entryheader {
 
202
        position: relative;
 
203
}
 
204
 
 
205
div.entryheader > h3 {
 
206
        font-size: 15px;
 
207
        padding-bottom: 2px;
 
208
        border-bottom: 2px;
 
209
        border-bottom-style: solid;
 
210
        border-color: #707277;
 
211
        margin-bottom: 0px;
 
212
}
 
213
 
 
214
div.entryheader a {
 
215
        color: #000000;
 
216
}
 
217
 
 
218
span.daytime {
 
219
        position: absolute;
 
220
        font-size: 11px;
 
221
        bottom: 5px;
 
222
        right: 0px;
 
223
        color: #707277; 
 
224
}
 
225
 
 
226
div.entrybody {
 
227
        line-height:140%;
 
228
}
 
229
 
 
230
div.entrybody p + p {
 
231
//      text-indent: 24px;
 
232
}
 
233
 
 
234
div.entrybody a img {
 
235
        border: thin solid;
 
236
}
 
237
 
 
238
div.entrybody blockquote {
 
239
        font-size: 13px;
 
240
        font-style: italic;
 
241
        border-left: 6px double #BDBEC0;
 
242
        padding-left: 18px;
 
243
        padding-right: 36px;
 
244
        margin-left: 0px;
 
245
        margin-right: 0px;
 
246
}
 
247
 
 
248
div.entry div.entryfooter {
 
249
        margin-top:12px;
 
250
        margin-bottom:18px;
 
251
        font-size:11px;
 
252
        color:#707277;
 
253
        clear:both;
 
254
}
 
255
 
 
256
div.entrybody pre {
 
257
        overflow-x:auto;
 
258
        overflow-y:hidden;
 
259
        width:100%;
 
260
}
 
261
 
 
262
div.entrybody img {
 
263
        max-width: 100%;
 
264
}
 
265
 
 
266
div.entrybody img[align=left]{
 
267
        float: left;
 
268
        margin: 0px 9px 6px 0px;
 
269
}
 
270
 
 
271
div.entrybody img[align=right]{
 
272
        float: right;
 
273
        margin: 0px 0px 6px 9px;
 
274
}
 
275
 
 
276
div.entrybody .rightaside {
 
277
        float: right;
 
278
        font-size: 22px;
 
279
        font-weight: bold;
 
280
        line-height: 1.2;
 
281
        max-width: 35%;
 
282
        margin: 0px 0px 0px 9px;
 
283
}
 
284
 
 
285
div.entrybody .leftaside {
 
286
        float: left;
 
287
        font-size: 22px;
 
288
        font-weight: bold;
 
289
        line-height: 1.2;
 
290
        max-width: 35%;
 
291
        margin: 0px 9px 0px 0px;
 
292
}
 
293
 
 
294
/*
 
295
 * Sidebar layout.
 
296
 */
 
297
 
 
298
div.navhead {
 
299
        border-bottom-width: 2px;
 
300
        border-bottom-style: solid;
 
301
        margin-bottom: 3px;
 
302
        border-color: #707277;
 
303
}
 
304
 
 
305
div.navhead h3 {
 
306
        font-size: 15px;
 
307
        margin-bottom: 2px;
 
308
        color: #707277;
 
309
}
 
310
 
 
311
div.navbody ul {
 
312
        list-style: none;
 
313
        margin-left: 0px;
 
314
        margin-top: 0px;
 
315
        padding-left: 0px;
 
316
        font-size: 11px;
 
317
}
 
318
 
 
319
div.navbody li {
 
320
        margin-bottom: 3px;
 
321
}
 
322
 
 
323
 
 
324
div.navsect {
 
325
        margin-bottom: 18px;
 
326
}
 
327
 
 
328
 
 
329
/*
 
330
 * Old CSS from previous theme - may or may not be interesting
 
331
 */
 
332
 
 
333
div.pagewrap{
 
334
        min-width:550px;
 
335
        max-width:960px;
 
336
        margin:auto;
 
337
}
 
338
 
 
339
 
 
340
 
 
341
 
 
342
/* calendar ----------------------------------------------- */
 
343
 
 
344
.hCalendarDay{
 
345
 
 
346
        text-align : center;
 
347
        font-size: small;
 
348
}
 
349
th.hCalendarDayNameRow {
 
350
        text-align : center;
 
351
        font-size : small;
 
352
        font-weight : bold;
 
353
}
 
354
td.hCalendarDayCurrent {
 
355
        text-align : center;
 
356
        font-size : small;
 
357
        font-weight: bold;
 
358
}
 
359
td.hCalendarDayLinked {
 
360
        text-align : center;
 
361
        font-size : small;
 
362
        font-weight: bold;
 
363
}
 
364
 
 
365
/* comments ----------------------------------------------- */
 
366
 
 
367
div.comment{
 
368
        line-height:140%;
 
369
        background:transparent url("/fishworks/resource/images/comment-bubble.gif") no-repeat 0px 2px;
 
370
        padding:0px 60px;
 
371
        margin:10px 0px 30px 0px;
 
372
}
 
373
 
 
374
div.comments-head{
 
375
        margin:10px 0px;
 
376
        font-weight:bold;
 
377
        font-size:15px;
 
378
}
 
379
 
 
380
div.comments-form{
 
381
        background:#eee;
 
382
        -moz-border-radius:10px;
 
383
        -webkit-border-radius:10px;
 
384
        padding:5px 20px;
 
385
        margin:10px 0px 50px;
 
386
}
 
387
 
 
388
div.comments-form ul{
 
389
        list-style:none;
 
390
        margin-left:0;
 
391
        padding-left:0;
 
392
}
 
393
 
 
394
div.comments-form ul li{
 
395
        list-style:none;
 
396
        margin:10px 0px;
 
397
        padding:0;
 
398
}
 
399
 
 
400
div.comments-form ul li label{
 
401
        display:block;
 
402
        font-weight:bold;
 
403
        margin:3px 0px;
 
404
}
 
405
 
 
406
div.comments-form ul li label.choice{
 
407
        display:inline;
 
408
}
 
409
 
 
410
div.comments-form ul li input.text{
 
411
        width:70%;
 
412
}
 
413
 
 
414
div.comments-form ul li textarea.textarea{
 
415
        width:95%;
 
416
}
 
417
 
 
418
div.comments-form span.status {
 
419
        display: block;
 
420
        background: white;
 
421
        color: green;
 
422
        border: 1px solid green;
 
423
        margin: 10px 0px;
 
424
        padding: 10px;
 
425
        font-size: 18px;
 
426
        font-weight: bold;
 
427
}
 
428
 
 
429
span.error {
 
430
        display: block;
 
431
        background: white;
 
432
        color: #c00;
 
433
        border: 1px solid #c00;
 
434
        margin: 10px 0px;
 
435
        padding: 10px;
 
436
        font-size: 18px;
 
437
        font-weight: bold;
 
438
}
 
439
 
 
440
p.comment-details {
 
441
        color: #999;
 
442
}
 
443
.comments-syntax-indicator {
 
444
        font-weight: bold;
 
445
}
 
446
.comments-syntax-indicator span.enabled {
 
447
        background: transparent;
 
448
        color: green;
 
449
        font-style: italic;
 
450
}
 
451
.comments-syntax-indicator span.disabled {
 
452
        background: transparent;
 
453
        color: red;
 
454
        font-style: italic;
 
455
}
 
456
 
 
457
 
 
458
 
 
459
/*-------------------------------------------------------------
 
460
Base styles
 
461
--------------------------------------------------------------*/
 
462
 
 
463
 
 
464
 
 
465
/********************/
 
466
/* CalendarTag.java */
 
467
/********************/
 
468
table.hCalendarTable {
 
469
        text-align : center;
 
470
        width: 171px;
 
471
        background-position: center;
 
472
}
 
473
td.hCalendarMonthYearRow {
 
474
        font-weight: bold;
 
475
        font-size: 11px;
 
476
        letter-spacing: 1px;
 
477
        text-transform: uppercase;
 
478
        color: #707277;
 
479
        text-align: left;
 
480
}
 
481
.hCalendarNavBar {
 
482
        font-weight: bold;
 
483
        text-align: left;
 
484
 
 
485
}
 
486
th.hCalendarDayNameRow {
 
487
        text-align: center;
 
488
        font-size: 9px;
 
489
        color: #707277;
 
490
}
 
491
tr.hCalendarNextPrev {
 
492
        text-align: left;
 
493
        font-size: x-small;
 
494
}
 
495
td.hCalendarDayNotInMonth {
 
496
        font-size: x-small;
 
497
}
 
498
td.hCalendarDayCurrent {
 
499
        text-align: center;
 
500
        font-size: x-small;
 
501
        font-weight: bolder;
 
502
}
 
503
td.hCalendarDayLinked {
 
504
 
 
505
        text-align: center;
 
506
        font-size: x-small;
 
507
        font-weight: bolder;
 
508
}
 
509
div.hCalendarDayTitle {
 
510
        color: #707277;
 
511
        font-size: .9em;
 
512
        text-align: center;
 
513
}
 
514
td.hCalendarDay {
 
515
         text-align: center;
 
516
         font-size: x-small;
 
517
}
 
518
.hCalendarTitle {
 
519
        text-align: center;
 
520
        font-weight: bolder ;
 
521
}
 
522
.hCalendarDay {
 
523
        text-align: center;
 
524
        font-size: 9px;
 
525
        border-width: thin;
 
526
}
 
527
.hCalendarDayCurrent {
 
528
        text-align: center;
 
529
        font-size: 9px;
 
530
        font-weight: bolder;
 
531
        background: #FFFFFF;
 
532
}
 
533
.hCalendarDayNameRow {
 
534
        text-align: center;
 
535
        font-weight: bolder;
 
536
        font-size: 9px;
 
537
}
 
538
.hCalendarDayLinked {
 
539
        font-weight: bolder;
 
540
        text-align: center;
 
541
        font-size: 9px;
 
542
        border-width: thin;
 
543
}
 
544
.hCalendarDayNotInMonth {
 
545
        text-align: center;
 
546
        font-size: 9px;
 
547
}
 
548
.hCalendarNextPrev {
 
549
        text-align: left;
 
550
        font-size: small;
 
551
        font-weight: bold;
 
552
        font-style: normal;
 
553
}
 
554