-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcpp-netlib.css
More file actions
186 lines (161 loc) · 7.2 KB
/
cpp-netlib.css
File metadata and controls
186 lines (161 loc) · 7.2 KB
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
@import url(reset-fonts-grids.css);
html, body {background-image: url(./background.jpg); background-repeat:no-repeat; background-position:right top; background-attachment:fixed}
body {font:12pt "Times New Roman", Lucida, serif; color:black}
#custom-doc { width:80%;*width:720px; min-width:720px; max-width:960px; margin:auto; text-align:left; padding-top:16px; margin-top:0}
#hd { padding: 4px 0 12px 0}
#bd { background:#C5D88A}
#ft { color:#C5D88A; font-size:90%; padding-bottom: 2em}
pre {
font-family: Monaco, monospace;
font-size: 14px;
background:#333;
background:-moz-linear-gradient(-90deg, #333, #222 60%);
background: -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#222), color-stop(60%, #222));
border-width:1px 0;
margin: 1em 0;
padding: .3em .4em;
overflow: auto;
line-height: 1.3em;
color: #CCC;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:1em;
}
/*** links ***/
a {text-decoration: none; font-weight: bold}
a img {border: none}
a:link, a:visited { color:#800000}
#bd a:link, #bd a:visited { color:#800000; text-decoration:underline}
#bd #sidebar a:link, #bd #sidebar a:visited { color:#8B4513; text-decoration:none}
a:hover { color:#000}
#bd a:hover { background-color:#FF9955; color:black; text-decoration:none}
#bd #sidebar a:hover { color:#FF9955; background:none}
h2 a, h3 a, h4 a { text-decoration:none !important}
a.reference em { color: #FF9955;font-style:normal;font-weight:bold;}
/*** sidebar ***/
#sidebar div.sphinxsidebarwrapper { font-size:92%; margin-right: 14px}
#sidebar h3, #sidebar h4 { color: #487858; font-size: 125%}
#sidebar a { color: #8B4513}
#sidebar ul ul { margin-top:0; margin-bottom:0}
#sidebar li { margin-top: 0.2em; margin-bottom: 0.2em}
/*** nav ***/
div.nav { margin: 0; font-size: 12px; text-align: right; color: #487858}
div.nav a:link, div.nav a:visited { color: white }
#hd div.nav { margin-top: -27px}
#ft div.nav { margin-bottom: -18px}
#hd h1 a { color: #EFFFEF}
#global-nav { position:absolute; top:5px; margin-left: -5px; padding:7px 0; color:#263E2B}
#global-nav a {padding:0 4px}
#global-nav a.about {padding-left:0}
#global-nav a { color:#fff}
/*** content ***/
#yui-main {
-moz-border-radius:3px;
-moz-box-shadow:0 0 9px rgba(0, 0, 0, 0.5);
-webkit-border-radius:3px;
-webkit-box-shadow:0 0 9px rgba(0, 0, 0, 0.5);
border-radius:3px;
box-shadow:0 0 9px rgba(0, 0, 0, 0.5);
background:none repeat scroll 0 0 #F0F7F0;
}
#yui-main div.yui-b { position: relative}
#yui-main div.yui-b { background: #FFF; color: #164B2B; padding: 0.3em 2em 1em 2em}
/*** basic styles ***/
dd { margin-left:15px}
h1,h2,h3,h4 { margin-top:1em; font-weight:normal}
h1 { font-size:218%; font-weight:bold; margin-top:0.6em; margin-bottom:.4em; line-height:1.1em}
h2 { font-size:175%; font-weight:bold; margin-bottom:.6em; line-height:1.2em; color:#092e20}
h3 { font-size:150%; font-weight:bold; margin-bottom:.2em; color:#487858}
h4 { font-size:125%; font-weight:bold; margin-top:1.5em; margin-bottom:3px}
div.figure { text-align: center}
div.figure p.caption { font-size:1em; margin-top:0; margin-bottom:1.5em; color: black}
hr { color:#ccc; background-color:#ccc; height:1px; border:0}
p, ul, dl { margin-top:.6em; color: #333}
#yui-main div.yui-b img { max-width: 50em; margin-left: auto; margin-right: auto; display: block; margin-top: 10px; margin-bottom: 10px}
caption { font-size:1em; font-weight:bold; margin-top:0.5em; margin-bottom:0.5em; margin-left: 2px; text-align: center}
blockquote { padding: 0 1em; margin: 1em 0; font:"Times New Roman", serif; color:#234f32}
strong { font-weight: bold}
em { font-style: italic}
ins { font-weight: bold; text-decoration: none}
/*** lists ***/
ol.arabic li { list-style-type: decimal}
ul li { font-size: 1em}
ol li { margin-bottom: .4em}
ul ul { padding-left:1.2em}
ul ul ul { padding-left:1em}
ul.linklist, ul.toc { padding-left:0}
ul.toc ul { margin-left:.6em}
ul.toc ul li { list-style-type:square}
ul.toc ul ul li { list-style-type:disc}
ul.linklist li, ul.toc li { list-style-type:none}
dt { font-weight:bold; margin-top:.5em; font-size:1em}
dd { margin-bottom:.8em}
ol.toc { margin-bottom: 2em}
ol.toc li { font-size:125%; padding: .5em; line-height:1.2em; clear: right}
ol.toc li.b { background-color: #E0FFB8}
ol.toc li a:hover { background-color: transparent !important; text-decoration: underline !important}
ol.toc span.release-date { color:#487858; float: right; font-size: 85%; padding-right: .5em}
ol.toc span.comment-count { font-size: 75%; color: #999}
ul.simple li { list-style-type: disc; margin-left: 2em}
/*** tables ***/
table { color:#000; margin-bottom: 1em; width: 100%}
table.docutils td p { margin-top:0; margin-bottom:.5em}
table.docutils td, table.docutils th { border-bottom:1px solid #dfdfdf; padding:4px 2px}
table.docutils thead th { border-bottom:2px solid #dfdfdf; text-align:left; font-weight: bold; #487858-space: nowrap}
table.docutils thead th p { margin: 0; padding: 0}
table.docutils { border-collapse:collapse}
/*** code blocks ***/
.literal { #487858-space:nowrap}
.literal { color:#234f32}
#sidebar .literal { color:#487858; background:transparent; font-size:11px}
h4 .literal { color: #234f32; font-size: 13px}
dt .literal, table .literal { background:none}
#bd a.reference { text-decoration: none}
#bd a.reference tt.literal { border-bottom: 1px #234f32 dotted}
/*** notes & admonitions ***/
.note, .admonition {
padding:.8em 1em .8em; margin: 1em 0; background-color: #E8FFE8;
-moz-border-radius:3px;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-border-radius:3px;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
border-radius:3px;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
}
.admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important}
.admonition .last { margin-bottom:0 !important}
div.admonition-philosophy { padding-left:65px; background:url(docicons-philosophy.png) .8em .8em no-repeat}
div.admonition-behind-the-scenes { padding-left:65px; background:url(docicons-behindscenes.png) .8em .8em no-repeat}
/*** versoinadded/changes ***/
div.versionadded, div.versionchanged { }
div.versionadded span.title, div.versionchanged span.title { font-weight: bold}
/*** p-links ***/
a.headerlink { color: #c60f0f; font-size: 0.8em; padding: 0 4px 0 4px; text-decoration: none; visibility: hidden}
h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, h4:hover > a.headerlink, h5:hover > a.headerlink, h6:hover > a.headerlink, dt:hover > a.headerlink { visibility: visible}
/*** index ***/
table.indextable td { text-align: left; vertical-align: top}
table.indextable dl, table.indextable dd { margin-top: 0; margin-bottom: 0}
table.indextable tr.pcap { height: 10px}
table.indextable tr.cap { margin-top: 10px; background-color: #f2f2f2}
/*** page-specific overrides ***/
div#contents ul { margin-bottom: 0}
div#contents ul li { margin-bottom: 0}
div#contents ul ul li { margin-top: 0.3em}
/*** IE hacks ***/
* pre {
}
.footer {
color: white;
}
.footer a {
color: #333;
}
img {
margin: 10px 0 10px 0;
}#index p.rubric { font-size:150%; font-weight:normal; margin-bottom:.2em; color:#252; }
#index div.section dt { font-weight: normal; }
tt.py-exc.literal {
color: red;
}
tt.xref span.pre { color: green; }