tinycm view style.css @ rev 40

Added tag 1.0 for changeset eea2e04b7436
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 08 00:02:16 2014 +0100 (2014-01-08)
parents 5a312bd55038
children 6dfd1c3a2fdf
line source
1 /* CSS style for SliTaz Bugs/TinyCM */
3 html { min-height: 102%; }
4 body { font: 13px sans-serif, vernada, arial; margin: 0; }
5 h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
6 h1 a { color: #fff; text-decoration: none; }
7 h2 { color: #444; } h3 { color: #666; font-size: 140%; }
8 a { text-decoration: underline; color: #215090; }
9 a:hover { text-decoration: none; }
10 img { border: 0pt none; vertical-align: middle; }
11 pre {
12 overflow: auto;
13 font-size: 98%;
14 }
15 textarea, table { width: 100%; }
16 thead { font-weight: bold; }
18 /* Header */
20 #header {
21 /*background: #351a0a;*/
22 background: #443b31;
23 height: 40px;
24 border-bottom: 8px solid #cfcfcf;
25 }
27 #header h1 {
28 margin: 0;
29 padding: 8px 0 0 42px;
30 width: 250px;
31 }
33 #header h1 a {
34 color: white;
35 text-decoration: none;
36 font-size: 20px;
37 font-style: italic;
38 }
40 #header h1 a:hover {
41 color: #cfcfcf;
42 }
44 /* Header links */
46 #network {
47 float: right;
48 padding: 12px 5px 0;
49 font-size: 12px;
50 margin-right: 100px;
51 }
53 #network a {
54 padding: 0 4px;
55 color: #fff;
56 font-weight: bold;
57 text-decoration: none;
58 }
60 #network a:hover, #user a:hover { color: #cfcfcf; }
62 /* Logo */
64 #logo {
65 background: url(images/logo.png) no-repeat left;
66 position: absolute;
67 float: left;
68 left: 0px;
69 top: 0px;
70 width: 40px;
71 height: 40px;
72 }
74 /* Login and user box */
76 #login {
77 width: 240px;
78 float: left;
79 height: 120px;
80 }
82 #login input[type="text"], #login input[type="password"] {
83 width: 200px; }
85 #login input[type="submit"] { float: none; }
86 #login p { display: inline; }
88 #user {
89 background-color: #362E24;
90 padding: 4px;
91 width: 84px;
92 float: right;
93 font-size: 12px;
94 position: absolute;
95 right: 10px;
96 top: 6px;
97 }
98 #user a { padding: 0 2px; color: #fff;
99 font-weight: bold; text-decoration: none; }
101 #account-info { width: 380px; height: 120px; float: right; }
103 /* Languages */
105 #lang {
106 position: absolute;
107 right: 0;
108 top: 48px;
109 padding: 6px;
110 font-size: 12px;
111 }
113 #lang a {
114 text-decoration: none;
115 padding: 0 2px;
116 }
118 #lang a:hover {
119 text-decoration: underline;
120 }
122 /* Search */
124 #search {
125 position: absolute;
126 right: 20px;
127 top: 72px;
129 }
131 #search input[type="text"] { width: 180px; }
133 /* Content */
135 #content {
136 margin: 40px auto;
137 padding: 0 20px;
138 text-align: justify;
139 max-width: 680px;
140 }
142 #edit textarea { width: 100%; height: 240px; background: #f8f8f8; }
143 #edit a { text-decoration: none; }
145 .box, pre, #login, #account-info {
146 background-color: #f8f8f8;
147 border: 1px solid #ddd;
148 padding: 10px;
149 }
151 pre img { margin: 4px 4px 4px 0px; }
153 .error { color: red; }
154 .ok { color: green; }
155 .date { color: #666; font-size: 96%; }
157 /* Progress bar */
159 .pct { background: #9dff4a; padding: 2px 4px; }
161 .pctbar {
162 margin: 0;
163 color: #666;
164 background: #f1f1f1;
165 border: 1px solid #ddd;
166 overflow: hidden;
167 clear: both;
168 }
170 /* Form */
172 form { display: inline; }
173 textarea { border: 2px solid #ccc; padding: 4px; width: 100%; }
174 select { min-width: 180px; }
175 input[type="submit"], input[type="text"], input[type="password"],
176 select, #tools a {
177 color: #444444;
178 border: 1px solid #cccccc;
179 padding: 4px;
180 margin: 4px 0px;
181 font-size: 14px;
182 line-height: 1.2em;
183 background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
184 background-image: -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
185 -webkit-appearance: none;
186 -webkit-padding-end: 12px;
187 -webkit-padding-start: 6px;
188 }
190 input[type="text"], input[type="password"] {
191 background: #fefefe; border: 2px solid #ccc;
192 width: 460px; }
193 /*input[type="file"] { border: 2px solid #ddd; }*/
194 /*input[type="checkbox"] { background: #fefefe; }*/
196 /* Be compatible with old FF and Webkit version. */
197 input[type="submit"] {
198 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
199 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
200 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
201 }
203 input[type="submit"]:hover, #tools a:hover {
204 cursor: pointer;
205 color: black;
206 }
208 select {
209 background-image: url(images/down.png),
210 -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
211 background-position: center right;
212 background-repeat: no-repeat;
213 }
215 #tools {
216 padding-top: 10px;
217 margin: 20px 0px;
218 /*border-top: 1px dotted #ccc;
219 position: fixed;
220 bottom: 10px;*/
221 }
222 #tools a { text-decoration: none; margin: 4px 6px 4px 0px; }
224 /* Round corner */
226 pre, .button, .pctbar, .box, #login, #account-info, #user, img,
227 input, textarea, select, #tools a {
228 -moz-border-radius: 4px;
229 -webkit-border-radius: 4px;
230 border-radius: 4px;
231 }
233 /* notes */
235 .noteclassic,.noteimportant,.notewarning,.notetip {
236 margin:2em;
237 margin-left:auto;
238 margin-right:auto;
239 width:70% !important;
240 min-height:40px;
241 clear:both;
242 text-align:justify;
243 vertical-align:middle;
244 border-collapse:collapse;
245 padding:15px 20px 15px 80px;
246 background-position:20px 50%;
247 background-repeat:no-repeat;
248 -moz-border-radius:20px;
249 -khtml-border-radius:20px;
250 border-radius:20px;
251 }
253 .noteclassic {
254 background-color:#eef;
255 background-image:url(images/note.png);
256 }
258 .noteimportant {
259 background-color:#ffc;
260 background-image:url(images/important.png);
261 }
263 .notewarning {
264 background-color:#fdd;
265 background-image:url(images/warning.png);
266 }
268 .notetip {
269 background-color:#dfd;
270 background-image:url(images/tip.png);
271 }
273 /* Footer */
275 #footer {
276 text-align: center;
277 padding: 20px;
278 border-top: 1px solid #ddd;
279 font-size: 90%;
280 }
282 #footer a { padding: 0 2px; }
284 /* Plugins CSS */
286 .blogpost { border-bottom: 1px dotted #ddd; }
287 .post-tools { border-bottom: 1px dotted #ddd; padding: 4px 0;}
288 .post-tools a { text-decoration: none; }
289 .post-tools a:hover { text-decoration: underline; }