bibi/src/styles/night.css

149 行
1.5 KiB
CSS

/* Night Style, 2024-01-07 */
html, body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
br, cite, code, em, hr, 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: #2b2b2b;
color: #f3f3f3;
line-height: 1.5;
margin: 1em 2.5em 3em;
}
h1, h2, h3, h4, h5, h6
{
font-weight: bold;
line-height: 1.25;
}
h1
{
font-size: 200%;
border-width: 0 0 medium;
margin-bottom: 0.5em;
padding-bottom: 0.125em;
}
h2, h3
{
font-size: 150%;
margin-bottom: 0.66em;
padding-top: 0.66em;
}
h2
{
border-width: medium 0 thin;
padding-bottom: 0.165em;
}
h3
{
border-width: thin 0 0;
}
h4
{
font-size: 112.5%;
line-height: 1.5;
margin-bottom: 0.89em;
}
h5
{
margin-bottom: 1em;
}
h6
{
font-style: italic;
}
dl, ul, ol, p, pre
{
margin-bottom: 1em;
}
blockquote, ul, ol,
dd
{
padding-left: 2em;
}
blockquote
{
border-width: 0 0 0 medium;
}
ul
{
list-style: disc;
}
dt,
cite,
em,
strong,
samp kbd
{
font-weight: bold;
}
pre,
code, samp, kbd
{
background: none;
color: #a0d8ef;
}
strong
{
background: none;
color: #f09199;
}
hr
{
border-width: 0 0 thin;
margin-bottom: 1em;
padding-top: 1px; /* NetSurf */
}
img
{
border: thin solid;
font-style: italic;
vertical-align: bottom;
}
a
{
background: none;
color: #deb068;
text-decoration: underline;
}
a:visited
{
background: none;
color: #de7668;
}
a:hover
{
text-decoration: none;
}