chore: import legacy 1998 site snapshot
This commit is contained in:
18
html/_styles/main.css
Normal file
18
html/_styles/main.css
Normal 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
15
html/_styles/mes.css
Normal 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;
|
||||
}
|
||||
11
html/_styles/press_release.css
Normal file
11
html/_styles/press_release.css
Normal 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 }
|
||||
17
html/_styles/specsheets.css
Normal file
17
html/_styles/specsheets.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user