2015-04-08 12:47:56 +02:00
|
|
|
@import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700);
|
2015-04-08 23:25:23 +02:00
|
|
|
@import url(http://reset5.googlecode.com/hg/reset.min.css);
|
2015-04-08 12:47:56 +02:00
|
|
|
|
2015-04-08 23:26:05 +02:00
|
|
|
html, body { overflow: hidden }
|
|
|
|
body, input { font-size: 1.1em }
|
2015-04-08 12:47:56 +02:00
|
|
|
|
|
|
|
body {
|
2015-04-21 16:13:21 +02:00
|
|
|
background-color: #181b20;
|
|
|
|
color: #9b9081;
|
2015-04-08 12:47:56 +02:00
|
|
|
font-family: Inconsolata;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container {
|
|
|
|
text-align:center;
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container:before {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
2015-04-09 22:26:18 +02:00
|
|
|
height: 75%;
|
|
|
|
min-height: 20em;
|
2015-04-08 12:47:56 +02:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#center {
|
|
|
|
display: inline-block;
|
|
|
|
text-align:left;
|
2015-04-08 13:07:56 +02:00
|
|
|
margin-top: -2em;
|
2015-04-08 12:47:56 +02:00
|
|
|
}
|
|
|
|
|
2015-04-08 23:25:07 +02:00
|
|
|
footer {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2015-04-08 13:07:56 +02:00
|
|
|
padding: 1em;
|
2015-04-08 23:25:07 +02:00
|
|
|
font-size: .9em;
|
2015-04-21 16:13:21 +02:00
|
|
|
color: #595450;
|
|
|
|
padding: 1em;
|
2015-04-08 23:25:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
footer span {
|
|
|
|
float: right;
|
|
|
|
margin-right: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin: 1em 0 0 1em;
|
2015-04-08 12:47:56 +02:00
|
|
|
font-size: 1.8em;
|
|
|
|
font-weight: 700;
|
2015-04-21 16:13:21 +02:00
|
|
|
color: #515e66;
|
|
|
|
margin: 1em 0 0 1em;
|
2015-04-08 12:47:56 +02:00
|
|
|
}
|
|
|
|
|
2015-04-21 16:13:21 +02:00
|
|
|
h1 a { color: #515e66 !important }
|
2015-04-08 23:26:05 +02:00
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin: .5em 0 0 1.5em;
|
|
|
|
}
|
|
|
|
|
2015-04-08 12:47:56 +02:00
|
|
|
input[type="text"] {
|
|
|
|
border: none;
|
2015-04-21 16:13:21 +02:00
|
|
|
border-bottom: .15em dashed #2b2c2e;
|
2015-04-08 12:47:56 +02:00
|
|
|
outline: none;
|
|
|
|
background: transparent;
|
2015-04-21 16:13:21 +02:00
|
|
|
color: #776049;
|
2015-04-08 12:47:56 +02:00
|
|
|
padding: 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="submit"] {
|
2015-04-21 16:13:21 +02:00
|
|
|
border: .12em solid #2b2c2e;
|
2015-04-08 12:47:56 +02:00
|
|
|
background: transparent;
|
2015-04-21 16:13:21 +02:00
|
|
|
color: #775750;
|
2015-04-08 12:47:56 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link, a:visited {
|
2015-04-21 16:13:21 +02:00
|
|
|
color: #776049;
|
2015-04-08 12:47:56 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2015-04-08 23:26:05 +02:00
|
|
|
a:hover {
|
2015-04-08 12:47:56 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
transition: color .5s ease;
|
2015-04-21 16:13:21 +02:00
|
|
|
color: #775750;
|
2015-04-08 12:47:56 +02:00
|
|
|
}
|