Files
webtech/ora2/hamlet.css

64 lines
894 B
CSS
Raw Normal View History

2025-09-19 17:39:04 +02:00
* {
display: block;
}
line>stagedir {
display: inline;
}
play {
background-color: white;
font-family: "Palatino Linotype", Palatino, "Times New Roman";
line-height: 1.5;
margin: auto;
max-width: 80ch;
/*80 karakter -^ */
padding: 2em;
}
author,
title {
font-variant: small-caps;
text-align: center;
}
author,
play>title {
font-weight: bold;
}
play>title {
font-size: xx-large;
letter-spacing: 0.15em;
margin-top: 0.5em;
text-shadow: 1px 1px 2px gray;
}
author,
act>title {
font-size: x-large;
}
scene>title {
background-color: slateblue;
box-shadow: 0.25em 0.25em 0.5em gray;
color: white;
font-size: large;
padding: 0.5em;
}
act {
border-top: medium double black;
margin-top: 2em;
padding-top: 1.5em;
}
scene {
padding-top: 1em;
}
speech,
scene>stagedir {
margin-top: 1em;
}