From 770449522dbe9697aba84e013b5a7126b4725dcd Mon Sep 17 00:00:00 2001 From: Ben Winston Date: Wed, 22 Dec 2021 16:46:17 -0500 Subject: dos2unix --- css/styles.css | 174 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index daadb16..a87cdd3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,87 +1,87 @@ -body { - margin: auto; - margin-top: 10px; - margin-bottom: 15px; - width: 720px; - font-family: monospace; - font-size: 16px; - color: whitesmoke; - background: darkslategray; -} - -h1 { - margin: 0px; - padding: 0px; - font-size: 240%; - font-weight: normal; -} - -h2 { - margin: 0px; - padding: 0px; - font-size: 160%; - font-weight: normal; -} - -h3 { - margin: 0px; - font-weight: normal; -} - -h4 { - margin: 0px; - padding: 0px; - font-weight: normal; - color: gray; -} - -ul { - list-style: '> '; - margin: 0px; -} - -li { - margin: 15px 0px 15px; -} - -details { - margin-top: 15px; -} - -summary { - font-size: 115%; - margin-top: 3px; - margin-bottom: 3px; -} - -blockquote { - border-left: 5px solid thistle; - margin: 1.2em 10px; - padding: 0.5em 12px; - font-style: italic; -} - -#content { - margin: 20px; -} - -#nav { - float: right; - color: gray; - font-size: 120%; -} - -a:link { - text-decoration: none; - color: darkorange; -} -a:visited { - text-decoration: none; - color: darkorange; -} -a:active { - text-decoration: none; - color: darkorange; -} -a:hover { color: thistle; } - +body { + margin: auto; + margin-top: 10px; + margin-bottom: 15px; + width: 720px; + font-family: monospace; + font-size: 16px; + color: whitesmoke; + background: darkslategray; +} + +h1 { + margin: 0px; + padding: 0px; + font-size: 240%; + font-weight: normal; +} + +h2 { + margin: 0px; + padding: 0px; + font-size: 160%; + font-weight: normal; +} + +h3 { + margin: 0px; + font-weight: normal; +} + +h4 { + margin: 0px; + padding: 0px; + font-weight: normal; + color: gray; +} + +ul { + list-style: '> '; + margin: 0px; +} + +li { + margin: 15px 0px 15px; +} + +details { + margin-top: 15px; +} + +summary { + font-size: 115%; + margin-top: 3px; + margin-bottom: 3px; +} + +blockquote { + border-left: 5px solid thistle; + margin: 1.2em 10px; + padding: 0.5em 12px; + font-style: italic; +} + +#content { + margin: 20px; +} + +#nav { + float: right; + color: gray; + font-size: 120%; +} + +a:link { + text-decoration: none; + color: darkorange; +} +a:visited { + text-decoration: none; + color: darkorange; +} +a:active { + text-decoration: none; + color: darkorange; +} +a:hover { color: thistle; } + -- cgit v1.2.3