Mercurial > p > roundup > code
annotate roundup/templates/classic/html/style.css @ 1002:1798d2fa9fec
Hack hack...
. Lots of cleanup in the classic html (stylesheet, search page, index page, ...)
. Reinstated searching, but not query saving yet
. Filtering only allows sorting and grouping by one property - all backends
now implement this behaviour.
. Nosy list journalling turned off by default, everything else is on.
. Added some convenience methods (reverse, propchanged, [item] accesses, ...)
. Did I mention the stylesheet is much cleaner now? :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 01 Sep 2002 04:32:30 +0000 |
| parents | 5643abab70ed |
| children | f89b8d32291b |
| rev | line source |
|---|---|
| 1002 | 1 /* main page styles */ |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
2 .body { |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
3 font-family: sans-serif, Arial, Helvetica; |
| 1002 | 4 color: #333333; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
5 } |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
6 a:hover { text-decoration: underline; } |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
7 a:link { text-decoration: none; } |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
8 a { text-decoration: none; } |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
9 |
| 1002 | 10 .page-header-left { |
| 11 background-color: #ffffee; | |
| 12 padding: 5px; | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
13 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
14 |
| 1002 | 15 .page-header-top { |
| 16 background-color: #ffffee; | |
| 17 border-bottom: 1px solid #ffffbb; | |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
18 padding: 5px; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
19 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
20 |
| 1002 | 21 td.sidebar { |
| 22 background-color: #ffffee; | |
| 23 border-right: 1px solid #ffffbb; | |
| 24 border-bottom: 1px solid #ffffbb; | |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
25 padding: 5px; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
26 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
27 |
| 1002 | 28 td.sidebar p.classblock { |
| 29 border-top: 1px solid #ffffbb; | |
| 30 border-bottom: 1px solid #ffffbb; | |
| 31 } | |
| 32 | |
| 33 td.sidebar p.userblock { | |
| 34 background-color: #eeffff; | |
| 35 border-top: 1px solid #bbffff; | |
| 36 border-bottom: 1px solid #bbffff; | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
37 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
38 |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
39 td.content { |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
40 padding: 1px; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
41 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
42 |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
43 p.ok-message { |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
44 background-color: #22bb22; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
45 padding: 5 5 5 5; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
46 color: white; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
47 font-weight: bold; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
48 } |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
49 p.error-message { |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
50 background-color: #bb2222; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
51 padding: 5 5 5 5; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
52 color: white; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
53 font-weight: bold; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
54 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
55 |
| 1002 | 56 |
| 57 /* style for forms */ | |
| 58 table.form { | |
| 59 border-spacing: 0px; | |
| 60 border-collapse: separate; | |
| 61 /* width: 100%; */ | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
62 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
63 |
| 1002 | 64 .form th { |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
65 font-weight: bold; |
| 1002 | 66 color: #333388; |
| 67 text-align: right; | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
68 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
69 |
| 1002 | 70 .form-header th { |
| 71 font-weight: bold; | |
| 72 color: #333388; | |
| 73 background-color: #eeeeff; | |
| 74 text-align: left; | |
| 75 } | |
| 76 | |
| 77 .form td.optional { | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
78 font-weight: bold; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
79 font-style: italic; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
80 color: #333333; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
81 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
82 |
| 1002 | 83 .form td { |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
84 color: #333333; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
85 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
86 |
| 1002 | 87 .form td.html { |
| 88 color: #777777; | |
| 89 } | |
| 90 | |
| 91 /* style for lists */ | |
| 92 table.list { | |
| 93 border-spacing: 0px; | |
| 94 border-collapse: separate; | |
| 95 width: 100%; | |
| 96 } | |
| 97 | |
| 98 table.list th { | |
| 99 padding: 0 4 0 4; | |
| 100 color: #404070; | |
| 101 background-color: #eeeeff; | |
| 102 /* | |
| 103 border-right: 1px solid #404070; | |
| 104 */ | |
| 105 vertical-align: top; | |
| 106 } | |
| 107 table.list th a:hover { color: white } | |
| 108 table.list th a:link { color: white } | |
| 109 table.list th a { color: white } | |
| 110 table.list th.group { | |
| 111 text-align: center; | |
| 112 } | |
| 113 | |
| 114 table.list td { | |
| 115 padding: 0 4 0 4; | |
| 116 border: 0 2 0 2; | |
| 117 border-right: 1px solid #404070; | |
| 118 color: #404070; | |
| 119 background-color: white; | |
| 120 vertical-align: top; | |
| 121 } | |
| 122 | |
| 123 table.list td.normal { | |
| 124 } | |
| 125 | |
| 126 table.list td.alt { | |
| 127 background-color: #efefef; | |
| 128 } | |
| 129 | |
| 130 table.list td:first-child { | |
| 131 border-left: 1px solid #404070; | |
| 132 border-right: 1px solid #404070; | |
| 133 } | |
| 134 /* | |
| 135 table.list th:first-child { | |
| 136 border-left: 1px solid #404070; | |
| 137 border-right: 1px solid #404070; | |
| 138 } | |
| 139 */ | |
| 140 | |
| 141 /* style for message displays */ | |
| 142 table.messages { | |
| 143 border-spacing: 0px; | |
| 144 border-collapse: separate; | |
| 145 width: 100%; | |
| 146 } | |
| 147 | |
| 148 table.messages th.header{ | |
| 149 padding-top: 10px; | |
| 150 border-bottom: 1px solid gray; | |
| 151 font-weight: bold; | |
| 152 background-color: white; | |
| 153 color: #707040; | |
| 154 } | |
| 155 | |
| 156 table.messages th { | |
| 157 font-weight: bold; | |
| 158 color: black; | |
| 159 text-align: left; | |
| 160 } | |
| 161 | |
| 162 table.messages td { | |
| 163 font-family: monospace; | |
| 164 background-color: #efefef; | |
| 165 border-top: 1px solid #afafaf; | |
| 166 border-bottom: 1px solid #afafaf; | |
| 167 color: black; | |
| 168 } | |
| 169 | |
| 170 /* style for file displays */ | |
| 171 table.files { | |
| 172 border-spacing: 0px; | |
| 173 border-collapse: separate; | |
| 174 width: 100%; | |
| 175 } | |
| 176 | |
| 177 table.files th.header{ | |
| 178 padding-top: 10px; | |
| 179 border-bottom: 1px solid gray; | |
| 180 font-weight: bold; | |
| 181 background-color: white; | |
| 182 color: #707040; | |
| 183 } | |
| 184 | |
| 185 table.files th { | |
| 186 border-bottom: 1px solid #afafaf; | |
| 187 font-weight: bold; | |
| 188 text-align: left; | |
| 189 } | |
| 190 | |
| 191 table.files td { | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
192 font-family: monospace; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
193 } |
|
733
65234f56b250
changed the default message list in issues to display the message body
Richard Jones <richard@users.sourceforge.net>
parents:
192
diff
changeset
|
194 |
| 1002 | 195 |
| 196 /* style for file displays */ | |
| 197 table.otherinfo { | |
| 198 border-spacing: 0px; | |
| 199 border-collapse: separate; | |
| 200 width: 100%; | |
| 201 } | |
| 202 | |
| 203 table.otherinfo th.header{ | |
| 204 padding-top: 10px; | |
| 205 border-bottom: 1px solid gray; | |
| 206 font-weight: bold; | |
| 207 background-color: white; | |
| 208 color: #707040; | |
| 209 } | |
| 210 | |
| 211 table.otherinfo th { | |
| 212 border-bottom: 1px solid #afafaf; | |
| 213 font-weight: bold; | |
| 214 text-align: left; | |
| 215 } | |
| 216 |
