Project

General

Profile

Feature #4967 » application.css

Bruno Prado, 2010-03-02 15:49

 
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
/* issues links are bold black and underlined */
48
#content table.list tr.issue a { font-weight: bold; color: #000000; text-decoration: underline; }
49

    
50
/* colours black the progress bar  */
51
#content .list .issue .done_ratio .progress .todo { background: #ffffff; }
52
#content .list .issue .done_ratio .progress .closed { background: #000000; }
53

    
54
/* issue view: colour the links bold black and underlined, and the progress bar as in issues list */
55
#content .issue h3 { color: #000000; }
56
#content .issue a { color: #000000; text-decoration: underline; }
57
#content .issue .attributes .progress .progress .todo { background: #ffffff; }
58
#content .issue .attributes .progress .progress .closed { background: #000000; }
59

    
60
/* status NEW, priority IMMEDIATE */
61
.status-1.priority-5 { background: #fe4040; }
62

    
63
/* status NEW, priority URGENT */
64
.status-1.priority-4 { background: #fe6060; }
65

    
66
/* status NEW, priority HIGH */
67
.status-1.priority-3 { background: #fe8080; }
68

    
69
/* status NEW, priority NORMAL */
70
.status-1.priority-2 { background: #fea0a0; }
71

    
72
/* status NEW, priority LOW */
73
.status-1.priority-1 { background: #fec0c0; }
74

    
75
/* status ASSIGNED, priority IMMEDIATE */
76
.status-2.priority-5 { background: #5858ff; }
77

    
78
/* status ASSIGNED, priority URGENT */
79
.status-2.priority-4 { background: #7878ff; }
80

    
81
/* status ASSIGNED, priority HIGH */
82
.status-2.priority-3 { background: #9898ff; }
83

    
84
/* status ASSIGNED, priority NORMAL */
85
.status-2.priority-2 { background: #b8b8ff; }
86

    
87
/* status ASSIGNED, priority LOW */
88
.status-2.priority-1 { background: #d8d8ff; }
89

    
90
/* status ACKNOWLEDGED, priority IMMEDIATE */
91
.status-3.priority-5 { background: #008833 }
92

    
93
/* status ACKNOWLEDGED, priority URGENT */
94
.status-3.priority-4 { background: #00aa55; }
95

    
96
/* status ACKNOWLEDGED, priority HIGH */
97
.status-3.priority-3 { background: #00cc77; }
98

    
99
/* status ACKNOWLEDGED, priority NORMAL */
100
.status-3.priority-2 { background: #00ee99; }
101

    
102
/* status ACKNOWLEDGED, priority LOW */
103
.status-3.priority-1 { background: #99ffbb; }
104

    
105
/* status REJECTED, priority IMMEDIATE */
106
.status-4.priority-5 { background: #ffbb22; }
107

    
108
/* status REJECTED, priority URGENT */
109
.status-4.priority-4 { background: #ffcc44; }
110

    
111
/* status REJECTED, priority HIGH */
112
.status-4.priority-3 { background: #ffdd66; }
113

    
114
/* status REJECTED, priority NORMAL */
115
.status-4.priority-2 { background: #ffee88; }
116

    
117
/* status REJECTED, priority LOW */
118
.status-4.priority-1 { background: #ffffaa; }
119

    
120
/* status CLOSED, priority IMMEDIATE */
121
.status-5.priority-5 { background: #555555; }
122

    
123
/* status CLOSED, priority URGENT */
124
.status-5.priority-4 { background: #777777; }
125

    
126
/* status CLOSED, priority HIGH */
127
.status-5.priority-3 { background: #999999; }
128

    
129
/* status CLOSED, priority NORMAL */
130
.status-5.priority-2 { background: #bbbbbb; }
131

    
132
/* status CLOSED, priority LOW */
133
.status-5.priority-1 { background: #dddddd; }
134

    
(3-3/14)