aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;