bibi/src/style.css

150 行
1.6 KiB
CSS

html, body,
h1, h2, h3, h4, h5, h6,
address, blockquote, p, pre,
br, cite, code, em, kbd, samp, strong, var,
a,
dl, dt, dd, ol, ul, li,
img
{
font-size: 100%;
font-style: normal;
font-weight: inherit;
margin: 0;
padding: 0;
}
html
{
background: #222;
color: #fff;
}
body
{
background: #363330;
color: #fff;
line-height: 150%;
margin: 0.75em 1.25em;
padding: 0.25em 1.25em 1.25em;
}
h1, h2, h3, h4, h5, h6
{
background: none;
border-color: gray;
border-style: solid;
border-width: 0;
color: #cff;
font-weight: bold;
margin-bottom: 1em;
padding-left: 1em;
}
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;
}
h5
{
border-width: thin 0 0;
margin-left: 1em;
padding: 0;
}
dl, ol, p, pre, ul
{
margin: 0 0 1em;
}
p
{
text-indent: 1em;
}
dd, ol, ul
{
margin-left: 2em;
}
ul
{
list-style: disc;
}
blockquote
{
border-left: medium solid #9f9;
margin-left: 1em;
padding-left: 1em;
}
dt, strong
{
font-weight: bold;
}
em, strong, var
{
background: none;
color: #fcc;
}
cite
{
background: none;
color: #9f9;
}
code, samp
{
background: none;
color: #9cc;
}
kbd
{
background: none;
color: #cff;
}
img
{
border: thin solid;
}
a
{
background: none;
color: #cc6;
text-decoration: underline;
}
a:hover
{
text-decoration: none;
}