##// END OF EJS Templates
Default theme: smaller font in top menu and new style for main menu....
Jean-Philippe Lang -
r1260:43fc812e0ebc
parent child
Show More
@@ -1,579 +1,580
1 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
1 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
2
2
3 h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;}
3 h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;}
4 h1 {margin:0; padding:0; font-size: 24px;}
4 h1 {margin:0; padding:0; font-size: 24px;}
5 h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
5 h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
6 h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
6 h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
7 h4, .wiki h3 {font-size: 12px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
7 h4, .wiki h3 {font-size: 12px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
8
8
9 /***** Layout *****/
9 /***** Layout *****/
10 #wrapper {background: white;}
10 #wrapper {background: white;}
11
11
12 #top-menu {background: #2C4056;color: #fff;height:1.5em; padding: 2px 6px 0px 6px;}
12 #top-menu {background: #2C4056; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
13 #top-menu ul {margin: 0; padding: 0;}
13 #top-menu ul {margin: 0; padding: 0;}
14 #top-menu li {
14 #top-menu li {
15 float:left;
15 float:left;
16 list-style-type:none;
16 list-style-type:none;
17 margin: 0px 0px 0px 0px;
17 margin: 0px 0px 0px 0px;
18 padding: 0px 0px 0px 0px;
18 padding: 0px 0px 0px 0px;
19 white-space:nowrap;
19 white-space:nowrap;
20 }
20 }
21 #top-menu a {color: #fff; padding-right: 4px;}
21 #top-menu a {color: #fff; padding-right: 8px; font-weight: bold;}
22 #top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
22 #top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
23
23
24 #account {float:right;}
24 #account {float:right;}
25
25
26 #header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
26 #header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
27 #header a {color:#f8f8f8;}
27 #header a {color:#f8f8f8;}
28 #quick-search {float:right;}
28 #quick-search {float:right;}
29
29
30 #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
30 #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
31 #main-menu ul {margin: 0; padding: 0;}
31 #main-menu ul {margin: 0; padding: 0;}
32 #main-menu li {
32 #main-menu li {
33 float:left;
33 float:left;
34 list-style-type:none;
34 list-style-type:none;
35 margin: 0px 10px 0px 0px;
35 margin: 0px 2px 0px 0px;
36 padding: 0px 0px 0px 0px;
36 padding: 0px 0px 0px 0px;
37 white-space:nowrap;
37 white-space:nowrap;
38 }
38 }
39 #main-menu li a {
39 #main-menu li a {
40 display: block;
40 display: block;
41 color: #fff;
41 color: #fff;
42 text-decoration: none;
42 text-decoration: none;
43 font-weight: bold;
43 margin: 0;
44 margin: 0;
44 padding: 4px 4px 4px 4px;
45 padding: 4px 10px 4px 10px;
45 background: #2C4056;
46 }
46 }
47 #main-menu li a:hover, #main-menu li a.selected {background:#759FCF;}
47 #main-menu li a:hover {background:#759FCF; color:#fff;}
48 #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
48
49
49 #main {background: url(../images/mainbg.png) repeat-x; background-color:#EEEEEE;}
50 #main {background-color:#EEEEEE;}
50
51
51 #sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
52 #sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
52 * html #sidebar{ width: 17%; }
53 * html #sidebar{ width: 17%; }
53 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
54 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
54 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
55 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
55 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
56 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
56
57
57 #content { width: 80%; background: url(../images/contentbg.png) repeat-x; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; height:600px; min-height: 600px;}
58 #content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; height:600px; min-height: 600px;}
58 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
59 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
59 html>body #content {
60 html>body #content {
60 height: auto;
61 height: auto;
61 min-height: 600px;
62 min-height: 600px;
62 }
63 }
63
64
64 #main.nosidebar #sidebar{ display: none; }
65 #main.nosidebar #sidebar{ display: none; }
65 #main.nosidebar #content{ width: auto; border-right: 0; }
66 #main.nosidebar #content{ width: auto; border-right: 0; }
66
67
67 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
68 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
68
69
69 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
70 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
70 #login-form table td {padding: 6px;}
71 #login-form table td {padding: 6px;}
71 #login-form label {font-weight: bold;}
72 #login-form label {font-weight: bold;}
72
73
73 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
74 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
74
75
75 /***** Links *****/
76 /***** Links *****/
76 a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
77 a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
77 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
78 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
78 a img{ border: 0; }
79 a img{ border: 0; }
79
80
80 a.issue.closed, .issue.closed a { text-decoration: line-through; }
81 a.issue.closed, .issue.closed a { text-decoration: line-through; }
81
82
82 /***** Tables *****/
83 /***** Tables *****/
83 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
84 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
84 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
85 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
85 table.list td { overflow: hidden; vertical-align: top;}
86 table.list td { overflow: hidden; vertical-align: top;}
86 table.list td.id { width: 2%; text-align: center;}
87 table.list td.id { width: 2%; text-align: center;}
87 table.list td.checkbox { width: 15px; padding: 0px;}
88 table.list td.checkbox { width: 15px; padding: 0px;}
88
89
89 tr.issue { text-align: center; white-space: nowrap; }
90 tr.issue { text-align: center; white-space: nowrap; }
90 tr.issue td.subject, tr.issue td.category { white-space: normal; }
91 tr.issue td.subject, tr.issue td.category { white-space: normal; }
91 tr.issue td.subject { text-align: left; }
92 tr.issue td.subject { text-align: left; }
92 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
93 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
93
94
94 tr.entry { border: 1px solid #f8f8f8; }
95 tr.entry { border: 1px solid #f8f8f8; }
95 tr.entry td { white-space: nowrap; }
96 tr.entry td { white-space: nowrap; }
96 tr.entry td.filename { width: 30%; }
97 tr.entry td.filename { width: 30%; }
97 tr.entry td.size { text-align: right; font-size: 90%; }
98 tr.entry td.size { text-align: right; font-size: 90%; }
98 tr.entry td.revision, tr.entry td.author { text-align: center; }
99 tr.entry td.revision, tr.entry td.author { text-align: center; }
99 tr.entry td.age { text-align: right; }
100 tr.entry td.age { text-align: right; }
100
101
101 tr.changeset td.author { text-align: center; width: 15%; }
102 tr.changeset td.author { text-align: center; width: 15%; }
102 tr.changeset td.committed_on { text-align: center; width: 15%; }
103 tr.changeset td.committed_on { text-align: center; width: 15%; }
103
104
104 tr.message { height: 2.6em; }
105 tr.message { height: 2.6em; }
105 tr.message td.last_message { font-size: 80%; }
106 tr.message td.last_message { font-size: 80%; }
106 tr.message.locked td.subject a { background-image: url(../images/locked.png); }
107 tr.message.locked td.subject a { background-image: url(../images/locked.png); }
107 tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; }
108 tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; }
108
109
109 tr.user td { width:13%; }
110 tr.user td { width:13%; }
110 tr.user td.email { width:18%; }
111 tr.user td.email { width:18%; }
111 tr.user td { white-space: nowrap; }
112 tr.user td { white-space: nowrap; }
112 tr.user.locked, tr.user.registered { color: #aaa; }
113 tr.user.locked, tr.user.registered { color: #aaa; }
113 tr.user.locked a, tr.user.registered a { color: #aaa; }
114 tr.user.locked a, tr.user.registered a { color: #aaa; }
114
115
115 tr.time-entry { text-align: center; white-space: nowrap; }
116 tr.time-entry { text-align: center; white-space: nowrap; }
116 tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; }
117 tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; }
117 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
118 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
118 td.hours .hours-dec { font-size: 0.9em; }
119 td.hours .hours-dec { font-size: 0.9em; }
119
120
120 table.list tbody tr:hover { background-color:#ffffdd; }
121 table.list tbody tr:hover { background-color:#ffffdd; }
121 table td {padding:2px;}
122 table td {padding:2px;}
122 table p {margin:0;}
123 table p {margin:0;}
123 .odd {background-color:#f6f7f8;}
124 .odd {background-color:#f6f7f8;}
124 .even {background-color: #fff;}
125 .even {background-color: #fff;}
125
126
126 .highlight { background-color: #FCFD8D;}
127 .highlight { background-color: #FCFD8D;}
127 .highlight.token-1 { background-color: #faa;}
128 .highlight.token-1 { background-color: #faa;}
128 .highlight.token-2 { background-color: #afa;}
129 .highlight.token-2 { background-color: #afa;}
129 .highlight.token-3 { background-color: #aaf;}
130 .highlight.token-3 { background-color: #aaf;}
130
131
131 .box{
132 .box{
132 padding:6px;
133 padding:6px;
133 margin-bottom: 10px;
134 margin-bottom: 10px;
134 background-color:#f6f6f6;
135 background-color:#f6f6f6;
135 color:#505050;
136 color:#505050;
136 line-height:1.5em;
137 line-height:1.5em;
137 border: 1px solid #e4e4e4;
138 border: 1px solid #e4e4e4;
138 }
139 }
139
140
140 div.square {
141 div.square {
141 border: 1px solid #999;
142 border: 1px solid #999;
142 float: left;
143 float: left;
143 margin: .3em .4em 0 .4em;
144 margin: .3em .4em 0 .4em;
144 overflow: hidden;
145 overflow: hidden;
145 width: .6em; height: .6em;
146 width: .6em; height: .6em;
146 }
147 }
147
148
148 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
149 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
149 .contextual input {font-size:0.9em;}
150 .contextual input {font-size:0.9em;}
150
151
151 .splitcontentleft{float:left; width:49%;}
152 .splitcontentleft{float:left; width:49%;}
152 .splitcontentright{float:right; width:49%;}
153 .splitcontentright{float:right; width:49%;}
153 form {display: inline;}
154 form {display: inline;}
154 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
155 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
155 fieldset {border: 1px solid #e4e4e4; margin:0;}
156 fieldset {border: 1px solid #e4e4e4; margin:0;}
156 legend {color: #484848;}
157 legend {color: #484848;}
157 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
158 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
158 textarea.wiki-edit { width: 99%; }
159 textarea.wiki-edit { width: 99%; }
159 li p {margin-top: 0;}
160 li p {margin-top: 0;}
160 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
161 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
161
162
162 #filters { margin-bottom: 1em; }
163 #filters { margin-bottom: 1em; }
163 #filters .buttons { text-align: right; font-size: 0.9em; }
164 #filters .buttons { text-align: right; font-size: 0.9em; }
164
165
165 div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
166 div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
166 div#issue-changesets .changeset { padding: 4px;}
167 div#issue-changesets .changeset { padding: 4px;}
167 div#issue-changesets .changeset { border-bottom: 1px solid #ddd; }
168 div#issue-changesets .changeset { border-bottom: 1px solid #ddd; }
168 div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
169 div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
169
170
170 div#activity dl { margin-left: 2em; }
171 div#activity dl { margin-left: 2em; }
171 div#activity dd { margin-bottom: 1em; }
172 div#activity dd { margin-bottom: 1em; }
172 div#activity dt { margin-bottom: 1px; }
173 div#activity dt { margin-bottom: 1px; }
173 div#activity dt .time { color: #777; font-size: 80%; }
174 div#activity dt .time { color: #777; font-size: 80%; }
174 div#activity dd .description { font-style: italic; }
175 div#activity dd .description { font-style: italic; }
175 div#activity span.project:after { content: " -"; }
176 div#activity span.project:after { content: " -"; }
176
177
177 div#roadmap fieldset.related-issues { margin-bottom: 1em; }
178 div#roadmap fieldset.related-issues { margin-bottom: 1em; }
178 div#roadmap fieldset.related-issues ul { margin-top: 0.3em; margin-bottom: 0.3em; }
179 div#roadmap fieldset.related-issues ul { margin-top: 0.3em; margin-bottom: 0.3em; }
179 div#roadmap .wiki h1:first-child { display: none; }
180 div#roadmap .wiki h1:first-child { display: none; }
180 div#roadmap .wiki h1 { font-size: 120%; }
181 div#roadmap .wiki h1 { font-size: 120%; }
181 div#roadmap .wiki h2 { font-size: 110%; }
182 div#roadmap .wiki h2 { font-size: 110%; }
182
183
183 div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
184 div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
184 div#version-summary fieldset { margin-bottom: 1em; }
185 div#version-summary fieldset { margin-bottom: 1em; }
185 div#version-summary .total-hours { text-align: right; }
186 div#version-summary .total-hours { text-align: right; }
186
187
187 table#time-report td.hours { text-align: right; padding-right: 0.5em; }
188 table#time-report td.hours { text-align: right; padding-right: 0.5em; }
188 table#time-report tbody tr { font-style: italic; color: #777; }
189 table#time-report tbody tr { font-style: italic; color: #777; }
189 table#time-report tbody tr.last-level { font-style: normal; color: #555; }
190 table#time-report tbody tr.last-level { font-style: normal; color: #555; }
190 table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; }
191 table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; }
191 table#time-report .hours-dec { font-size: 0.9em; }
192 table#time-report .hours-dec { font-size: 0.9em; }
192
193
193 .total-hours { font-size: 110%; font-weight: bold; }
194 .total-hours { font-size: 110%; font-weight: bold; }
194 .total-hours span.hours-int { font-size: 120%; }
195 .total-hours span.hours-int { font-size: 120%; }
195
196
196 .autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;}
197 .autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;}
197 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
198 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
198
199
199 .pagination {font-size: 90%}
200 .pagination {font-size: 90%}
200 p.pagination {margin-top:8px;}
201 p.pagination {margin-top:8px;}
201
202
202 /***** Tabular forms ******/
203 /***** Tabular forms ******/
203 .tabular p{
204 .tabular p{
204 margin: 0;
205 margin: 0;
205 padding: 5px 0 8px 0;
206 padding: 5px 0 8px 0;
206 padding-left: 180px; /*width of left column containing the label elements*/
207 padding-left: 180px; /*width of left column containing the label elements*/
207 height: 1%;
208 height: 1%;
208 clear:left;
209 clear:left;
209 }
210 }
210
211
211 .tabular label{
212 .tabular label{
212 font-weight: bold;
213 font-weight: bold;
213 float: left;
214 float: left;
214 text-align: right;
215 text-align: right;
215 margin-left: -180px; /*width of left column*/
216 margin-left: -180px; /*width of left column*/
216 width: 175px; /*width of labels. Should be smaller than left column to create some right
217 width: 175px; /*width of labels. Should be smaller than left column to create some right
217 margin*/
218 margin*/
218 }
219 }
219
220
220 .tabular label.floating{
221 .tabular label.floating{
221 font-weight: normal;
222 font-weight: normal;
222 margin-left: 0px;
223 margin-left: 0px;
223 text-align: left;
224 text-align: left;
224 width: 200px;
225 width: 200px;
225 }
226 }
226
227
227 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
228 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
228
229
229 .tabular.settings p{ padding-left: 300px; }
230 .tabular.settings p{ padding-left: 300px; }
230 .tabular.settings label{ margin-left: -300px; width: 295px; }
231 .tabular.settings label{ margin-left: -300px; width: 295px; }
231
232
232 .required {color: #bb0000;}
233 .required {color: #bb0000;}
233 .summary {font-style: italic;}
234 .summary {font-style: italic;}
234
235
235 #attachments_fields input[type=text] {margin-left: 8px; }
236 #attachments_fields input[type=text] {margin-left: 8px; }
236
237
237 div.attachments p { margin:4px 0 2px 0; }
238 div.attachments p { margin:4px 0 2px 0; }
238 div.attachments img { vertical-align: middle; }
239 div.attachments img { vertical-align: middle; }
239 div.attachments span.author { font-size: 0.9em; color: #888; }
240 div.attachments span.author { font-size: 0.9em; color: #888; }
240
241
241 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
242 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
242 .other-formats span + span:before { content: "| "; }
243 .other-formats span + span:before { content: "| "; }
243
244
244 a.feed { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
245 a.feed { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
245
246
246 /***** Flash & error messages ****/
247 /***** Flash & error messages ****/
247 #errorExplanation, div.flash, .nodata {
248 #errorExplanation, div.flash, .nodata {
248 padding: 4px 4px 4px 30px;
249 padding: 4px 4px 4px 30px;
249 margin-bottom: 12px;
250 margin-bottom: 12px;
250 font-size: 1.1em;
251 font-size: 1.1em;
251 border: 2px solid;
252 border: 2px solid;
252 }
253 }
253
254
254 div.flash {margin-top: 8px;}
255 div.flash {margin-top: 8px;}
255
256
256 div.flash.error, #errorExplanation {
257 div.flash.error, #errorExplanation {
257 background: url(../images/false.png) 8px 5px no-repeat;
258 background: url(../images/false.png) 8px 5px no-repeat;
258 background-color: #ffe3e3;
259 background-color: #ffe3e3;
259 border-color: #dd0000;
260 border-color: #dd0000;
260 color: #550000;
261 color: #550000;
261 }
262 }
262
263
263 div.flash.notice {
264 div.flash.notice {
264 background: url(../images/true.png) 8px 5px no-repeat;
265 background: url(../images/true.png) 8px 5px no-repeat;
265 background-color: #dfffdf;
266 background-color: #dfffdf;
266 border-color: #9fcf9f;
267 border-color: #9fcf9f;
267 color: #005f00;
268 color: #005f00;
268 }
269 }
269
270
270 .nodata {
271 .nodata {
271 text-align: center;
272 text-align: center;
272 background-color: #FFEBC1;
273 background-color: #FFEBC1;
273 border-color: #FDBF3B;
274 border-color: #FDBF3B;
274 color: #A6750C;
275 color: #A6750C;
275 }
276 }
276
277
277 #errorExplanation ul { font-size: 0.9em;}
278 #errorExplanation ul { font-size: 0.9em;}
278
279
279 /***** Ajax indicator ******/
280 /***** Ajax indicator ******/
280 #ajax-indicator {
281 #ajax-indicator {
281 position: absolute; /* fixed not supported by IE */
282 position: absolute; /* fixed not supported by IE */
282 background-color:#eee;
283 background-color:#eee;
283 border: 1px solid #bbb;
284 border: 1px solid #bbb;
284 top:35%;
285 top:35%;
285 left:40%;
286 left:40%;
286 width:20%;
287 width:20%;
287 font-weight:bold;
288 font-weight:bold;
288 text-align:center;
289 text-align:center;
289 padding:0.6em;
290 padding:0.6em;
290 z-index:100;
291 z-index:100;
291 filter:alpha(opacity=50);
292 filter:alpha(opacity=50);
292 opacity: 0.5;
293 opacity: 0.5;
293 }
294 }
294
295
295 html>body #ajax-indicator { position: fixed; }
296 html>body #ajax-indicator { position: fixed; }
296
297
297 #ajax-indicator span {
298 #ajax-indicator span {
298 background-position: 0% 40%;
299 background-position: 0% 40%;
299 background-repeat: no-repeat;
300 background-repeat: no-repeat;
300 background-image: url(../images/loading.gif);
301 background-image: url(../images/loading.gif);
301 padding-left: 26px;
302 padding-left: 26px;
302 vertical-align: bottom;
303 vertical-align: bottom;
303 }
304 }
304
305
305 /***** Calendar *****/
306 /***** Calendar *****/
306 table.cal {border-collapse: collapse; width: 100%; margin: 8px 0 6px 0;border: 1px solid #d7d7d7;}
307 table.cal {border-collapse: collapse; width: 100%; margin: 8px 0 6px 0;border: 1px solid #d7d7d7;}
307 table.cal thead th {width: 14%;}
308 table.cal thead th {width: 14%;}
308 table.cal tbody tr {height: 100px;}
309 table.cal tbody tr {height: 100px;}
309 table.cal th { background-color:#EEEEEE; padding: 4px; }
310 table.cal th { background-color:#EEEEEE; padding: 4px; }
310 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
311 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
311 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
312 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
312 table.cal td.odd p.day-num {color: #bbb;}
313 table.cal td.odd p.day-num {color: #bbb;}
313 table.cal td.today {background:#ffffdd;}
314 table.cal td.today {background:#ffffdd;}
314 table.cal td.today p.day-num {font-weight: bold;}
315 table.cal td.today p.day-num {font-weight: bold;}
315
316
316 /***** Tooltips ******/
317 /***** Tooltips ******/
317 .tooltip{position:relative;z-index:24;}
318 .tooltip{position:relative;z-index:24;}
318 .tooltip:hover{z-index:25;color:#000;}
319 .tooltip:hover{z-index:25;color:#000;}
319 .tooltip span.tip{display: none; text-align:left;}
320 .tooltip span.tip{display: none; text-align:left;}
320
321
321 div.tooltip:hover span.tip{
322 div.tooltip:hover span.tip{
322 display:block;
323 display:block;
323 position:absolute;
324 position:absolute;
324 top:12px; left:24px; width:270px;
325 top:12px; left:24px; width:270px;
325 border:1px solid #555;
326 border:1px solid #555;
326 background-color:#fff;
327 background-color:#fff;
327 padding: 4px;
328 padding: 4px;
328 font-size: 0.8em;
329 font-size: 0.8em;
329 color:#505050;
330 color:#505050;
330 }
331 }
331
332
332 /***** Progress bar *****/
333 /***** Progress bar *****/
333 table.progress {
334 table.progress {
334 border: 1px solid #D7D7D7;
335 border: 1px solid #D7D7D7;
335 border-collapse: collapse;
336 border-collapse: collapse;
336 border-spacing: 0pt;
337 border-spacing: 0pt;
337 empty-cells: show;
338 empty-cells: show;
338 text-align: center;
339 text-align: center;
339 float:left;
340 float:left;
340 margin: 1px 6px 1px 0px;
341 margin: 1px 6px 1px 0px;
341 }
342 }
342
343
343 table.progress td { height: 0.9em; }
344 table.progress td { height: 0.9em; }
344 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
345 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
345 table.progress td.done { background: #DEF0DE none repeat scroll 0%; }
346 table.progress td.done { background: #DEF0DE none repeat scroll 0%; }
346 table.progress td.open { background: #FFF none repeat scroll 0%; }
347 table.progress td.open { background: #FFF none repeat scroll 0%; }
347 p.pourcent {font-size: 80%;}
348 p.pourcent {font-size: 80%;}
348 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
349 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
349
350
350 /***** Tabs *****/
351 /***** Tabs *****/
351 #content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative;}
352 #content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative;}
352 #content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:1em;}
353 #content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:1em;}
353 #content .tabs>ul { bottom:-1px; } /* others */
354 #content .tabs>ul { bottom:-1px; } /* others */
354 #content .tabs ul li {
355 #content .tabs ul li {
355 float:left;
356 float:left;
356 list-style-type:none;
357 list-style-type:none;
357 white-space:nowrap;
358 white-space:nowrap;
358 margin-right:8px;
359 margin-right:8px;
359 background:#fff;
360 background:#fff;
360 }
361 }
361 #content .tabs ul li a{
362 #content .tabs ul li a{
362 display:block;
363 display:block;
363 font-size: 0.9em;
364 font-size: 0.9em;
364 text-decoration:none;
365 text-decoration:none;
365 line-height:1.3em;
366 line-height:1.3em;
366 padding:4px 6px 4px 6px;
367 padding:4px 6px 4px 6px;
367 border: 1px solid #ccc;
368 border: 1px solid #ccc;
368 border-bottom: 1px solid #bbbbbb;
369 border-bottom: 1px solid #bbbbbb;
369 background-color: #eeeeee;
370 background-color: #eeeeee;
370 color:#777;
371 color:#777;
371 font-weight:bold;
372 font-weight:bold;
372 }
373 }
373
374
374 #content .tabs ul li a:hover {
375 #content .tabs ul li a:hover {
375 background-color: #ffffdd;
376 background-color: #ffffdd;
376 text-decoration:none;
377 text-decoration:none;
377 }
378 }
378
379
379 #content .tabs ul li a.selected {
380 #content .tabs ul li a.selected {
380 background-color: #fff;
381 background-color: #fff;
381 border: 1px solid #bbbbbb;
382 border: 1px solid #bbbbbb;
382 border-bottom: 1px solid #fff;
383 border-bottom: 1px solid #fff;
383 }
384 }
384
385
385 #content .tabs ul li a.selected:hover {
386 #content .tabs ul li a.selected:hover {
386 background-color: #fff;
387 background-color: #fff;
387 }
388 }
388
389
389 /***** Diff *****/
390 /***** Diff *****/
390 .diff_out { background: #fcc; }
391 .diff_out { background: #fcc; }
391 .diff_in { background: #cfc; }
392 .diff_in { background: #cfc; }
392
393
393 /***** Wiki *****/
394 /***** Wiki *****/
394 div.wiki table {
395 div.wiki table {
395 border: 1px solid #505050;
396 border: 1px solid #505050;
396 border-collapse: collapse;
397 border-collapse: collapse;
397 margin-bottom: 1em;
398 margin-bottom: 1em;
398 }
399 }
399
400
400 div.wiki table, div.wiki td, div.wiki th {
401 div.wiki table, div.wiki td, div.wiki th {
401 border: 1px solid #bbb;
402 border: 1px solid #bbb;
402 padding: 4px;
403 padding: 4px;
403 }
404 }
404
405
405 div.wiki .external {
406 div.wiki .external {
406 background-position: 0% 60%;
407 background-position: 0% 60%;
407 background-repeat: no-repeat;
408 background-repeat: no-repeat;
408 padding-left: 12px;
409 padding-left: 12px;
409 background-image: url(../images/external.png);
410 background-image: url(../images/external.png);
410 }
411 }
411
412
412 div.wiki a.new {
413 div.wiki a.new {
413 color: #b73535;
414 color: #b73535;
414 }
415 }
415
416
416 div.wiki pre {
417 div.wiki pre {
417 margin: 1em 1em 1em 1.6em;
418 margin: 1em 1em 1em 1.6em;
418 padding: 2px;
419 padding: 2px;
419 background-color: #fafafa;
420 background-color: #fafafa;
420 border: 1px solid #dadada;
421 border: 1px solid #dadada;
421 width:95%;
422 width:95%;
422 overflow-x: auto;
423 overflow-x: auto;
423 }
424 }
424
425
425 div.wiki div.toc {
426 div.wiki div.toc {
426 background-color: #ffffdd;
427 background-color: #ffffdd;
427 border: 1px solid #e4e4e4;
428 border: 1px solid #e4e4e4;
428 padding: 4px;
429 padding: 4px;
429 line-height: 1.2em;
430 line-height: 1.2em;
430 margin-bottom: 12px;
431 margin-bottom: 12px;
431 margin-right: 12px;
432 margin-right: 12px;
432 display: table
433 display: table
433 }
434 }
434 * html div.wiki div.toc { width: 50%; } /* IE6 doesn't autosize div */
435 * html div.wiki div.toc { width: 50%; } /* IE6 doesn't autosize div */
435
436
436 div.wiki div.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
437 div.wiki div.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
437 div.wiki div.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
438 div.wiki div.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
438
439
439 div.wiki div.toc a {
440 div.wiki div.toc a {
440 display: block;
441 display: block;
441 font-size: 0.9em;
442 font-size: 0.9em;
442 font-weight: normal;
443 font-weight: normal;
443 text-decoration: none;
444 text-decoration: none;
444 color: #606060;
445 color: #606060;
445 }
446 }
446 div.wiki div.toc a:hover { color: #c61a1a; text-decoration: underline;}
447 div.wiki div.toc a:hover { color: #c61a1a; text-decoration: underline;}
447
448
448 div.wiki div.toc a.heading2 { margin-left: 6px; }
449 div.wiki div.toc a.heading2 { margin-left: 6px; }
449 div.wiki div.toc a.heading3 { margin-left: 12px; font-size: 0.8em; }
450 div.wiki div.toc a.heading3 { margin-left: 12px; font-size: 0.8em; }
450
451
451 /***** My page layout *****/
452 /***** My page layout *****/
452 .block-receiver {
453 .block-receiver {
453 border:1px dashed #c0c0c0;
454 border:1px dashed #c0c0c0;
454 margin-bottom: 20px;
455 margin-bottom: 20px;
455 padding: 15px 0 15px 0;
456 padding: 15px 0 15px 0;
456 }
457 }
457
458
458 .mypage-box {
459 .mypage-box {
459 margin:0 0 20px 0;
460 margin:0 0 20px 0;
460 color:#505050;
461 color:#505050;
461 line-height:1.5em;
462 line-height:1.5em;
462 }
463 }
463
464
464 .handle {
465 .handle {
465 cursor: move;
466 cursor: move;
466 }
467 }
467
468
468 a.close-icon {
469 a.close-icon {
469 display:block;
470 display:block;
470 margin-top:3px;
471 margin-top:3px;
471 overflow:hidden;
472 overflow:hidden;
472 width:12px;
473 width:12px;
473 height:12px;
474 height:12px;
474 background-repeat: no-repeat;
475 background-repeat: no-repeat;
475 cursor:pointer;
476 cursor:pointer;
476 background-image:url('../images/close.png');
477 background-image:url('../images/close.png');
477 }
478 }
478
479
479 a.close-icon:hover {
480 a.close-icon:hover {
480 background-image:url('../images/close_hl.png');
481 background-image:url('../images/close_hl.png');
481 }
482 }
482
483
483 /***** Gantt chart *****/
484 /***** Gantt chart *****/
484 .gantt_hdr {
485 .gantt_hdr {
485 position:absolute;
486 position:absolute;
486 top:0;
487 top:0;
487 height:16px;
488 height:16px;
488 border-top: 1px solid #c0c0c0;
489 border-top: 1px solid #c0c0c0;
489 border-bottom: 1px solid #c0c0c0;
490 border-bottom: 1px solid #c0c0c0;
490 border-right: 1px solid #c0c0c0;
491 border-right: 1px solid #c0c0c0;
491 text-align: center;
492 text-align: center;
492 overflow: hidden;
493 overflow: hidden;
493 }
494 }
494
495
495 .task {
496 .task {
496 position: absolute;
497 position: absolute;
497 height:8px;
498 height:8px;
498 font-size:0.8em;
499 font-size:0.8em;
499 color:#888;
500 color:#888;
500 padding:0;
501 padding:0;
501 margin:0;
502 margin:0;
502 line-height:0.8em;
503 line-height:0.8em;
503 }
504 }
504
505
505 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
506 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
506 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; }
507 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; }
507 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
508 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
508 .milestone { background-image:url(../images/milestone.png); background-repeat: no-repeat; border: 0; }
509 .milestone { background-image:url(../images/milestone.png); background-repeat: no-repeat; border: 0; }
509
510
510 /***** Icons *****/
511 /***** Icons *****/
511 .icon {
512 .icon {
512 background-position: 0% 40%;
513 background-position: 0% 40%;
513 background-repeat: no-repeat;
514 background-repeat: no-repeat;
514 padding-left: 20px;
515 padding-left: 20px;
515 padding-top: 2px;
516 padding-top: 2px;
516 padding-bottom: 3px;
517 padding-bottom: 3px;
517 }
518 }
518
519
519 .icon22 {
520 .icon22 {
520 background-position: 0% 40%;
521 background-position: 0% 40%;
521 background-repeat: no-repeat;
522 background-repeat: no-repeat;
522 padding-left: 26px;
523 padding-left: 26px;
523 line-height: 22px;
524 line-height: 22px;
524 vertical-align: middle;
525 vertical-align: middle;
525 }
526 }
526
527
527 .icon-add { background-image: url(../images/add.png); }
528 .icon-add { background-image: url(../images/add.png); }
528 .icon-edit { background-image: url(../images/edit.png); }
529 .icon-edit { background-image: url(../images/edit.png); }
529 .icon-copy { background-image: url(../images/copy.png); }
530 .icon-copy { background-image: url(../images/copy.png); }
530 .icon-del { background-image: url(../images/delete.png); }
531 .icon-del { background-image: url(../images/delete.png); }
531 .icon-move { background-image: url(../images/move.png); }
532 .icon-move { background-image: url(../images/move.png); }
532 .icon-save { background-image: url(../images/save.png); }
533 .icon-save { background-image: url(../images/save.png); }
533 .icon-cancel { background-image: url(../images/cancel.png); }
534 .icon-cancel { background-image: url(../images/cancel.png); }
534 .icon-file { background-image: url(../images/file.png); }
535 .icon-file { background-image: url(../images/file.png); }
535 .icon-folder { background-image: url(../images/folder.png); }
536 .icon-folder { background-image: url(../images/folder.png); }
536 .open .icon-folder { background-image: url(../images/folder_open.png); }
537 .open .icon-folder { background-image: url(../images/folder_open.png); }
537 .icon-package { background-image: url(../images/package.png); }
538 .icon-package { background-image: url(../images/package.png); }
538 .icon-home { background-image: url(../images/home.png); }
539 .icon-home { background-image: url(../images/home.png); }
539 .icon-user { background-image: url(../images/user.png); }
540 .icon-user { background-image: url(../images/user.png); }
540 .icon-mypage { background-image: url(../images/user_page.png); }
541 .icon-mypage { background-image: url(../images/user_page.png); }
541 .icon-admin { background-image: url(../images/admin.png); }
542 .icon-admin { background-image: url(../images/admin.png); }
542 .icon-projects { background-image: url(../images/projects.png); }
543 .icon-projects { background-image: url(../images/projects.png); }
543 .icon-logout { background-image: url(../images/logout.png); }
544 .icon-logout { background-image: url(../images/logout.png); }
544 .icon-help { background-image: url(../images/help.png); }
545 .icon-help { background-image: url(../images/help.png); }
545 .icon-attachment { background-image: url(../images/attachment.png); }
546 .icon-attachment { background-image: url(../images/attachment.png); }
546 .icon-index { background-image: url(../images/index.png); }
547 .icon-index { background-image: url(../images/index.png); }
547 .icon-history { background-image: url(../images/history.png); }
548 .icon-history { background-image: url(../images/history.png); }
548 .icon-time { background-image: url(../images/time.png); }
549 .icon-time { background-image: url(../images/time.png); }
549 .icon-stats { background-image: url(../images/stats.png); }
550 .icon-stats { background-image: url(../images/stats.png); }
550 .icon-warning { background-image: url(../images/warning.png); }
551 .icon-warning { background-image: url(../images/warning.png); }
551 .icon-fav { background-image: url(../images/fav.png); }
552 .icon-fav { background-image: url(../images/fav.png); }
552 .icon-fav-off { background-image: url(../images/fav_off.png); }
553 .icon-fav-off { background-image: url(../images/fav_off.png); }
553 .icon-reload { background-image: url(../images/reload.png); }
554 .icon-reload { background-image: url(../images/reload.png); }
554 .icon-lock { background-image: url(../images/locked.png); }
555 .icon-lock { background-image: url(../images/locked.png); }
555 .icon-unlock { background-image: url(../images/unlock.png); }
556 .icon-unlock { background-image: url(../images/unlock.png); }
556 .icon-checked { background-image: url(../images/true.png); }
557 .icon-checked { background-image: url(../images/true.png); }
557 .icon-details { background-image: url(../images/zoom_in.png); }
558 .icon-details { background-image: url(../images/zoom_in.png); }
558 .icon-report { background-image: url(../images/report.png); }
559 .icon-report { background-image: url(../images/report.png); }
559
560
560 .icon22-projects { background-image: url(../images/22x22/projects.png); }
561 .icon22-projects { background-image: url(../images/22x22/projects.png); }
561 .icon22-users { background-image: url(../images/22x22/users.png); }
562 .icon22-users { background-image: url(../images/22x22/users.png); }
562 .icon22-tracker { background-image: url(../images/22x22/tracker.png); }
563 .icon22-tracker { background-image: url(../images/22x22/tracker.png); }
563 .icon22-role { background-image: url(../images/22x22/role.png); }
564 .icon22-role { background-image: url(../images/22x22/role.png); }
564 .icon22-workflow { background-image: url(../images/22x22/workflow.png); }
565 .icon22-workflow { background-image: url(../images/22x22/workflow.png); }
565 .icon22-options { background-image: url(../images/22x22/options.png); }
566 .icon22-options { background-image: url(../images/22x22/options.png); }
566 .icon22-notifications { background-image: url(../images/22x22/notifications.png); }
567 .icon22-notifications { background-image: url(../images/22x22/notifications.png); }
567 .icon22-authent { background-image: url(../images/22x22/authent.png); }
568 .icon22-authent { background-image: url(../images/22x22/authent.png); }
568 .icon22-info { background-image: url(../images/22x22/info.png); }
569 .icon22-info { background-image: url(../images/22x22/info.png); }
569 .icon22-comment { background-image: url(../images/22x22/comment.png); }
570 .icon22-comment { background-image: url(../images/22x22/comment.png); }
570 .icon22-package { background-image: url(../images/22x22/package.png); }
571 .icon22-package { background-image: url(../images/22x22/package.png); }
571 .icon22-settings { background-image: url(../images/22x22/settings.png); }
572 .icon22-settings { background-image: url(../images/22x22/settings.png); }
572 .icon22-plugin { background-image: url(../images/22x22/plugin.png); }
573 .icon22-plugin { background-image: url(../images/22x22/plugin.png); }
573
574
574 /***** Media print specific styles *****/
575 /***** Media print specific styles *****/
575 @media print {
576 @media print {
576 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual { display:none; }
577 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual { display:none; }
577 #main { background: #fff; }
578 #main { background: #fff; }
578 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; }
579 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; }
579 }
580 }
@@ -1,69 +1,70
1 @import url(../../../stylesheets/application.css);
1 @import url(../../../stylesheets/application.css);
2
2
3 body, #wrapper { background-color:#EEEEEE; }
3 body, #wrapper { background-color:#EEEEEE; }
4 #header, #top-menu { margin: 0px 10px 0px 11px; }
4 #header, #top-menu { margin: 0px 10px 0px 11px; }
5 #main { background: #EEEEEE; margin: 8px 10px 0px 10px; }
5 #main { background: #EEEEEE; margin: 8px 10px 0px 10px; }
6 #content { background: #fff; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; border-left: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; }
6 #content { background: #fff; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; border-left: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; }
7 #footer { background-color:#EEEEEE; border: 0px; }
7 #footer { background-color:#EEEEEE; border: 0px; }
8
8
9 /* Headers */
9 /* Headers */
10 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
10 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
11
11
12 /* Menu */
12 /* Menu */
13 #main-menu li a { background-color: #507AAA; font-weight: bold;}
13 #main-menu li a { background-color: #507AAA; font-weight: bold;}
14 #main-menu li a:hover { background: #507AAA; text-decoration: underline; }
14 #main-menu li a:hover { background: #507AAA; text-decoration: underline; }
15 #main-menu li a.selected, #main-menu li a.selected:hover { background-color:#EEEEEE; }
15
16
16 /* Tables */
17 /* Tables */
17 table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
18 table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
18 table.list thead th {
19 table.list thead th {
19 border-width: 1px;
20 border-width: 1px;
20 border-style: solid;
21 border-style: solid;
21 border-top-color: #d7d7d7;
22 border-top-color: #d7d7d7;
22 border-right-color: #d7d7d7;
23 border-right-color: #d7d7d7;
23 border-left-color: #d7d7d7;
24 border-left-color: #d7d7d7;
24 border-bottom-color: #999999;
25 border-bottom-color: #999999;
25 }
26 }
26
27
27 /* Issues grid styles by priorities (provided by Wynn Netherland) */
28 /* Issues grid styles by priorities (provided by Wynn Netherland) */
28 table.list tr.issue a { color: #666; }
29 table.list tr.issue a { color: #666; }
29
30
30 tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
31 tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
31 tr.odd.priority-5 { background: #ffc4c4; }
32 tr.odd.priority-5 { background: #ffc4c4; }
32 tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
33 tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
33 tr.even.priority-5 { background: #ffd4d4; }
34 tr.even.priority-5 { background: #ffd4d4; }
34 tr.priority-5 a, tr.priority-5:hover a { color: #900; }
35 tr.priority-5 a, tr.priority-5:hover a { color: #900; }
35 tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
36 tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
36
37
37 tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
38 tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
38 tr.odd.priority-4 { background: #ffc4c4; }
39 tr.odd.priority-4 { background: #ffc4c4; }
39 tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
40 tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
40 tr.even.priority-4 { background: #ffd4d4; }
41 tr.even.priority-4 { background: #ffd4d4; }
41 tr.priority-4 a { color: #900; }
42 tr.priority-4 a { color: #900; }
42 tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
43 tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
43
44
44 tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
45 tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
45 tr.odd.priority-3 { background: #fee; }
46 tr.odd.priority-3 { background: #fee; }
46 tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
47 tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
47 tr.even.priority-3 { background: #fff2f2; }
48 tr.even.priority-3 { background: #fff2f2; }
48 tr.priority-3 a { color: #900; }
49 tr.priority-3 a { color: #900; }
49 tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
50 tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
50
51
51 tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
52 tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
52 tr.odd.priority-1 { background: #eaf7ff; }
53 tr.odd.priority-1 { background: #eaf7ff; }
53 tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
54 tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
54 tr.even.priority-1 { background: #f2faff; }
55 tr.even.priority-1 { background: #f2faff; }
55 tr.priority-1 a { color: #559; }
56 tr.priority-1 a { color: #559; }
56 tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
57 tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
57
58
58 /* Buttons */
59 /* Buttons */
59 input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
60 input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
60 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
61 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
61
62
62 /* Fields */
63 /* Fields */
63 input[type="text"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
64 input[type="text"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
64 input[type="text"] { padding: 3px; }
65 input[type="text"] { padding: 3px; }
65 input[type="text"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
66 input[type="text"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
66 option { border-bottom: 1px dotted #d7d7d7; }
67 option { border-bottom: 1px dotted #d7d7d7; }
67
68
68 /* Misc */
69 /* Misc */
69 .box { background-color: #fcfcfc; }
70 .box { background-color: #fcfcfc; }
@@ -1,40 +1,41
1 @import url(../../../stylesheets/application.css);
1 @import url(../../../stylesheets/application.css);
2
2
3 body{ color:#303030; background:#e8eaec; }
3 body{ color:#303030; background:#e8eaec; }
4
4
5 #top-menu { font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #578bb8; }
5 #top-menu { font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #578bb8; }
6 #top-menu a { font-weight: bold; }
6 #top-menu a { font-weight: bold; }
7 #header { background: #467aa7; height:5.8em; padding: 10px 0 0 0; }
7 #header { background: #467aa7; height:5.8em; padding: 10px 0 0 0; }
8 #header h1 { margin-left: 6px; }
8 #header h1 { margin-left: 6px; }
9 #quick-search { margin-right: 6px; }
9 #quick-search { margin-right: 6px; }
10 #main-menu { background-color: #578bb8; left: 0; border-top: 1px solid #fff; width: 100%; }
10 #main-menu { background-color: #578bb8; left: 0; border-top: 1px solid #fff; width: 100%; }
11 #main-menu li { margin: 0; padding: 0; }
11 #main-menu li { margin: 0; padding: 0; }
12 #main-menu li a { background-color: #578bb8; border-right: 1px solid #fff; font-size: 80%; padding: 4px 8px 4px 8px; font-weight: bold; }
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; }
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; }
14
15
15 #footer { background-color: #578bb8; border: 0; color: #fff;}
16 #footer { background-color: #578bb8; border: 0; color: #fff;}
16 #footer a { color: #fff; font-weight: bold; }
17 #footer a { color: #fff; font-weight: bold; }
17
18
18 #main { font:90% Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; }
19 #main { font:90% Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; }
19 #main a { font-weight: bold; color: #467aa7;}
20 #main a { font-weight: bold; color: #467aa7;}
20 #main a:hover { color: #2a5a8a; text-decoration: underline; }
21 #main a:hover { color: #2a5a8a; text-decoration: underline; }
21 #content { background: #fff; }
22 #content { background: #fff; }
22 #content .tabs ul { bottom:-1px; }
23 #content .tabs ul { bottom:-1px; }
23
24
24 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
25 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
25 h2, .wiki h1 { letter-spacing:-1px; }
26 h2, .wiki h1 { letter-spacing:-1px; }
26 h4 { border-bottom: dotted 1px #c0c0c0; }
27 h4 { border-bottom: dotted 1px #c0c0c0; }
27
28
28 #top-menu a.home, #top-menu a.mypage, #top-menu a.projects, #top-menu a.admin, #top-menu a.help {
29 #top-menu a.home, #top-menu a.mypage, #top-menu a.projects, #top-menu a.admin, #top-menu a.help {
29 background-position: 0% 40%;
30 background-position: 0% 40%;
30 background-repeat: no-repeat;
31 background-repeat: no-repeat;
31 padding-left: 20px;
32 padding-left: 20px;
32 padding-top: 2px;
33 padding-top: 2px;
33 padding-bottom: 3px;
34 padding-bottom: 3px;
34 }
35 }
35
36
36 #top-menu a.home { background-image: url(../../../images/home.png); }
37 #top-menu a.home { background-image: url(../../../images/home.png); }
37 #top-menu a.mypage { background-image: url(../../../images/user_page.png); }
38 #top-menu a.mypage { background-image: url(../../../images/user_page.png); }
38 #top-menu a.projects { background-image: url(../../../images/projects.png); }
39 #top-menu a.projects { background-image: url(../../../images/projects.png); }
39 #top-menu a.admin { background-image: url(../../../images/admin.png); }
40 #top-menu a.admin { background-image: url(../../../images/admin.png); }
40 #top-menu a.help { background-image: url(../../../images/help.png); }
41 #top-menu a.help { background-image: url(../../../images/help.png); }
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now