Commit 4c45f1edbaef119a05c3e7be8adfcda2512f41bb

Authored by Gustavo Cruz
1 parent e9c4b147

updating theme

Showing 2 changed files with 52 additions and 30 deletions   Show diff stats
cabecalho-amarelo-theme.css
... ... @@ -21,7 +21,7 @@ background-color: #fcdd4e;/*(amarelo-claro)*/
21 21 /* IE10+ */
22 22 background-image: radial-gradient(ellipse at center, #fcdd4e 1%,#f9c404 100%);
23 23 /* W3C */
24   - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdd4e', endColorstr='#f9c404',GradientType=1 );
  24 +/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdd4e', endColorstr='#f9c404',GradientType=1 );*/
25 25 /* IE6-9 fallback on horizontal gradient */
26 26 color: #fff;
27 27 }
... ... @@ -47,10 +47,11 @@ background-color: #fcdd4e;/*(amarelo-claro)*/
47 47 }
48 48  
49 49 #accessibility {
50   - display: block !important;
51   - font-size: 7pt;
52   - width: 50%;
53   - float: left;
  50 + display: block !important;
  51 + float: left;
  52 + font-family: arial;
  53 + font-size: 10px;
  54 + width: 50%;
54 55 }
55 56  
56 57 #accessibility a {
... ... @@ -114,10 +115,10 @@ background-color: #fcdd4e;/*(amarelo-claro)*/
114 115 display: block;
115 116 float: right;
116 117 clear: left;
117   - border-bottom: 1px dotted #9bc2a3;
  118 + border-bottom: 1px dotted #00500f;
118 119 padding-bottom: 2px;
119 120 margin-top: -15px;
120   - font-size: 85%;
  121 + font-size: 10px;
121 122 text-align: center;
122 123 }
123 124  
... ... @@ -147,7 +148,7 @@ color: #75ad0a
147 148 #social-icons {
148 149 float: right;
149 150 clear: right;
150   - margin: 12px 0px 0px 0px;
  151 + margin: 0px;
151 152 }
152 153  
153 154 #social-icons ul {
... ... @@ -180,6 +181,7 @@ color: #75ad0a
180 181  
181 182 #theme-header #sobre {
182 183 line-height: 20px;
  184 + font-size: 12px;
