aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-25 07:59:26 +0000
committerDavid Robillard <d@drobilla.net>2011-02-25 07:59:26 +0000
commit2d2e3d228c5893d91524d441399a9bf6008e6e1e (patch)
tree54676f9310ac0c20e81026a883c05cf4f1ce9143 /doc
parentddd073f0a1c47e5dbba2efd04617862e49171bed (diff)
downloadserd-2d2e3d228c5893d91524d441399a9bf6008e6e1e.tar.gz
serd-2d2e3d228c5893d91524d441399a9bf6008e6e1e.tar.bz2
serd-2d2e3d228c5893d91524d441399a9bf6008e6e1e.zip
Improve documentation style (align right/left edges, more logical/consistent colours and heading sizes).
git-svn-id: http://svn.drobilla.net/serd/trunk@111 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css32
1 files changed, 21 insertions, 11 deletions
diff --git a/doc/style.css b/doc/style.css
index 37f579b4..2cf74678 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -9,23 +9,33 @@ body {
h1 {
font-size: 160%;
- font-weight: bold;
+ font-weight: 750;
}
h2 {
- font-size: 120%;
+ font-size: 140%;
+ font-weight: 650;
}
h3 {
- font-size: 110%;
+ font-size: 130%;
+ font-weight: 600;
+
}
h4 {
- font-size: 105%;
+ font-size: 120%;
+ font-weight: 550;
}
-h5 h6 {
+h5 {
+ font-size: 110%;
+ font-weight: 500;
+}
+
+h6 {
font-size: 100%;
+ font-weight: 450;
}
p {
@@ -158,7 +168,7 @@ div.ah {
margin-bottom: 3px;
margin-top: 3px;
padding: .2em;
- border: solid thin #333;
+ border: thin solid #333;
}
div.groupHeader {
@@ -296,7 +306,7 @@ th.dirtab {
hr {
height: 0;
border: none;
- border-top: 1px solid #BBB;
+ border-top: 1px solid #DDD;
margin: 3em 0 1em;
}
@@ -320,7 +330,7 @@ table.memberdecls {
}
.memItemLeft,.memItemRight,.memTemplParams {
- border-top: 1px solid #DDD;
+ border-top: 1px solid #EEE;
}
.memItemLeft,.memTemplItemLeft {
@@ -353,7 +363,7 @@ table.memberdecls {
.memitem {
padding: 0;
- margin: 1ex 1ex 2ex 1ex;
+ margin: 1ex 0 2ex 0;
}
.memname {
@@ -362,7 +372,7 @@ table.memberdecls {
}
.memproto {
- border-top: 1px solid #A8B8D9;
+ border-top: 1px solid #DDD;
padding: 0.5ex;
color: #253555;
font-weight: 700;
@@ -503,7 +513,7 @@ table.doxtable th {
height: 30px;
line-height: 30px;
color: #8AA0CC;
- border: solid 1px #C2CDE4;
+ border: 1px solid #C2CDE4;
overflow: hidden;
margin: 0;
padding: 0;