bibi/src/style.css

161 行
1.7 KiB
CSS

/* Bibi Style, 2024-01-12 */
html, body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dt, dd, ol, ul, li,
br, 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.25em 1.5em 1.25em;
}
h1, h2, h3, h4, h5, h6
{
background: none;
color: #bce2e8;
font-weight: bold;
line-height: 125%;
margin: 0 0 1em;
}
h1
{
border-width: 0 0 thin;
font-size: 200%;
font-weight: normal;
margin: 0 0 0.5em;
padding-bottom: 0.125em;
text-align: center;
}
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: 0 0 0 0.5em;
}
h5, h6
{
margin-left: 1em;
}
h5
{
border-width: 0 0 thin;
margin-bottom: 0.875em;
padding-bottom: 0.125em;
}
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;
}
dd
{
border-width: 0 0 0 thin;
margin: 0 0 0.25em 2em;
padding-left: 0.5em;
}
ol, ul
{
margin-left: 2.5em;
}
ul
{
list-style: disc;
}
em, strong, var
{
background: none;
color: #f5b1aa;
}
em, strong
{
font-weight: bold;
}
cite
{
background: none;
color: #aacf53;
}
code, samp
{
background: none;
color: #84b9cb;
}
kbd
{
background: none;
color: #bce2e8;
}
a
{
background: none;
color: #f8e58c;
text-decoration: underline;
}
a:visited
{
background: none;
color: #f7c88b;
}
a:hover
{
text-decoration: none;
}
img
{
border: thin solid;
font-style: italic;
vertical-align: bottom;
}