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

Add slitaz-labs config & themes
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 22 14:03:22 2010 +0100 (2010-12-22)
parents
children
line source
1 @import url(../../../stylesheets/application.css);
3 body {
4 background-color:#222222;
5 }
7 #wrapper {
8 background-color: #eeeeee;
9 }
11 /*
12 #top-menu {
13 background: transparent;
14 margin-top: -65px;
15 padding: 0px 4px 0px 4px;
16 font-size: 12px;
17 color: #333333;
18 }
19 */
21 #top-menu {
22 background: #3c3c3c;
23 color: #fff;
24 height:1.8em;
25 font-size: 0.8em;
26 padding: 2px 2px 0px 6px;
27 }
29 #top-menu a {
30 color: white;
31 margin-right: 4px;
32 font-weight: bold;
33 padding: 0px 2px 0px 2px;
34 }
35 #top-menu a:hover {
36 background: inherit;
37 color: #df6f06;
38 text-decoration: none;
39 }
41 #header{
42 background: #f0ba08 url(../header.png) repeat-x top;
43 color: black;
44 width: 100%;
45 height: 50px ;
46 border-top: 1px solid black;
47 border-bottom: 1px solid black;
48 margin: 0px 0px 30px 0px;
49 padding: 0;
50 }
52 #titre{
53 font-size: 20px;
54 font-weight: bolder ;
55 margin-left: 84px;
56 margin-top: 0px;
57 padding-top: 21px ;
58 }
60 #logo {
61 position: absolute;
62 float: left;
63 margin-left: 32px;
64 margin-right: 20px;
65 margin-top: 14px;
66 }
68 #main {
69 background: white;
70 margin: 0px 0px 0px 0px;
71 }
73 #content {
74 background: #fff;
75 border: 0px;
76 margin: 0px 20px 0px 20px;
77 overflow: auto;
78 }
80 #footer {
81 background-color:#eeeeee;
82 border: 0px;
83 }
85 /* Headers */
86 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
88 h2 {
89 color: #DF8F06;
90 border-left: 10px solid #F3F3F3;
91 padding: 4px 0px 4px 4px;
92 margin: 0px 0px 4px 0px;
93 }
95 /* Menu */
96 #main-menu {
97 position: absolute;
98 top: 60px;
99 margin-left: 0px;
100 }
102 #main-menu li a {
103 font-size: 12px;
104 font-weight: bold;
105 color: #3E1220;
106 background: inherit;
107 padding: 0px 4px 6px 4px;
108 }
110 #main-menu li a:hover {
111 text-decoration: underline;
112 color: #DF8F06;
113 background-color: transparent;
114 text-decoration: none;
115 }
117 #main-menu li a.selected, #main-menu li a.selected:hover { background-color: transparent; }
119 #quick-search {
120 position: absolute;
121 top: 56px;
122 right: 4px;
123 color: black;
124 }
126 #quick-search a {
127 color: black;
128 }
130 #quick-search a:hover {
131 color: #DF8F06;
132 }
134 #sidebar{
135 /* background-color: #eeeeee; */
136 float: right;
137 width: 16%;
138 position: relative;
139 z-index: 9;
140 min-height: 580px;
141 padding: 0px 0px 0px 10px;
142 margin: 0;
143 border-left: 1px dotted #d7d7d7;
144 }
146 div.wiki { padding-right: 20px; }
147 div.contextual { padding-right: 20px; }
148 p.other-formats { padding-right: 20px; }
150 /* Tables */
151 table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
152 table.list thead th {
153 border-width: 1px;
154 border-style: solid;
155 border-top-color: #d7d7d7;
156 border-right-color: #d7d7d7;
157 border-left-color: #d7d7d7;
158 border-bottom-color: #999999;
159 }
161 /* Issues grid styles by priorities (provided by Wynn Netherland) */
162 table.list tr.issue a { color: #666; }
164 tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
165 tr.odd.priority-5 { background: #ffc4c4; }
166 tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
167 tr.even.priority-5 { background: #ffd4d4; }
168 tr.priority-5 a, tr.priority-5:hover a { color: #900; }
169 tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
171 tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
172 tr.odd.priority-4 { background: #ffc4c4; }
173 tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
174 tr.even.priority-4 { background: #ffd4d4; }
175 tr.priority-4 a { color: #900; }
176 tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
178 tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
179 tr.odd.priority-3 { background: #fee; }
180 tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
181 tr.even.priority-3 { background: #fff2f2; }
182 tr.priority-3 a { color: #900; }
183 tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
185 tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
186 tr.odd.priority-1 { background: #eaf7ff; }
187 tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
188 tr.even.priority-1 { background: #f2faff; }
189 tr.priority-1 a { color: #559; }
190 tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
192 /* Buttons */
193 input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
194 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
196 /* Fields */
197 input[type="text"], textarea, select { padding: 0px; border: 1px solid #d7d7d7; }
198 input[type="text"] { padding: 1px; }
199 input[type="text"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
200 option { border-bottom: 1px dotted #d7d7d7; }
202 /* Misc */
203 .box { background-color: #fcfcfc; }