File: sheet.css_t

package info (click to toggle)
logbook 1.7.0-1.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,140 kB
  • sloc: python: 6,558; makefile: 141
file content (151 lines) | stat: -rw-r--r-- 2,495 bytes parent folder | download | duplicates (4)
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
/*
 * sheet.css
 * ~~~~~~~~~
 *
 * Sphinx stylesheet for the sheet theme.
 *
 * :copyright: Copyright 2010 by Armin Ronacher, Georg Brandl.
 * :license: BSD, see LICENSE for details.
 *
 */

@import url("basic.css");

body {
    text-align: center;
    font-family: {{ theme_bodyfont }};
    margin: 0;
    padding: 0;
    background: #d5dde2;
}

.book {
    padding: 15px 25px 25px 85px;
    margin: 0 auto;
    width: 695px;
    text-align: left;
    background: white url("background.png") repeat-y;
}

a {
    font-weight: bold;
    color: #003366;
}

h1, h2, h3, h4, h5, h6 {
    font-family: {{ theme_seriffont }};
    font-weight: normal;
}

h1 { font-size: 2.8em; }
h2 { font-size: 2.2em; }

.document {
    border-bottom: 1px solid #837D7C;
    border-top: 1px solid #837D7C;
    margin: 12px 0px;
    line-height: 1.5em;
}

.related a {
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dashed #ddd;
    color: #837D7C;
}

div.related ul {
    margin-right: -10px;
    padding: 0px;
}

.banner h1 {
    font-size: 4.5em;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -3px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.banner {
    color: #000000;
    letter-spacing: -1px;
    font-family: {{ theme_seriffont }};
    margin-bottom: 24px;
}

.banner a {
    color: #000000;
    text-decoration: none;
}

.footer {
    color: #000000;
    font-size: 0.7em;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
    font-family: {{ theme_monofont }};
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: #837D7C;
}

.highlight pre {
    background-color: #f8f8f8;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    line-height: 120%;
    padding: 10px 6px;
}

.highlighttable .highlight pre {
    margin: 0px;
}

div.sphinxsidebar {
    margin-left: 0px;
    float: none;
    width: 100%;
    font-size: 0.8em;
}

.toctree-l1 a {
    text-decoration: none;
}

img.align-right {
    margin-left: 24px;
}

pre, tt {
    font-family: {{ theme_monofont }};
    font-size: 15px!important;
}

dl.class dt {
    padding-left: 60px;
    text-indent: -60px;
}

tt.descname {
    font-size: 1em;
}

p.output-caption {
    font-size: small;
    margin: 0px;
}

a.headerlink {
    font-size: 0.5em;
    text-decoration: none;
    padding-left: 0.2em;
}