123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524 |
- @import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CRaleway:100,300,600,700,800");
- /* Scaffolding
- /* ------------------------- */
- html {
- position: relative;
- min-height: 100%;
- }
- body {
- background-color: #f4f4f4;;
- margin-bottom: 44px;
- line-height: 1.57142857;
- font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
- }
- h1, h2, h3, h4, h5, h6 {
- font-weight: 600;
- }
- a {
- color: #42923e;
- }
- a:hover {
- color: #1a481b;
- text-decoration: underline;
- /*text-decoration: none;*/
- }
- .require {
- color: darkred;
- }
- .color-green {
- color: #42923e;
- }
- footer {
- position: absolute;
- width: 100%;
- padding: 10px 30px;
- bottom: 0px;
- background-color: #fff;
- border-top: 1px solid #e0e0e0;
- }
- .footer-icons{
- padding-top: 10px;
- margin-right: 7.5px;
- margin-left: 7.5px;
- font-size: 25pt;
- text-align: center;
- color: #999 !important;
- }
- .footer-icons:hover {
- padding-top: 10px;
- margin-right: 7.5px;
- margin-left: 7.5px;
- font-size: 25pt;
- text-align: center;
- color: #333 !important;
- text-decoration: none;
- }
- .fix-hover-underline a:hover {
- text-decoration: none;
- }
- .login-container {
- max-width: 400px;
- }
- /* Alerts
- /* ------------------------- */
- .alert {
- border-width: 0 0 0 3px;
- }
- .alert-info {
- border-color: #31708f;
- }
- .alert-success {
- color: #fff;
- background-color: #29b35b;
- border-color: #1d8141;
- }
- .alert-danger {
- color: #b61b17;
- background-color: #ffcdd2;
- border-color: #b61b17;
- }
- /* Navbar
- /* ------------------------- */
- .navbar-default {
- background-color: #fff;
- border-color: #c5d8c5;
- height: 60px;
- }
- .navbar-default .navbar-nav {
- color: #757575;
- }
- .navbar-default .navbar-nav > li > a {
- color: #262626;
- border-bottom: 4px solid transparent;
- padding-top: 17.5px;
- padding-bottom: 14.5px;
- transition: all 0.25s;
- height: 60px;
- }
- .navbar-default .navbar-nav > li > a:hover {
- background-color: transparent;
- border-bottom-color: rgba(0, 0, 0, .2);
- }
- .navbar-default .navbar-nav > li > a.navbar-avatar {
- padding-top: 13px;
- padding-bottom: 10px;
- }
- .navbar-default .navbar-nav > li > a.navbar-avatar img {
- border-radius: 50%;
- width: 30px;
- height: 30px;
- }
- .navbar-default .navbar-nav > li.active > a {
- border-bottom-color: #42923e;
- background-color: transparent;
- color: #262626;
- font-weight: 600;
- }
- .dropdown-menu li a {
- color: #333;
- }
- .dropdown-menu li a:hover {
- color: #42923e;
- text-decoration: underline;
- }
- /* Panels
- /* ------------------------- */
- .panel {
- border: solid 1px rgba(160, 160, 160, 0.3);
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
- }
- .panel-heading {
- padding: 20px 30px;
- }
- .panel-heading + .panel-body {
- padding-top: 0;
- }
- .panel-body {
- padding: 30px;
- }
- .panel-body h3 {
- margin-top: 0;
- }
- .panel-title {
- font-size: 18px;
- color: #424242;
- }
- /* Buttons
- /* ------------------------- */
- .btn-toolbar > .btn {
- float: none;
- margin-bottom: 5px;
- }
- .btn {
- font-weight: 600;
- border-radius: 3px;
- }
- .btn:focus {
- outline: 0 !important;
- }
- /*
- .btn-default {
- border-color: #ccc;
- background: #f5f5f5 linear-gradient(to bottom, #fff, #f5f5f5);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 -1px 4px rgba(151, 159, 175, 0.2);
- }
- .btn-default:active {
- background: #e6e6e6 linear-gradient(to bottom, #f0f0f0, #e6e6e6);
- }
- .btn-success {
- border-color: #208a46;
- background: #29b35b linear-gradient(to bottom, #2ec866, #29b35b);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(32, 138, 70, 0.3);
- }
- .btn-success:active {
- background: #239a4e linear-gradient(to bottom, #28af59, #239a4e);
- }
- .btn-danger {
- border-color: #8c1512;
- background: #b61b17 linear-gradient(to bottom, #cc1e1a, #b61b17);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(140, 21, 18, 0.3);
- }
- .btn-danger:active {
- background: #9b1714 linear-gradient(to bottom, #b11a17, #9b1714);
- }*/
- .btn-facebook {
- color: #fff;
- border-color: #335190;
- background: #3b5998 linear-gradient(to bottom, #4263a9, #3b5998);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(59, 89, 152, 0.3);
- }
- .btn-facebook:hover,
- .btn-facebook:focus {
- color: #fff;
- }
- .btn-twitter {
- color: #fff;
- border-color: #009fdb;
- background: #00aced linear-gradient(to bottom, #05baff, #00aced);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(0, 172, 237, 0.3);
- }
- .btn-twitter:hover,
- .btn-twitter:focus {
- color: #fff;
- }
- .btn-google {
- color: #fff;
- border-color: #d54331;
- background: #dd4b39 linear-gradient(to bottom, #e05d4d, #dd4b39);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(221, 75, 57, 0.3);
- }
- .btn-google:hover,
- .btn-google:focus {
- color: #fff;
- }
- .btn-vk {
- color: #fff;
- border-color: #4f7192;
- background: #587ea3 linear-gradient(to bottom, #678aad, #587ea3);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(79, 113, 146, 0.3);
- }
- .btn-vk:hover,
- .btn-vk:focus {
- color: #fff;
- }
- .btn-github {
- color: #fff;
- border-color: #444;
- background: #545454 linear-gradient(to bottom, #616161, #545454);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(68, 68, 68, 0.3);
- }
- .btn-github:hover,
- .btn-github:focus {
- color: #fff;
- }
- .btn-cancel:hover {
- color: #fff;
- background-color: #ff4136;
- border-color: #ff291c;
- }
- /* Forms */
- /* ------------------------- */
- textarea {
- resize: none;
- }
- .form-control {
- height: auto;
- padding: 8px 12px;
- border: 2px solid #ebebeb;
- border-radius: 0;
- box-shadow: inset 0 1px 2px rgba(150, 160, 175, 0.1), inset 0 1px 15px rgba(150, 160, 175, 0.05);
- }
- .form-group > label {
- text-transform: uppercase;
- font-size: 13px;
- font-weight: 600;
- }
- .hr-title {
- height: auto;
- margin-top: 20px;
- border-top: 1px solid;
- color: #bbb;
- font-size: 16px;
- text-align: center;
- line-height: 20px;
- }
- .hr-title span {
- position: relative;
- padding: 2px 10px;
- top: -10px;
- background-color: #fff;
- border-radius: 2px;
- letter-spacing: 0.2em;
- text-transform: uppercase;
- }
- /*header*/
- .header {
- margin-top: -20px;
- margin-bottom: 30px;
- display: table;
- position: relative;
- width: 100%;
- height: 400px;
- background: url(/jenn-evelyn-ann-112980.jpg) no-repeat center scroll;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- background-size: cover;
- -o-background-size: cover;
- }
- .header-text {
- display: table-cell;
- text-align: left;
- vertical-align: middle;
- margin-left: 800px;
- padding-left: 26.5%;
- padding-right: 25%;
- color: #fff;
- font-size: 22pt;
- }
- @media only screen
- and (max-width : 1200px) {
- .header-text {
- display: table-cell;
- text-align: left;
- vertical-align: middle;
- margin-left: 800px;
- padding-left: 100px;
- padding-right: 100px;
- color: #fff;
- }
- }
- @media only screen
- and (max-width : 750px) {
- .header-text {
- display: table-cell;
- text-align: left;
- vertical-align: middle;
- margin-left: 800px;
- padding-left: 40px;
- padding-right: 40px;
- color: #fff;
- }
- }
- .header-text h1 {
- margin: 0;
- padding-left: 90px;
- font-size: 4.5em;
- font-weight: 700;
- }
- .explore-profile_pic{
- width: 90px;
- border-radius: 100%;
- margin-right: 10px;
- }
- .div-btn-ver{
- text-align: right;
- }
- .explore{
- padding: 20px !important;
- }
- /*About page*/
- .about-img{
- width: 100%;
- height: auto;
- }
- .about-row{
- padding-top: 30px;
- }
- .about-div{
- text-align: center;
- }
- .about-text{
- font-size: 15pt;
- display: inline-block;
- vertical-align: middle;
- padding: 110px 5px;
- }
- @media only screen
- and (max-width: 1000px){
- .about-text{
- font-size: 15pt;
- display: inline-block;
- vertical-align: middle;
- padding: 8px 5px;
- }
- .about-img{
- width: 100%;
- height: auto;
- padding-top: 15px;
- }
- }
- @media only screen
- and (max-width: 1600px){
- .about-text{
- font-size: 15pt;
- display: inline-block;
- vertical-align: middle;
- padding: 0px 5px;
- }
- }
- .manifesto{
- margin-top: 60px;
- text-align: center;
- color: white;
- font-size: 15pt;
- text-shadow: 1px 1px 4px rgba(0,0,0,.6);
- padding-top: 40px;
- padding-bottom: 50px;
- padding-left: 15%;
- padding-right: 15%;
- background-image: url("/img/static/shane-rounce-236808.jpg");
- height: 50%;
- background-repeat: no-repeat;
- background-size: cover;
- }
- .manifesto > h1{
- color: white;
- }
- .about-resume{
- margin: 50px 5%;
- }
- .voluntariado-banner{
- margin-top: -20px;
- text-align: center;
- color: white;
- font-size: 15pt;
- text-shadow: 1px 1px 4px rgba(0,0,0,.6);
- padding-top: 100px;
- padding-bottom: 100px;
- padding-left: 15%;
- padding-right: 15%;
- background-image: url("/img/static/rebekah-howell-221666.jpg");
- height: 50%;
- background-repeat: no-repeat;
- background-size: cover;
- }
- .voluntariado-banner > h1{
- color: white;
- font-size: 30pt;
- }
- .divisor{
- margin-top: 10px;
- margin-bottom: 10px;
- text-align: center;
- color: #555555;
- font-size: 20pt;
- padding: 0px 15%;
- height: 100px;
- background-color: white;
- background-repeat: no-repeat;
- background-size: cover;
- }
|