Documentation: Make the colors less... earthy. Sorry Dave.

This commit is contained in:
Kai Huuhko 2013-10-25 21:03:13 +03:00
parent 2dca18ab08
commit fc4f0d47ce
2 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@
* EFL dark theme stylesheet
*
* Originally based on sphinx13 theme.
*
*
* All the modification done from the s13 theme are marked with the original
* value in a comment, new tags are marked with an empty comment, removed tags
* are just commented out.
@ -138,13 +138,13 @@ div.related ul li a {
padding: 0 5px 0 5px;
line-height: 1.75em;
color: rgb(249,249,240);
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
/* text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); */
}
div.related ul li a:hover {
color: white;
/*text-decoration: underline;*/
text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
/* text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5); */
}
div.sphinxsidebarwrapper {
@ -251,13 +251,13 @@ p {
}
a {
color: rgb(162,136,29);
color: rgb(170,170,180);
text-decoration: none;
}
a:hover {
color: rgb(225,193,63);
text-shadow: rgb(51, 153, 255) 0px 0px 10px; /* */
color: rgb(200,200,210);
text-shadow: rgb(51, 153, 255) 0px 0px 6px; /* */
}
div.body a {
@ -335,11 +335,11 @@ hr {
a tt {
border: 0;
color: rgb(162,136,29);
color: rgb(200,200,170);
}
a tt:hover {
color: rgb(225,193,63);
color: rgb(230,230,200);
}
pre {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

After

Width:  |  Height:  |  Size: 227 B