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