pirata.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @charset "UTF-8";
  2. img.img-circle {
  3. box-shadow:0.1em 0.1em 0.2em 0.1em rgba(0,0,0,0.5);
  4. }
  5. img.img-responsive {
  6. border-radius:1em;
  7. }
  8. .navbar a{
  9. padding-top:0.1em;
  10. padding-bottom:0.1em;
  11. }
  12. .jumbotron h1 {
  13. font-size:xx-large;
  14. }
  15. .jumbotron h2 {
  16. font-size:x-large;
  17. }
  18. .jumbotron a {
  19. font-size:large;
  20. }
  21. .jumbotron {
  22. 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+ */
  23. 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+ */
  24. 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+ */
  25. 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+ */
  26. 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+ */
  27. 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 */
  28. 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 */
  29. }
  30. .body-content h1 {
  31. font-size:x-large;
  32. }
  33. img.bandeira {
  34. max-height:32px;
  35. max-width:100%;
  36. border-radius:0.2em;
  37. box-shadow:0.1em 0.1em 0.2em 0.1em rgba(0,0,0,0.5);
  38. }
  39. a.bandeira {
  40. padding:0.5em;
  41. font-size:xx-small;
  42. }
  43. a.ativo {
  44. font-size:xx-large;
  45. }
  46. a.social {
  47. padding:0.5em;
  48. }
  49. img.social {
  50. max-height:48px;
  51. max-width:100%;
  52. }