From 61b8f817ea0750d06b1542ec39037b1aee9b5129 Mon Sep 17 00:00:00 2001 From: carmie Date: Sat, 31 Oct 2009 23:42:55 +0000 Subject: [PATCH] git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@3763 92316355-f0b4-4df1-b90c-862c8a59935f --- trac/htdocs/libcaca.css | 104 ++++++++++++++++++++-------------------- 1 file changed, 53 insertions(+), 51 deletions(-) diff --git a/trac/htdocs/libcaca.css b/trac/htdocs/libcaca.css index 66634ca..2cd4fa0 100644 --- a/trac/htdocs/libcaca.css +++ b/trac/htdocs/libcaca.css @@ -34,6 +34,59 @@ h1, h2, h3 { color: #2C1F1C; } +/* FORMS */ + +input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { + background: #984601; +} +input[type="button"], input[type="submit"], input[type="reset"] { + background: #C46300; + border: 1px outset #984601; + -moz-border-radius: 4px; +} +input[type="text"], input.textwidget, textarea { + border: 1px solid #C46300; +} +legend { + color: #984601; +} + +fieldset { + border-color: #984601; +} + +#content.ticket { + margin: 0 auto; +} +.buttons { + text-align: center; +} +.buttons input { + margin: 0.5em; +} +#content.ticket fieldset { + background: #E5DCDC; +} +#field-description { + background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom; +} +#attachments { + background: #fff; + border: none; +} +#attachfile { + text-align: center; +} +#changelog { + background: #cccc88; + border: 1px solid #C46300; +} +a.ext-link .icon { + background-position: right center; + padding-right: 16px; +} + + /* HEADER */ .nav { @@ -128,57 +181,6 @@ border-right: none !important; border-bottom: 1px dotted #C46300; } -/* FORMS */ - -input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { - background: #984601; -} -input[type="button"], input[type="submit"], input[type="reset"] { - background: #C46300; - border: 1px outset #984601; - -moz-border-radius: 4px; -} -input[type="text"], input.textwidget, textarea { - border: 1px solid #C46300; -} -legend { - color: #984601; -} - -fieldset { - border-color: #984601; -} - -#content.ticket { - margin: 0 auto; -} -.buttons { - text-align: center; -} -.buttons input { - margin: 0.5em; -} -#content.ticket fieldset { - background: #E5DCDC; -} -#field-description { - background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom; -} -#attachments { - background: #fff; - border: none; -} -#attachfile { - text-align: center; -} -#changelog { - background: #cccc88; - border: 1px solid #C46300; -} -a.ext-link .icon { - background-position: right center; - padding-right: 16px; -} /* FORM TICKETS */ #preview h3, #changelog h3 {