First iteration of 2018
This commit is contained in:
parent
a387c3f0f9
commit
e3631a52f0
11 changed files with 759 additions and 0 deletions
155
2018/style.css
Normal file
155
2018/style.css
Normal file
|
@ -0,0 +1,155 @@
|
|||
@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;
|
||||
}
|
||||
|
||||
.bodytext {
|
||||
text-align: center;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
.topgradient
|
||||
{
|
||||
background-image:linear-gradient(#ffcc33 100px, #fff 450px);
|
||||
background-image:-webkit-linear-gradient(#ffcc33 100px, #fff 450px);
|
||||
background-repeat: no-repeat;
|
||||
background-color: white
|
||||
}
|
||||
|
||||
.offsetanchor {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: -150px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
margin-bottom: 0;
|
||||
border-bottom: solid black 1px;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
padding-top: 9px;
|
||||
padding-bottom: 9px;
|
||||
}
|
||||
|
||||
.navbar-nav > .active > a,
|
||||
.navbar-nav > .active > a:hover,
|
||||
.navbar-nav > .active > a:focus {
|
||||
font-weight: 1200;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
body { padding-top: 100px; }
|
||||
|
||||
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;
|
||||
|
||||
border-top: solid black 1px;
|
||||
}
|
||||
|
||||
div.breakline {
|
||||
background-color: #ffcc33;
|
||||
display: block;
|
||||
height: 2px;
|
||||
|
||||
margin-top: 20px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
div.bodybreak {
|
||||
display: block;
|
||||
height: 2px;
|
||||
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
div.bigbodybreak {
|
||||
display: block;
|
||||
height: 200px;
|
||||
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.speakergrid {
|
||||
padding: 20px;
|
||||
max-width: 80%;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
}
|
||||
|
||||
img.sp-image {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
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.links {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 14pt;
|
||||
font-weight: 800;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue