used cleaner css and images

This commit is contained in:
James Strachan
2012-03-09 09:26:48 +00:00
parent cc13986b87
commit 6e67af66d2
4 changed files with 18 additions and 17 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

@@ -21,7 +21,7 @@
/* Page background color */ /* Page background color */
body { body {
background-color: #FFFFFF; background-color: #FFFFFF;
background-image:url(resources/gradient-sand-white.png); background-image:url(resources/bkg_gradient.gif);
background-repeat: repeat-x; background-repeat: repeat-x;
margin:0 auto; margin:0 auto;
font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif; font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
@@ -40,16 +40,16 @@ font {
font-weight: inherit; } font-weight: inherit; }
hr { hr {
border-top: 1px solid #A9A89B; border-top: 1px solid #E6E7E8;
border-bottom: 0 none; border-bottom: 0 none;
} }
tt, tt *, pre, pre *, code, code * { tt, tt *, pre, pre *, code, code * {
font-family: "Liberation Mono", "DejaVu Sans Mono", Consolas, Monaco, "Vera Sans Mono", "Lucida Console", "Courier New", monospace !important; font-family: "Liberation Mono", "DejaVu Sans Mono", Consolas, Monaco, "Vera Sans Mono", "Lucida Console", "Courier New", monospace !important;
} }
a:link { color:#5d5c50; } a:link { color:#0066cc; }
a:visited { color:#5d5c50; } a:visited { color:#8b5caf; }
a:hover { color:#5d5c50; } a:hover { color:#6699cc; }
/* Headings */ /* Headings */
@@ -57,7 +57,7 @@ h1 {
font-size: 145%; font-size: 145%;
border-top:1px dotted #CCCCCC; border-top:1px dotted #CCCCCC;
line-height:1.2em; line-height:1.2em;
color:#CC333A; color:#182737;
font-size:2em; font-size:2em;
padding:1.5em; padding:1.5em;
margin-top: 0px; margin-top: 0px;
@@ -67,12 +67,12 @@ h1 {
/* Default Table elements and colors */ /* Default Table elements and colors */
th, table { border-collapse:collapse;border-color: #A9A89B; } th, table { border-collapse:collapse;border-color: #E6E7E8; }
.TableHeadingColor { .TableHeadingColor {
background:#EBE7C4 url(resources/bkgheader.png) no-repeat right top; background:#000000 url(resources/bkg_blkheader.png) repeat-x scroll left top;
color:#CC333A; color:#FFFFFF;
font-size:12px; font-size:12px;
font-weight:bold; font-weight:bold;
height:31px; height:31px;
@@ -85,8 +85,8 @@ th, table { border-collapse:collapse;border-color: #A9A89B; }
} }
.TableSubHeadingColor { background-color:#EBE7C4; } .TableSubHeadingColor { background: #EEEEFF } /* Light mauve */
.TableRowColor { background: white; border-color: #A9A89B;} .TableRowColor { background: #FFFFFF; border-color: #E6E7E8;}
.TableRowColor td { line-height: 175%; padding-left: 10px;} .TableRowColor td { line-height: 175%; padding-left: 10px;}
/* Font used in left-hand frame lists */ /* Font used in left-hand frame lists */
@@ -96,22 +96,23 @@ th, table { border-collapse:collapse;border-color: #A9A89B; }
/* Navigation bar fonts and colors */ /* Navigation bar fonts and colors */
.NavBarCell1 { .NavBarCell1 { background-color: #ffffff;
background:#EBE7C4; background-image:url(resources/bkgheader.png);
background-repeat: repeat-x scroll left top;
line-height:2em; line-height:2em;
padding-left:6px; padding-left:6px;
padding-right:6px; padding-right:6px;
} }
.NavBarFont1 { .NavBarFont1 {
color: #CC333A; color: white;
} }
.NavBarCell1 a { .NavBarCell1 a {
color: #CC333A; color: white;
} }
.NavBarCell1Rev { background:#EBE7C4; padding-left:6px; padding-right:6px;} .NavBarCell1Rev { background-color:#FFFFFF; padding-left:6px; padding-right:6px;}
.NavBarFont1 { color:#CC333A;} .NavBarFont1 { color:#FFFFFF;}
.NavBarFont1Rev { color:#243446;} .NavBarFont1Rev { color:#243446;}
.NavBarCell2 { background-color:#FFFFFF;} .NavBarCell2 { background-color:#FFFFFF;}