Commit 7a1c5fc6beab93f8d1028509a08f07dca4c91330

Authored by Juliana
2 parents 81fe0b7c c9b64d93

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

Showing 2 changed files with 94 additions and 13 deletions   Show diff stats
page-inicial.css
@@ -174,6 +174,7 @@ text-align: center; @@ -174,6 +174,7 @@ text-align: center;
174 .box-1 .softwares-block .common-profile-list-block span { 174 .box-1 .softwares-block .common-profile-list-block span {
175 margin-top:40px; 175 margin-top:40px;
176 width:110px; 176 width:110px;
  177 + color: #2c66ce;
177 } 178 }
178 179
179 .box-1 .softwares-block .common-profile-list-block .org{ 180 .box-1 .softwares-block .common-profile-list-block .org{
@@ -217,6 +218,73 @@ margin: -10px 0px 10px 20px; /*-20px 20px; @@ -217,6 +218,73 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
217 display:none; 218 display:none;
218 } 219 }
219 220
  221 +
  222 +/* Bloco de notícias (Display contents) */
  223 +
  224 +#content .block.display-content-block .block-title {
  225 + margin: 0px 0px 0px 0px;
  226 + border-top: 4px solid #643C67;
  227 + background: #eee;
  228 + color: #643C67;
  229 +}
  230 +
  231 +.block.display-content-block li {
  232 + min-height: 120px;
  233 + border-top: 1px solid #eee;
  234 + padding-top: 15px;
  235 +}
  236 +
  237 +.block.display-content-block li:first-child {
  238 + border-top: 0px solid #eee;
  239 +}
  240 +
  241 +.block.display-content-block .image {
  242 + width: 100px;
  243 + height: 90px;
  244 + position: absolute;
  245 + margin-top: 35px;
  246 +}
  247 +
  248 +.block.display-content-block .image img {
  249 + max-width: 150px;
  250 + max-height: 90px;
  251 + border: 1px solid #c0c1c1;
  252 + border-radius: 8px;
  253 +}
  254 +
  255 +.block.display-content-block .published-at {
  256 + padding-bottom: 15px;
  257 + color: #643C67;
  258 +}
  259 +
  260 +.block.display-content-block .title {
  261 + padding-left: 160px;
  262 + padding-right: 0px;
  263 +}
  264 +
  265 +.block.display-content-block .title a {
  266 + font-size: 16px;
  267 + font-family: Arial, Helvetica, sans-serif;
  268 + line-height: 1.3em;
  269 + color: #172938
  270 +}
  271 +
  272 +.block.display-content-block .lead {
  273 + padding-left: 160px;
  274 + padding-right: 0px;
  275 +}
  276 +
  277 +.block.display-content-block .lead p {
  278 + font-size: 15px;
  279 + font-family: Arial;
  280 + line-height: 1.3em;
  281 +}
  282 +
  283 +.block.display-content-block .read_more, .block.display-content-block .tags {
  284 + display: none;
  285 +}
  286 +
  287 +
220 /* 288 /*
221 .menu-submenu down{ 289 .menu-submenu down{
222 290
@@ -225,4 +293,4 @@ margin: -10px 0px 10px 20px; /*-20px 20px; @@ -225,4 +293,4 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
225 .menu-submenu-content, 293 .menu-submenu-content,
226 .menu-submenu-footer { 294 .menu-submenu-footer {
227 295
228 -}*/  
229 \ No newline at end of file 296 \ No newline at end of file
  297 +}*/
@@ -390,6 +390,10 @@ p { @@ -390,6 +390,10 @@ p {
390 display: inline-block; 390 display: inline-block;
391 } 391 }
392 392
  393 +.block a:hover {
  394 + text-decoration: none;
  395 +}
  396 +
