Commit 6815b97dd54bea7aeb1304a987369a50d182f116
Exists in
master
and in
12 other branches
Merge branch 'master' of gitlab.com:softwarepublico/noosfero-spb-theme
Showing
3 changed files
with
275 additions
and
9 deletions
Show diff stats
pagina_comunidade.css
... | ... | @@ -204,4 +204,220 @@ top: 2px; |
204 | 204 | float: left; |
205 | 205 | } |
206 | 206 | |
207 | -/**************************************************/ | |
208 | 207 | \ No newline at end of file |
208 | +/********************CSS DO BLOCO DE ABAS******************************/ | |
209 | + | |
210 | +/*********************** ABA 01 - Atividades *********************/ | |
211 | +#aba1{ | |
212 | + border: 1px solid #D3D6DE; | |
213 | + border-radius: 4px; | |
214 | + width: 450px; | |
215 | + | |
216 | +} | |
217 | + | |
218 | +#grafic{ | |
219 | + width: 450px; | |
220 | + height: 300px; | |
221 | +} | |
222 | + | |
223 | +#legend-grafic-ativit{ | |
224 | + border-top:1px solid #D3D6DE; | |
225 | + background-color:#ECEDF1; | |
226 | + padding:10px; | |
227 | + font-size:12px; | |
228 | + | |
229 | +} | |
230 | +/* | |
231 | +#itens-legend-grafic{ | |
232 | + text-align: :left; | |
233 | + /*float:right; | |
234 | + margin:0px;*/ | |
235 | +}*/ | |
236 | + | |
237 | +ul#itens-legend-grafic{ | |
238 | + text-align: left; | |
239 | + margin: 0px; | |
240 | + padding: 10px; | |
241 | +} | |
242 | + | |
243 | +#itens-legend-grafic li{ | |
244 | + list-style:none; | |
245 | + display: inline; | |
246 | + padding: 5px; | |
247 | +} | |
248 | + | |
249 | +.legend-itens-grafic{ | |
250 | + color: #172738; | |
251 | +} | |
252 | + | |
253 | +.members-itens-grafic{ | |
254 | + background-color: #FF4F38; | |
255 | + color:#ffffff; | |
256 | + border:1px solid #FF4F38; | |
257 | + border-radius: 4px; | |
258 | +} | |
259 | + | |
260 | +.emails-itens-grafic{ | |
261 | + background-color: #00A1F8; | |
262 | + color:#ffffff; | |
263 | + border:1px solid #00A1F8; | |
264 | + border-radius: 4px; | |
265 | +} | |
266 | +.commits-itens-grafic{ | |
267 | + background-color: #ED9941; | |
268 | + color:#ffffff; | |
269 | + border:1px solid #ED9941; | |
270 | + border-radius: 4px; | |
271 | + | |
272 | +} | |
273 | +.events-itens-grafic{ | |
274 | + background-color: #ffffff; | |
275 | + color:#C0BF5A; | |
276 | + border:1px solid #C0BF5A; | |
277 | + border-radius: 4px; | |
278 | + | |
279 | +} | |
280 | + | |
281 | +/********************** ABA02 - Discussões ***************************/ | |
282 | +#discussions{ | |
283 | + color:#172738; | |
284 | +} | |
285 | + | |
286 | +#discussions h3{ | |
287 | + padding:12px 0px 3px 0px; | |
288 | + margin:0px; | |
289 | +} | |
290 | + | |
291 | +.tidings{ | |
292 | + border-top: 1px solid #ECEDF1; | |
293 | + padding:10px; | |
294 | +} | |
295 | + | |
296 | +.date-list-discussion, | |
297 | +.subject-list-discussion{ | |
298 | + display: block; | |
299 | + line-height: 21px; | |
300 | + padding: 0px 0px 10px 0px; | |
301 | + position: relative; | |
302 | +} | |
303 | + | |
304 | +.date-list-discussion{ | |
305 | + font-size:12px; | |
306 | +} | |
307 | + | |
308 | +.date-list-discussion a{ | |
309 | + text-decoration: none; | |
310 | + color:#5E82C6; | |
311 | +} | |
312 | +.see-more-discussion{ | |
313 | +text-align: right; | |
314 | + padding: 10px; | |
315 | + text-transform: uppercase; | |
316 | + line-height: 21px; | |
317 | + font-size: 12px; | |
318 | + border-top: 1px solid #ECEDF1; | |
319 | +} | |
320 | + | |
321 | +.see-more-discussion::after { | |
322 | + background: none repeat scroll 0 0 #3e67b1; | |
323 | + border-radius: 4px; | |
324 | + color: #ffffff; | |
325 | + content: ">"; | |
326 | + font-size: 15px; | |
327 | + line-height: 20px; | |
328 | + margin-left: 5px; | |
329 | + padding-left: 7px; | |
330 | + padding-right: 4px; | |
331 | + position: relative; | |
332 | + text-align: center; | |
333 | + top: 2px; | |
334 | +} | |
335 | + | |
336 | +/********************** ABA03 - BLOG ********************************/ | |
337 | + | |
338 | + | |
339 | +/********************** ABA04 - Wiki ********************************/ | |
340 | +#aba4 h3{ | |
341 | + color:#172738; | |
342 | + border-bottom: 2px solid #ECEDF1; | |
343 | + padding:10px; | |
344 | +} | |
345 | + | |
346 | +#aba4 span{ | |
347 | + line-height: 21px; | |
348 | + font-size: 13px; | |
349 | +} | |
350 | + | |
351 | + | |
352 | +/*********************** ABA05 - Feed do repostório *******************/ | |
353 | + | |
354 | +.information-repository-activ{ | |
355 | + border-bottom: 1px solid #D3D6DE; | |
356 | + padding:40px 20px 40px 20px; | |
357 | + color:#172738; | |
358 | +} | |
359 | + | |
360 | +.about-commit{ | |
361 | + display:block; | |
362 | + position:absolute; | |
363 | + float:left; | |
364 | + border-right:1px dotted #D3D6DE; | |
365 | + padding-right: 40px; | |
366 | +} | |
367 | +.about-commit span{ | |
368 | + position: relative; | |
369 | + display:block; | |
370 | + line-height: 21px; | |
371 | + padding: 5px; | |
372 | +} | |
373 | + | |
374 | +.information-member-repository{ | |
375 | + margin-left:150px; | |
376 | + display:block; | |
377 | + | |
378 | +} | |
379 | + | |
380 | +.information-member-repository span{ | |
381 | + display:block; | |
382 | + position:relative; | |
383 | + line-height: 21px; | |
384 | + padding: 5px; | |
385 | +} | |
386 | + | |
387 | +.commit-historic::before { | |
388 | + content: url("images/calendar-icon.png"); | |
389 | + float: left; | |
390 | + line-height: 20px; | |
391 | + margin-right: 10px; | |
392 | + margin-top: 4px; | |
393 | +} | |
394 | + | |
395 | +.calendar-commit::before { | |
396 | + content: url("images/calendar-icon.png"); | |
397 | + float: left; | |
398 | + line-height: 20px; | |
399 | + margin-right: 10px; | |
400 | + margin-top: 4px; | |
401 | +} | |
402 | + | |
403 | +.see-more-repository{ | |
404 | + text-align: right; | |
405 | + padding:10px; | |
406 | + text-transform: uppercase; | |
407 | + line-height: 21px; | |
408 | + font-size:12px; | |
409 | +} | |
410 | + | |
411 | +.see-more-repository::after { | |
412 | + background: none repeat scroll 0 0 #3e67b1; | |
413 | + border-radius: 4px; | |
414 | + color: #ffffff; | |
415 | + content: ">"; | |
416 | + font-size: 15px; | |
417 | + line-height: 20px; | |
418 | + margin-left: 5px; | |
419 | + padding-left: 7px; | |
420 | + padding-right: 4px; | |
421 | + position: relative; | |
422 | + text-align: center; | |
423 | + top: 2px; | |
424 | +} | ... | ... |
... | ... | @@ -0,0 +1,41 @@ |
1 | +.ui-widget-header | |
2 | +{ | |
3 | + background: none; | |
4 | + border: 0px solid #aaaaaa; | |
5 | + color: none; | |
6 | + font-weight: bold; | |
7 | +} | |
8 | +.ui-tabs .ui-tabs-panel | |
9 | +{ | |
10 | + background-color: #eeeff1; | |
11 | + border-width: 1px; | |
12 | + color: #777; | |
13 | + display: block; | |
14 | + font-size: 13px; | |
15 | + padding: 1em 1.4em; | |
16 | + text-decoration: none; | |
17 | +} | |
18 | +.ui-tabs .ui-tabs-nav | |
19 | +{ | |
20 | + margin: 0; | |
21 | + padding: 0; | |
22 | +} | |
23 | +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default | |
24 | +{ | |
25 | + background: #d5d5d5 none; | |
26 | + border: 1px solid #d4d5d7; | |
27 | + color: #555555; | |
28 | + font-weight: normal; | |
29 | +} | |
30 | +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active | |
31 | +{ | |
32 | + background: #eeeff1 none; | |
33 | + background-color: #eeeff1; | |
34 | + border: 1px solid #aaaaaa; | |
35 | + color: #212121; | |
36 | + font-weight: normal; | |
37 | +} | |
38 | +.ui-widget-content | |
39 | +{ | |
40 | + border: 0px solid #aaaaaa; | |
41 | +} | ... | ... |
redes_sociais.css
1 | 1 | .ui-widget-header |
2 | 2 | { |
3 | - background: none; | |
4 | - border: 0px solid #aaaaaa; | |
3 | + background:#ECEDF1; | |
4 | + border-radius:0px; | |
5 | + border:none; | |
6 | + border-bottom: 3px solid #D3D6DE; | |
5 | 7 | color: none; |
6 | 8 | font-weight: bold; |
7 | 9 | } |
8 | 10 | .ui-tabs .ui-tabs-panel |
9 | 11 | { |
10 | - background-color: #eeeff1; | |
11 | - border-width: 1px; | |
12 | + /*background-color: #eeeff1; | |
13 | + border-width: 1px;*/ | |
12 | 14 | color: #777; |
13 | 15 | display: block; |
14 | 16 | font-size: 13px; |
... | ... | @@ -22,20 +24,27 @@ |
22 | 24 | } |
23 | 25 | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default |
24 | 26 | { |
25 | - background: #d5d5d5 none; | |
27 | + /*background: #d5d5d5 none; | |
26 | 28 | border: 1px solid #d4d5d7; |
27 | - color: #555555; | |
29 | + color: #555555;*/ | |
28 | 30 | font-weight: normal; |
29 | 31 | } |
30 | 32 | .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active |
31 | 33 | { |
32 | - background: #eeeff1 none; | |
34 | + /*background: #eeeff1 none; | |
33 | 35 | background-color: #eeeff1; |
34 | 36 | border: 1px solid #aaaaaa; |
35 | - color: #212121; | |
37 | + color: #212121;*/ | |
36 | 38 | font-weight: normal; |
37 | 39 | } |
38 | 40 | .ui-widget-content |
39 | 41 | { |
40 | 42 | border: 0px solid #aaaaaa; |
41 | 43 | } |
44 | + | |
45 | +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { | |
46 | + border: none; | |
47 | + background:#ECEDF1 ; | |
48 | + font-weight: normal; | |
49 | + /*color: #555555;*/ | |
50 | +} | |
42 | 51 | \ No newline at end of file | ... | ... |