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

View File

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