~netrek-developers/netrek-client-cow/trunk

« back to all changes in this revision

Viewing changes to html/style.css

  • Committer: Collin Pruitt
  • Date: 2009-05-12 04:30:09 UTC
  • Revision ID: collinp111@gmail.com-20090512043009-3jsjojoyrk16oass
Initial upload - updated from http://james.tooraweenah.com/darcs/netrek-client-cow/ using darcs (hince the existnace of _darcs), fully patched.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
  font-family: "lucida grande", "sans serif";
 
3
  color: #333;
 
4
  width: 60em;
 
5
  margin: auto;
 
6
}
 
7
 
 
8
div.main {
 
9
  padding: 20px;
 
10
  margin: auto;
 
11
  padding-top: 0;
 
12
  margin-top: 1em;
 
13
  background-color: #fcfcfc;
 
14
}
 
15
 
 
16
.person {
 
17
  font-family: courier;
 
18
}
 
19
 
 
20
a, a:visited {
 
21
  background: inherit;
 
22
  text-decoration: none;
 
23
}
 
24
 
 
25
a {
 
26
  color: #003d41;
 
27
}
 
28
 
 
29
a:visited {
 
30
  color: #553d41;
 
31
}
 
32
 
 
33
ul {
 
34
  list-style-type: none;
 
35
  padding: 0;
 
36
}
 
37
 
 
38
p {
 
39
  width: 40em;
 
40
}
 
41
 
 
42
.inline-status-image {
 
43
  position: relative;
 
44
  top: 0.2em;
 
45
}
 
46
 
 
47
.dimmed {
 
48
  color: #bbb;
 
49
}
 
50
 
 
51
table {
 
52
  border-style: none;
 
53
  border-spacing: 0;
 
54
}
 
55
 
 
56
table.log {
 
57
}
 
58
 
 
59
 
 
60
td {
 
61
  border-width: 0;
 
62
  border-style: none;
 
63
  padding-right: 0.5em;
 
64
  padding-left: 0.5em;
 
65
}
 
66
 
 
67
tr {
 
68
  vertical-align: top;
 
69
}
 
70
 
 
71
h1 {
 
72
  padding: 0.5em;
 
73
  margin-left: -20px;
 
74
  margin-right: -20px;
 
75
  background-color: #305275;
 
76
  margin-top: 0;
 
77
  margin-bottom: 0;
 
78
  color: #fff;
 
79
}
 
80
 
 
81
h2 {
 
82
  text-transform: uppercase;
 
83
  font-size: smaller;
 
84
  margin-top: 1em;
 
85
  margin-left: -0.5em;
 
86
  width: 100%;
 
87
  /*background: #fffbce;*/
 
88
  /*background: #628a0d;*/
 
89
  padding: 5px;
 
90
  color: #305275;
 
91
}
 
92
 
 
93
.attrname {
 
94
  text-align: right;
 
95
  font-size: smaller;
 
96
}
 
97
 
 
98
.attrval {
 
99
  color: #222;
 
100
}
 
101
 
 
102
.issue-closed-fixed {
 
103
  background-image: "green-check.png";
 
104
}
 
105
 
 
106
.issue-closed-wontfix {
 
107
  background-image: "red-check.png";
 
108
}
 
109
 
 
110
.issue-closed-reorg {
 
111
  background-image: "blue-check.png";
 
112
}
 
113
 
 
114
.inline-issue-link {
 
115
  text-decoration: underline;
 
116
}
 
117
 
 
118
img {
 
119
  border: 0;
 
120
}
 
121
 
 
122
/*
 
123
.issuestatus_closed {
 
124
  background-color: #f2fff2;
 
125
  text-align: center;
 
126
}
 
127
 
 
128
.issuestatus_in_progress {
 
129
  background-color: #fffff2;
 
130
  text-align: center;
 
131
}
 
132
 
 
133
.issuestatus_paused {
 
134
  background-color: #fffff2;
 
135
  text-align: center;
 
136
}
 
137
 
 
138
.issuestatus_unstarted {
 
139
  background-color: #fff2f2;
 
140
  text-align: center;
 
141
}
 
142
 
 
143
.issuestatus_closed a {
 
144
  color: #202020;
 
145
}
 
146
 
 
147
.issuestatus_in_progress a {
 
148
  color: #202020;
 
149
}
 
150
 
 
151
.issuestatus_paused a {
 
152
  color: #202020;
 
153
}
 
154
 
 
155
.issuestatus_unstarted a {
 
156
  color: #202020;
 
157
}
 
158
*/
 
159
 
 
160
div.footer {
 
161
  font-size: small;
 
162
  padding-left: 20px;
 
163
  padding-right: 20px;
 
164
  padding-top: 5px;
 
165
  padding-bottom: 5px;
 
166
  margin: auto;
 
167
  background: #305275;
 
168
  color: #fffee7;
 
169
}
 
170
 
 
171
.footer a {
 
172
  color: #508d91;
 
173
}
 
174
 
 
175
.even-row {
 
176
  font-size: smaller;
 
177
  background-color: #f2f2f2;
 
178
}
 
179
 
 
180
.odd-row {
 
181
  font-size: smaller;
 
182
  background-color: #f2f2f2;
 
183
}
 
184
 
 
185
.backptr {
 
186
  font-size: smaller;
 
187
  width: 100%;
 
188
  text-align: left;
 
189
  padding-bottom: 1em;
 
190
  margin-top: 0;
 
191
}
 
192
 
 
193
.logcomment {
 
194
  padding-left: 4em;
 
195
  font-size: smaller;
 
196
}
 
197
 
 
198
.id {
 
199
  font-family: courier;
 
200
}
 
201
 
 
202
.description {
 
203
  background: #f2f2f2;
 
204
  padding-left: 1em;
 
205
  padding-right: 1em;
 
206
  padding-top: 0.5em;
 
207
  padding-bottom: 0.5em;
 
208
}
 
209
 
 
210
.message {
 
211
}
 
212
 
 
213
.littledate {
 
214
  font-size: smaller;
 
215
}
 
216
 
 
217
.progress-meter-done {
 
218
  background-color: #03af00;
 
219
}
 
220
 
 
221
.progress-meter-undone {
 
222
  background-color: #ddd;
 
223
}
 
224
 
 
225
.progress-meter {
 
226
}