Skip to content

Commit 6aeaae2

Browse files
committed
Updated style, introduced peach background.
1 parent 9f44859 commit 6aeaae2

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 as possible.
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 the Boost_ 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
@import url(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: 4px 0 12px 0}
@@ -46,7 +46,8 @@ a.reference em { color: #595;font-style:normal;font-weight:bold;}
4646
#sidebar li { 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.nav a:link, div.nav a:visited { color: white }
5051
#hd div.nav { margin-top: -27px}
5152
#ft div.nav { margin-bottom: -18px}
5253
#hd h1 a { color: #EFFFEF}
@@ -176,45 +177,6 @@ img {
176177

177178
#index div.section dt { font-weight: normal; }
178179

179-
#index #lettuce-nutshell, #index #lettuce-getting-involved {
180-
background:none repeat scroll 0 0 #F0F7F0;
181-
margin: 2em 0 2em 2em;
182-
183-
border-radius:6px 6px;
184-
-webkit-border-radius:6px;
185-
-moz-border-radius:6px 6px;
186-
187-
box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
188-
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
189-
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
190-
191-
overflow:visible;
192-
float:right;
193-
clear:both;
194-
margin:2em 0 2em 2em;
195-
padding:1em;
196-
width: 400px;
197-
}
198-
#index #lettuce-nutshell, #index #lettuce-getting-involved a {color: #386848}
199-
#index #lettuce-nutshell, #index #lettuce-getting-involved h1 {color: #333}
200-
#index #lettuce-nutshell, #index #lettuce-getting-involved h2 { margin: 0; }
201-
#index #lettuce-nutshell, #index #lettuce-getting-involved strong { font-size: 20px;}
202-
203-
#index #lettuce-getting-involved {
204-
padding: 2em 0 2em 6em;
205-
background:#FFFFD0;
206-
width: 356px;
207-
}
208-
#index #lettuce-getting-involved h1 {
209-
font-weight: bold;
210-
margin: 0;
211-
}
212-
#index #lettuce-getting-involved a {
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
<div class="footer">
88-
documentation automatically generated by <a href="http://sphinx.pocoo.org">Sphinx</a>
88+
documentation automatically generated by <a href="http://sphinx.pocoo.org">Sphinx</a> | style mostly stolen from <a href="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)