Mercurial > p > roundup > code
annotate roundup/templates/classic/html/style.css @ 1004:5f12d3259f31
logout works better now
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 01 Sep 2002 22:09:20 +0000 |
| parents | f89b8d32291b |
| children | 2a71acd81308 |
| 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 { |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
11 background-color: #cccc88; |
| 1002 | 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 { |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
16 background-color: #cccc88; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
17 border-bottom: 1px solid #dddd99; |
|
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 { |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
22 background-color: #cccc88; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
23 border-right: 1px solid #dddd99; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
24 border-bottom: 1px solid #dddd99; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
25 padding: 0px; |
|
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 { |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
29 padding: 0 5 0 5; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
30 border-top: 1px solid #dddd99; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
31 border-bottom: 1px solid #dddd99; |
| 1002 | 32 } |
| 33 | |
| 34 td.sidebar p.userblock { | |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
35 padding: 0 5 0 5; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
36 background-color: #dddd99; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
37 border-top: 1px solid #ffffbb; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
38 border-bottom: 1px solid #ffffbb; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
39 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
40 |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
41 td.content { |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
42 padding: 1px; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
43 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
44 |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
45 p.ok-message { |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
46 background-color: #22bb22; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
47 padding: 5 5 5 5; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
48 color: white; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
49 font-weight: bold; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
50 } |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
51 p.error-message { |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
52 background-color: #bb2222; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
53 padding: 5 5 5 5; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
54 color: white; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
55 font-weight: bold; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
56 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
57 |
| 1002 | 58 |
| 59 /* style for forms */ | |
| 60 table.form { | |
| 61 border-spacing: 0px; | |
| 62 border-collapse: separate; | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
63 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
64 |
| 1002 | 65 .form th { |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
66 font-weight: bold; |
| 1002 | 67 color: #333388; |
| 68 text-align: right; | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
69 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
70 |
| 1002 | 71 .form-header th { |
| 72 font-weight: bold; | |
| 73 color: #333388; | |
| 74 background-color: #eeeeff; | |
| 75 text-align: left; | |
| 76 } | |
| 77 | |
| 78 .form td.optional { | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
79 font-weight: bold; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
80 font-style: italic; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
81 color: #333333; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
82 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
83 |
| 1002 | 84 .form td { |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
85 color: #333333; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
86 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
87 |
| 1002 | 88 .form td.html { |
| 89 color: #777777; | |
| 90 } | |
| 91 | |
| 92 /* style for lists */ | |
| 93 table.list { | |
| 94 border-spacing: 0px; | |
| 95 border-collapse: separate; | |
| 96 width: 100%; | |
| 97 } | |
| 98 | |
| 99 table.list th { | |
| 100 padding: 0 4 0 4; | |
| 101 color: #404070; | |
| 102 background-color: #eeeeff; | |
| 103 border-right: 1px solid #404070; | |
| 104 vertical-align: top; | |
| 105 } | |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
106 table.list th a:hover { color: #404070 } |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
107 table.list th a:link { color: #404070 } |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
108 table.list th a { color: #404070 } |
| 1002 | 109 table.list th.group { |
| 110 text-align: center; | |
| 111 } | |
| 112 | |
| 113 table.list td { | |
| 114 padding: 0 4 0 4; | |
| 115 border: 0 2 0 2; | |
| 116 border-right: 1px solid #404070; | |
| 117 color: #404070; | |
| 118 background-color: white; | |
| 119 vertical-align: top; | |
| 120 } | |
| 121 | |
| 122 table.list td.normal { | |
| 123 } | |
| 124 | |
| 125 table.list td.alt { | |
| 126 background-color: #efefef; | |
| 127 } | |
| 128 | |
| 129 table.list td:first-child { | |
| 130 border-left: 1px solid #404070; | |
| 131 border-right: 1px solid #404070; | |
| 132 } | |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
133 |
| 1002 | 134 table.list th:first-child { |
| 135 border-left: 1px solid #404070; | |
| 136 border-right: 1px solid #404070; | |
| 137 } | |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
138 |
| 1002 | 139 |
| 140 /* style for message displays */ | |
| 141 table.messages { | |
| 142 border-spacing: 0px; | |
| 143 border-collapse: separate; | |
| 144 width: 100%; | |
| 145 } | |
| 146 | |
| 147 table.messages th.header{ | |
| 148 padding-top: 10px; | |
| 149 border-bottom: 1px solid gray; | |
| 150 font-weight: bold; | |
| 151 background-color: white; | |
| 152 color: #707040; | |
| 153 } | |
| 154 | |
| 155 table.messages th { | |
| 156 font-weight: bold; | |
| 157 color: black; | |
| 158 text-align: left; | |
| 159 } | |
| 160 | |
| 161 table.messages td { | |
| 162 font-family: monospace; | |
| 163 background-color: #efefef; | |
| 164 border-top: 1px solid #afafaf; | |
| 165 border-bottom: 1px solid #afafaf; | |
| 166 color: black; | |
| 167 } | |
| 168 | |
| 169 /* style for file displays */ | |
| 170 table.files { | |
| 171 border-spacing: 0px; | |
| 172 border-collapse: separate; | |
| 173 width: 100%; | |
| 174 } | |
| 175 | |
| 176 table.files th.header{ | |
| 177 padding-top: 10px; | |
| 178 border-bottom: 1px solid gray; | |
| 179 font-weight: bold; | |
| 180 background-color: white; | |
| 181 color: #707040; | |
| 182 } | |
| 183 | |
| 184 table.files th { | |
| 185 border-bottom: 1px solid #afafaf; | |
| 186 font-weight: bold; | |
| 187 text-align: left; | |
| 188 } | |
| 189 | |
| 190 table.files td { | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
191 font-family: monospace; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
192 } |
|
733
65234f56b250
changed the default message list in issues to display the message body
Richard Jones <richard@users.sourceforge.net>
parents:
192
diff
changeset
|
193 |
| 1002 | 194 |
| 195 /* style for file displays */ | |
| 196 table.otherinfo { | |
| 197 border-spacing: 0px; | |
| 198 border-collapse: separate; | |
| 199 width: 100%; | |
| 200 } | |
| 201 | |
| 202 table.otherinfo th.header{ | |
| 203 padding-top: 10px; | |
| 204 border-bottom: 1px solid gray; | |
| 205 font-weight: bold; | |
| 206 background-color: white; | |
| 207 color: #707040; | |
| 208 } | |
| 209 | |
| 210 table.otherinfo th { | |
| 211 border-bottom: 1px solid #afafaf; | |
| 212 font-weight: bold; | |
| 213 text-align: left; | |
| 214 } | |
| 215 |
