summaryrefslogtreecommitdiff
path: root/doc/doxy
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-12-27 04:51:39 +0100
committerLuca Barbato <lu_zero@gentoo.org>2011-12-29 17:19:46 +0100
commit762b21f9f719063cea805823e595d706640f5e7b (patch)
tree00bfc86dfb1f1b1909b9148c3f8f8a4f9b27d5a8 /doc/doxy
parentac1c27bc2b23d93b2d5167620a51a69a2aa1753e (diff)
doxygen: cleanup style to support older doxy
Doxygen 1.7.5.1 had been used as reference while certain distributions provide older and not fully compatible versions.
Diffstat (limited to 'doc/doxy')
-rw-r--r--doc/doxy/doxy_stylesheet.css75
1 files changed, 21 insertions, 54 deletions
diff --git a/doc/doxy/doxy_stylesheet.css b/doc/doxy/doxy_stylesheet.css
index a5500b69af..ff1e2147d3 100644
--- a/doc/doxy/doxy_stylesheet.css
+++ b/doc/doxy/doxy_stylesheet.css
@@ -235,6 +235,8 @@ div.center img {
#footer {
margin: -10px 1em 0;
padding-top: 20px;
+ text-align: center;
+ font-size: small;
}
address.footer {
@@ -962,7 +964,7 @@ dl.citelist dd {
}
.tabs3 .tablist a {
- padding: 0 10px;
+ padding-left: 10px;
}
@@ -981,19 +983,6 @@ h1 a, h2 a, h3 a {
color: inherit;
}
-#banner, #top {
- background-color: #BBC9D8;
- border-bottom: 1px solid #7A96B3;
- border-top: 1px solid #7A96B3;
- position: relative;
- text-align: center;
-}
-
-#banner img, #top img {
- padding-bottom: 1px;
- padding-top: 5px;
-}
-
#body {
margin: 0 1em;
}
@@ -1041,12 +1030,12 @@ img {
border: 0;
}
-#navrow1 {
+.tabs {
margin-top: 12px;
border-top: 1px solid #5C665C;
}
-#navrow1, #navrow2, #navrow3, #navrow4 {
+.tabs, .tabs2, .tabs3, .tabs4 {
background-color: #738073;
border-bottom: 1px solid #5C665C;
border-left: 1px solid #5C665C;
@@ -1055,24 +1044,36 @@ img {
text-align: center;
}
-#navrow1 a, #navrow2 a, #navrow3 a, #navrow4 a {
+.tabs a,
+.tabs2 a,
+.tabs3 a,
+.tabs4 a {
color: white;
padding: 0.3em;
text-decoration: none;
}
-#navrow1 ul, #navrow2 ul, #navrow3 ul, #navrow4 ul {
+.tabs ul,
+.tabs2 ul,
+.tabs3 ul,
+.tabs4 ul {
padding: 0;
}
-#navrow1 li.current a, #navrow2 li.current a, #navrow3 li.current a, #navrow4 li.current a {
+.tabs li.current a,
+.tabs2 li.current a,
+.tabs3 li.current a,
+.tabs4 li.current a {
background-color: #414141;
color: white;
text-decoration: none;
}
-#navrow1 a:hover, #navrow2 a:hover, #navrow3 a:hover, #navrow4 a:hover {
+.tabs a:hover,
+.tabs2 a:hover,
+.tabs3 a:hover,
+.tabs4 a:hover {
background-color: #313131 !important;
color: white;
text-decoration: none;
@@ -1094,37 +1095,3 @@ pre {
#proj_desc {
font-size: 1.2em;
}
-
-#repos {
- margin-left: 1em;
- margin-right: 1em;
- border-collapse: collapse;
- border: solid 1px #6A996A;
-}
-
-#repos th {
- background-color: #7BB37B;
- border: solid 1px #6A996A;
-}
-
-#repos td {
- padding: 0.2em;
- border: solid 1px #6A996A;
-}
-
-#distro_status {
- margin-left: 1em;
- margin-right: 1em;
- border-collapse: collapse;
- border: solid 1px #6A996A;
-}
-
-#distro_status th {
- background-color: #7BB37B;
- border: solid 1px #6A996A;
-}
-
-#distro_status td {
- padding: 0.2em;
- border: solid 1px #6A996A;
-}