cakefoot/src/Press_kit_style.html

81 lines
854 B
HTML

<style>
@import url("https://shampoo.ooo/lib/fonts/numans/regular/style.css");
@media (max-width: 800px)
{
tbody
{
font-size: 0.8em;
line-height: 1.4em;
}
}
html
{
background: #0a0a0a;
color: #f0f0f0;
line-height: 1.9em;
text-align: justify;
}
body
{
font-family: numansregular;
font-size: 20px;
max-width: 56em;
}
img
{
display: block;
margin: 5px 0px;
}
h1
{
text-decoration: underline;
}
h1.title
{
margin: 0px;
text-decoration: none;
}
iframe
{
width: 100%;
aspect-ratio: 16 / 9;
}
header
{
margin-bottom: 2em;
}
tr
{
border-top: 1px solid #444;
}
a
{
color: #ffffb8;
}
a:visited
{
color: #ffffb8;
}
a:hover
{
color: yellow;
}
video
{
width: 100%;
}
</style>