bibi/src/style.css

160 行
1.6 KiB
CSS

/* Bibi Style, 2024-03-13 */
html, body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dt, dd, ol, ul, li,
cite, code, em, kbd, samp, strong, var,
a, img
{
border: 0 solid #7d7d7d;
font-size: 100%;
font-style: normal;
font-weight: inherit;
margin: 0;
padding: 0;
}
body
{
background: #332d2b;
color: #fff;
line-height: 150%;
padding: 0.125em 1.5em 1.5em;
}
h1, h2, h3, h4, h5, h6
{
color: #bce2e8;
font-weight: bold;
margin: 0 0 1em;
}
h1
{
border-width: 0 0 thin;
font-size: 200%;
line-height: 150%;
margin: 0 0 0.5em;
text-align: center;
}
h2
{
border-width: thin 0;
padding-left: 0.25em;
}
h3
{
border-width: 0 0 thin;
padding: 0.5em 0 0 0.25em;
}
h4
{
border-width: thin 0 0 thin;
margin-left: 0.25em;
padding-left: 0.25em;
}
h5, h6
{
margin-left: 1em;
}
h5
{
border-width: 0 0 thin;
}
dl, ol, p, pre, ul
{
margin: 0 0 1em;
}
blockquote
{
border-left: medium solid #aacf53;
margin-left: 1em;
padding-left: 0.5em;
}
p
{
text-indent: 1em;
}
dt, dd
{
margin: 0 0 0.125em;
}
dd
{
border-width: 0 0 0 thin;
margin-left: 2em;
padding-left: 0.5em;
}
ol, ul
{
margin-left: 2.5em;
}
ul
{
list-style: disc;
}
em, strong, var
{
color: #f5b1aa;
}
dt, em, strong
{
font-weight: bold;
}
cite
{
color: #aacf53;
}
code, kbd, pre, samp
{
font-size: 1rem; /* Webkit */
}
code, samp
{
color: #84b9cb;
}
kbd
{
color: #bce2e8;
}
a
{
color: #f8e58c;
text-decoration: underline;
}
a:visited
{
color: #f7c88b;
}
a:hover
{
text-decoration: none;
}
img
{
border: thin solid;
font-style: italic;
}