barrel
Version:
An abstract player for sequences of timed events.
113 lines (95 loc) • 1.47 kB
CSS
body {
position: relative;
background: #110;
}
#background {
position: absolute;
width: 100%;
z-index: -1;
}
#background img {
position: absolute;
right: 0;
width: calc(100% - 575px);
}
#foreground {
width: 600px;
font-family: "Georgia";
line-height: 150%;
color: #DDB;
font-size: 120%;
margin: 3em;
}
code {
font-family: "Menlo", sans-serif;
display: block;
white-space: pre;
background: black ;
border: 1px solid #870 ;
color: white;
font-size: 90%;
border-radius: 0.5em;
overflow-x: scroll;
}
code + code, code + iframe {
margin-top: 1em;
}
iframe {
width: 100%;
height: 200px;
}
#title {
width: 600px;
position: relative;
}
.over, .under {
position: absolute;
}
.over {
z-index: 2;
color: #FFD700;
}
.under {
z-index: 1;
-webkit-text-stroke: 27px #880;
}
h1, h2 {
width: 100%;
font-family: 'UnifrakturCook', cursive;
text-align: center;
color: gold;
}
h1 {
font-size: 800%;
margin-top: 0.5em;
text-transform: lowercase;
}
h2 {
font-family: 'UnifrakturCook', cursive;
color: gold;
}
p code {
display: inline;
padding: 0;
background: none ;
border: none ;
color: white;
font-weight: bold;
font-size: 90%;
}
p a code {
color: gold;
}
a {
color: gold;
text-decoration: none;
}
p .emoji {
height: 1.1em;
}
#leierkasten {
position: absolute;
bottom: -2em;
right: 1em;
width: 200px;
}