Skip to content

Commit c43f0b1

Browse files
committed
Style changes for better readability.
1 parent f92a26c commit c43f0b1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
@import url(reset-fonts-grids.css);
22

3-
html, body {background: url(./background.jpg)}
4-
body {font:14px Helvetica, arial, sans-serif; color:black}
5-
#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}
3+
html, body {background-image: url(./background.jpg); background-repeat:no-repeat; background-position:right top; background-attachment:fixed}
4+
body {font:16px "Times New Roman", Lucida, serif; color:black}
5+
#custom-doc { width:76.54em;*width:74.69em; min-width:720; max-width:100em; margin:auto; text-align:left; padding-top:16px; margin-top:0}
66
#hd { padding: 4px 0 12px 0}
77
#bd { background:#C5D88A}
88
#ft { color:#C5D88A; font-size:90%; padding-bottom: 2em}
99

1010
pre {
1111
font-family: Monaco, monospace;
12-
font-size: 12px;
12+
font-size: 14px;
1313
background:#333;
1414
background:-moz-linear-gradient(-90deg, #333, #222 60%);
1515
background: -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#222), color-stop(60%, #222));
@@ -29,14 +29,14 @@ pre {
2929
/*** links ***/
3030
a {text-decoration: none}
3131
a img {border: none}
32-
a:link, a:visited { color:blue}
33-
#bd a:link, #bd a:visited { color:blue; text-decoration:underline}
32+
a:link, a:visited { color:#f60}
33+
#bd a:link, #bd a:visited { color:#f60; text-decoration:underline}
3434
#bd #sidebar a:link, #bd #sidebar a:visited { color:#333; text-decoration:none}
3535
a:hover { color:#000}
36-
#bd a:hover { background-color:#E0FFB8; color:#234f32; text-decoration:none}
37-
#bd #sidebar a:hover { color:#ffe761; background:none}
36+
#bd a:hover { background-color:#FF9955; color:black; text-decoration:none}
37+
#bd #sidebar a:hover { color:#FF9955; background:none}
3838
h2 a, h3 a, h4 a { text-decoration:none !important}
39-
a.reference em { color: blue;font-style:normal;font-weight:bold;}
39+
a.reference em { color: #FF9955;font-style:normal;font-weight:bold;}
4040

4141
/*** sidebar ***/
4242
#sidebar div.sphinxsidebarwrapper { font-size:92%; margin-right: 14px}
@@ -72,8 +72,8 @@ background:none repeat scroll 0 0 #F0F7F0;
7272
/*** basic styles ***/
7373
dd { margin-left:15px}
7474
h1,h2,h3,h4 { margin-top:1em; font-weight:normal}
75-
h1 { font-size:218%; margin-top:0.6em; margin-bottom:.4em; line-height:1.1em}
76-
h2 { font-size:175%; margin-bottom:.6em; line-height:1.2em; color:#092e20}
75+
h1 { font-size:218%; font-weight:bold; margin-top:0.6em; margin-bottom:.4em; line-height:1.1em}
76+
h2 { font-size:175%; font-weight:bold; margin-bottom:.6em; line-height:1.2em; color:#092e20}
7777
h3 { font-size:150%; font-weight:bold; margin-bottom:.2em; color:#487858}
7878
h4 { font-size:125%; font-weight:bold; margin-top:1.5em; margin-bottom:3px}
7979
div.figure { text-align: center}
@@ -82,7 +82,7 @@ hr { color:#ccc; background-color:#ccc; height:1px; border:0}
8282
p, ul, dl { margin-top:.6em; color: #333}
8383
#yui-main div.yui-b img { max-width: 50em; margin-left: auto; margin-right: auto; display: block; margin-top: 10px; margin-bottom: 10px}
8484
caption { font-size:1em; font-weight:bold; margin-top:0.5em; margin-bottom:0.5em; margin-left: 2px; text-align: center}
85-
blockquote { padding: 0 1em; margin: 1em 0; font:125%/1.2em "Trebuchet MS", sans-serif; color:#234f32}
85+
blockquote { padding: 0 1em; margin: 1em 0; font:"Times New Roman", serif; color:#234f32}
8686
strong { font-weight: bold}
8787
em { font-style: italic}
8888
ins { font-weight: bold; text-decoration: none}

0 commit comments

Comments
 (0)