speedwm-wiki/index.css
2023-01-30 15:23:01 +01:00

185 lines
2.5 KiB
CSS

/*
* W2
*
* Copyright (C) 2007-2011 Steven Frank <http://stevenf.com/>
*
* Code may be re-used as long as the above copyright notice is retained.
* See README.txt for full details.
*
* Written with Coda: <http://panic.com/coda/>
*
*/
.main {
background-color: #000000;
color: #ffffff;
}
body {
background-color: #000000;
}
* {
font-family: Monospace;
font-size: 11px;
margin: 0;
padding: 0;
}
a {
color: #6666ff;
}
blockquote {
background-color: #0f070f;
margin: 0px 0px 12px 20px;
padding-top: 4px 10px 4px 10px;
}
form {
display: inline;
}
li {
line-height: 1.5em;
}
h1 {
font-size: 20px;
font-weight: bold;
margin-bottom: 8px;
}
h2 {
font-size: 16px;
font-weight: bold;
margin-bottom: 8px;
}
h3 {
font-size: 13px;
font-weight: bold;
margin-bottom: 8px;
}
hr {
border-top: 1px solid #222222;
border-bottom: 0;
border-left: 0;
border-right: 0;
margin-top: 12px;
margin-bottom: 12px;
}
ul {
padding-left: 12px;
margin-left: 12px;
margin-bottom: 12px;
list-style-position: inside;
}
ol {
margin-left: 12px;
margin-bottom: 12px;
padding-left: 12px;
list-style-position: inside;
}
p {
margin: 12px 12px 12px 12px;
}
pre {
font-family: Monospace, monospace;
font-size: 11px;
margin-left: 12px;
margin-bottom: 12px;
/* stroke each browser so that they wrap lines in the pre tag */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
code {
font-family: Monospace, monospace;
font-size: 11px;
}
table {
border-collapse: collapse;
}
table, td {
background-color: #000000;
padding: 2px;
}
textarea {
font-family: Monospace, Courier, monospace;
font-size: 11px;
width: 99%;
background-color: #000011;
color: #ffffff;
}
.main {
padding: 8px;
}
.note {
background-color: #000011;
padding: 4px;
margin: 0 8px 8px 8px;
color: #9999bb;
border: solid 1px #9999bb;
}
.titlebar {
background-color: #111111;
color: #ffffff;
font-size: 10px;
font-weight: bold;
}
.titledate {
font-size: 10px;
color: #777777;
}
.toolbar {
background-color: #222222;
position: sticky;
top: 0;
font-size: 8px;
}
a.tool {
font-size: 11px;
margin-right: 8px;
color: #eeeeee;
}
a.missing-link {
color: #ed123e;
}
input {
background-color: #111111;
color: #ffffff;
}
input.tool {
font-size: 11px;
background-color: #222222;
color: #ffffff;
}
img {
max-width: 50%;
height: auto;
}