123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- @charset "UTF-8";
- img.img-circle {
- box-shadow:0.1em 0.1em 0.2em 0.1em rgba(0,0,0,0.5);
- }
- img.img-responsive {
- border-radius:1em;
- }
- .navbar a{
- padding-top:0.1em;
- padding-bottom:0.1em;
- }
- .jumbotron h1 {
- font-size:xx-large;
- }
- .jumbotron h2 {
- font-size:x-large;
- }
- .jumbotron a {
- font-size:large;
- }
- .jumbotron {
- background: -moz-linear-gradient(-45deg, rgba(255,0,46,0.7) 0%, rgba(255,255,255,0) 100%), url('../assets/forumdesgovernanca_web.png') no-repeat center center #333333; /* FF3.6+ */
- background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,0,46,0.7)), color-stop(100%,rgba(255,255,255,0))), url('../assets/forumdesgovernanca_web.png') no-repeat center center #333333; /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(-45deg, rgba(255,0,46,0.7) 0%,rgba(255,255,255,0) 100%), url('../assets/forumdesgovernanca_web.png') no-repeat center center #333333; /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(-45deg, rgba(255,0,46,0.7) 0%,rgba(255,255,255,0) 100%), url('../assets/forumdesgovernanca_web.png') no-repeat center center #333333; /* Opera 11.10+ */
- background: -ms-linear-gradient(-45deg, rgba(255,0,46,0.7) 0%,rgba(255,255,255,0) 100%), url('../assets/forumdesgovernanca_web.png') no-repeat center center #333333; /* IE10+ */
- background: linear-gradient(135deg, rgba(255,0,46,0.7) 0%,rgba(255,255,255,0) 100%), url('../assets/forumdesgovernanca_web.png') no-repeat center center #333333; /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ff002e', endColorstr='#00ffffff',GradientType=1 ), url('../assets/forumdesgovernanca_web.png') no-repeat center center #333333; /* IE6-9 fallback on horizontal gradient */
- }
- .body-content h1 {
- font-size:x-large;
- }
- img.bandeira {
- max-height:32px;
- max-width:100%;
- border-radius:0.2em;
- box-shadow:0.1em 0.1em 0.2em 0.1em rgba(0,0,0,0.5);
- }
- a.bandeira {
- padding:0.5em;
- font-size:xx-small;
- }
- a.ativo {
- font-size:xx-large;
- }
- a.social {
- padding:0.5em;
- }
- img.social {
- max-height:48px;
- max-width:100%;
- }
|