From: richard Date: Fri, 3 Aug 2001 01:19:43 +0000 (+0000) Subject: finished of colourising the classic template X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=73137cdd6a52f719a2bd7e604aa95e7b9273a218;p=roundup.git finished of colourising the classic template git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@198 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/templates/classic/html/issue.item b/roundup/templates/classic/html/issue.item index 22dc0ec..81364d4 100644 --- a/roundup/templates/classic/html/issue.item +++ b/roundup/templates/classic/html/issue.item @@ -1,10 +1,6 @@ - + - - - - @@ -42,28 +38,36 @@ - + - + - + - + + + + + + + +
Item Information
Title
Messages
Files
- :files">Attach a file to this issue + :files">Attach a file to this issue
History
diff --git a/roundup/templates/classic/html/style.css b/roundup/templates/classic/html/style.css index d73471a..07eace4 100644 --- a/roundup/templates/classic/html/style.css +++ b/roundup/templates/classic/html/style.css @@ -79,6 +79,30 @@ th { color: #ffffff; } +.msg-header { + font-family: Verdana, Helvetica, sans-serif; + font-size: 12pt; + font-weight: bold; + background-color: #EE71AC; + color: #ffffff; +} + +.file-header { + font-family: Verdana, Helvetica, sans-serif; + font-size: 12pt; + font-weight: bold; + background-color: #41BE62; + color: #ffffff; +} + +.history-header { + font-family: Verdana, Helvetica, sans-serif; + font-size: 12pt; + font-weight: bold; + background-color: #739DEE; + color: #ffffff; +} + .list-header { background-color: #aaccff; color: #000000; diff --git a/roundup/templates/classic/htmlbase.py b/roundup/templates/classic/htmlbase.py index 2e005bb..ad502f8 100644 --- a/roundup/templates/classic/htmlbase.py +++ b/roundup/templates/classic/htmlbase.py @@ -74,10 +74,6 @@ issueDOTindex = """ - - - - @@ -115,29 +111,37 @@ issueDOTitem = """
Item Information
Title