Commit 6b9c4d6e1eb855b05e20391006b389c00d7ca5b0

Authored by Pedro de Lyra Pereira
2 parents 41fbc561 db2bf070

Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme

images/left-arrow.png

268 Bytes

pagina_comunidade.css
... ... @@ -3,25 +3,37 @@
3 3 border-bottom: 1px solid #D3D6DE;
4 4 padding-bottom: 30px;
5 5 margin:0px 20px 0px 0px;
  6 + /*background-image: url("titulo2.png");
  7 + background-repeat: no-repeat;*/
6 8  
7 9 }
8 10  
9 11 #infor-community-geral h1{
10 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 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 25 #buttons-infor-community input{
  26 + font-size: 12px;
  27 + font-family: "open_sansregular", Arial, Helvetica, sans-serif;
19 28 border:1px solid #D3D6DE;
20 29 border-radius:4px;
21 30 background:none;
22 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 45 }
34 46  
35 47 .community-block-logo{
36   - border-bottom: 3px solid #3E67B1;
  48 + border-bottom: 4px solid #3E67B1;
37 49 }
38 50 .community-block-title{
39 51 background-color:#ECEDF1;
... ... @@ -42,7 +54,7 @@
42 54 border-bottom-left-radius: 4px;
43 55 }
44 56 .community-block-title h1{
45   - font-size: 14px !important;
  57 + font-size: 16px !important;
46 58 margin-bottom:0px !important;
47 59 }
48 60 .community-block-logo{
... ... @@ -115,57 +127,8 @@
115 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   -
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 130  
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 131  
168   -/*****************************************************/
169 132 /**********Bloco de informacoes temporarias*************/
170 133 #temporary-alerts{
171 134 border:1px solid #D3D6DE;
... ... @@ -414,6 +377,7 @@ ul#itens-legend-grafic{
414 377  
415 378  
416 379 /********************** ABA04 - Wiki ********************************/
  380 +
417 381 #aba4 {
418 382 border-bottom: 3px solid #172738;
419 383 padding-bottom: 40px;
... ... @@ -422,10 +386,19 @@ ul#itens-legend-grafic{
422 386 #aba4 h3{
423 387 color:#172738;
424 388 border-bottom: 2px solid #ECEDF1;
425   - padding:10px 0px;
  389 + font-size: 21px;
  390 + margin:0px;
  391 + padding:16px 0px 13px 1px;
  392 +
426 393 }
427 394  
428 395 #aba4 span{
  396 + /*color: #172738;
  397 + display:block;
  398 + line-height: 23px;
  399 + font-size: 15px;
  400 + margin:10px 0px 26px 5px;
  401 + padding-top:10px;*/
