begin work on porting to haunt
[~bandali/bndl.org] / style.css
diff --git a/style.css b/style.css
deleted file mode 100644 (file)
index c460723..0000000
--- a/style.css
+++ /dev/null
@@ -1,155 +0,0 @@
-/* for old browsers */
-article, aside, footer, header, nav, section {
-  display: block;
-}
-
-body {
-  font-family: sans-serif;
-  line-height: 1.6;
-  padding: 1em;
-}
-
-nav, main, footer {
-  margin: auto;
-  max-width: 38rem;
-}
-
-nav {
-  font-size: 0.84em;
-}
-main {
-  /* margin-top: 1em; */
-  margin-bottom: 3em;
-  /* margin-top: 2%; */
-}
-footer {
-  border-top: 1px solid #bbb;
-  padding-top: 1em;
-}
-footer p {
-  margin: 0;
-  font-size: 0.84em;
-}
-
-#hiddentitle {
-  font-size: 0;
-}
-h1 {
-  font-size: 1.5em;
-}
-#subtitle {
-  display: inline;
-  font-weight: normal;
-  font-size: 1.2em;
-  color: #444;
-}
-
-a {
-  color: #295bad;
-  text-decoration: none;
-}
-a:hover, a:focus {
-  transition-property: background;
-  transition-duration: 0.1s;
-  background: #f2f8fa;
-  padding: 0.25em 0;
-  color: #0745ad;
-}
-a:active {
-  color: #a10029;
-}
-/*
-a:active {
-  color: #06d;
-  box-shadow: 0 1px 1px #ddd;
-}
-*/
-
-h4 {
-  margin: 0.75em auto;
-}
-
-article h3 {
-  font-weight: normal;
-  color: #777;
-}
-
-.notice {
-  background-color: #efefef;
-  text-align: center;
-  position: relative;
-}
-.notice::before {
-  content: "↪";
-  position: absolute;
-  left: 0.5em;
-  bottom: 0.05em;
-}
-.notice::after {
-  content: "↩";
-  position: absolute;
-  right: 0.5em;
-  bottom: 0.05em;
-}
-
-code {
-  font-size: 1.15em;
-  text-transform: none;
-}
-
-table td {
-  padding: 0 0.3em;
-}
-table td:first-child {
-  padding-left: 0;
-}
-table td:last-child {
-  padding-right: 0
-}
-
-dl {
-  margin: 0 0 0.5em 0;
-}
-dl:last-child {
-  margin: 0;
-}
-dt {
-  margin-bottom: 0.15em;
-}
-dd {
-  font-size: 0.9em;
-  margin-left: 1.5em;
-  margin-bottom: 0.75em;
-}
-.plinks {
-  font-size: 0.9em;
-}
-
-ul, ol {
-  list-style: none;
-  padding-left: 1.5em;
-  position: relative;
-}
-
-li {
-  margin-bottom: 0.25em;
-}
-
-ul > li::before {
-  content: '•';
-  position: absolute;
-  left: 0.5em;
-}
-
-/*
-ol {
-  margin: 0;
-  padding: 0;
-}
-ol li {
-  margin-top: 0.5em;
-}
-ol li:first-child {
-  margin-top: 0;
-}
-*/