393 .box-1 { 397 .box-1 {
394 /* display: inline-block;*/ 398 /* display: inline-block;*/
395 /*width: 490px;*/ 399 /*width: 490px;*/
@@ -428,6 +432,7 @@ p { @@ -428,6 +432,7 @@ p {
428 text-transform: uppercase; 432 text-transform: uppercase;
429 font-family: "open_sansbold", Arial, Helvetica, sans-serif; 433 font-family: "open_sansbold", Arial, Helvetica, sans-serif;
430 font-variant: normal; 434 font-variant: normal;
  435 + margin: 0px 0px 2px 0px;
431 } 436 }
432 437
433 #content .box .read-more { 438 #content .box .read-more {
@@ -511,6 +516,14 @@ p { @@ -511,6 +516,14 @@ p {
511 margin-bottom: 0; 516 margin-bottom: 0;
512 } 517 }
513 518
  519 +#content .link-list-block li a {
  520 + line-height: 30px;
  521 +}
  522 +
  523 +#content .link-list-block h3.empty + ul {
  524 + border-top: 1px solid #ddd;
  525 +}
  526 +
514 #content .link-list-block li { 527 #content .link-list-block li {
515 border-bottom: 1px solid #ddd; 528 border-bottom: 1px solid #ddd;
516 border-top: none; 529 border-top: none;
@@ -522,17 +535,16 @@ p { @@ -522,17 +535,16 @@ p {
522 #content .link-list-block li a { 535 #content .link-list-block li a {
523 background-color: #fff; 536 background-color: #fff;
524 /*border-bottom: 1px solid #64946E !important;*/ 537 /*border-bottom: 1px solid #64946E !important;*/
525 - border-bottom: 1px solid #ccc !important;  
526 border-radius: 0 0 0 0; 538 border-radius: 0 0 0 0;
527 border-right: medium none; 539 border-right: medium none;
528 border-top: 0px solid #64946E !important; 540 border-top: 0px solid #64946E !important;
529 - color: #454545; /*#436976;*/ 541 + color: #2C66CE; /*#454545;*/
530 font-weight: normal; 542 font-weight: normal;
531 width: auto; 543 width: auto;
532 - font-size: 12px;  
533 - padding-left: 30px; 544 + font-size: 15px;
  545 + padding-left: 18px;
534 padding-right: 5px; 546 padding-right: 5px;
535 - background-position: 7px 50%; 547 + background-position: 0px 50%;
536 } 548 }
537 549
538 #content .link-list-block li a.link-this-page, 550 #content .link-list-block li a.link-this-page,
@@ -542,27 +554,28 @@ p { @@ -542,27 +554,28 @@ p {
542 } 554 }
543 555
544 556
545 -#content .box-2 .link-list-block li a:hover {  
546 - background-color: #eee; 557 +#content .box .link-list-block li a:hover {
  558 + background-color: #FFFFFF;
547 color: #000; 559 color: #000;
548 } 560 }
549 561
550 -#content .box-2 .link-list-block li a.link-this-page { 562 +#content .box .link-list-block li a.link-this-page {
551 background-color: #ffffff; /*#EEEFFF;*/ 563 background-color: #ffffff; /*#EEEFFF;*/
552 font-weight: bold; 564 font-weight: bold;
553 width: auto; 565 width: auto;
  566 + margin-left: 0px;
554 } 567 }
555 /* Menu List footer */ 568 /* Menu List footer */
556 - 569 +/*
557 #content .box-3 .block-title{ 570 #content .box-3 .block-title{
558 - margin:0;} 571 + margin:0;
  572 +}
559 573
560 574
561 #content .box-3 .link-list-block li a.link-this-page { 575 #content .box-3 .link-list-block li a.link-this-page {
562 width: auto; 576 width: auto;
563 border-right: none; 577 border-right: none;
564 font-weight: bold; 578 font-weight: bold;
565 - /*background-color:#eeefff;*/  
566 border-radius: 0px; 579 border-radius: 0px;
567 } 580 }
568 581
@@ -586,7 +599,7 @@ p { @@ -586,7 +599,7 @@ p {
586 padding: 0; 599 padding: 0;
587 margin: 0; 600 margin: 0;
588 } 601 }
589 - 602 +*/
590 .agenda-item a { 603 .agenda-item a {
591 color: black; 604 color: black;
592 } 605 }