bibi/src/style.css

157 行
1.7 KiB
CSS

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