summaryrefslogtreecommitdiff
path: root/doc/html/style.css
diff options
context:
space:
mode:
authorscoder <none@none>2007-03-16 20:25:29 +0100
committerscoder <none@none>2007-03-16 20:25:29 +0100
commit01e76044d30e1be0272b6afc728078bf2afa0773 (patch)
tree3765ce2cc14fceef25787ad6d225599ea53ecf39 /doc/html/style.css
parentfb122b0014ace90ae096a03d1a6c8466329188c9 (diff)
downloadpython-lxml-01e76044d30e1be0272b6afc728078bf2afa0773.tar.gz
[svn r2198] friendlier colours for the web page as a better match with the codespeak logo
--HG-- branch : trunk
Diffstat (limited to 'doc/html/style.css')
-rw-r--r--doc/html/style.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/html/style.css b/doc/html/style.css
index b7e61492..a95d8b79 100644
--- a/doc/html/style.css
+++ b/doc/html/style.css
@@ -67,10 +67,12 @@ div.sidemenu span.section.title {
font-size: 130%;
}
-div.sidemenu ul.menu.current > li {
- color: orange;
- border: groove orange;
- background-color: #FFFACA;
+div.sidemenu ul.menu.current li {
+ color: #CC0000;
+}
+
+div.sidemenu ul.menu.current > li > a {
+ color: #CC0000;
}
div.sidemenu ul.menu.current ul.submenu {
@@ -85,12 +87,13 @@ div.sidemenu ul.menu.foreign ul.submenu li {
div.sidemenu ul.menu.foreign li.menu:hover ul.submenu {
display: block;
position: absolute;
- border: groove orange;
+ border: groove #990000;
padding: 1ex 1ex 1ex 3ex;
margin-top: 0px;
margin-left: 4em;
margin-right: -20em;
- background-color: #FFFACA;
+ color: #990000;
+ background-color: white;
}
div.sidemenu ul.submenu {
@@ -121,7 +124,7 @@ h1.title, h1 a, h2 a, h3 a {
@media screen {
div.section > h1 > a:before {
margin-left: -2ex;
- color: orange;
+ color: #CC0000;
content: "\00BB" " ";
}
}