~hazmat/launchpad-work-items-tracker/cdo-austin

« back to all changes in this revision

Viewing changes to css/status.css

  • Committer: James Westby
  • Date: 2011-05-18 20:51:50 UTC
  • mto: (240.30.2 more-parser)
  • mto: This revision was merged to the branch mainline in revision 268.
  • Revision ID: james.westby@linaro.org-20110518205150-eywhyq8s6bt3p1is
Add theme support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
a { text-decoration: none; color: #98C13D; }
 
2
table { border-collapse: collapse; border-style: solid none;
 
3
        border-width: 3px; margin-bottom: 3ex; empty-cells: show; }
 
4
table th { text-align: left; border-style: none none solid none;
 
5
           border-width: 3px; padding-right: 10px; }
 
6
table td { text-align: left; border-style: none none dotted none;
 
7
           border-width: 1px; padding-right: 10px; }
 
8
table#byworkitem td { vertical-align: top; }
 
9
 
 
10
table#milestones {
 
11
    border-style: none;
 
12
}
 
13
 
 
14
table#milestones td.date {
 
15
    border-left: 3px solid #98C13D;
 
16
    white-space: nowrap;
 
17
}
 
18
 
 
19
table#milestones td {
 
20
    vertical-align: bottom;
 
21
    border-style: none;
 
22
    border-bottom: none;
 
23
    padding-left: 0px;
 
24
    margin-left: 0px;
 
25
}
 
26
 
 
27
table#milestones td span.connector{
 
28
    color: #98C13D;
 
29
}
 
30
 
 
31
td.priority_Undefined, th.priority_Undefined { color: gray; }
 
32
td.priority_Low, th.priority_Low { color: blue; }
 
33
td.priority_Medium, th.priority_Medium { color: #f60; }
 
34
td.priority_High, th.priority_High { color: red; }
 
35
td.priority_Essential, th.priority_Essential { color: red; }
 
36
td span.implementation_status { font-size: 70%; }
 
37
 
 
38
.status-todo a {color: orange;}
 
39
.status-inprogress a {color: gray;}
 
40
.status-done a {color: green;}
 
41
.status-blocked a {color: red;}
 
42
.status-postponed a {color: purple;}
 
43
 
 
44
.interesting {
 
45
    font-weight: bold;
 
46
    font-size: 1.2em;
 
47
}
 
48
 
 
49
.progress_wrap {
 
50
    position: relative;
 
51
    border: 1px solid black;
 
52
    margin-top: 2px;
 
53
    margin-bottom: 2px;
 
54
    margin-left: auto;
 
55
    margin-right: auto;
 
56
    background-color: #bdbdbd;
 
57
}
 
58
 
 
59
.progress_wrap, .progress_value, .progress_text {
 
60
    width: 500px;
 
61
    height: 30px;
 
62
    border-radius: 5px;
 
63
}
 
64
 
 
65
table .progress_wrap, table .progress_value, table .progress_text {
 
66
    width: 155px;
 
67
}
 
68
 
 
69
.mini_progress .progress_wrap, .mini_progress .progress_value, .mini_progress .progress_text {
 
70
    width: 100px;
 
71
margin: auto;
 
72
}
 
73
 
 
74
.mini_progress div {
 
75
display: inline-block;
 
76
}
 
77
 
 
78
table.mini_progress {
 
79
margin: 10px auto 3px;
 
80
}
 
81
 
 
82
table.mini_progress, table.mini_progress thead, table.mini_progress tr, table.mini_progress th, table.mini_progress td {
 
83
border: none
 
84
}
 
85
 
 
86
table.mini_progress th, table.mini_progress td {
 
87
font-weight: normal;
 
88
padding-right: 10px;
 
89
padding-left: 10px;
 
90
font-size: smaller;
 
91
}
 
92
 
 
93
.progress_value {
 
94
    background-color: #5bad4c;
 
95
}
 
96
 
 
97
.progress_value.slow_progress {
 
98
    background-color: red;
 
99
}
 
100
 
 
101
.progress_value.ok_progress {
 
102
    background-color: orange;
 
103
}
 
104
 
 
105
span.slow_progress {
 
106
color: red;
 
107
}
 
108
 
 
109
span.ok_progress {
 
110
color: orange;
 
111
}
 
112
 
 
113
.progress_text {
 
114
    position: absolute;
 
115
    top:0; left:0;
 
116
 
 
117
    padding-top: 5px;
 
118
 
 
119
    color: #fff;
 
120
    text-align: center;
 
121
    width: 100%;
 
122
}
 
123
 
 
124
body {
 
125
background: #3d3d3d url(http://linaro.org/themes/base/images/lin-bg-grad.jpg) repeat-x top;
 
126
font-family: Verdana, Lucida, sans-serif;
 
127
font-size: 82.5%;
 
128
color: #333;
 
129
}
 
130
 
 
131
#bgcontainer {
 
132
background: url(http://linaro.org/themes/base/images/lin-bg-wide.jpg) no-repeat top center;
 
133
}
 
134
 
 
135
#centered {
 
136
margin: auto;
 
137
width: 980px;
 
138
}
 
