aboutsummaryrefslogtreecommitdiffstats
path: root/doc/style.css
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-09 18:56:32 +0000
committerDavid Robillard <d@drobilla.net>2012-07-09 18:56:32 +0000
commitdc07fda286e140e41f461b7c352c13b8fa47757c (patch)
tree35ce81eed8e48ecf7d70055f0606a552a7ff1cfd /doc/style.css
parent4ec88b5ad2eef7fe23929c95adfc3b7466d4881f (diff)
downloadserd-dc07fda286e140e41f461b7c352c13b8fa47757c.tar.gz
serd-dc07fda286e140e41f461b7c352c13b8fa47757c.tar.bz2
serd-dc07fda286e140e41f461b7c352c13b8fa47757c.zip
Improve documentation style.
Update to r71/autowaf. git-svn-id: http://svn.drobilla.net/serd/trunk@358 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css25
1 files changed, 8 insertions, 17 deletions
diff --git a/doc/style.css b/doc/style.css
index c20312fc..6f40d7f4 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,5 +1,5 @@
body {
- font-size: 100%;
+ font-size: medium;
font-family: sans-serif;
}
@@ -9,7 +9,7 @@ body {
padding: 0;
border-bottom: 1px solid #DDD;
margin-bottom: 1ex;
- font-size: 180%;
+ font-size: xx-large;
font-weight: bold;
}
@@ -113,33 +113,24 @@ div.navtab {
/* @group Link Styling */
a {
- color: #3D578C;
+ color: #3D8C57;
text-decoration: none;
}
.contents a:visited {
- color: #4665A2;
+ color: #50755E;
}
a:hover {
text-decoration: underline;
}
-a.qindex {
-}
-
a.qindexHL {
background-color: #9CAFD4;
color: #FFF;
border: 1px double #869DCA;
}
-a.el {
-}
-
-a.elRef {
-}
-
a.code {
color: #4665A2;
}
@@ -324,7 +315,7 @@ hr.footer {
/* @group Member Descriptions */
table.memberdecls {
border-spacing: 0;
- font-size: 94%;
+ font-size: small;
}
.mdescLeft,.mdescRight,.memItemLeft,.memItemRight,.memTemplItemLeft,.memTemplItemRight,.memTemplParams {
@@ -338,7 +329,7 @@ table.memberdecls {
}
.memItemLeft,.memItemRight,.memTemplParams {
- border-top: 1px solid #EEE;
+ border-top: 1px solid #DDD;
}
.memItemLeft,.memTemplItemLeft {
@@ -372,6 +363,7 @@ table.memberdecls {
.memitem {
padding: 0;
margin: 1ex 0 2ex 0;
+ border: 1px solid #CCC;
}
.memname {
@@ -380,9 +372,8 @@ table.memberdecls {
}
.memproto {
- border-top: 1px solid #DDD;
+ border-bottom: 1px solid #DDD;
padding: 0.5ex;
- color: #253555;
font-weight: bold;
background-color: #F3F3F3;
}