Commit 98d594a81e7bcd45d6e602fb642912fb75ebba58
1 parent
1f0e63a6
Exists in
master
and in
2 other branches
Adjustments to the community pages and software-tab wiki, discussions of the
page and filters block
Showing
4 changed files
with
232 additions
and
59 deletions
Show diff stats
249 Bytes
pagina_comunidade.css
@@ -3,25 +3,37 @@ | @@ -3,25 +3,37 @@ | ||
3 | border-bottom: 1px solid #D3D6DE; | 3 | border-bottom: 1px solid #D3D6DE; |
4 | padding-bottom: 30px; | 4 | padding-bottom: 30px; |
5 | margin:0px 20px 0px 0px; | 5 | margin:0px 20px 0px 0px; |
6 | + background-image: url("titulo2.png"); | ||
7 | + background-repeat: no-repeat; | ||
6 | 8 | ||
7 | } | 9 | } |
8 | 10 | ||
9 | #infor-community-geral h1{ | 11 | #infor-community-geral h1{ |
10 | text-align: left; | 12 | text-align: left; |
11 | - font-size: 23px; | 13 | + font-size: 33px; |
14 | + line-height: 30px; | ||
15 | + margin: 0px 12px 11px 0px; | ||
16 | + font-weight: 700; | ||
12 | } | 17 | } |
13 | 18 | ||
14 | #infor-community-geral p{ | 19 | #infor-community-geral p{ |
15 | - /*font-size: 12px;*/ | 20 | + font-size: 14px; |
21 | + line-height: 23px; | ||
22 | + margin:0px 10px 7px 2px; | ||
16 | } | 23 | } |
17 | 24 | ||
18 | #buttons-infor-community input{ | 25 | #buttons-infor-community input{ |
26 | + font-size: 12px; | ||
27 | + font-family: "open_sansregular", Arial, Helvetica, sans-serif; | ||
19 | border:1px solid #D3D6DE; | 28 | border:1px solid #D3D6DE; |
20 | border-radius:4px; | 29 | border-radius:4px; |
21 | background:none; | 30 | background:none; |
22 | color: #5E82C6; | 31 | color: #5E82C6; |
23 | - margin:2px; | ||
24 | - padding:3px 10px; | 32 | + margin:1px 4px 0px 2px; |
33 | + padding:3px 12px 6px 10px; | ||
34 | + line-height: 14px; | ||
35 | + /*margin: 1px 4px 0px 2px; | ||
36 | + padding: 3px 11px 4px 8px;*/ | ||
25 | 37 | ||
26 | } | 38 | } |
27 | 39 | ||
@@ -33,7 +45,7 @@ | @@ -33,7 +45,7 @@ | ||
33 | } | 45 | } |
34 | 46 | ||
35 | .community-block-logo{ | 47 | .community-block-logo{ |
36 | - border-bottom: 3px solid #3E67B1; | 48 | + border-bottom: 4px solid #3E67B1; |
37 | } | 49 | } |
38 | .community-block-title{ | 50 | .community-block-title{ |
39 | background-color:#ECEDF1; | 51 | background-color:#ECEDF1; |
@@ -42,7 +54,7 @@ | @@ -42,7 +54,7 @@ | ||
42 | border-bottom-left-radius: 4px; | 54 | border-bottom-left-radius: 4px; |
43 | } | 55 | } |
44 | .community-block-title h1{ | 56 | .community-block-title h1{ |
45 | - font-size: 14px !important; | 57 | + font-size: 16px !important; |
46 | margin-bottom:0px !important; | 58 | margin-bottom:0px !important; |
47 | } | 59 | } |
48 | .community-block-logo{ | 60 | .community-block-logo{ |
@@ -115,57 +127,8 @@ | @@ -115,57 +127,8 @@ | ||
115 | display:block; | 127 | display:block; |
116 | } | 128 | } |
117 | /******************************************************/ | 129 | /******************************************************/ |
118 | -/******************* Bloco Membros*********************/ | ||
119 | -.members-block{ | ||
120 | - background-color:#ECEDF1; | ||
121 | - border:1px solid #D3D6DE !important; | ||
122 | - border-radius: 4px; | ||
123 | -} | ||
124 | -.members-block .block-title{ | ||
125 | - /*background-color:#ECEDF1;*/ | ||
126 | - border-bottom:1px solid #D3D6DE !important; | ||
127 | - border-top:none !important; | ||
128 | - /*border-top-right-radius: 4px !important; | ||
129 | - border-top-left-radius: 4px !important;*/ | ||
130 | - color:#172738 !important; | ||
131 | - font-size:14px !important; | ||
132 | - padding:12px !important; | ||
133 | -} | ||
134 | 130 | ||
135 | -.members-block .block-footer-content{ | ||
136 | - background-color:#ECEDF1; | ||
137 | - padding:8px 10px 15px 0px; | ||
138 | - margin-right:0px !important; | ||
139 | - border-top:1px solid #D3D6DE; | ||
140 | -} | ||
141 | -#content .members-block .block-footer-content a{ | ||
142 | - padding-right: 0px !important; | ||
143 | -} | ||
144 | 131 | ||
145 | -#content .members-block .block-footer-content a.view-all{ | ||
146 | - background-image:none; | ||
147 | - border:none; | ||
148 | - text-transform: uppercase; | ||
149 | - line-height: 21px; | ||
150 | -} | ||
151 | -#content .members-block .block-footer-content a.view-all::after{ | ||
152 | -content: '>'; | ||
153 | -padding-left: 7px; | ||
154 | -padding-right: 4px; | ||
155 | -color:#ffffff; | ||
156 | -background: #3E67B1; | ||
157 | -border-radius: 4px; | ||
158 | -font-size: 15px; | ||
159 | -line-height: 20px; | ||
160 | -text-align: center; | ||
161 | -margin-left: 5px; | ||
162 | -position: relative; | ||
163 | -margin-left: 5px; | ||
164 | -top: 2px; | ||
165 | -/*margin-right:0px;*/ | ||
166 | -} | ||
167 | - | ||
168 | -/*****************************************************/ | ||
169 | /**********Bloco de informacoes temporarias*************/ | 132 | /**********Bloco de informacoes temporarias*************/ |
170 | #temporary-alerts{ | 133 | #temporary-alerts{ |
171 | border:1px solid #D3D6DE; | 134 | border:1px solid #D3D6DE; |
@@ -384,15 +347,28 @@ text-align: right; | @@ -384,15 +347,28 @@ text-align: right; | ||
384 | 347 | ||
385 | 348 | ||
386 | /********************** ABA04 - Wiki ********************************/ | 349 | /********************** ABA04 - Wiki ********************************/ |
387 | -#aba4 h3{ | 350 | +#aba4{ |
351 | + background-image: url("wiki.png"); | ||
352 | + background-repeat: no-repeat; | ||
353 | +} | ||
354 | + | ||
355 | +#aba4 h2{ | ||
388 | color:#172738; | 356 | color:#172738; |
389 | border-bottom: 2px solid #ECEDF1; | 357 | border-bottom: 2px solid #ECEDF1; |
390 | - padding:10px 0px; | 358 | + font-size: 21px; |
359 | + margin:0px; | ||
360 | + padding:16px 0px 13px 1px; | ||
361 | + | ||
391 | } | 362 | } |
392 | 363 | ||
393 | #aba4 span{ | 364 | #aba4 span{ |
394 | - line-height: 21px; | ||
395 | - font-size: 13px; | 365 | + color: #172738; |
366 | + display:block; | ||
367 | + line-height: 23px; | ||
368 | + font-size: 15px; | ||
369 | + margin:10px 0px 26px 5px; | ||
370 | + padding-top:10px; | ||
371 | + | ||
396 | } | 372 | } |
397 | 373 | ||
398 | 374 | ||
@@ -469,3 +445,187 @@ text-align: right; | @@ -469,3 +445,187 @@ text-align: right; | ||
469 | text-align: center; | 445 | text-align: center; |
470 | top: 2px; | 446 | top: 2px; |
471 | } | 447 | } |
448 | + | ||
449 | +/***********Secundaria - Wiki**************/ | ||
450 | +#secundary-page-wiki { | ||
451 | + background-image: url("secundaria-wiki.png"); | ||
452 | + background-repeat: no-repeat; | ||
453 | + width:90%; | ||
454 | +} | ||
455 | + | ||
456 | +#secundary-page-wiki h1 { | ||
457 | + border-bottom:1px solid #D3D6DE; | ||
458 | + font-family: arial; | ||
459 | + font-size: 34px; | ||
460 | + line-height: 37px; | ||
461 | + text-align: left; | ||
462 | + font-weight: 700; | ||
463 | + padding:0px 0px 28px 0px; | ||
464 | + margin:0px 0px 30px 0px; | ||
465 | +} | ||
466 | + | ||
467 | +#secundary-page-wiki h2{ | ||
468 | + font-family: arial; | ||
469 | + font-size: 22px; | ||
470 | + line-height: 21px; | ||
471 | + margin:0px 0px 20px 0px; | ||
472 | + font-weight: 700; | ||
473 | +} | ||
474 | + | ||
475 | +#secundary-page-wiki span{ | ||
476 | + font-size: 15px; | ||
477 | + font-family: arial; | ||
478 | + line-height: 21px; | ||
479 | + display:block; | ||
480 | + margin:0px 0px 6px 0px; | ||
481 | + padding:1px 0px 0px 2px; | ||
482 | +} | ||
483 | + | ||
484 | +/*********Secundaria de Discussoes***********/ | ||
485 | +#secundary-page-discussion{ | ||
486 | + /*background-image: url("discussoes.png"); | ||
487 | + background-repeat: no-repeat; | ||
488 | + /*padding-top:10px;*/ | ||
489 | +} | ||
490 | + | ||
491 | +#secundary-page-discussion .tidings{ | ||
492 | + padding:0px; | ||
493 | +} | ||
494 | + | ||
495 | +#secundary-page-discussion .counter-discussion{ | ||
496 | + font-weight: bold; | ||
497 | + font-size: 14px; | ||
498 | + float:left; | ||
499 | + line-height: 30px; | ||
500 | + width: 30%; | ||
501 | + margin:0px 0px 0px 2px; | ||
502 | + | ||
503 | +} | ||
504 | +#secundary-page-discussion .order-discussion{ | ||
505 | + /*text-align: right;*/ | ||
506 | + font-size:14px; | ||
507 | + font-weight: bold; | ||
508 | + margin-left:40%; | ||
509 | + line-height: 28px; | ||
510 | + padding:1px 0px 0px 9px; | ||
511 | +} | ||
512 | +#secundary-page-discussion .subject-list-discussion strong{ | ||
513 | + font-size:16px; | ||
514 | +} | ||
515 | + | ||
516 | +#secundary-page-discussion select{ | ||
517 | + background: none; | ||
518 | + border:1px solid #D3D6DE; | ||
519 | + border-radius: 4px; | ||
520 | + padding:4px 27px 5px 9px; /*5px 23px;*/ | ||
521 | + margin:0px 0px 0px 3px; | ||
522 | + font-size:14px; | ||
523 | +} | ||
524 | + | ||
525 | +#secundary-page-discussion .teste .order-discussion{ | ||
526 | + text-align: right; | ||
527 | +} | ||
528 | + | ||
529 | +#secundary-page-discussion #discussions{ | ||
530 | + padding-top:9px; | ||
531 | +} | ||
532 | + | ||
533 | +#secundary-page-discussion .date-list-discussion{ | ||
534 | + padding-top: 19px; | ||
535 | + margin: 0px 0px 0px 3px; | ||
536 | +} | ||
537 | +#secundary-page-discussion .subject-list-discussion{ | ||
538 | + margin:-5px 3px 22px 5px; | ||
539 | + padding:0px 5px 0px 0px; | ||
540 | + font-size: 14px; | ||
541 | + | ||
542 | +} | ||
543 | + | ||
544 | +/********Bloco - Filtrar discussoes**********/ | ||
545 | +#filter-discussion-block{ | ||
546 | + background:#ECEDF1; | ||
547 | + border:1px solid #D3D6DE; | ||
548 | + border-radius:4px; | ||
549 | + /*background-image: url("filtro.png"); | ||
550 | + background-repeat: no-repeat;*/ | ||
551 | + /* width: 40%; | ||
552 | + height: 50%;*/ | ||
553 | + | ||
554 | +} | ||
555 | + | ||
556 | +#filter-discussion-block h3{ | ||
557 | + border-bottom:1px solid #D3D6DE; | ||
558 | + color:#3E67B1; | ||
559 | + margin:0px; | ||
560 | + padding:14px 21px; | ||
561 | + font-size: 14px; /*16px;*/ | ||
562 | + text-transform: uppercase; | ||
563 | +} | ||
564 | + | ||
565 | +#filter-discussion-block .form-group{ | ||
566 | + padding:10px 0px 7px 4px; | ||
567 | +} | ||
568 | + | ||
569 | +#filter-discussion-block .form-group label{ | ||
570 | + color: #172738; | ||
571 | + font-weight:bold; | ||
572 | + margin:21px; | ||
573 | + line-height: 35px; | ||
574 | + font-size: 14px; | ||
575 | +} | ||
576 | + | ||
577 | +#filter-discussion-block .form-group input{ | ||
578 | +border: 1px solid #bdc3c7; | ||
579 | +border-radius: 4px; | ||
580 | +box-shadow: none; | ||
581 | +color: #34495e; | ||
582 | +font-size: 12px; | ||
583 | +height: 15px; /*12px;*/ | ||
584 | +line-height: 1.467; | ||
585 | +margin:-4px 0px 0px 18px; /*0px 9px;*/ | ||
586 | +padding: 6px 6px 9px 4px; | ||
587 | +transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.95s linear 0s; | ||
588 | +width: 74%; | ||
589 | +} | ||
590 | + | ||
591 | +/*.form-group .fa-calendar::after{ | ||
592 | + content: "\f073"; | ||
593 | +}*/ | ||
594 | + | ||
595 | +.btn-icon{ | ||
596 | + background: #F7F8F9; | ||
597 | + border-top-right-radius: 4px; | ||
598 | + border-bottom-right-radius: 4px; | ||
599 | + line-height: 1.467; | ||
600 | + border:none; | ||
601 | + border-left: 1px solid #ECEDF1; | ||
602 | + padding:6px 6px 11px 9px; | ||
603 | + margin:0px 0px 0px -33px; | ||
604 | +} | ||
605 | + | ||
606 | +#filter-discussion-block .btn-default{ | ||
607 | + background: #3867B7; | ||
608 | + color:#fff; | ||
609 | +} | ||
610 | +/* | ||
611 | +#filter-discussion-block .btn-default:hover { | ||
612 | +background: #5E82C6; | ||
613 | +color: #fff;*/ | ||
614 | + | ||
615 | +#filter-discussion-block .btn{ | ||
616 | + font-size:12px; | ||
617 | + padding:7px 12px; | ||
618 | + border:0; | ||
619 | + font-family: arial; | ||
620 | + border-radius:4px; | ||
621 | + text-transform: uppercase; | ||
622 | + font-weight:bold; /*400*/ | ||
623 | + text-align: center; | ||
624 | + margin:17px 11px 12px 100px; | ||
625 | + | ||
626 | +} | ||
627 | + | ||
628 | +/**********************pagina secundaria de membros**************************/ | ||
629 | + | ||
630 | + | ||
631 | +/*****************************************************/ | ||
472 | \ No newline at end of file | 632 | \ No newline at end of file |
pagina_software.css
@@ -531,6 +531,16 @@ border: | @@ -531,6 +531,16 @@ border: | ||
531 | 531 | ||
532 | /*************Paginas internas de Software***************/ | 532 | /*************Paginas internas de Software***************/ |
533 | 533 | ||
534 | +/*************Pagina - Como instalar***************/ | ||
535 | + | ||
536 | +#article code{ | ||
537 | + background: #ECEDF1; | ||
538 | + display: block; | ||
539 | + font-size: 12px; | ||
540 | + padding: 15px 20px 15px 20px; | ||
541 | + | ||
542 | +} | ||
543 | + | ||
534 | /**************Pagina de manuais**********************/ | 544 | /**************Pagina de manuais**********************/ |
535 | #manual{ | 545 | #manual{ |
536 | font-family: arial; | 546 | font-family: arial; |
theme.js