Commit b5086d83de889fff2472d48313a6866ff912c1de
1 parent
4ae1fb05
Exists in
master
and in
4 other branches
Participa Maranhão
Showing
8 changed files
with
23 additions
and
24 deletions
Show diff stats
| @@ -114,7 +114,7 @@ | @@ -114,7 +114,7 @@ | ||
| 114 | font-weight: normal; | 114 | font-weight: normal; |
| 115 | text-decoration: none; | 115 | text-decoration: none; |
| 116 | text-align: center; | 116 | text-align: center; |
| 117 | - text-transform: capitalize; | 117 | + text-transform: uppercase; |
| 118 | } | 118 | } |
| 119 | #menu li:last-child a { | 119 | #menu li:last-child a { |
| 120 | width: 37%; | 120 | width: 37%; |
| @@ -168,7 +168,7 @@ | @@ -168,7 +168,7 @@ | ||
| 168 | 168 | ||
| 169 | #logo #portal-description { | 169 | #logo #portal-description { |
| 170 | font-size: 1.2em; | 170 | font-size: 1.2em; |
| 171 | - text-transform: capitalize; | 171 | + text-transform: uppercase; |
| 172 | } | 172 | } |
| 173 | 173 | ||
| 174 | #links { | 174 | #links { |
| @@ -188,7 +188,7 @@ | @@ -188,7 +188,7 @@ | ||
| 188 | border-radius: 5px; | 188 | border-radius: 5px; |
| 189 | -moz-border-radius: 5px; | 189 | -moz-border-radius: 5px; |
| 190 | -webkit-border-radius: 5px; | 190 | -webkit-border-radius: 5px; |
| 191 | - text-transform: capitalize; | 191 | + text-transform: uppercase; |
| 192 | color: #444; | 192 | color: #444; |
| 193 | } | 193 | } |
| 194 | #links ul li a:hover { | 194 | #links ul li a:hover { |
| @@ -211,7 +211,7 @@ | @@ -211,7 +211,7 @@ | ||
| 211 | color: #00500f; | 211 | color: #00500f; |
| 212 | text-decoration: none; | 212 | text-decoration: none; |
| 213 | padding: 4px 0 4px 10px; | 213 | padding: 4px 0 4px 10px; |
| 214 | - text-transform: capitalize; | 214 | + text-transform: uppercase; |
| 215 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; | 215 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; |
| 216 | } | 216 | } |
| 217 | 217 | ||
| @@ -545,7 +545,7 @@ background-size: 100% 100%; | @@ -545,7 +545,7 @@ background-size: 100% 100%; | ||
| 545 | font-weight: bold; | 545 | font-weight: bold; |
| 546 | padding: 0px 20px; | 546 | padding: 0px 20px; |
| 547 | height: 100%; | 547 | height: 100%; |
| 548 | - text-transform: capitalize; | 548 | + text-transform: uppercase; |
| 549 | } | 549 | } |
| 550 | 550 | ||
| 551 | #cat_menu li:hover { | 551 | #cat_menu li:hover { |
| @@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
| 41 | <div id="sobre"> | 41 | <div id="sobre"> |
| 42 | <ul> | 42 | <ul> |
| 43 | <li id="link-faq"> | 43 | <li id="link-faq"> |
| 44 | - <a href="/account/signup">Registre-se</a> | 44 | + <a href="/account/login">Entrar ou registre-se</a> |
| 45 | </li> | 45 | </li> |
| 46 | <li id="link-faq"> | 46 | <li id="link-faq"> |
| 47 | <a href="/ajuda/dicionario-da-participacao">Dicionário da Participação</a> | 47 | <a href="/ajuda/dicionario-da-participacao">Dicionário da Participação</a> |
| @@ -56,7 +56,7 @@ | @@ -56,7 +56,7 @@ | ||
| 56 | </div> | 56 | </div> |
| 57 | <div id="logo"> | 57 | <div id="logo"> |
| 58 | <a title="Participa Maranhão" href="/"> | 58 | <a title="Participa Maranhão" href="/"> |
| 59 | - <img src="/designs/themes/participama/images/logo-2015.png" title="Participa Maranhão"/> | 59 | + <img src="/designs/themes/maranhao/images/logo-2015.png" title="Participa Maranhão"/> |
| 60 | </a> | 60 | </a> |
| 61 | </div> | 61 | </div> |
| 62 | <div id="links"> | 62 | <div id="links"> |
| @@ -95,7 +95,7 @@ | @@ -95,7 +95,7 @@ | ||
| 95 | </ul> | 95 | </ul> |
| 96 | </div> | 96 | </div> |
| 97 | <div id="votacao"> | 97 | <div id="votacao"> |
| 98 | - <span class="orcamento">Orçamento Participativo <strong>2016</strong></span> | 98 | + <span class="orcamento">PARTICIPA MARANHÃO <strong></strong></span> |
| 99 | 99 | ||
| 100 | </div> | 100 | </div> |
| 101 | </div> | 101 | </div> |
No preview for this file type
images/logo-acesso-a-informacao.png
| @@ -271,9 +271,8 @@ p { | @@ -271,9 +271,8 @@ p { | ||
| 271 | height: 50px !important; | 271 | height: 50px !important; |
| 272 | max-height: 50px !important; | 272 | max-height: 50px !important; |
| 273 | padding: 0; | 273 | padding: 0; |
| 274 | - text-transform: capitalize; | ||
| 275 | width: 145px; | 274 | width: 145px; |
| 276 | - cursor: pointer; | 275 | + cursor: pointer; |
| 277 | } | 276 | } |
| 278 | 277 | ||
| 279 | #colorbox .login-box .button-bar input.icon-login:hover { | 278 | #colorbox .login-box .button-bar input.icon-login:hover { |
| @@ -292,7 +291,6 @@ p { | @@ -292,7 +291,6 @@ p { | ||
| 292 | height: 35px; | 291 | height: 35px; |
| 293 | padding: 14px 13px 0; | 292 | padding: 14px 13px 0; |
| 294 | text-align: center; | 293 | text-align: center; |
| 295 | - text-transform: capitalize; | ||
| 296 | width: 115px; | 294 | width: 115px; |
| 297 | } | 295 | } |
| 298 | #colorbox .login-box .button-bar a.icon-close:hover { | 296 | #colorbox .login-box .button-bar a.icon-close:hover { |
| @@ -379,7 +377,7 @@ p { | @@ -379,7 +377,7 @@ p { | ||
| 379 | border-bottom: none; | 377 | border-bottom: none; |
| 380 | color: #757575; | 378 | color: #757575; |
| 381 | padding: 8px 8px 24px 10px; | 379 | padding: 8px 8px 24px 10px; |
| 382 | - text-transform: capitalize; | 380 | + |
| 383 | /*margin: 0;*/ | 381 | /*margin: 0;*/ |
| 384 | } | 382 | } |
| 385 | 383 | ||
| @@ -391,7 +389,7 @@ p { | @@ -391,7 +389,7 @@ p { | ||
| 391 | font-size: 14px; | 389 | font-size: 14px; |
| 392 | padding: 0px; | 390 | padding: 0px; |
| 393 | text-align: left; | 391 | text-align: left; |
| 394 | - text-transform: capitalize; | 392 | + |
| 395 | } | 393 | } |
| 396 | 394 | ||
| 397 | #content .box-1 .block-title span{ | 395 | #content .box-1 .block-title span{ |
| @@ -599,7 +597,7 @@ p { | @@ -599,7 +597,7 @@ p { | ||
| 599 | 597 | ||
| 600 | .action-home-index .communities-block .common-profile-list-block span.org, | 598 | .action-home-index .communities-block .common-profile-list-block span.org, |
| 601 | .action-environment_design-index .communities-block .common-profile-list-block span.org { | 599 | .action-environment_design-index .communities-block .common-profile-list-block span.org { |
| 602 | - text-transform: capitalize; | 600 | + text-transform: uppercase; |
| 603 | word-wrap: break-word; | 601 | word-wrap: break-word; |
| 604 | display: inline-block; | 602 | display: inline-block; |
| 605 | width: 90px; | 603 | width: 90px; |
| @@ -1322,7 +1320,7 @@ li.event-dates { | @@ -1322,7 +1320,7 @@ li.event-dates { | ||
| 1322 | #content .no-boxes h1 { | 1320 | #content .no-boxes h1 { |
| 1323 | /* font-size: 2.3em !important;*/ | 1321 | /* font-size: 2.3em !important;*/ |
| 1324 | font-weight: bold !important; | 1322 | font-weight: bold !important; |
| 1325 | - text-transform: capitalize; | 1323 | + text-transform: uppercase; |
| 1326 | } | 1324 | } |
| 1327 | 1325 | ||
| 1328 | #content .main-block h2 { | 1326 | #content .main-block h2 { |
| @@ -1720,7 +1718,7 @@ input.button.with-text { | @@ -1720,7 +1718,7 @@ input.button.with-text { | ||
| 1720 | text-align: left; | 1718 | text-align: left; |
| 1721 | margin: 0 8px; | 1719 | margin: 0 8px; |
| 1722 | color: #444; | 1720 | color: #444; |
| 1723 | - text-transform: capitalize; | 1721 | + text-transform: uppercase; |
| 1724 | } | 1722 | } |
| 1725 | 1723 | ||
| 1726 | 1724 | ||
| @@ -1838,7 +1836,7 @@ input.button.with-text { | @@ -1838,7 +1836,7 @@ input.button.with-text { | ||
| 1838 | 1836 | ||
| 1839 | .track_list .item .track_content .steps h3{ | 1837 | .track_list .item .track_content .steps h3{ |
| 1840 | font-size: 13px !important; | 1838 | font-size: 13px !important; |
| 1841 | - text-transform: capitalize; | 1839 | + text-transform: uppercase; |
| 1842 | font-weight: normal; | 1840 | font-weight: normal; |
| 1843 | } | 1841 | } |
| 1844 | 1842 | ||
| @@ -2181,7 +2179,7 @@ input.button.with-text { | @@ -2181,7 +2179,7 @@ input.button.with-text { | ||
| 2181 | margin-top: 0px; | 2179 | margin-top: 0px; |
| 2182 | position: relative; | 2180 | position: relative; |
| 2183 | top: 0px; | 2181 | top: 0px; |
| 2184 | - text-transform: capitalize; | 2182 | + text-transform: uppercase; |
| 2185 | 2183 | ||
| 2186 | } | 2184 | } |
| 2187 | 2185 | ||
| @@ -2193,7 +2191,7 @@ input.button.with-text { | @@ -2193,7 +2191,7 @@ input.button.with-text { | ||
| 2193 | padding-left: 20px; | 2191 | padding-left: 20px; |
| 2194 | padding-bottom: 11px; | 2192 | padding-bottom: 11px; |
| 2195 | left: -20px; | 2193 | left: -20px; |
| 2196 | - text-transform: capitalize; | 2194 | + text-transform: uppercase; |
| 2197 | 2195 | ||
| 2198 | } | 2196 | } |
| 2199 | /*título de container*/ | 2197 | /*título de container*/ |
| @@ -2203,7 +2201,7 @@ input.button.with-text { | @@ -2203,7 +2201,7 @@ input.button.with-text { | ||
| 2203 | padding-bottom: 24px; | 2201 | padding-bottom: 24px; |
| 2204 | top: 10px; | 2202 | top: 10px; |
| 2205 | left: -11px; | 2203 | left: -11px; |
| 2206 | - text-transform: capitalize; | 2204 | + text-transform: uppercase; |
| 2207 | } | 2205 | } |
| 2208 | /*título do bloco de pessoas dentro do container */ | 2206 | /*título do bloco de pessoas dentro do container */ |
| 2209 | .action-home-index #content .box-1 .container-block-plugin_container-block .block .block-title, | 2207 | .action-home-index #content .box-1 .container-block-plugin_container-block .block .block-title, |
| @@ -2211,13 +2209,13 @@ input.button.with-text { | @@ -2211,13 +2209,13 @@ input.button.with-text { | ||
| 2211 | padding-left: 10px; | 2209 | padding-left: 10px; |
| 2212 | padding-bottom: 24px; | 2210 | padding-bottom: 24px; |
| 2213 | /*teste*/ top: -2px; left: -24px; | 2211 | /*teste*/ top: -2px; left: -24px; |
| 2214 | - text-transform: capitalize; | 2212 | + text-transform: uppercase; |
| 2215 | } | 2213 | } |
| 2216 | 2214 | ||
| 2217 | .action-home-index #content .box-1 .community-track-plugin_track-card-list-block .block-title, | 2215 | .action-home-index #content .box-1 .community-track-plugin_track-card-list-block .block-title, |
| 2218 | .action-environment_design-index #content .box-1 .community-track-plugin_track-card-list-block .block-title { | 2216 | .action-environment_design-index #content .box-1 .community-track-plugin_track-card-list-block .block-title { |
| 2219 | top: 3px; | 2217 | top: 3px; |
| 2220 | - text-transform: capitalize; | 2218 | + text-transform: uppercase; |
| 2221 | } | 2219 | } |
| 2222 | 2220 | ||
| 2223 | .action-home-index #content .box-1 .article-block, | 2221 | .action-home-index #content .box-1 .article-block, |
| @@ -2238,7 +2236,7 @@ input.button.with-text { | @@ -2238,7 +2236,7 @@ input.button.with-text { | ||
| 2238 | font-variant: normal; | 2236 | font-variant: normal; |
| 2239 | padding: 6px 1em; | 2237 | padding: 6px 1em; |
| 2240 | text-align: left; | 2238 | text-align: left; |
| 2241 | - text-transform: capitalize; | 2239 | + text-transform: uppercase; |
| 2242 | } | 2240 | } |
| 2243 | 2241 | ||
| 2244 | .action-home-index #content .display-content-block:first-of-type .block-title span, | 2242 | .action-home-index #content .display-content-block:first-of-type .block-title span, |
| @@ -2721,7 +2719,7 @@ input.button.with-text { | @@ -2721,7 +2719,7 @@ input.button.with-text { | ||
| 2721 | font-size: 15px; | 2719 | font-size: 15px; |
| 2722 | font-weight: bold; | 2720 | font-weight: bold; |
| 2723 | text-align: left; | 2721 | text-align: left; |
| 2724 | - text-transform: capitalize; | 2722 | + text-transform: uppercase; |
| 2725 | } | 2723 | } |
| 2726 | 2724 | ||
| 2727 | #pairwise_main .suggestion_form {} | 2725 | #pairwise_main .suggestion_form {} |
| @@ -3355,6 +3353,7 @@ body.action-embed-index { | @@ -3355,6 +3353,7 @@ body.action-embed-index { | ||
| 3355 | width: 1024px; | 3353 | width: 1024px; |
| 3356 | margin: 0px auto; | 3354 | margin: 0px auto; |
| 3357 | margin-top: 20px; | 3355 | margin-top: 20px; |
| 3356 | + float: center; | ||
| 3358 | /* color: transparent;*/ | 3357 | /* color: transparent;*/ |
| 3359 | } | 3358 | } |
| 3360 | 3359 |