2013-09-11 00:19:01 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: Sintony;
|
2013-09-11 12:37:09 +02:00
|
|
|
src: url('font/Sintony-Regular.ttf');
|
2013-09-11 00:19:01 +02:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: Sintony_Bold;
|
2013-09-11 12:37:09 +02:00
|
|
|
src: url('font/Sintony-Bold.ttf');
|
2013-09-11 00:19:01 +02:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-09-11 14:09:10 +02:00
|
|
|
/* reset padding and margin on elements, eliminate outlines and borders */
|
2013-09-11 00:19:01 +02:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
2013-09-11 14:09:10 +02:00
|
|
|
outline: none 0px;
|
2013-09-11 00:19:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2013-09-11 12:37:09 +02:00
|
|
|
/* background-color: #FF00FF; */ /* Development only! */
|
|
|
|
background-color: hsla(0, 0%, 50%, 1);
|
2013-09-11 00:19:01 +02:00
|
|
|
font-family: Sintony, sans-serif;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5 {
|
|
|
|
font-family: Sintony_Bold, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 { font-size: 12pt; }
|
|
|
|
h2 { font-size: 11pt; }
|
|
|
|
h3 { font-size: 11pt; }
|
|
|
|
h4 { font-size: 11pt; }
|
|
|
|
h5 { font-size: 11pt; }
|
|
|
|
|
2013-09-11 01:09:03 +02:00
|
|
|
.clear-both {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2013-09-11 00:19:01 +02:00
|
|
|
.vertical-list {
|
|
|
|
list-style: none;
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vertical-list li {
|
|
|
|
padding-right: 1em;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-active {
|
|
|
|
color: hsla(0, 0%, 100%, 0.95);
|
|
|
|
}
|
|
|
|
|
2013-09-11 15:53:33 +02:00
|
|
|
.content-column-bounding-box {
|
2013-09-11 00:19:01 +02:00
|
|
|
float: left;
|
|
|
|
width: 33.3%;
|
2013-09-11 15:53:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.content-column {
|
2013-09-11 16:25:43 +02:00
|
|
|
padding: 2em 1em 0em 1em;
|
2013-09-11 00:19:01 +02:00
|
|
|
}
|
|
|
|
|
2013-09-11 15:42:39 +02:00
|
|
|
.content-container-bounding-box {
|
2013-09-11 15:53:33 +02:00
|
|
|
padding-bottom: 2em;
|
2013-09-11 15:42:39 +02:00
|
|
|
}
|
|
|
|
|
2013-09-11 00:19:01 +02:00
|
|
|
.content-container {
|
|
|
|
padding-top: 0.3em;
|
|
|
|
padding-bottom: 0.3em;
|
|
|
|
color: hsla(0, 0%, 10%, 0.9);
|
|
|
|
background-color: hsla(0, 0%, 100%, 0.8);
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-container h1 {
|
|
|
|
margin-top: 5px; /* see border-radius of .content-container */
|
|
|
|
padding-left: 0.5em;
|
|
|
|
padding-right: 0.5em;
|
|
|
|
background-color: hsla(0, 100%, 100%, 0.3);
|
|
|
|
color: hsla(0, 0%, 25%, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-container p {
|
|
|
|
margin: 0.5em 0.75em 1em 0.75em;
|
|
|
|
color: hsla(0, 0%, 5%, 1);
|
|
|
|
}
|
|
|
|
|
2013-09-11 15:41:52 +02:00
|
|
|
#wallpaper {
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
z-index: -999;
|
2013-09-11 00:19:01 +02:00
|
|
|
min-height: 100%;
|
2013-09-11 15:41:52 +02:00
|
|
|
height: 100%;
|
|
|
|
min-width: 100%;
|
|
|
|
width: 100%;
|
2013-09-11 00:19:01 +02:00
|
|
|
background-color: hsla(0, 0%, 50%, 1);
|
|
|
|
/* epic background image or something like that */
|
2013-09-11 12:37:09 +02:00
|
|
|
background: url('img/bkg01.jpg');
|
2013-09-11 00:19:01 +02:00
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
background-attachment: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wrap-nonfooter-content {
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nonfooter-content-container {
|
|
|
|
overflow: auto;
|
|
|
|
padding-bottom: 10em; /* footer height */
|
|
|
|
}
|
|
|
|
|
|
|
|
#headerbar {
|
|
|
|
padding: 0.1em 1em 0.1em 1em;
|
|
|
|
height: 1.75em;
|
|
|
|
text-align: left;
|
|
|
|
line-height: 1.75em;
|
|
|
|
color: hsla(0, 0%, 70%, 0.9);
|
|
|
|
background-color: hsla(0, 0%, 0%, 0.75);
|
|
|
|
font-family: Sintony_Bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content-grid-container {
|
|
|
|
margin-left: 1em;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
height: 7em; /* footer height */
|
|
|
|
margin-top: -7em; /* footer height */
|
|
|
|
color: hsla(0, 0%, 90%, 0.9);
|
|
|
|
background-color: hsla(0, 0%, 0%, 0.75);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer-content {
|
|
|
|
padding: 1em 1em 1em 1em;
|
2013-09-11 12:37:09 +02:00
|
|
|
}
|