183 185 }
184 186 /* */
185 187  
... ... @@ -228,7 +230,7 @@ input.searchField {
228 230 clear: right;
229 231 float: right;
230 232 font-size: 80%;
231   - margin: 2em 0 1.2em 0;
  233 + margin: 30px 0 14px;
232 234 /*margin: 3.12em 0px 3px 0px;*/
233 235 text-align: right;
234 236 border-radius: 5px;
... ...
style.css
... ... @@ -388,13 +388,13 @@ p {
388 388 .action-home-index #wrap-2 .block-outer .container-block-plugin_container-block div.display-content-block,
389 389 .action-environment_design-index #wrap-2 .block-outer .container-block-plugin_container-block div.display-content-block {
390 390 margin-right: 24px;
391   - width: 270px !important;
  391 + /*width: 270px !important;*/
392 392 }
393 393  
394 394 .action-home-index .people-block,
395 395 .action-environment_design-index .people-block {
396 396 /* overflow: hidden;*/
397   - width: 314px !important;
  397 + /*width: 314px !important;*/
398 398 }
399 399  
400 400 .action-home-index #content .container-block-plugin_container-block .display-content-block .block-inner-2,
... ... @@ -406,6 +406,7 @@ p {
406 406 float: none;
407 407 width: 100%;
408 408 padding-right: 0;
  409 + margin: 14px 0;
409 410 }
410 411 .action-home-index #content .container-block-plugin_container-block .display-content-block .image,
411 412 .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image{
... ... @@ -553,6 +554,9 @@ p {
553 554 width: 960px;
554 555 }
555 556  
  557 +
  558 +
  559 +
556 560 /*data - evento*/
557 561  
558 562 li.event-dates {
... ... @@ -586,7 +590,7 @@ li.event-dates {
586 590 }
587 591  
588 592 #content .title {
589   - font-weight: normal; !important;
  593 + font-weight: normal;
590 594 padding-right: 70px;
591 595 }
592 596  
... ... @@ -850,13 +854,13 @@ input.button.with-text {
850 854  
851 855 .track_list .item_card {
852 856 background-color: #FFFAFA;
853   - border: 1px solid #DDDDDD;
  857 + border: 0px solid #DDDDDD;
854 858 display: inline-block;
855 859 float: left;
856 860 clear: right;
857   - margin: 10px 9px;
  861 + margin: 0 9px 9px;
858 862 max-width: 214px;
859   - height: 390px;
  863 + height: 405px;
860 864 padding: 0;
861 865 width: 214px;
862 866 }
... ... @@ -891,6 +895,7 @@ input.button.with-text {
891 895 min-height: 15px;
892 896 padding: 5px 0;
893 897 text-align: center;
  898 + text-transform: uppercase;
894 899 }
895 900  
896 901  
... ... @@ -900,6 +905,7 @@ input.button.with-text {
900 905 height: 146px;
901 906 overflow: hidden;
902 907 margin: 8px;
  908 + background-color: #FFF;
903 909 }
904 910  
905 911 #content .track_list .item_card .track_content .name {
... ... @@ -979,12 +985,18 @@ input.button.with-text {
979 985 display: block;
980 986 color: #444;
981 987 }
  988 +.track_list .item_card .track_stats .comments{
  989 + float: left;
  990 +}
  991 +.track_list .item_card .track_stats .hits{
  992 + float: right;
  993 +}
982 994 .track_list .item_card .track_stats .hits .label,
983 995 .track_list .item_card .track_stats .comments .label {
984 996 font-size: 7pt;
985   - float: right;
  997 + /*float: right;*/
986 998 color: #444;
987   - visibility: hidden;
  999 +
988 1000 }
989 1001 /**/
990 1002  
... ... @@ -1212,6 +1224,7 @@ input.button.with-text {
1212 1224 font-weight: bold;
1213 1225 padding: 10px 20px 10px 50px;
1214 1226 text-align: left;
  1227 + font-family: Arial, sans-serif;
1215 1228 }
1216 1229  
1217 1230 .community-track-plugin_track-card-list-block .more_button{
... ... @@ -1241,6 +1254,7 @@ input.button.with-text {
1241 1254 padding: 10px 20px 10px 50px;
1242 1255 position: relative;
1243 1256 text-align: left;
  1257 + font-family: Arial, sans-serif;
1244 1258 }
1245 1259  
1246 1260 /*fim botoes ver todos*/
... ... @@ -1248,6 +1262,12 @@ input.button.with-text {
1248 1262  
1249 1263 /*Página Inicial - .action-home-index*/
1250 1264  
  1265 +.action-home-index #content,
  1266 +.action-environment_design-index #content {
  1267 + margin-bottom: -105px;
  1268 +}
  1269 +
  1270 +
1251 1271 .action-home-index .box-1 .blocks,
1252 1272 .action-environment_design-index .box-1 .blocks {
1253 1273 margin-top: 0px;
... ... @@ -1258,6 +1278,7 @@ input.button.with-text {
1258 1278 margin-bottom: 90px;
1259 1279 }
1260 1280  
  1281 +
1261 1282 .action-home-index #content .container-block-plugin_container-block .block,
1262 1283 .action-environment_design-index #content .container-block-plugin_container-block .block{
1263 1284 margin-bottom: 0px;
... ... @@ -1353,11 +1374,13 @@ input.button.with-text {
1353 1374 .action-environment_design-index .people-block .banner-span {
1354 1375 background-color: #f15921;
1355 1376 color: #fff;
1356   - font-size: medium;
1357   - font-weight: bold;
  1377 + font-size: 20px;
  1378 + font-weight: normal;
1358 1379 height: 56px;
1359 1380 line-height: 56px;
1360 1381 width: 112px;
  1382 + font-family: 'Open Sans Extrabold',Arial,Helvetica,sans-serif;
  1383 + letter-spacing: -0.05em;
1361 1384 }
1362 1385  
1363 1386 .action-home-index .vcard .menu-submenu,
... ... @@ -1367,16 +1390,13 @@ input.button.with-text {
1367 1390  
1368 1391 .action-home-index #content .tags-block,
1369 1392 .action-environment_design-index #content .tags-block {
1370   - bottom: -21px;
1371   - left: 25%;
1372   - margin-left: -50%;
1373   - position: absolute;
1374   - width: 1440px;
1375   -}
1376   -
1377   -.action-home-index #content .box-1 .tags-block,
1378   -.action-environment_design-index #content .box-1 .tags-block {
1379   - margin-bottom: 2em;
  1393 + /*bottom: -21px;*/
  1394 + /* left: 25%;*/
  1395 +/* margin-left: -50%;*/
  1396 + position: relative;
  1397 +/* width: 1440px;*/
  1398 + /*margin-bottom: 2em;*/
  1399 + width: 100%;
1380 1400 }
1381 1401  
1382 1402 .action-home-index #content .tags-block a,
... ... @@ -1625,7 +1645,7 @@ body.action-environment_design-index #content .box .block-title {
1625 1645 }
1626 1646  
1627 1647 body.contraste #content .link-list-block li a {
1628   - background-color: #EEEFFF; {
  1648 + background-color: #EEEFFF;
1629 1649 background-color: #000;
1630 1650 color: white;
1631 1651 }
... ...