:root
{
--ui: #7ad600; --ui-marked: #a2fb00; --bg: #c2f196; --filter: invert(67%) sepia(32%) saturate(3346%) hue-rotate(43deg) brightness(104%) contrast(106%); }
#article_title
{
padding-bottom: 2%;
}
#starter
{
margin-top: -10px;
padding-bottom: 3%;
}
.linkheader
{
margin-top: 35px;
margin-bottom: -18px;
}
article a
{
word-break: break-all;
}
article
{
padding-bottom: 12%;
}
@media only screen and (max-width: 900px)
{
article
{
padding-bottom: 18%;
}
}
@media only screen and (max-width: 630px)
{
article
{
padding-bottom: 25%;
}
}
@media only screen and (orientation: portrait)
{
article
{
padding-bottom: 350px;
}
}