File: roc.css

package info (click to toggle)
roc-toolkit 0.4.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,684 kB
  • sloc: cpp: 102,987; ansic: 8,959; python: 6,125; sh: 942; makefile: 16; javascript: 9
file content (74 lines) | stat: -rw-r--r-- 1,056 bytes parent folder | download
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
/* roc css overrides */

div.body {
    max-width: 1000px;
}

div.related {
    background-color: #3A76A4;
    color: #FFFDAB;
}

div.topic, div.note, div.seealso, div.highlight, nav.contents {
    background-color: #d0dcdf36;
    border: 1px solid #c3d5e2;
}

div.footer {
    background-color: #10212d;
}

div.body h1 {
    background-color: #B0C8DB;
}

div.body h2 {
    background-color: #C8DAE8;
}

div.body h3 {
    background-color: #DEEAF3;
}

span.option {
    white-space: nowrap;
}

dl.typedef > dt {
    background-color: #EDF0F2;
    padding: 4px 4px 4px 10px;
}

dl.struct > dt {
    background-color: #EDF0F2;
    padding: 4px 4px 4px 10px;
}

dl.enum > dt {
    background-color: #EDF0F2;
    padding: 4px 4px 4px 10px;
}

dl.function > dt {
    background-color: #EDF0F2;
    padding: 4px 4px 4px 10px;
}

p.topic-title {
    margin-top: 0px;
}

pre {
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

table.align-default {
    margin-left: 0;
}

table.align-center {
    margin-left: 0;
}