File: tracsphinx.css

package info (click to toggle)
circuits 3.1.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,756 kB
  • sloc: python: 15,945; makefile: 130
file content (155 lines) | stat: -rw-r--r-- 2,767 bytes parent folder | download | duplicates (6)
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
/* Trac specific styling */

@import url("sphinxdoc.css");

/* Structure */

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

div.bodywrapper {
    border-right: none;
}

/* Sidebar */

div.sphinxsidebarwrapper {
    -moz-box-shadow: 2px 2px 7px 0 grey;
    -webkit-box-shadow: 2px 2px 7px 0 grey;
    box-shadow: 2px 2px 7px 0 grey;
    padding: 0 0 1px .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 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
    background-color: #4b4d4d;
    border: none;
    border-top: 1px solid #aaa;
}
h1, h2, h3, h4 {
    font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
    font-weight: bold;
    letter-spacing: -0.018em;
    page-break-after: avoid;
}

h1 { color: #555 }
h2 { border-bottom: 1px solid #ddd }

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

:link:hover, :visited:hover,
a:link:hover tt, a:visited:hover tt {
    background-color: #eee; 
    color: #555;
}

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;
}

dl.class {
    -moz-box-shadow: 1px 1px 6px 0 #888;
    -webkit-box-shadow: 1px 1px 6px 0 #888;
    box-shadow:  1px 1px 6px 0 #888;
    padding: .5em;
}
dl.function {
    margin-bottom: 24px;
}

dl.class > dt, dl.function > dt {
    border-bottom: 1px solid #ddd;
}

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;
}

/* 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: 2px solid #acc;
}    

div.warning {
    background: none;
    border: none;
    border-left: 3px solid #c33;
}    

/* Search */

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