Modest cosmetic enhancements to dark/light console themes.

This commit is contained in:
z3d
2009-07-13 18:23:43 +00:00
parent 091d03b9d8
commit 12d34a50ff
2 changed files with 23 additions and 17 deletions

View File

@ -160,8 +160,8 @@ div.news li {
} }
div.confignav { div.confignav {
padding: 10px; padding: 0 15px;
margin: 0 0px 20px 0; margin: 0 0px 25px 0;
background-color: #004; background-color: #004;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
@ -309,11 +309,8 @@ p {
h1 { h1 {
text-align: left; text-align: left;
color: #fff; color: #fff;
padding: 10px; padding: 10px 15px;
margin-left: 240px; margin: 0 15px 25px 240px;
margin-bottom: 20px;
margin-top: 0px;
margin-right: 15px;
font-size: 16pt; font-size: 16pt;
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
@ -329,6 +326,7 @@ h1 {
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
background-image: url('images/darkbluebg.png'); background-image: url('images/darkbluebg.png');
background-repeat: repeat-x; background-repeat: repeat-x;
line-height: 120%;
} }
h2 { h2 {

View File

@ -149,13 +149,13 @@ div.news li {
text-align: justify; text-align: justify;
font-weight: bold; font-weight: bold;
list-style-image: url(images/info.png); list-style-image: url(images/info.png);
margin: 0 10px 0 30px; margin: 0 10px 0 25px;
padding: 5px; padding: 5px 0;
vertical-align: middle; vertical-align: bottom;
} }
div.confignav { div.confignav {
padding: 10px; padding: 0 15px;
margin: 0 0px 25px 0; margin: 0 0px 25px 0;
background-color: #ddddff; background-color: #ddddff;
-moz-border-radius: 4px; -moz-border-radius: 4px;
@ -304,11 +304,8 @@ h1 {
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
text-align: left; text-align: left;
color: #000022; color: #000022;
padding: 10px; padding: 10px 15px;
margin-bottom: 25px; margin: 0 15px 25px 245px;
margin-top: 0px;
margin-left: 245px;
margin-right: 15px;
font-size: 16pt; font-size: 16pt;
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
@ -322,6 +319,7 @@ h1 {
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
background-image: url('images/lightbluetile.png'); background-image: url('images/lightbluetile.png');
line-height: 120%;
} }
h2{ h2{
@ -413,12 +411,14 @@ input {
background-color: #eef; background-color: #eef;
color: #003; color: #003;
margin: 5px 10px 5px 10px; margin: 5px 10px 5px 10px;
padding: 4px 2px;
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
font-weight: bold; font-weight: bold;
border: 1px solid #001; border: 1px solid #001;
padding: 0px 2px 1px 2px; padding: 4px;
text-decoration: none; text-decoration: none;
min-width: 110px; min-width: 110px;
font-size: 8pt;
} }
input:hover { input:hover {
@ -436,6 +436,7 @@ submit {
background-color: #f00; background-color: #f00;
color: #eef; color: #eef;
margin: 10px 2px 10px 0; margin: 10px 2px 10px 0;
padding: 2px;
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
font-weight: bold; font-weight: bold;
border: 1px solid #001; border: 1px solid #001;
@ -443,13 +444,19 @@ submit {
text-decoration: none; text-decoration: none;
} }
input checkbox {
border: 0 !important;
}
select { select {
background-color: #eef; background-color: #eef;
color: #003; color: #003;
margin: 5px 10px 5px 10px; margin: 5px 10px 5px 10px;
padding: 4px;
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
border: 1px solid #001; border: 1px solid #001;
min-width: 110px; min-width: 110px;
font-size: 8pt;
} }
textarea { textarea {
@ -462,6 +469,7 @@ textarea {
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono; font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
font-size: 8pt; font-size: 8pt;
min-height: 128px;
} }
form {} form {}