Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6aeaae2

Browse files
committed
Updated style, introduced peach background.
1 parent9f44859 commit6aeaae2

File tree

6 files changed

+7
-58
lines changed

6 files changed

+7
-58
lines changed

‎libs/network/doc/examples_xmpp.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

‎libs/network/doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Welcome
2424
=======
2525

2626
The:mod:`cpp-netlib` is a library that provides application layer
27-
protocol support(HTTP, XMPP etc.)using modern C++ techniques. It is
28-
light-weight,fast, cross-platform and is intended to be as easy to
29-
configure aspossible.
27+
protocol support using modern C++ techniques. It is light-weight,
28+
fast, cross-platform and is intended to be as easy to configure as
29+
possible.
3030

3131
It is developed by people linked to theBoost_ community and will at
3232
some point in the future be submitted for review into Boost. A
769 KB
Loading

‎libs/network/doc/static/cpp-netlib.css

Lines changed: 3 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@importurl(reset-fonts-grids.css);
22

3-
html,body {background-color: teal}
3+
html,body {background:url(./background.jpg)}
44
body {font:14px Helvetica, arial, sans-serif;color:black}
55
#custom-doc {width:76.54em;*width:74.69em;min-width:995px;max-width:100em;margin:auto;text-align:left;padding-top:16px;margin-top:0}
66
#hd {padding:4px012px0}
@@ -46,7 +46,8 @@ a.reference em { color: #595;font-style:normal;font-weight:bold;}
4646
#sidebarli {margin-top:0.2em;margin-bottom:0.2em}
4747

4848
/*** nav ***/
49-
div.nav {margin:0;font-size:11px;text-align: right;color:#487858}
49+
div.nav {margin:0;font-size:12px;text-align: right;color:#487858}
50+
div.nava:link,div.nava:visited {color: white }
5051
#hddiv.nav {margin-top:-27px}
5152
#ftdiv.nav {margin-bottom:-18px}
5253
#hdh1a {color:#EFFFEF}
@@ -176,45 +177,6 @@ img {
176177

177178
#indexdiv.sectiondt {font-weight: normal; }
178179

179-
#index#lettuce-nutshell,#index#lettuce-getting-involved {
180-
background:none repeat scroll00#F0F7F0;
181-
margin:2em02em2em;
182-
183-
border-radius:6px6px;
184-
-webkit-border-radius:6px;
185-
-moz-border-radius:6px6px;
186-
187-
box-shadow:01px2pxrgba(0,0,0,0.6);
188-
-webkit-box-shadow:01px2pxrgba(0,0,0,0.6);
189-
-moz-box-shadow:01px2pxrgba(0,0,0,0.6);
190-
191-
overflow:visible;
192-
float:right;
193-
clear:both;
194-
margin:2em02em2em;
195-
padding:1em;
196-
width:400px;
197-
}
198-
#index#lettuce-nutshell,#index#lettuce-getting-involveda {color:#386848}
199-
#index#lettuce-nutshell,#index#lettuce-getting-involvedh1 {color:#333}
200-
#index#lettuce-nutshell,#index#lettuce-getting-involvedh2 {margin:0; }
201-
#index#lettuce-nutshell,#index#lettuce-getting-involvedstrong {font-size:20px;}
202-
203-
#index#lettuce-getting-involved {
204-
padding:2em02em6em;
205-
background:#FFFFD0;
206-
width:356px;
207-
}
208-
#index#lettuce-getting-involvedh1 {
209-
font-weight: bold;
210-
margin:0;
211-
}
212-
#index#lettuce-getting-involveda {
213-
font-weight: bold;
214-
font-size:14px;
215-
color:#666630;
216-
}
217-
218180
tt.py-exc.literal {
219181
color: red;
220182
}

‎libs/network/doc/templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ <h3>You are here:</h3>
8585
{% block sidebar2 %}{% endblock %}
8686
{% block footer %}
8787
<divclass="footer">
88-
documentation automatically generated by<ahref="http://sphinx.pocoo.org">Sphinx</a>
88+
documentation automatically generated by<ahref="http://sphinx.pocoo.org">Sphinx</a> | style mostly stolen from<ahref="http://lettuce.it">lettuce.it</a>
8989
</div>
9090
{% endblock %}

‎libs/network/doc/xmpp_client.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp