diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2006-04-11 09:23:30 -0400 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2006-04-11 09:23:30 -0400 |
commit | 162c3a3783555a11aed72a30369b6dff5e4e0cef (patch) | |
tree | f8d118d80f70ccfc7a6487d1127b84276397909c /Bugs-Everywhere-Web/beweb/static/css/style.css | |
parent | 4d61b78146f12a93d4c3a0c3657439102ed8f63d (diff) | |
parent | 3747b40e76b3497da1ad081767e5d64a242deccf (diff) | |
download | bugseverywhere-162c3a3783555a11aed72a30369b6dff5e4e0cef.tar.gz |
Merge from home (TurboGears 0.9)
Diffstat (limited to 'Bugs-Everywhere-Web/beweb/static/css/style.css')
-rw-r--r-- | Bugs-Everywhere-Web/beweb/static/css/style.css | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/Bugs-Everywhere-Web/beweb/static/css/style.css b/Bugs-Everywhere-Web/beweb/static/css/style.css new file mode 100644 index 0000000..986950f --- /dev/null +++ b/Bugs-Everywhere-Web/beweb/static/css/style.css @@ -0,0 +1,104 @@ +table +{ + background-color: black; +} +td +{ + background-color: white; +} +h1 +{ + font-family: "Verdana"; + font-weight: bold; + font-size: 120%; + margin-bottom:0; + color: #990; +} + +tr.closed td +{ + background-color: #ccc; +} + +a:visited, a:link +{ + color: #990; + text-decoration: None; +} +td a:visited, td a:link +{ + display: block; +} +a:visited:hover, a:link:hover +{ + text-decoration: underline; +} +td a:visited:hover, td a:link:hover +{ + color:black; + background-color:#dda; + text-decoration: None; + display: block; +} + +body +{ + font-family: "Verdana"; + font-size:11pt; + background-color: white; +} +.comment +{ +} +.comment table +{ + background-color: transparent; +} +.comment td +{ + background-color: transparent; +} +.comment pre +{ + font-family: "Verdana"; +} +#header +{ + color: black; + font-weight: bold; + background-image: url(/static/images/half-spiral.png); + background-position: right center; + background-repeat: no-repeat; + background-color: #ff0; +} +#header ul.navoption +{ + display: block; + float: right; + margin: 0; + padding-right: 30px; +} +#header li +{ + display: inline; + margin:0; + padding:0; +} +table.insetbox +{ + margin-top: 0.5em; + margin-bottom: 0.5em; +} +.insetbox tr, .insetbox td +{ + margin: 0; + padding: 0; +} +pre.traceback +{ + font-family: Verdana, Ariel, Helvetica, sanserif; +} +tr.even td +{ + background-color: #eee; +} |