bibi/src/style.css

74 行
711 B
CSS

*
{
border: none;
font-size: 100%;
margin: 0;
padding: 0;
}
body
{
background: #393633;
color: #fff;
line-height: 150%;
margin: 1em 1em 2em;
padding: 0 1%;
}
h1, h2, h3, h4, h5, h6
{
border-color: gray;
border-style: solid;
font-size: 125%;
font-weight: 600;
line-height: 120%;
margin-bottom: 0.8em;
padding: 0.2em 0 0 0.2em;
}
h1, h2
{
border-width: thin 0;
}
h1
{
text-align: center;
padding-left: 0;
}
h3
{
border-width: 0 0 thin;
}
dl, ol, p, pre, ul
{
margin: 0 0 1em;
}
blockquote, dd, ol, ul
{
margin-left: 2em;
}
cite, dt, kbd, strong
{
font-weight: 600;
}
code, kbd, pre, samp
{
color: #9d9;
}
img
{
border: thin solid;
}
a
{
color: #cc0;
}