diff options
-rw-r--r-- | www/images/cacert4.png | bin | 6421 -> 17565 bytes | |||
-rw-r--r-- | www/robots.txt | 3 | ||||
-rw-r--r-- | www/styles/default.css | 18 |
3 files changed, 12 insertions, 9 deletions
diff --git a/www/images/cacert4.png b/www/images/cacert4.png Binary files differindex e4650a0..9da24c2 100644 --- a/www/images/cacert4.png +++ b/www/images/cacert4.png diff --git a/www/robots.txt b/www/robots.txt new file mode 100644 index 0000000..6ffbc30 --- /dev/null +++ b/www/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: / + diff --git a/www/styles/default.css b/www/styles/default.css index 9fdd85c..72d8084 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -19,7 +19,7 @@ body{ /******* hyperlink and anchor tag styles *******/ a:link, a:visited { - color: #005FA9; + color: #a90000; text-decoration: none; } @@ -31,14 +31,14 @@ a:hover { h1{ font: bold 120% Arial,sans-serif; - color: #334d55; + color: #550000; margin: 0px; padding: 0px; } h2{ font: bold 114% Arial,sans-serif; - color: #006699; + color: #990000; margin: 0px; padding: 0px; } @@ -248,7 +248,7 @@ a.glink, a.glink:visited { font-weight: bold; margin: 0px; padding: 2px 5px 4px 5px; - border-right: 1px solid #8FB8BC; + border-right: 1px solid #BC8F8F; } a.glink:hover { @@ -362,7 +362,7 @@ a.glink:hover { } #breadCrumb a:hover { - color: #005FA9; + color: #A90000; text-decoration: underline; } @@ -409,7 +409,7 @@ a.glink:hover { .story a.capsule{ font: bold 1em Arial,sans-serif; - color: #005FA9; + color: #A90000; display:block; padding-bottom: 5px; } @@ -453,12 +453,12 @@ td.storyLeft{ background-image: url("siteimages/bg_nav.jpg"); font-weight: bold; padding: 3px 0px 3px 10px; - color: #21536A; + color: #6A2121; } #sectionLinks a:hover { border-top: 1px solid #cccccc; - background-color: #DDEEFF; + background-color: #FFDDDD; background-image: none; font-weight: bold; text-decoration: none; @@ -586,7 +586,7 @@ td.greytxt { } .ac_highlight { - background-color:#3366cc; + background-color:#cc3333; color:white; cursor:pointer; } |