diff options
Diffstat (limited to 'skins/gnats1/gnats1.css')
-rw-r--r-- | skins/gnats1/gnats1.css | 60 |
1 files changed, 41 insertions, 19 deletions
diff --git a/skins/gnats1/gnats1.css b/skins/gnats1/gnats1.css index 2b089cb..7187932 100644 --- a/skins/gnats1/gnats1.css +++ b/skins/gnats1/gnats1.css @@ -21,7 +21,7 @@ pre { padding: 5px; } input[type=text][disabled] { - color: #755; + color: #575; background: #eee; } input.error,select.error,textarea.error { @@ -35,7 +35,7 @@ input.error,select.error,textarea.error { } a { text-decoration: none; - color: #707; + color: #252; } a:hover { @@ -50,10 +50,10 @@ body { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-family: Liberation Sans, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Verdana, "Trebuchet MS", SunSans-Regular; - font-size: 12pt; - background-image: url("/static/watermark.jpg"); + font-size: 10pt; +/* background-image: url("/static/watermark.jpg"); background-repeat: no-repeat; - background-position: 320px 100px; + background-position: 320px 100px; */ } #page { position: relative; @@ -73,7 +73,7 @@ body { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; - background-image: url("background_header.png"); + background-image: url("background_header_green.png"); background-repeat: repeat-x; border: 1px solid #ddd; padding: 0px 0px 0px 0px; @@ -106,18 +106,18 @@ body { #logo { height: 75px; width: 400px; - background-image: url(AlpineGnatsHeader1.png); +/* background-image: url(AlpineGnatsHeader1.png); background-position: 0px 0px; +*/ } #logo h1 { - display: none; position: absolute; top: 10px; left: 10px; font-size: 60px; - font-weight: bold; - color: white; + font-weight: thin; + color: #000; } #logo p { display: none; @@ -163,7 +163,7 @@ body { #subnav a { font-size-adjust: none; clear: both; - font-family: Verdana,Arial,Tahoma,Sans-serif; + font-family: Bitstream Vera Sans, Verdana,Arial,Tahoma,Sans-serif; font-size: 14px; font-stretch: normal; font-style: normal; @@ -208,7 +208,7 @@ body { } #content h1 { - background-image: url("h1.png"); + background-image: url("h1_green.png"); border: 1px solid #ddd; margin-top: 20px; height: 18px; @@ -218,37 +218,54 @@ body { border: 1px solid #ddd; height: 18px; } + +#content h2:hover.toggle { + background-image: url("h1_green.png"); + border: 1px solid #ddd; + height: 18px; + cursor: pointer; + cursor: hand; +} + #content h3 { height: 14px; font-size: 12px; + border-style: solid; + border-color: black; + border-size: 1px; + } #content dl { - display: block; +/* display: block; */ clear: both; margin-right: 12px; + width: 100%; } #content dt { - width: 100%; + font-weight: bold; + float: left; clear: both; + width: 20%; font-size: 12px; +/* width: 100%; text-align: left; - font-weight: bold; padding: 0px; margin-top: 1px; padding-top: 5px; padding-bottom: 2px; - padding-left: 10px; + padding-left: 10px; */ } #content dd { + float: left; margin-top: 0px; clear: right; - font-size: 15px; margin-left: 30px; padding-top: 0px; padding-bottom: 5px; + width: 75%; } #content input, select,textarea { @@ -262,7 +279,7 @@ body { } #content .submit { - width: 100px; +/* width: 100px; */ border-right: 1px solid #cacaca; border-bottom: 1px solid #cacaca; background: #eee; @@ -274,10 +291,15 @@ body { #content textarea { border-right: 1px solid #cacaca; border-bottom: 1px solid #cacaca; + width: 97%; } + +/* #content p,input.text,select,textarea,input.password { - width: 97%; + width: 30%; } +*/ + #content table { width: 100%; } |