2016-03-24 17:19:32 +01:00
|
|
|
body {
|
|
|
|
margin: 60px;
|
|
|
|
position: relative;
|
|
|
|
background: #000;
|
|
|
|
color: #aaa;
|
|
|
|
font-family: 'roboto_condensedregular', arial;
|
|
|
|
font-size: 2em;
|
|
|
|
line-height: 1.5em;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Default styles.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.dimmed {color: #555;}
|
|
|
|
.normal {color: #999;}
|
|
|
|
.bright {color: #fff;}
|
|
|
|
|
|
|
|
.xsmall {font-size: 15px; line-height: 20px;}
|
|
|
|
.small {font-size: 20px; line-height: 25px;}
|
|
|
|
.medium {font-size: 30px; line-height: 35px;}
|
2016-03-29 13:28:15 +02:00
|
|
|
.large {font-size: 65px; line-height: 65px;}
|
|
|
|
.xlarge {font-size: 75px; line-height: 75px; letter-spacing: -3px;}
|
2016-03-24 17:19:32 +01:00
|
|
|
|
|
|
|
.thin {font-family: 'robotothin'; }
|
|
|
|
.light {font-family: 'roboto_condensedlight'; }
|
|
|
|
.regular {font-family: 'roboto_condensedregular';}
|
|
|
|
.bold {font-family: 'roboto_condensedbold';}
|
|
|
|
|
2016-03-29 13:28:15 +02:00
|
|
|
.align-right {text-align: right;}
|
|
|
|
|
|
|
|
|
2016-03-24 17:19:32 +01:00
|
|
|
header {
|
2016-03-29 13:28:15 +02:00
|
|
|
margin-top: 40px;
|
2016-03-24 17:19:32 +01:00
|
|
|
text-transform: uppercase;
|
2016-03-29 13:28:15 +02:00
|
|
|
font-size: 15px;
|
2016-03-24 17:19:32 +01:00
|
|
|
font-family: 'roboto_condensedregular';
|
|
|
|
border-bottom: 1px solid #333;
|
|
|
|
line-height: 0.35em;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
2016-03-29 13:28:15 +02:00
|
|
|
header:first-child {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2016-03-24 17:19:32 +01:00
|
|
|
sup {
|
|
|
|
font-size: 50%;
|
|
|
|
line-height: 50%;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Region Definitions.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.region {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
.region.right {
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
.region.top {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
.region.top .container{
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
.region.top .container:empty {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
.region.top.center, .region.bottom.center {
|
|
|
|
left: 50%;
|
|
|
|
-moz-transform: translateX(-50%);
|
|
|
|
-o-transform: translateX(-50%);
|
|
|
|
-webkit-transform: translateX(-50%);
|
|
|
|
-ms-transform: translateX(-50%);
|
|
|
|
transform: translateX(-50%);
|
|
|
|
}
|
|
|
|
.region.top.right, .region.top.left, .region.top.center {
|
|
|
|
top: 100%;
|
|
|
|
}
|
|
|
|
.region.bottom {
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
.region.bottom .container{
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
.region.bottom .container:empty {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
.region.bottom.right, .region.bottom.center, .region.bottom.left {
|
|
|
|
bottom: 100%;
|
|
|
|
}
|
|
|
|
.region.bar {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.region.third, .region.middle.center {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
-moz-transform: translateY(-50%);
|
|
|
|
-o-transform: translateY(-50%);
|
|
|
|
-webkit-transform: translateY(-50%);
|
|
|
|
-ms-transform: translateY(-50%);
|
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
.region.upper.third {
|
|
|
|
top: 33%;
|
|
|
|
}
|
|
|
|
.region.middle.center {
|
|
|
|
top: 50%;
|
2014-02-19 16:45:36 +01:00
|
|
|
}
|
2016-03-24 17:19:32 +01:00
|
|
|
.region.lower.third {
|
|
|
|
top: 66%;
|
2014-02-24 11:19:51 +01:00
|
|
|
}
|
2016-03-24 17:19:32 +01:00
|
|
|
.region.left {
|
|
|
|
text-align: left;
|
2014-02-26 14:14:29 +01:00
|
|
|
}
|
2016-03-24 17:19:32 +01:00
|
|
|
.region.right {
|
|
|
|
text-align: right;
|
2016-03-29 13:28:15 +02:00
|
|
|
}
|
|
|
|
.region.right table {
|
|
|
|
float: right;
|
2016-01-09 00:36:15 +00:00
|
|
|
}
|