incorporeal-cms/incorporealcms/static/css/dark.css

65 lines
892 B
CSS

/* common styling via the base.css, used in light and dark */
@import '/static/css/base.css';
html {
color: #DDD;
}
body {
background: #090909;
}
strong {
color: #EEE;
}
.site-wrap {
background: black;
border: 1px solid #222;
border-top: none;
border-bottom: none;
}
h1, h2, h3, h4, h5, h6 {
color: #B31D15;
}
a:link, a:visited {
color: #EEE;
border-bottom: 1px dotted #EEE;
}
a:hover, a:active {
color: #B31D15;
border-bottom: 1px dotted #B31D15;
}
div.header {
background: #222;
border-bottom: 1px solid #222;
color: #BBB;
}
div.header a {
color: #BBB;
}
table, th, td {
border: 1px solid #333;
}
th {
background: #333;
}
blockquote {
background-color: rgba(120, 120, 120, 0.3);
border: 1px solid #222;
}
.img-frame {
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid #333;
}