index/style.css

70 lines
1.3 KiB
CSS
Raw Normal View History

2016-06-26 19:45:51 +02:00
body {
font-family:helvetica;
2016-06-26 23:14:42 +02:00
background:url("background.png") no-repeat center/cover fixed;
2016-06-26 19:45:51 +02:00
/*color: #595959;*/
2016-08-15 22:11:36 +02:00
/*color: #eeeeee;*/
color: rgba(238,238,238, 0.8);
2017-08-07 07:48:02 +02:00
}
#content {
margin-left: 5%;
margin-top: 50px;
font-family: "Camcorder Monospaced", "Helvetica", sans-serif;
2016-06-26 19:45:51 +02:00
position:relative;
2017-08-07 07:48:02 +02:00
font-size: 24px;
2016-06-26 19:45:51 +02:00
}
a {
/*color: #595959;*/
color: #eeeeee;
2016-06-27 01:55:14 +02:00
transition: color .1s;
2016-06-26 19:45:51 +02:00
text-decoration: none;
}
a:hover {
2016-06-29 00:23:12 +02:00
text-decoration:underline;
}
#pi {
font-size: 0.8em;
position: fixed;
bottom: 5px;
right: 5px;
color: #eeeeee;
background-color: rgba(0,0,0,0.5);
padding: 5px;
text-align: right;
2016-06-26 19:45:51 +02:00
}
2017-02-15 02:12:48 +01:00
input {
2017-08-07 07:48:02 +02:00
font-size: 1em;
outline: none;
2017-02-15 02:12:48 +01:00
border: solid 1px #ddd;
padding: 10px;
margin-top: 100px; /* dirty hack, can be removed */
text-align: center;
box-shadow: 0 0 10px 1px #27454F;
border: solid 4px #27454F;
}
2017-08-07 07:48:02 +02:00
#today {
margin-left: 50px;
position: absolute;
bottom: 50px;
font-family: "Helvetica", sans-serif;
font-size: 16px;
/*
box-shadow: 0 0 10px 1px #27454F;
background-color: rgba(39, 69, 79, 0.9);
*/
padding: 8px;
display: inline-block;
/*font-weight: bold;**/
line-height: 1.6;
width: 80%;
/*color: lightred;*/
}
.message {
height: 0px;
position: absolute;
border-left: 25px solid rgba(238,238,238, 0.8);
border-bottom: 25px solid #1A1210;
padding-right: 8px;
}