fn-static-web/2016/style.css
2017-12-12 10:43:35 +01:00

152 lines
2.4 KiB
CSS

@import url(http://fonts.googleapis.com/css?family=Armata);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
h1 {
font-family: 'Armata', serif;
color: #666666
font-size: 48pt;
text-align: center;
}
h2 {
font-family: 'Armata', serif;
color: #666666
font-size: 36pt;
text-align: center;
margin-top: 60px;
margin-bottom: 30px;
}
div.topgradient
{
background-image:linear-gradient(#ffcc33, #fff);
background-image:-webkit-linear-gradient(#ffcc33, #fff 80%);
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
div.topgradient > img {
max-width:90%;
}
.navbar {
margin-bottom: 0;
}
.navbar-brand {
padding-top: 9px;
padding-bottom: 9px;
}
body { padding-top: 50px; }
div.footer {
background-color: #ffcc33;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 9pt;
display: block;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 40px;
}
div.breakline {
background-color: #ffcc33;
display: block;
height: 2px;
margin-top: 20px;
margin-bottom: 40px;
}
div.bodybreak {
display: block;
height: 2px;
margin-bottom: 40px;
}
.bodytext {
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 14pt;
}
.sponsorrow {
text-align: center;
}
.sponsor {
padding: 20px;
max-width: 80%;
}
th {
text-align: center;
}
.leftalign {
text-align: left;
}
img.kn-image {
max-width: 80%;
}
div.kn-name {
font-family: 'Roboto', sans-serif;
font-size: 24pt;
font-weight: bold;
}
div.kn-bio {
font-family: 'Roboto', sans-serif;
font-size: 14pt;
font-style: italic;
margin-bottom: 30px;
}
div.speaker > div.picture {
float: left;
margin-top: 10px;
margin-bottom: 20px;
margin-left: 0;
margin-right: 10px;
border-style: solid;
border-width: 2px;
border-color: #333333;
}
div.name {
font-family: 'Roboto', sans-serif;
font-size: 24pt;
font-weight: bold;
}
div.title {
font-family: 'Roboto', sans-serif;
font-size: 24pt;
margin-bottom: 5px;
}
div.abstract {
font-family: 'Roboto', sans-serif;
font-size: 14pt;
margin-bottom: 10px;
}
div.bio {
font-family: 'Roboto', sans-serif;
font-size: 14pt;
font-style: italic;
}