Modify visited link color to be better legible in dark console theme.

This commit is contained in:
z3d
2009-07-07 08:18:13 +00:00
parent 06be251032
commit 71b9bb67a6

View File

@ -221,7 +221,7 @@ table {
font-size: 8pt; font-size: 8pt;
background-color: #004; background-color: #004;
background-image:url('images/tabletitledark.png'); background-image:url('images/tabletitledark.png');
background-repeat:repeat-x; /*background-repeat:repeat-x;*/
} }
tr:nth-child(even) tr:nth-child(even)
@ -249,18 +249,8 @@ table {
li { li {
text-align: left; text-align: left;
list-style-type:square; list-style-type:square;
margin: 4px 0px 4px 30px; margin: 2px 20px 0px 30px;
padding: 1px 20px 1px 0px; padding: 1px 20px 1px 0px;
border-right: 4px solid #117;
-moz-border-radius: 10px;
}
li:nth-child(even){
text-align: left;
list-style-type:square;
margin: 4px 0px 4px 30px;
padding: 1px 20px 1px 0px;
border-right: 4px solid #339;
} }
ol { ol {
@ -301,10 +291,8 @@ h1 {
text-align: left; text-align: left;
color: #bbf; color: #bbf;
padding: 10px; padding: 10px;
margin-left: 240px;
margin-bottom: 20px; margin-bottom: 20px;
margin-top: 0px; margin-top: 0px;
margin-right: 15px;
font-size: 16pt; font-size: 16pt;
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
@ -318,7 +306,7 @@ h1 {
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
background-image:url('images/darkbluebg.png'); background-image:url('images/h1bg.png');
background-repeat:repeat-x; background-repeat:repeat-x;
} }
@ -344,7 +332,7 @@ h2 a:hover {
button { button {
border: 1px outset #ddddc0; border: 1px outset #ddddc0;
padding: 0px 3px 1px 3px; padding: 0px 2px 1px 2px;
/*line-height: 250%;*/ /*line-height: 250%;*/
background-color: #bbf; background-color: #bbf;
text-decoration: none; text-decoration: none;
@ -353,7 +341,7 @@ text-decoration: none;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
font-size: 8pt; font-size: 8pt;
font-weight: bold; font-weight: bold;
margin: 2px 3px; margin: 5px 5px 5px 0;
text-align: center; text-align: center;
} }
@ -443,12 +431,11 @@ select {
textarea { textarea {
background-color: #001; background-color: #001;
color: #eef; color: #eef;
padding: 5px; padding: 5px;
margin: 5px 0; border-radius: 4px;
border-radius: 4px; -moz-border-radius: 4px;
-moz-border-radius: 4px; -webkit-border-radius: 4px;
-webkit-border-radius: 4px; font-family: "Lucida Console", Courier, mono;
font-family: "Lucida Console", Courier, mono;
} }
form { form {