File: tracsphinx.css

package info (click to toggle)
trac 1.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,620 kB
  • sloc: python: 81,903; javascript: 2,219; makefile: 561; sh: 92; xml: 12
file content (210 lines) | stat: -rw-r--r-- 3,709 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
/* Trac specific styling */

@import url("sphinxdoc.css");

/* Structure */

div.footer {
    background-color: #4b4d4d;
    text-align: center;
}

div.bodywrapper {
    border-right: none;
}

div.document {
    background-image: none;
}

/* Sidebar */

div.sphinxsidebarwrapper {
    box-shadow: .2em .2em .5em 0 #dcdcdc;
    border: 1px solid #ccc;
    border-radius: .3em;
    padding: .4em;
}

div.sphinxsidebar h3 a,
div.sphinxsidebar h4 a {
    color: #b00;
}

div.sphinxsidebar h3,
div.sphinxsidebar h4 {
    padding: 0;
    color: black;
}

div.sphinxsidebar h3, div.sphinxsidebar h4 {
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
}

div.sphinxsidebar input {
    border: 1px solid #d7d7d7;
}

p.searchtip {
    font-size: 90%;
    color: #999;
}

/* Navigation */

div.related ul li a { color: #b00 }
div.related ul li a:hover {
    color: #b00;
}

/* Content */

body {
    font: normal 1em Roboto,Segoe UI,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif; /* trac_sans_serif */
    background-color: #4b4d4d;
    border: none;
    border-top: 1px solid #aaa;
}
h1, h2, h3, h4 {
    color: #822;
    font-weight: bold;
    page-break-after: avoid;
}

h1 { color: #555 }
h2 { border-bottom: .1em solid #822 }

div.body a { text-decoration: none }
a { color: #b00 }
a code, a tt { color: #900 }
a:visited { color: #a00 }
a:visited code, a:visited tt { color: #800 }

:link:hover, :visited:hover {
    background-color: #eee;
    color: #400;
    border-radius: .2em;
}
a code:hover, a:visited code:hover,
a tt:hover, a:visited tt:hover {
    background-color: #eee;
    color: #600;
    border-radius: .2em;
}

a.headerlink, a.headerlink:hover {
    color: #d7d7d7 !important;
    font-size: .8em;
    font-weight: normal;
    vertical-align: text-top;
    margin: 0;
    padding: .5em;
}
a.headerlink:hover {
    background: none;
}

div.body h1 a, div.body h2 a, div.body h3 a,
div.body h4 a, div.body h5 a, div.body h6 a {
    color: #d7d7d7 !important;
}

div.section > dl {
    margin: 1em;
}
dl.class {
    box-shadow: .2em .2em .5em 0 #eaeaea;
    border: 1px solid #ccc;
    border-radius: .3em;
    padding: .5em;
}
dl.function {
    border-left: .2em solid #eee;
    padding-left: .4em;
    margin-bottom: 1.5em;
}
dl.exception {
    border-left: .2em solid #ebb;
    padding-left: .4em;
    margin-bottom: 1.5em;
}
dl.method {
    border-left: .2em solid #eaeaea;
    padding-left: .4em;
}
dl.classmethod, dl.staticmethod {
    border-left: .2em solid #ccc;
    padding-left: .2em;
}
dl.attribute, dl.data {
    border-left: .2em dotted #eaeaea;
    padding-left: .4em;
}
dl.class > dt {
    border-bottom: .5em solid #eee;
    padding-bottom: .3em;
    margin-bottom: .5em;
}
dl.function > dt {
    border-bottom: .2em solid #eee;
    padding-bottom: .1em;
    margin-bottom: .2em;
}
div.section > dl > dt {
    font-size: 110%;
}
code.descname {
    font-size: 110%;
}
dd > p {
    font-size: 95%;
}

th.field-name {
    white-space: nowrap;
    font-size: 90%;
    color: #555;
}

td.field-body > ul {
    list-style-type: square;
}

td.field-body > ul > li > strong {
    font-weight: normal;
    font-style: italic;
}

pre {
    box-shadow: .2em .2em .5em 0 #ccc;
    border: 1px solid #ccc;
    border-radius: .3em;
    margin: 1em 2em;
}

/* Admonitions */

div.admonition p.admonition-title, div.warning p.admonition-title {
    background: none;
    color: #555;
    border: none;
}

div.admonition {
    background: none;
    border: none;
    border-left: .5em solid #e3f3f3;
}

div.warning {
    background: none;
    border: none;
    border-left: .5em solid #c33;
}

/* Search */

dl:target, dt:target, .highlighted { background-color: #ffa }