Copy basic.css

cp -v "$(find websites -type f -name basic.css | sort | tail -n 1)" www/

websites/library.readscheme.org/20060209200651/basic.css -> www/basic.css
This commit is contained in:
Lassi Kortela 2024-06-14 22:39:45 +03:00
parent 135e00317c
commit 9998d0ca69
1 changed files with 47 additions and 0 deletions

47
www/basic.css Normal file
View File

@ -0,0 +1,47 @@
a:link {
color: #ff0000;
}
a:visited {
color: #cc6666;
}
a:active {
color: #996666;
}
body {
font-family: times, times-roman, serif;
color: #993300;
font-size: 11pt;
background-color: #fff8dc;
margin-left: 5pt;
margin-right: 36pt;
}
.pagecounter {
visibility: hidden;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 24pt;
color: #993300;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14pt;
font-style: italic;
color: #993300;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
color: #993300;
}
.collophon {
font-size: 80%;
font-style: italic;
text-align: right;
}
pre {
font-size: 10pt;
}