summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJames Vasile <james@jamesvasile.com>2012-02-19 20:36:15 -0500
committerJames Vasile <james@jamesvasile.com>2012-02-19 20:36:15 -0500
commit9da6618e373d86885606bfe1132eade81b84a150 (patch)
tree0992c5dc1901d6618731f7cf223344fdc6c1e759 /themes
parent37ef56fece6548aa98f47d339bd3051650db01b1 (diff)
use logo made by Robert Martinez, adjust colors
Diffstat (limited to 'themes')
-rw-r--r--themes/default/style.css52
1 files changed, 26 insertions, 26 deletions
diff --git a/themes/default/style.css b/themes/default/style.css
index 625b4f9..80786fc 100644
--- a/themes/default/style.css
+++ b/themes/default/style.css
@@ -3,19 +3,19 @@ body {
padding:0;
border:0; /* This removes the border around the viewport in old versions of IE */
width:100%;
- background:lightgoldenrodyellow;
+ background:#EEE;
min-width:600px; /* Minimum width of layout - remove line if not required */
/* The min-width property does not work in old versions of Internet Explorer */
font-size:90%;
font-family:Arial, Helvetica, sans-serif;
}
a {
- color:#369;
+ color:#3D8FE2;
text-decoration:none;
}
a:hover {
color:#fff;
- background:GoldenRod;
+ background:#3D8FE2;
text-decoration:none;
}
h1, h2, h3 {
@@ -46,7 +46,7 @@ img {
float: left;
padding-left: 1em;
}
-#headerleft a { color:lightgoldenrodyellow; text-decoration:none; outline: none;}
+#headerleft a { color:#1D6FE2; text-decoration:none; outline: none;}
#headerright {
float:left;
@@ -80,7 +80,7 @@ img {
margin:0 0 0 1px;
padding:3px 10px;
text-align:center;
- background:Khaki;
+ background:#EEE;
color:#000;
text-decoration:none;
position:relative;
@@ -88,7 +88,7 @@ img {
line-height:1.3em;
}
#headerright ul li a:hover {
- background:GoldenRod;
+ background:lightblue;
color:#fff;
}
#headerright ul li a.active,
@@ -106,7 +106,7 @@ img {
#layoutdims {
clear:both;
background:#eee;
- background:GoldenRod;
+ background:lightblue;
border-top:4px solid #000;
margin:0;
padding:6px 15px !important;
@@ -143,7 +143,7 @@ img {
font-weight:bold;
font-size:100%;
text-align:center;
- background:Goldenrod;
+ background:cornflowerblue;
margin-top: 1em;
margin-bottom: 0.4em;}
.col2 h3,
@@ -172,16 +172,16 @@ img {
/* 3 Column settings */
.threecol {
background:#eee; /* right column background colour */
- background:Khaki;
+ background:#EEE;
}
.threecol .colmid {
right:25%; /* width of the right column */
- background:lightgoldenrodyellow; /* center column background colour */
+ background:lightblue;
}
.threecol .colleft {
right:50%; /* width of the middle column */
background:#f4f4f4; /* left column background colour */
- background:Khaki;
+ background:#EEE;
}
.threecol .col1 {
width:46%; /* width of center column content (column width minus padding on either side) */
@@ -206,7 +206,7 @@ img {
border-top:1px solid #000;
padding: 1em;
font-size:75%;
- background:GoldenRod;
+ background:lightblue;
}
#footer p {
margin:0;
@@ -216,7 +216,7 @@ img {
form.form {
margin:0 auto;
width:100%;
-background:khaki;
+background:#EEE;
position:relative;
margin-top:2em;
}
@@ -224,7 +224,7 @@ margin-top:2em;
form.form h2 {
color:#ffffff;
font-size:1.2em;
-background:goldenrod;
+background:lightblue;
text-transform:uppercase;
padding:0.5em 0em 0.5em 0.5em;
margin-bottom: 1em;
@@ -236,26 +236,26 @@ font-weight:bold;
font-size:1em;
padding:0.5em 0 0.5em 0.5em;
text-align:center;
-background:khaki;
+background:#EEE;
}
form.form .line,
form.form p {
width:94%;
display: block;
-background:khaki;
+background:#EEE;
padding:0.5em 0em 1em 1em;
padding-right:0.5em;
margin-left:0.5em;
-background:lightgoldenrodyellow;
+background:#1D6FE2;
margin-top: 0em;
margin-bottom: 0em;
}
form.form label {
width:100%;
display: block;
-background:khaki;
+background:#EEE;
padding:1em 0 0.5em 0em;
}
@@ -280,7 +280,7 @@ padding:0.5em 2em 0 0;
form.form .inputtext {
padding:0.2em 0.3em 0.2em 0.3em;
-background:lightgoldenrodyellow;
+background:#1D6FE2;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
@@ -291,7 +291,7 @@ form.form .checkbox { text-align: left;}
form.form .inputtextnowidth {
padding:0.5em 0.5em 0em 0em;
-background:lightgoldenrodyellow;
+background:#1D6FE2;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
@@ -301,7 +301,7 @@ border-right:1px double #333333;
form.form .textbox{
padding:7px 7px;
width:60%;
-background:lightgoldenrodyellow;
+background:#1D6FE2;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
@@ -314,15 +314,15 @@ form.form .button
{
margin:0 0 10px 0;
padding:4px 7px;
-background:goldenrod;
+background:lightblue;
border:0px;
position: relative;
top:10px;
width:100px;
-border-bottom: 1px double Goldenrod;
-border-top: 1px double Gold;
-border-left:1px double Goldenrod;
-border-right:1px double Gold;
+border-bottom: 1px double lightblue;
+border-top: 1px double cornflowerblue;
+border-left:1px double lightblue;
+border-right:1px double cornflowerblue;
}
.err {color:red;} \ No newline at end of file