1
|
@import url(../../../stylesheets/application.css);
|
2
|
|
3
|
body{ color:#303030; background:#e8eaec; }
|
4
|
|
5
|
#top-menu { font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #578bb8; }
|
6
|
#top-menu a { font-weight: bold; }
|
7
|
#header { background: #467aa7; height:5.8em; padding: 10px 0 0 0; }
|
8
|
#header h1 { margin-left: 6px; }
|
9
|
#quick-search { margin-right: 6px; }
|
10
|
#main-menu { background-color: #578bb8; left: 0; border-top: 1px solid #fff; width: 100%; }
|
11
|
#main-menu li { margin: 0; padding: 0; }
|
12
|
#main-menu li a { background-color: #578bb8; border-right: 1px solid #fff; font-size: 90%; padding: 4px 8px 4px 8px; font-weight: bold; }
|
13
|
#main-menu li a:hover { background-color: #80b0da; color: #ffffff; }
|
14
|
#main-menu li a.selected, #main-menu li a.selected:hover { background-color: #80b0da; color: #ffffff; }
|
15
|
|
16
|
#footer { background-color: #578bb8; border: 0; color: #fff;}
|
17
|
#footer a { color: #fff; font-weight: bold; }
|
18
|
|
19
|
#main { font:90% Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; }
|
20
|
#main a { font-weight: bold; color: #467aa7; }
|
21
|
#main a:hover { color: #2a5a8a; text-decoration: underline; }
|
22
|
#content { background: #fff; }
|
23
|
#content .tabs ul { bottom:-1px; }
|
24
|
|
25
|
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
26
|
h2, .wiki h1 { letter-spacing:-1px; }
|
27
|
h4 { border-bottom: dotted 1px #c0c0c0; }
|
28
|
|
29
|
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
|
30
|
background-position: 0% 40%;
|
31
|
background-repeat: no-repeat;
|
32
|
padding-left: 20px;
|
33
|
padding-top: 2px;
|
34
|
padding-bottom: 3px;
|
35
|
}
|
36
|
|
37
|
#top-menu a.home { background-image: url(../images/home.png); }
|
38
|
#top-menu a.my-page { background-image: url(../../../images/user.png); }
|
39
|
#top-menu a.projects { background-image: url(../../../images/projects.png); }
|
40
|
#top-menu a.administration { background-image: url(../images/wrench.png); }
|
41
|
#top-menu a.help { background-image: url(../../../images/help.png); }
|
42
|
|
43
|
/* makes the fonts that are not links bold black */
|
44
|
/* .issue { color: #000000; font-weight: bold; } */
|
45
|
/* tr, table.list tbody tr:hover { color: #000000; font-weight: bold; } */
|
46
|
|
47
|
/* ************************************************************************** */
|
48
|
|
49
|
/* issues links are underlined (bold inherited) */
|
50
|
#content table.list tr.issue a { color: #000000; text-decoration: underline; }
|
51
|
|
52
|
/* issue list: colours black the progress bar */
|
53
|
#content .list .issue .done_ratio .progress .todo { background: #ffffff; }
|
54
|
#content .list .issue .done_ratio .progress .closed { background: #000000; }
|
55
|
|
56
|
/* issue view: underline the links and colour black the progress bar
|
57
|
(bold inherited) */
|
58
|
#content .issue h3 { color: #000000; }
|
59
|
#content .issue a { color: #000000; text-decoration: underline; }
|
60
|
#content .issue .attributes .progress .progress .todo { background: #ffffff; }
|
61
|
#content .issue .attributes .progress .progress .closed { background: #000000; }
|
62
|
|
63
|
#content .details { background: #ffffbb }
|
64
|
|
65
|
/* IMMEDIATE, URGENT, HIGH, NORMAL, LOW */
|
66
|
|
67
|
/* Issues list */
|
68
|
|
69
|
/* NEW */
|
70
|
#content .list .status-1.priority-5 { background: #ff6655; }
|
71
|
#content .list .status-1.priority-4 { background: #ff7766; }
|
72
|
#content .list .status-1.priority-3 { background: #ff8877; }
|
73
|
#content .list .status-1.priority-2 { background: #ff9988; }
|
74
|
#content .list .status-1.priority-1 { background: #ffaa99; }
|
75
|
|
76
|
/* ASSIGNED */
|
77
|
#content .list .status-2.priority-5 { background: #8c8cfe; }
|
78
|
#content .list .status-2.priority-4 { background: #9c9cfe; }
|
79
|
#content .list .status-2.priority-3 { background: #acacfe; }
|
80
|
#content .list .status-2.priority-2 { background: #bcbcfe; }
|
81
|
#content .list .status-2.priority-1 { background: #ccccfe; }
|
82
|
|
83
|
/* ACKNOWLEDGED */
|
84
|
/*
|
85
|
#content .list .status-3.priority-5 { background: #008833; }
|
86
|
#content .list .status-3.priority-4 { background: #00aa55; }
|
87
|
#content .list .status-3.priority-3 { background: #00cc77; }
|
88
|
#content .list .status-3.priority-2 { background: #00ee99; }
|
89
|
#content .list .status-3.priority-1 { background: #99ffbb; }
|
90
|
*/
|
91
|
#content .list .status-3.priority-5 { background: #00aa55; }
|
92
|
#content .list .status-3.priority-4 { background: #00bb66; }
|
93
|
#content .list .status-3.priority-3 { background: #00cc77; }
|
94
|
#content .list .status-3.priority-2 { background: #00dd88; }
|
95
|
#content .list .status-3.priority-1 { background: #00ee99; }
|
96
|
|
97
|
/* REJECTED */
|
98
|
#content .list .status-4.priority-5 { background: #ff9911; }
|
99
|
#content .list .status-4.priority-4 { background: #ffaa33; }
|
100
|
#content .list .status-4.priority-3 { background: #ffbb44; }
|
101
|
#content .list .status-4.priority-2 { background: #ffcc55; }
|
102
|
#content .list .status-4.priority-1 { background: #ffdd66; }
|
103
|
|
104
|
/* CLOSED */
|
105
|
#content .list .status-5.priority-5 { background: #777777; }
|
106
|
#content .list .status-5.priority-4 { background: #888888; }
|
107
|
#content .list .status-5.priority-3 { background: #999999; }
|
108
|
#content .list .status-5.priority-2 { background: #aaaaaa; }
|
109
|
#content .list .status-5.priority-1 { background: #bbbbbb; }
|
110
|
|
111
|
/* Issue details */
|
112
|
|
113
|
/* NEW */
|
114
|
#content .status-1.priority-5 .attributes td.priority { background: #fe4040; }
|
115
|
#content .status-1.priority-4 .attributes td.priority { background: #fe6060; }
|
116
|
#content .status-1.priority-3 .attributes td.priority { background: #fe8080; }
|
117
|
#content .status-1.priority-2 .attributes td.priority { background: #fea0a0; }
|
118
|
#content .status-1.priority-1 .attributes td.priority { background: #fec0c0; }
|
119
|
|
120
|
/* ASSIGNED */
|
121
|
#content .status-2.priority-5 .attributes td.priority { background: #5858ff; }
|
122
|
#content .status-2.priority-4 .attributes td.priority { background: #7878ff; }
|
123
|
#content .status-2.priority-3 .attributes td.priority { background: #9898ff; }
|
124
|
#content .status-2.priority-2 .attributes td.priority { background: #b8b8ff; }
|
125
|
#content .status-2.priority-1 .attributes td.priority { background: #d8d8ff; }
|
126
|
|
127
|
/* ACKNOWLEDGED */
|
128
|
#content .status-3.priority-5 .attributes td.priority { background: #008833; }
|
129
|
#content .status-3.priority-4 .attributes td.priority { background: #00aa55; }
|
130
|
#content .status-3.priority-3 .attributes td.priority { background: #00cc77; }
|
131
|
#content .status-3.priority-2 .attributes td.priority { background: #00ee99; }
|
132
|
#content .status-3.priority-1 .attributes td.priority { background: #99ffbb; }
|
133
|
|
134
|
/* REJECTED */
|
135
|
#content .status-4.priority-5 .attributes td.priority { background: #ffbb22; }
|
136
|
#content .status-4.priority-4 .attributes td.priority { background: #ffcc44; }
|
137
|
#content .status-4.priority-3 .attributes td.priority { background: #ffdd66; }
|
138
|
#content .status-4.priority-2 .attributes td.priority { background: #ffee88; }
|
139
|
#content .status-4.priority-1 .attributes td.priority { background: #ffffaa; }
|
140
|
|
141
|
/* CLOSED */
|
142
|
#content .status-5.priority-5 .attributes td.priority { background: #555555; }
|
143
|
#content .status-5.priority-4 .attributes td.priority { background: #777777; }
|
144
|
#content .status-5.priority-3 .attributes td.priority { background: #999999; }
|
145
|
#content .status-5.priority-2 .attributes td.priority { background: #bbbbbb; }
|
146
|
#content .status-5.priority-1 .attributes td.priority { background: #dddddd; }
|
147
|
|