chore: import legacy 1998 site snapshot

This commit is contained in:
2026-03-27 17:41:09 +03:00
commit be95938580
483 changed files with 37070 additions and 0 deletions

18
html/_styles/main.css Normal file
View File

@@ -0,0 +1,18 @@
BODY { color: black;
font-family: sans-serif;
background-color: white }
P, UL, OL { color: black;
font-family: sans-serif;
background-color: white;
text-align: left }
TT { color: #000040;
font-family: sans-serif;
font-weight: bold }
A:link { color: blue }
A:visited { color: #800080 }
A:active {color: red }

15
html/_styles/mes.css Normal file
View File

@@ -0,0 +1,15 @@
@import ('/styles/main.css');
BODY {
font-family: garamond, lucida bright, book antiqua, serif;
}
H1, H2, H3, H4, H5, H6 {
font-family: GillSans, gill sans, gill, arial black, helvetica, sans-serif;
color: #0B007E;
}
TH {
font-family: GillSans, gill sans, gill, arial black, helvetica, sans-serif;
color: #FFFFCC;
}

View File

@@ -0,0 +1,11 @@
/*
P, UL { line-height: 1.5 }
P.compact { line-height: normal }
*/
H1, H2 { font-family: GillSans, sans-serif;
text-align: center }
H2 { font-style: italic;
font-size: medium }

View File

@@ -0,0 +1,17 @@
@import url(/styles/main.css);
H1, H2, H3, H4, H5, H6, H7, H8, H9 {
font-family: GillSans, gillsans, helvetica, verdana, sans serif;
font-weight: bold;
color: black;
}
H2 {
font-style: italic;
}
BLOCKQUOTE {
font-family: GillSans, gillsans, helvetica, verdana, sans serif;
font-style: italic;
text-align: justify;
}