tinycm view style.css @ rev 64
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu Feb 06 19:35:03 2014 +0000 (2014-02-06) |
parents | 03338ebb4d86 |
children | c9ab61b3774a |
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;
128 }
130 #search input[type="text"] { width: 180px; }
132 /* Content */
134 #content {
135 margin: 60px auto;
136 padding: 0 20px;
137 text-align: justify;
138 max-width: 680px;
139 }
141 #edit textarea { width: 100%; height: 240px; background: #f8f8f8; }
142 #edit a { text-decoration: none; }
144 .box, pre, #login, #account-info {
145 background-color: #f8f8f8;
146 border: 1px solid #ddd;
147 padding: 10px;
148 }
150 pre img { margin: 4px 4px 4px 0px; }
152 .error { color: red; }
153 .ok { color: green; }
154 .date { color: #666; font-size: 96%; }
156 /* Progress bar */
158 .pct { background: #9dff4a; padding: 2px 4px; }
160 .pctbar {
161 margin: 0;
162 color: #666;
163 background: #f1f1f1;
164 border: 1px solid #ddd;
165 overflow: hidden;
166 clear: both;
167 }
169 /* Form */
171 form { display: inline; }
172 textarea { border: 2px solid #ccc; padding: 4px; width: 100%; }
173 select { min-width: 180px; }
174 input[type="submit"], input[type="text"], input[type="password"],
175 select, #tools a {
176 color: #444444;
177 border: 1px solid #cccccc;
178 padding: 4px;
179 margin: 4px 0px;
180 font-size: 14px;
181 line-height: 1.2em;
182 background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
183 background-image: -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
184 -webkit-appearance: none;
185 -webkit-padding-end: 12px;
186 -webkit-padding-start: 6px;
187 }
189 input[type="text"], input[type="password"] {
190 background: #fefefe; border: 2px solid #ccc;
191 width: 100%; }
192 /*input[type="file"] { border: 2px solid #ddd; }*/
193 /*input[type="checkbox"] { background: #fefefe; }*/
195 /* Be compatible with old FF and Webkit version. */
196 input[type="submit"] {
197 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
198 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
199 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
200 }
202 input[type="submit"]:hover, #tools a:hover {
203 cursor: pointer;
204 color: black;
205 }
207 select {
208 background-image: url(images/down.png),
209 -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
210 background-position: center right;
211 background-repeat: no-repeat;
212 }
214 #tools {
215 position: absolute;
216 top: 72px;
217 }
218 #tools a { text-decoration: none; margin: 4px 6px 4px 0px; }
220 /* Round corner */
222 pre, .button, .pctbar, .box, #login, #account-info, #user, img,
223 input, textarea, select, #tools a {
224 -moz-border-radius: 4px;
225 -webkit-border-radius: 4px;
226 border-radius: 4px;
227 }
229 /* notes */
231 .noteclassic,.noteimportant,.notewarning,.notetip {
232 margin:2em;
233 margin-left:auto;
234 margin-right:auto;
235 width:70% !important;
236 min-height:40px;
237 clear:both;
238 text-align:justify;
239 vertical-align:middle;
240 border-collapse:collapse;
241 padding:15px 20px 15px 80px;
242 background-position:20px 50%;
243 background-repeat:no-repeat;
244 -moz-border-radius:20px;
245 -khtml-border-radius:20px;
246 border-radius:20px;
247 }
249 .noteclassic {
250 background-color:#eef;
251 background-image:url(images/note.png);
252 }
254 .noteimportant {
255 background-color:#ffc;
256 background-image:url(images/important.png);
257 }
259 .notewarning {
260 background-color:#fdd;
261 background-image:url(images/warning.png);
262 }
264 .notetip {
265 background-color:#dfd;
266 background-image:url(images/tip.png);
267 }
269 /* Footer */
271 #footer {
272 text-align: center;
273 padding: 20px;
274 border-top: 1px solid #ddd;
275 font-size: 90%;
276 color: #888;
277 }
279 #footer a { padding: 0 2px; color: #888; text-decoration: none; }
280 #footer a:hover { text-decoration: underline; }
282 /* Plugins CSS */
284 /* Blog */
285 .post-tools {
286 border-top: 1px dotted #ddd;
287 border-bottom: 1px dotted #ddd;
288 padding: 4px 0; }
289 .post-tools a { text-decoration: none; }
290 .post-tools a:hover { text-decoration: underline; }
292 /* Forum */
293 #hashtags { font-size: 16px; font-weight: bold; }
294 #hashtags a { text-decoration: none; padding: 0 4px; }
295 .topic { padding: 6px; margin: 4px; }
296 .topic span a { text-decoration: none; color: #666;
297 font-weight: bold; padding-left: 2px; }
298 .forum-msg { background-color: #eee; padding: 10px;
299 border: 2px solid #ddd; width: 98%;}