848fabd69c
This reverts commit c7c8d188c1.
257 linhas
5.5 KiB
CSS
257 linhas
5.5 KiB
CSS
/* Variables */
|
|
/* Fonts */
|
|
@font-face {
|
|
font-family: 'Blanch Caps';
|
|
src: url('/fonts/blanch_caps-webfont.eot');
|
|
src: url('/fonts/blanch_caps-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/blanch_caps-webfont.woff') format('woff'), url('/fonts/blanch_caps-webfont.ttf') format('truetype'), url('/fonts/blanch_caps-webfont.svg#blanch_capsregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Blanch Caps Light';
|
|
src: url('/fonts/blanch_caps_light-webfont.eot');
|
|
src: url('/fonts/blanch_caps_light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/blanch_caps_light-webfont.woff') format('woff'), url('/fonts/blanch_caps_light-webfont.ttf') format('truetype'), url('/fonts/blanch_caps_light-webfont.svg#blanch_caps_lightregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/* Mixins */
|
|
/* Layout */
|
|
body {
|
|
background-color: #f2f0f0;
|
|
margin: 0;
|
|
font: 16px/22px 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
color: #333;
|
|
}
|
|
a {
|
|
color: #6d941b;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
#header {
|
|
position: relative;
|
|
text-align: center;
|
|
height: 175px;
|
|
background-image: url('/img/style/header-pattern.jpg');
|
|
box-shadow: 0 0 3px 0 #000000;
|
|
-webkit-box-shadow: 0 0 3px 0 #000000;
|
|
-moz-box-shadow: 0 0 3px 0 #000000;
|
|
}
|
|
#header .organizers {
|
|
background: no-repeat center 37px url('/img/style/header-dividers.png');
|
|
font-family: 'Blanch Caps Light';
|
|
margin: 0;
|
|
padding-top: 25px;
|
|
color: #7b7b7b;
|
|
font-size: 25px;
|
|
}
|
|
#header .organizers a {
|
|
font-family: 'Blanch Caps';
|
|
}
|
|
#header .logo {
|
|
position: absolute;
|
|
margin-left: -183.5px;
|
|
z-index: 1;
|
|
left: 50%;
|
|
top: 70px;
|
|
}
|
|
#header .circle {
|
|
background-image: url('/img/style/header-pattern.jpg');
|
|
position: absolute;
|
|
margin: 0 auto;
|
|
width: 190px;
|
|
height: 165px;
|
|
top: 60px;
|
|
left: 50%;
|
|
margin-left: -95px;
|
|
border-radius: 190px / 165px;
|
|
}
|
|
#introduction {
|
|
text-align: center;
|
|
margin: 70px 0 0 0;
|
|
}
|
|
#introduction h2 {
|
|
margin: 40px 0 20px 0;
|
|
font: normal 50px 'Blanch Caps';
|
|
color: #6d941b;
|
|
}
|
|
#introduction p {
|
|
margin: 5px 0 40px 0;
|
|
}
|
|
#content {
|
|
width: 512px;
|
|
margin: 0 auto;
|
|
padding: 20px 40px;
|
|
padding-bottom: 60px;
|
|
background-color: #fff;
|
|
box-shadow: 0 0 8px #cccccc;
|
|
-webkit-box-shadow: 0 0 8px #cccccc;
|
|
-moz-box-shadow: 0 0 8px #cccccc;
|
|
}
|
|
#content ul li {
|
|
padding: .2em 0;
|
|
}
|
|
#content form {
|
|
font-size: 0;
|
|
position: relative;
|
|
height: 64px;
|
|
padding-top: 15px;
|
|
}
|
|
#content form .email {
|
|
position: absolute;
|
|
outline: none;
|
|
width: 300px;
|
|
height: 50px;
|
|
border: 1px solid #dad9d9;
|
|
padding: 0;
|
|
border-right: none;
|
|
text-indent: 15px;
|
|
font-size: 18px;
|
|
color: #333;
|
|
border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
box-shadow: inset 3px 3px 3px 0px #eeeeee;
|
|
-webkit-box-shadow: inset 3px 3px 3px 0px #eeeeee;
|
|
-moz-box-shadow: inset 3px 3px 3px 0px #eeeeee;
|
|
}
|
|
#content form .email:focus {
|
|
border-color: #77a811;
|
|
}
|
|
#content form .button {
|
|
position: absolute;
|
|
left: 290px;
|
|
outline: none;
|
|
border: none;
|
|
background: no-repeat 0px 0px url('/img/style/button-keep-me-posted.png');
|
|
width: 202px;
|
|
height: 54px;
|
|
text-indent: -9999px;
|
|
}
|
|
#content form .button:hover,
|
|
#content form .button:focus {
|
|
opacity: 0.9;
|
|
}
|
|
#content hr {
|
|
width: 494px;
|
|
height: 17px;
|
|
background-image: url('/img/style/divider.png');
|
|
border: none;
|
|
margin: 35px 0 0 0;
|
|
clear: both;
|
|
}
|
|
#content h2,
|
|
#content h2 a {
|
|
margin: 40px 0;
|
|
font: normal 60px/40px 'Blanch Caps', sans-serif;
|
|
color: #232323;
|
|
}
|
|
#content p {
|
|
line-height: 22px;
|
|
}
|
|
#content ul.team {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
#content ul.team li {
|
|
width: 190px;
|
|
float: left;
|
|
margin-left: 44px;
|
|
}
|
|
#content ul.team img {
|
|
border: 1px solid #333;
|
|
}
|
|
#content ul.team p {
|
|
text-align: center;
|
|
}
|
|
#content .sponsors {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 0;
|
|
}
|
|
#content .sponsors li {
|
|
display: inline;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
#content .sponsors li img {
|
|
border: 1px solid #eee;
|
|
padding: 10px;
|
|
margin-right: 13px;
|
|
margin-bottom: 13px;
|
|
filter: grayscale(100%);
|
|
-webkit-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
-ms-filter: grayscale(100%);
|
|
-o-filter: grayscale(100%);
|
|
-o-transition: -webkit-filter 0.4s ease-in-out;
|
|
-ms-transition: -webkit-filter 0.4s ease-in-out;
|
|
-moz-transition: -webkit-filter 0.4s ease-in-out;
|
|
-webkit-transition: -webkit-filter 0.4s ease-in-out;
|
|
transition: -webkit-filter 0.4s ease-in-out;
|
|
opacity: 0.8;
|
|
}
|
|
#content .sponsors li img:hover {
|
|
filter: grayscale(0%);
|
|
-webkit-filter: grayscale(0%);
|
|
-moz-filter: grayscale(0%);
|
|
-ms-filter: grayscale(0%);
|
|
-o-filter: grayscale(0%);
|
|
opacity: 1;
|
|
border: 1px solid #ccc;
|
|
}
|
|
#content .sponsors li:nth-of-type(3n) img {
|
|
margin-right: 0;
|
|
}
|
|
/* Footer (http://stackoverflow.com/a/8825714/62383) */
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
#holder {
|
|
min-height: 100%;
|
|
position: relative;
|
|
}
|
|
#footer-space {
|
|
height: 90px;
|
|
}
|
|
#footer {
|
|
height: 90px;
|
|
background-image: url('/img/style/header-pattern.jpg');
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
color: #c7c7c7;
|
|
font-size: 12px;
|
|
}
|
|
#footer .columns {
|
|
width: 592px;
|
|
margin: 25px auto 0 auto;
|
|
position: relative;
|
|
}
|
|
#footer .credits {
|
|
width: 370px;
|
|
position: absolute;
|
|
}
|
|
#footer .credits p {
|
|
margin: 0 0 5px 0;
|
|
}
|
|
#footer .co-organizers {
|
|
position: absolute;
|
|
left: 370px;
|
|
}
|
|
#footer .co-organizers p {
|
|
margin: 0 0 20px 0;
|
|
}
|
|
#footer .co-organizers img {
|
|
margin-right: 5px;
|
|
opacity: 0.1;
|
|
}
|