429 402 line-height: 21px;
430 403 font-size: 15px;
431 404 display: block;
... ... @@ -941,4 +914,178 @@ ul#itens-legend-grafic{
941 914 content: url('images/right-arrow-black.png');
942 915 margin-left: 18px;
943 916 margin-top: 3px;
944   -}
945 917 \ No newline at end of file
  918 +}
  919 +
  920 +
  921 +/***********Secundaria - Wiki**************/
  922 +/*#secundary-page-wiki {
  923 + background-image: url("secundaria-wiki.png");
  924 + background-repeat: no-repeat;
  925 + width:90%;
  926 +}*/
  927 +
  928 +#secundary-page-wiki h1 {
  929 + border-bottom:1px solid #D3D6DE;
  930 + font-family: arial;
  931 + font-size: 34px;
  932 + line-height: 37px;
  933 + text-align: left;
  934 + font-weight: 700;
  935 + padding:0px 0px 28px 0px;
  936 + margin:0px 0px 30px 0px;
  937 +}
  938 +
  939 +#secundary-page-wiki h2{
  940 + font-family: arial;
  941 + font-size: 22px;
  942 + line-height: 21px;
  943 + margin:0px 0px 20px 0px;
  944 + font-weight: 700;
  945 +}
  946 +
  947 +#secundary-page-wiki span{
  948 + font-size: 15px;
  949 + font-family: arial;
  950 + line-height: 21px;
  951 + display:block;
  952 + margin:0px 0px 6px 0px;
  953 + padding:1px 0px 0px 2px;
  954 +}
  955 +
  956 +/*********Secundaria de Discussoes***********/
  957 +#secundary-page-discussion .tidings{
  958 + padding:0px;
  959 +}
  960 +
  961 +#secundary-page-discussion .counter-discussion{
  962 + font-weight: bold;
  963 + font-size: 14px;
  964 + float:left;
  965 + line-height: 30px;
  966 + width: 30%;
  967 + margin:0px 0px 0px 2px;
  968 +
  969 +}
  970 +#secundary-page-discussion .order-discussion{
  971 + /*text-align: right;*/
  972 + font-size:14px;
  973 + font-weight: bold;
  974 + margin-left:40%;
  975 + line-height: 28px;
  976 + padding:1px 0px 0px 9px;
  977 +}
  978 +#secundary-page-discussion .subject-list-discussion strong{
  979 + font-size:16px;
  980 +}
  981 +
  982 +#secundary-page-discussion select{
  983 + background: none;
  984 + border:1px solid #D3D6DE;
  985 + border-radius: 4px;
  986 + padding:4px 27px 5px 9px; /*5px 23px;*/
  987 + margin:0px 0px 0px 3px;
  988 + font-size:14px;
  989 +}
  990 +
  991 +#secundary-page-discussion .teste .order-discussion{
  992 + text-align: right;
  993 +}
  994 +
  995 +#secundary-page-discussion #discussions{
  996 + padding-top:9px;
  997 +}
  998 +
  999 +#secundary-page-discussion .date-list-discussion{
  1000 + padding-top: 19px;
  1001 + margin: 0px 0px 0px 3px;
  1002 +}
  1003 +#secundary-page-discussion .subject-list-discussion{
  1004 + margin:-5px 3px 22px 5px;
  1005 + padding:0px 5px 0px 0px;
  1006 + font-size: 14px;
  1007 +
  1008 +}
  1009 +
  1010 +/********Bloco - Filtrar discussoes**********/
  1011 +#filter-discussion-block{
  1012 + background:#ECEDF1;
  1013 + border:1px solid #D3D6DE;
  1014 + border-radius:4px;
  1015 +}
  1016 +
  1017 +#filter-discussion-block h3{
  1018 + border-bottom:1px solid #D3D6DE;
  1019 + color:#3E67B1;
  1020 + margin:0px;
  1021 + padding:14px 21px;
  1022 + font-size: 14px; /*16px;*/
  1023 + text-transform: uppercase;
  1024 +}
  1025 +
  1026 +#filter-discussion-block .form-group{
  1027 + padding:10px 0px 7px 4px;
  1028 +}
  1029 +
  1030 +#filter-discussion-block .form-group label{
  1031 + color: #172738;
  1032 + font-weight:bold;
  1033 + margin:21px;
  1034 + line-height: 35px;
  1035 + font-size: 14px;
  1036 +}
  1037 +
  1038 +#filter-discussion-block .form-group input{
  1039 +border: 1px solid #bdc3c7;
  1040 +border-radius: 4px;
  1041 +box-shadow: none;
  1042 +color: #34495e;
  1043 +font-size: 12px;
  1044 +height: 15px; /*12px;*/
  1045 +line-height: 1.467;
  1046 +margin:-4px 0px 0px 18px; /*0px 9px;*/
  1047 +padding: 6px 6px 9px 4px;
  1048 +transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.95s linear 0s;
  1049 +width: 74%;
  1050 +}
  1051 +
  1052 +/*.form-group .fa-calendar::after{
  1053 + content: "\f073";
  1054 +}*/
  1055 +
  1056 +.btn-icon{
  1057 + background: #F7F8F9;
  1058 + border-top-right-radius: 4px;
  1059 + border-bottom-right-radius: 4px;
  1060 + line-height: 1.467;
  1061 + border:none;
  1062 + border-left: 1px solid #ECEDF1;
  1063 + padding:6px 6px 11px 9px;
  1064 + margin:0px 0px 0px -33px;
  1065 +}
  1066 +
  1067 +#filter-discussion-block .btn-default{
  1068 + background: #3867B7;
  1069 + color:#fff;
  1070 +}
  1071 +/*
  1072 +#filter-discussion-block .btn-default:hover {
  1073 +background: #5E82C6;
  1074 +color: #fff;*/
  1075 +
  1076 +#filter-discussion-block .btn{
  1077 + font-size:12px;
  1078 + padding:7px 12px;
  1079 + border:0;
  1080 + font-family: arial;
  1081 + border-radius:4px;
  1082 + text-transform: uppercase;
  1083 + font-weight:bold; /*400*/
  1084 + text-align: center;
  1085 + margin:17px 11px 12px 100px;
  1086 +
  1087 +}
  1088 +
  1089 +/**********************pagina secundaria de membros**************************/
  1090 +
  1091 +
  1092 +/*****************************************************/
... ...
pagina_software.css
... ... @@ -553,6 +553,16 @@ border:
553 553  
554 554 /*************Paginas internas de Software***************/
555 555  
  556 +/*************Pagina - Como instalar***************/
  557 +
  558 +#article code{
  559 + background: #ECEDF1;
  560 + display: block;
  561 + font-size: 12px;
  562 + padding: 15px 20px 15px 20px;
  563 +
  564 +}
  565 +
556 566 /**************Pagina de manuais**********************/
557 567 #manual{
558 568 font-family: arial;
... ...
theme.js
... ... @@ -191,7 +191,7 @@ $('#link-buscar').click(function(e) {
191 191  
192 192 $('[data-toggle="tooltip"]').tooltip({
193 193 position: {
194   - my: "center bottom-10",
  194 + my: "center bottom-13",
195 195 at: "center top"
196 196 },
197 197 tooltipClass: "ui-tooltip-top"
... ... @@ -203,7 +203,7 @@ $('#link-buscar').click(function(e) {
203 203  
204 204 $('[data-toggle="tooltip"]').tooltip({
205 205 position: {
206   - my: "center top+10",
  206 + my: "center top+13",
207 207 at: "center bottom"
208 208 },
209 209 tooltipClass: "ui-tooltip-bottom"
... ... @@ -222,3 +222,6 @@ $('#link-buscar').click(function(e) {
222 222 set_use_report_content();
223 223 });
224 224 })(jQuery);
  225 +
  226 +
  227 +
... ...