FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python/doc/rst.css at python313 · boostorg/python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
boostorg
/
python
Public
Notifications
You must be signed in to change notification settings
Fork
223
Star
537
Code
Issues
173
Pull requests
34
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python
/
doc
/
rst.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
149 lines (123 loc) · 2.55 KB
Breadcrumbs
python
/
doc
/
rst.css
Copy path
File metadata and controls
149 lines (123 loc) · 2.55 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
@import
url
(
"doc/src/boostbook.css"
);
@import
url
(
"doc/src/docutils.css"
);
/* Copyright David Abrahams 2006. Distributed under the Boost
Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
dl
.
docutils
dt
{
font-weight
:
bold }
img
.
boost-logo
{
border
:
none;
vertical-align
:
middle
}
pre
.
literal-block
span
.
concept
{
font-style
:
italic;
}
.
nav
{
display
:
inline;
list-style-type
:
none;
}
.
prevpage
{
padding-top
:
-5
px
;
text-align
:
left;
float
:
left;
}
.
nextpage
{
padding-top
:
-20
px
;
text-align
:
right;
float
:
right;
}
div
.
small
{
font-size
:
smaller }
h2
a
{
font-size
:
90
%
;
}
h3
a
{
font-size
:
80
%
;
}
h4
a
{
font-size
:
70
%
;
}
h5
a
{
font-size
:
60
%
;
}
dl
,
table
{
text-align
:
left;
font-size
:
10
pt
;
line-height
:
1.15
;
}
/*=============================================================================
Tables
=============================================================================*/
/* The only clue docutils gives us that tables are logically tables,
and not, e.g., footnotes, is that they have border="1". Therefore
we're keying off of that. We used to manually patch docutils to
add a "table" class to all logical tables, but that proved much too
fragile.
*/
table
[
border
=
"1"
]
{
width
:
92
%
;
margin-left
:
4
%
;
margin-right
:
4
%
;
}
table
[
border
=
"1"
]
{
padding
:
4
px
;
}
/* Table Cells */
table
[
border
=
"1"
]
tr
td
{
padding
:
0.5
em
;
text-align
:
left;
font-size
:
9
pt
;
}
table
[
border
=
"1"
]
tr
th
{
padding
:
0.5
em
0.5
em
0.5
em
0.5
em
;
border
:
1
pt
solid white;
font-size
:
80
%
;
}
@media
screen
{
/* Tables */
table
[
border
=
"1"
]
tr
td
{
border
:
1
px
solid
#
DCDCDC
;
}
table
[
border
=
"1"
]
tr
th
{
background-color
:
#
F0F0F0
;
border
:
1
px
solid
#
DCDCDC
;
}
pre
,
.
screen
{
border
:
1
px
solid
#
DCDCDC
;
}
td
pre
td
.
screen
{
border
:
0
px
}
.
sidebar
pre
{
border
:
0
px
}
}
pre
,
.
screen
{
font-size
:
9
pt
;
display
:
block;
margin
:
1
pc
4
%
0
pc
4
%
;
padding
:
0.5
pc
0.5
pc
0.5
pc
0.5
pc
;
}
/* Program listings in tables don't get borders */
td
pre
,
td
.
screen
{
margin
:
0
pc
0
pc
0
pc
0
pc
;
padding
:
0
pc
0
pc
0
pc
0
pc
;
}
Back
|
FazBrowse Home
|
New Git URL