123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- body{
- font-family: 'Open Sans', sans-serif;
- }
- iframe {
- max-height: 100%;
- border: 0 !important;
- }
- a {
- -webkit-transition: all ease 150ms;
- -moz-transition: all ease 150ms;
- -o-transition: all ease 150ms;
- transition: all ease 150ms;
- text-decoration: none;
- /*color: #783b9c;*/
- color: #B7005B;
- }
- a:hover {
- text-decoration: underline;
- color: #000000;
- }
- .navbar {
- padding:12px;
- background:#EEEEEE;
- min-height: 10px;
- margin-bottom: 0;
- text-transform: uppercase;
- font-weight: 700;
- font-size: 0.9em;
- /*background-color:rgba(0, 0, 0, 0.0);*/
- }
- .navbar a{
- /*color:#FFFFFF;*/
- }
- .navbar a:hover {
- text-decoration: none;
- }
- .jumbotron {
- background-color: #FFFFFF;
- background: -moz-linear-gradient(-45deg, rgba(255,0,46,0.7) 0%, rgba(255,255,255,0) 100%), url('http://iuf.alternatifbilisim.org/img/ungovinternet-cover.jpg') 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('http://iuf.alternatifbilisim.org/img/ungovinternet-cover.jpg') 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('http://iuf.alternatifbilisim.org/img/ungovinternet-cover.jpg') 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('http://iuf.alternatifbilisim.org/img/ungovinternet-cover.jpg') 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('http://iuf.alternatifbilisim.org/img/ungovinternet-cover.jpg') no-repeat center center #333333; /* IE10+ */
- background: linear-gradient(135deg, rgba(255,0,46,0.7) 0%,rgba(255,255,255,0) 100%), url('http://iuf.alternatifbilisim.org/img/ungovinternet-cover.jpg') no-repeat center center #333333; /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ff002e', endColorstr='#00ffffff',GradientType=1 ), url('http://iuf.alternatifbilisim.org/img/ungovinternet-cover.jpg') no-repeat center center #333333; /* IE6-9 fallback on horizontal gradient */
- background-size: cover;
- padding-top:120px;
- padding-bottom:100px;
- margin-bottom: 0;
- }
- .jumbotron h1 {
- color:#FFFFFF;
- font-weight: 700;
- letter-spacing: -0.02em;
- font-style: normal;
- letter-spacing: -0.04em;
- font-size: 50px;
- line-height: 1.1;
- /*text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5)*/
- text-shadow: 2px 2px 4px rgba(142, 0, 0, 0.8);
- }
- .jumbotron h2, .jumbotron a {
- color:#FFFFFF;
- line-height: 130%;
- text-shadow: 2px 2px 4px rgba(142, 0, 0, 0.8);
- }
- .btn-outline {
- background-color: rgba(0, 0, 0, 0);
- border-color: #FFFFFF;
- color: #FFFFFF;
- }
- .body-content h1 {
- line-height: 1.1;
- margin-bottom: 20px;
- }
- .body-content h2 {
- margin-top:60px;
- margin-bottom:20px;
- text-transform: uppercase;
- font-size: 1.0em;
- font-weight: 700;
- color: #666666;
- }
- .body-content h4 {
- text-align: left;
- }
- .body-content .supporters img {
- width:150px;
- }
- .body-content .supporters .caption {
- font-size: 0.80em;
- line-height: 0.80em;
- opacity: .5;
- filter: alpha(opacity=50);
- }
- ul.participation, ul.participation-topics {
- list-style-type: none;
- margin:0;padding:0;
- }
- ul.participation-topics li {
- /*float:left;*/
- text-align: left;
- }
- input {
- display: block;
- vertical-align: middle;
- line-height: 30px;
- margin: 0 auto;
- width: 100%;
- max-width: 400px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-transition: all linear 0.2s;
- -moz-transition: all linear 0.2s;
- -o-transition: all linear 0.2s;
- transition: all linear 0.2s;
- }
- footer {
- padding: 50px 0 50px 0;
- margin-top: 50px;
- /*background-color: #b6294c;*/
- /*color: #FFFFFF;*/
- }
- .body-content .supporters div.text-center {
- min-height: 160px;
- }
|