slitaz-forge view labs/redmine/themes/slitaz-4.0/stylesheets/application.css @ rev 6

Fix and sync CSS and layout
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jan 31 23:29:53 2011 +0100 (2011-01-31)
parents ae25e2353d3f
children
line source
1 @import url(../../../stylesheets/application.css);
3 html { overflow-y: visible;}
5 body {
6 background-color:#ffffff;
7 border-top: 34px solid #f1f1f1;
8 margin: 0;
9 }
11 #wrapper {
12 background-color: white;
13 }
15 #top-menu {
16 position: absolute;
17 top: 4px;
18 background: transparent;
19 width: 100%;
20 font-size: 11px;
21 color: #000000;
22 padding: 0 4px;
23 }
24 #loggedas { color: #351a0a; font-weight: bold; }
25 #top-menu a {
26 background: transparent;
27 color: #0F314E;
28 text-decoration: none;
29 margin: 0;
30 }
31 #top-menu a:hover {
32 color: #b64b22;
33 text-decoration: none;
34 }
36 #header {
37 background: #351a0a url(../header-img.png) no-repeat top right;
38 color: black;
39 width: 100%;
40 height: 42px;
41 border-top: 1px solid black;
42 border-bottom: 1px solid #999;
43 margin-bottom: 33px;
44 padding: 0;
46 }
47 #header h1 {
48 color: #f1f1f1;
49 padding: 10px;
50 font-size: 18px;
51 }
53 #header h1 a:hover {
54 color: #b64b22;
55 text-decoration: none;
56 }
58 #logo {
59 position: absolute;
60 float: left;
61 left: 16px;
62 top: -10px;
63 width: 200px;
64 height: 74px;
65 }
67 #quick-search { padding: 8px; }
69 #main {
70 background: white;
71 margin: 0px 0px 0px 0px;
72 }
74 #content {
75 background: #fff;
76 border: 0px;
77 margin: 0px 20px 0px 20px;
78 overflow: auto;
79 }
81 /* Footer */
83 #footer {
84 text-align: left;
85 font-size: 13px;
86 margin: 0px 80px 80px 80px;
87 padding: 10px;
88 background: #eaeaea;
89 color: #666666;
90 height: 180px;
91 clear: both;
92 border: 0px solid #eaeaea;
93 border-radius: 8px;
94 -moz-border-radius: 8px;
95 -webkit-border-radius: 8px;
96 -moz-box-shadow: 0 1px 3px #666;
97 -webkit-box-shadow: 0 1px 3px #666;
98 box-shadow: 0 1px 3px #666;
99 }
100 #footer a { color: #666666; }
101 #footer a:hover { color: #333333; }
102 #footer ul { list-style-type: none; }
103 #footer li { padding: 2px; }
104 #footer h4 { margin: 0 20px; font-size: 125%; }
107 .right_box { width: 48%; float: right; }
108 .left_box { width: 48%; float: left; }
110 /* Headers */
111 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
113 h2 {
114 color: #b64b22;
115 padding: 0;
116 margin: 20px 0 5px 0;
117 font-size: 130%;
118 font-weight: bold;
119 }
120 h3 {
121 font-weight: bold;
122 color: #666666;
123 background: transparent;
124 }
126 /* Menu */
128 #main-menu {
129 position: absolute;
130 top: 50px;
131 left: 20px;
132 font-size: 11px;
133 font-weight: bold;
134 }
136 #main-menu li a {
137 padding: 0px 4px 6px 4px;
138 color: #0F314E;
139 }
141 #main-menu li a:hover {
142 text-decoration: underline;
143 color: #b64b22;
144 background-color: transparent;
145 text-decoration: none;
146 }
148 #main-menu li a.selected, #main-menu li a.selected:hover {
149 color: #351a0a;
150 background-color: transparent; }
152 #sidebar{
153 /* background-color: #eeeeee; */
154 float: right;
155 width: 16%;
156 position: relative;
157 z-index: 9;
158 min-height: 580px;
159 padding: 0px 0px 0px 10px;
160 margin: 0;
161 border-left: 1px dotted #d7d7d7;
162 }
164 div.wiki { padding-right: 20px; }
165 div.contextual { padding-right: 20px; }
166 p.other-formats { padding-right: 20px; }
168 /* Tables */
169 table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
170 table.list thead th {
171 border-width: 1px;
172 border-style: solid;
173 border-top-color: #d7d7d7;
174 border-right-color: #d7d7d7;
175 border-left-color: #d7d7d7;
176 border-bottom-color: #999999;
177 }
179 /* Issues grid styles by priorities (provided by Wynn Netherland) */
180 table.list tr.issue a { color: #666; }
182 tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
183 tr.odd.priority-5 { background: #ffc4c4; }
184 tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
185 tr.even.priority-5 { background: #ffd4d4; }
186 tr.priority-5 a, tr.priority-5:hover a { color: #900; }
187 tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
189 tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
190 tr.odd.priority-4 { background: #ffc4c4; }
191 tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
192 tr.even.priority-4 { background: #ffd4d4; }
193 tr.priority-4 a { color: #900; }
194 tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
196 tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
197 tr.odd.priority-3 { background: #fee; }
198 tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
199 tr.even.priority-3 { background: #fff2f2; }
200 tr.priority-3 a { color: #900; }
201 tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
203 tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
204 tr.odd.priority-1 { background: #eaf7ff; }
205 tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
206 tr.even.priority-1 { background: #f2faff; }
207 tr.priority-1 a { color: #559; }
208 tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
210 /* Buttons */
211 input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
212 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
214 /* Fields */
215 input[type="text"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
216 input[type="text"] { padding: 3px; }
217 input[type="text"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
218 option { border-bottom: 1px dotted #d7d7d7; }
220 /* Misc */
221 .box { background-color: #fcfcfc; }
223 ul.projects div.root {
224 margin-top: 10px;
225 background-color: #f8f8f8;
226 padding: 5px 10px;
227 border-radius: 8px;
228 -moz-border-radius: 8px;
229 -webkit-border-radius: 8px;
230 -moz-box-shadow: 0 1px 3px #666;
231 -webkit-box-shadow: 0 1px 3px #666;
232 box-shadow: 0 1px 3px #666;
233 }