File: docstyle.css

package info (click to toggle)
cubictemp 2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 264 kB
  • ctags: 139
  • sloc: python: 682; makefile: 4
file content (77 lines) | stat: -rw-r--r-- 1,255 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
75
76
77

.pageindex a {
    color: #437095;
}


.pageindex a:hover {
    color: #437095;
}


body {
    font-family:Georgia,serif;
    font-size:15px;
}

#hd h1 {
    font-size:      2em;
    font-weight:    bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaaaaa;
    margin-bottom:  15px;
}

.highlight pre {
    border-bottom:      1px solid #CCCCCC;
    border-top:         1px solid #CCCCCC;
    padding:            10px;
    background:         #F8F8F8 none repeat scroll 0% 0%;
    margin-bottom:      10px;
    overflow:           auto;
}

.grokdoc {
    background:         transparent !important;
}

.grokdoc_module {
    background:         #F8F8F8;
    padding: 5px;
}

.grokdoc_vartable {
    margin-bottom: 10px;
}

.grokdoc_vartable p {
    margin: 0px;
}

.grokdoc_class {
    background:         #F8F8F8;
}

.output {
    border-bottom:      1px solid #CCCCCC;
    border-top:         1px solid #CCCCCC;
    padding:            10px;
    background:         #F8F8F8 none repeat scroll 0% 0%;
    margin-bottom:      10px;
    overflow:           auto;
}

#ft {
    padding:    10px 15px 17px 10px;
    font-size:  0.8em;
}

dl {
    margin: 0px;
    margin-top: 5px;
}

dt {
    font-weight:  bold;
}