Commit 198865b48f5302e2bad411e8b676838ef3cd6569

Authored by Hebert Santos
1 parent 0e741a07

Fixes use report font and makes SISP design closer to SPB theme.

Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
Signed-off-by: Peter Lima <peterlima@gmail.com>
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... ... @@ -179,6 +179,7 @@
179 179 margin:0px 45%;
180 180 color:#FF0366;
181 181 }
  182 +
182 183 #block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a{
183 184 color: #FF0366;
184 185 font-weight: 300;
... ... @@ -485,12 +486,12 @@
485 486 }
486 487  
487 488 #content #blog-tab .blog .blog-post.position-1 .post-pic {
488   -margin: 0 20px 5px 0px;
489   -border-radius: 4px;
490   -height: 210px;
491   -width: 100%;
492   -background: center/cover no-repeat;
493   -float: left;
  489 + margin: 0 20px 5px 0px;
  490 + border-radius: 4px;
  491 + height: 210px;
  492 + width: 100%;
  493 + background: center/cover no-repeat;
  494 + float: left;
494 495 }
495 496  
496 497 /* Read more button*/
... ... @@ -541,17 +542,17 @@ float: left;
541 542  
542 543 /* SISP Tab Data - about tab */
543 544 #block-community-tabs .software-sisp {
544   - margin-top: 46px;
  545 + margin-top: 40px;
545 546 }
546 547  
547 548 #block-community-tabs .software-sisp p,
548 549 #block-community-tabs .software-sisp h2 {
549   - font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  550 + font-family: Arial, Helvetica, sans-serif;
550 551 }
551 552  
552 553 #block-community-tabs .software-sisp h2 {
553 554 border-bottom: solid 2px #f7f8f9;
554   - margin-bottom: 26px;
  555 + margin-bottom: 20px;
555 556 padding-bottom: 8px;
556 557 color: #172938;
557 558 font-size: 18px;
... ... @@ -563,9 +564,14 @@ float: left;
563 564 }
564 565  
565 566 #block-community-tabs .software-sisp p {
  567 + margin-bottom: 10px;
566 568 color: #172938;
567 569 }
568 570  
  571 +#block-community-tabs .software-about p {
  572 + margin-bottom: 20px;
  573 +}
  574 +
569 575 #block-community-tabs .software-sisp p span {
570 576 color: #797979;
571 577 }
... ...
src/noosfero-spb/noosfero-spb-theme/css/software-pages.css
... ... @@ -64,7 +64,7 @@
64 64 }
65 65  
66 66 #content #software-information-block-table #col-software-name b {
67   - font: normal normal normal 15px/21px arial, 'open_sansregular', helvetica, sans-serif;
  67 + font: normal normal normal 16px/21px arial, 'open_sansregular', helvetica, sans-serif;
68 68 }
69 69  
70 70 /*** end of Software Header ***/
... ... @@ -211,6 +211,10 @@
211 211  
212 212 #content .box-1 .categories-and-tags-block{
213 213 border-top: 4px solid #2C4B6B;
  214 + margin-top: 26px;
  215 + padding-bottom: 15px;
  216 + border-bottom: 1px solid #D3D6DE;
  217 + margin-bottom: 60px;
214 218 }
215 219  
216 220 #content .box-1 .categories-and-tags-block .block-title{
... ... @@ -219,7 +223,7 @@
219 223 padding: 3px 0px;
220 224 background: none;
221 225 color: #5E82C6;
222   - font-family: Arial;
  226 + font-family: Arial, verdana;
223 227 font-size: 12px;
224 228 font-weight: 300;
225 229 }
... ... @@ -227,18 +231,19 @@
227 231 #content .box-1 .categories-and-tags-block .category_cloud{
228 232 margin: 0px;
229 233 position: relative;
230   - top: 7px;
  234 + top: 9px;
231 235 }
232 236  
233 237 #content .box-1 .categories-and-tags-block .category_cloud a{
234 238 display: inline-block;
235   - padding: 3px 10px;
  239 + padding: 1px 10px;
236 240 margin: 5px;
237 241 color: #3E67B1;
238 242 background-color: #ECEDF1;
239 243 border: 1px solid #D3D6DE;
240 244 border-radius: 3px;
241 245 font-size: 12px;
  246 + font-family: Arial, verdana;
242 247 }
243 248  
244 249 #content .box-1 .categories-and-tags-block .category_cloud a:hover{
... ...
src/noosfero-spb/noosfero-spb-theme/css/use-report.css
... ... @@ -454,9 +454,8 @@
454 454 border-bottom: 1px solid #D3D6DE;
455 455 border-top: none;
456 456 color: #172738;
457   - font-size: 20px;
  457 + font-size: 22px;
458 458 font-weight: 700;
459   - letter-spacing: 1.8px;
460 459 margin-bottom: 0px;
461 460 padding: 0px 0px 12px 4px;
462 461 }
... ...