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

Update labs theme
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 27 00:58:15 2011 +0100 (2011-01-27)
parents
children 7ed35ac1a4c3
line source
1 @import url(../../../stylesheets/application.css);
3 body {
4 background-color:#ffffff;
5 border-top: 34px solid #f1f1f1;
6 }
8 #wrapper {
9 background-color: #eeeeee;
10 }
12 #top-menu {
13 position: absolute;
14 top: 0;
15 background: transparent;
16 width: 100%;
17 font-size: 11px;
18 color: #000000;
19 }
20 #loggedas { color: #000000; }
21 #top-menu a {
22 background: transparent;
23 color: #0F314E;
24 text-decoration: none;
25 }
26 #top-menu a:hover {
27 color: #b64b22;
28 text-decoration: none;
29 }
31 #header {
32 background: #351a0a url(../header-img.png) no-repeat top right;
33 color: black;
34 width: 100%;
35 height: 42px;
36 border-top: 1px solid black;
37 border-bottom: 1px solid #999;
38 margin-bottom: 33px;
39 }
40 #header h1 {
41 color: #f1f1f1;
42 }
44 #main {
45 background: white;
46 margin: 0px 0px 0px 0px;
47 }
49 #content {
50 background: #fff;
51 border: 0px;
52 margin: 0px 20px 0px 20px;
53 overflow: auto;
54 }
56 /* Footer */
58 #footer {
59 margin: 0px 80px 80px 80px;
60 padding: 10px;
61 background: #eaeaea;
62 color: #666666;
63 height: 180px;
64 clear: both;
65 border: 0px solid #eaeaea;
66 border-radius: 8px;
67 -moz-border-radius: 8px;
68 -webkit-border-radius: 8px;
69 -moz-box-shadow: 0 1px 3px #666;
70 -webkit-box-shadow: 0 1px 3px #666;
71 box-shadow: 0 1px 3px #666;
72 }
73 #footer a { color: #666666; }
74 #footer a:hover { color: #333333; }
75 #footer ul { list-style-type: none; }
76 #footer li { padding: 2px; }
77 #footer h4 { margin: 0 20px; font-size: 125%; }
79 /* Headers */
80 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
82 h2 {
83 color: #DF8F06;
84 border-left: 10px solid #F3F3F3;
85 padding: 4px 0px 4px 4px;
86 margin: 0px 0px 4px 0px;
87 }
89 /* Menu */
90 #main-menu li a {
91 font-size: 11px;
92 font-weight: bold;
93 color: #3E1220;
94 background: inherit;
95 padding: 0px 4px 6px 4px;
96 }
98 #main-menu li a:hover {
99 text-decoration: underline;
100 color: #DF8F06;
101 background-color: transparent;
102 text-decoration: none;
103 }
105 #main-menu li a.selected, #main-menu li a.selected:hover { background-color: transparent; }
107 #sidebar{
108 /* background-color: #eeeeee; */
109 float: right;
110 width: 16%;
111 position: relative;
112 z-index: 9;
113 min-height: 580px;
114 padding: 0px 0px 0px 10px;
115 margin: 0;
116 border-left: 1px dotted #d7d7d7;
117 }
119 div.wiki { padding-right: 20px; }
120 div.contextual { padding-right: 20px; }
121 p.other-formats { padding-right: 20px; }
123 /* Tables */
124 table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
125 table.list thead th {
126 border-width: 1px;
127 border-style: solid;
128 border-top-color: #d7d7d7;
129 border-right-color: #d7d7d7;
130 border-left-color: #d7d7d7;
131 border-bottom-color: #999999;
132 }
134 /* Issues grid styles by priorities (provided by Wynn Netherland) */
135 table.list tr.issue a { color: #666; }
137 tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
138 tr.odd.priority-5 { background: #ffc4c4; }
139 tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
140 tr.even.priority-5 { background: #ffd4d4; }
141 tr.priority-5 a, tr.priority-5:hover a { color: #900; }
142 tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
144 tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
145 tr.odd.priority-4 { background: #ffc4c4; }
146 tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
147 tr.even.priority-4 { background: #ffd4d4; }
148 tr.priority-4 a { color: #900; }
149 tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
151 tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
152 tr.odd.priority-3 { background: #fee; }
153 tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
154 tr.even.priority-3 { background: #fff2f2; }
155 tr.priority-3 a { color: #900; }
156 tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
158 tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
159 tr.odd.priority-1 { background: #eaf7ff; }
160 tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
161 tr.even.priority-1 { background: #f2faff; }
162 tr.priority-1 a { color: #559; }
163 tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
165 /* Buttons */
166 input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
167 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
169 /* Fields */
170 input[type="text"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
171 input[type="text"] { padding: 3px; }
172 input[type="text"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
173 option { border-bottom: 1px dotted #d7d7d7; }
175 /* Misc */
176 .box { background-color: #fcfcfc; }