139
 
 
140
#header {
 
141
background: url(http://www.linaro.org/themes/base/images/lin-logo.png) no-repeat 0% 0%;
 
142
height: 130px;
 
143
margin: 0px auto;
 
144
position: relative;
 
145
width: 940px;
 
146
}
 
147
 
 
148
#content_pane {
 
149
background: url(http://www.linaro.org/themes/base/images/lin-bg-cont.png) no-repeat 0% 0%;
 
150
clear: both;
 
151
margin: 3px auto;
 
152
min-height: 500px;
 
153
overflow: hidden;
 
154
padding: 3px 17px 17px;
 
155
}
 
156
 
 
157
#main_content {
 
158
width: 908px;
 
159
background: white;
 
160
padding: 0px 20px 20px;
 
161
}
 
162
 
 
163
.logolink {
 
164
display: block;
 
165
height: 110px;
 
166
left: 50%;
 
167
margin-left: -480px;
 
168
position: absolute;
 
169
top: 15px;
 
170
width: 230px;
 
171
z-index: 100;
 
172
}
 
173
 
 
174
#navigation {
 
175
height: 45px;
 
176
left: 240px;
 
177
position: absolute;
 
178
top: 50px;
 
179
width: 700px;
 
180
padding: 0px;
 
181
margin: 0px;
 
182
}
 
183
 
 
184
#navigation_menu {
 
185
float: left;
 
186
list-style-type: disc;
 
187
padding: 0px;
 
188
margin: 0px;
 
189
}
 
190
 
 
191
#navigation_menu a {
 
192
padding-left: 50px;
 
193
float: left;
 
194
font-size: 1.2em;
 
195
line-height: 45px;
 
196
text-decoraction: none;
 
197
margin: 0px 2px;
 
198
}
 
199
 
 
200
#navigation_menu .active {
 
201
background-color: #aaa;
 
202
border-radius: 5px;
 
203
}
 
204
 
 
205
#navigation_menu li:hover {
 
206
background-color: #eee;
 
207
border-radius: 5px;
 
208
}
 
209
 
 
210
#navigation_menu .active a {
 
211
color: #fff;
 
212
}
 
213
 
 
214
#overview_nav {
 
215
width: 140px;
 
216
background: url('overview.png') no-repeat 0% 0%;
 
217
}
 
218
 
 
219
#about_nav {
 
220
width: 125px;
 
221
background: url('about.png') no-repeat 0% 0%;
 
222
}
 
223
 
 
224
#individuals_nav {
 
225
width: 125px;
 
226
background: url('individuals.gif') no-repeat 0% 0%;
 
227
}
 
228
 
 
229
#teams_nav {
 
230
width: 125px;
 
231
background: url('teams.png') no-repeat 0% 0%;
 
232
}
 
233
 
 
234
#milestones_nav {
 
235
width: 145px;
 
236
background: url('milestones.png') no-repeat 0% 0%;
 
237
}
 
238
 
 
239
#navigation_menu li {
 
240
float: left;
 
241
list-style: none;
 
242
}
 
243
 
 
244
#navigation a {
 
245
color: #333;
 
246
}
 
247
 
 
248
a.area {
 
249
color: #333;
 
250
}
 
251
 
 
252
.overview_graph {
 
253
margin-bottom: 30px;
 
254
}
 
255