summaryrefslogtreecommitdiffstats
path: root/src/doxygen.css
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-07-12 15:32:41 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-07-12 15:32:41 (GMT)
commita9862d8487c3abbf3edccc78e177874f4186c822 (patch)
tree84ec1ff38937e82a2dfe563fc2d140bc337ffd7f /src/doxygen.css
parentf397aa6aa3e425c97c7bff085ea1aff7b479d7e8 (diff)
downloadDoxygen-a9862d8487c3abbf3edccc78e177874f4186c822.zip
Doxygen-a9862d8487c3abbf3edccc78e177874f4186c822.tar.gz
Doxygen-a9862d8487c3abbf3edccc78e177874f4186c822.tar.bz2
Release-1.8.1.2
Diffstat (limited to 'src/doxygen.css')
-rw-r--r--src/doxygen.css23
1 files changed, 15 insertions, 8 deletions
diff --git a/src/doxygen.css b/src/doxygen.css
index 6ce8bb9..9078ffa 100644
--- a/src/doxygen.css
+++ b/src/doxygen.css
@@ -1,9 +1,7 @@
/* The standard CSS for doxygen */
body, table, div, p, dl {
- font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
- font-size: 13px;
- line-height: 1.3;
+ font: 400 14px/19px Roboto,sans-serif;
}
/* @group Heading Levels */
@@ -19,7 +17,14 @@ h1 {
}
h2 {
- font-size: 120%;
+ border-bottom: 1px solid ##99;
+ color: ##44;
+ font-size: 150%;
+ font-weight: normal;
+ margin-top: 1.75em;
+ padding-top: 8px;
+ padding-bottom: 4px;
+ width: 100%;
}
h3 {
@@ -418,7 +423,7 @@ table.memberdecls {
padding: 0px;
}
-.memberdecls td {
+.memberdecls td, .fieldtable tr {
-webkit-transition-property: background-color, box-shadow;
-webkit-transition-duration: 0.5s;
-moz-transition-property: background-color, box-shadow;
@@ -431,7 +436,7 @@ table.memberdecls {
transition-duration: 0.5s;
}
-.memberdecls td.glow {
+.memberdecls td.glow, .fieldtable tr.glow {
background-color: cyan;
box-shadow: 0 0 15px cyan;
}
@@ -451,7 +456,7 @@ table.memberdecls {
}
.memItemLeft, .memItemRight, .memTemplParams {
- border-top: 1px solid ##cc;
+ border-bottom: 1px solid ##E2;
}
.memItemLeft, .memTemplItemLeft {
@@ -691,6 +696,7 @@ div.directory {
width: 100%;
padding-left: 6px;
padding-right: 6px;
+ padding-top: 3px;
border-left: 1px solid rgba(0,0,0,0.05);
}
@@ -845,6 +851,7 @@ table.fieldtable {
display:block;
text-decoration: none;
outline: none;
+ font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
}
.navpath li.navelem a:hover
@@ -903,7 +910,7 @@ div.header
div.headertitle
{
- padding: 5px 5px 5px 7px;
+ padding: 5px 5px 5px 10px;
}
dl