revamp the site and go fully static
[~bandali/bndl.org] / static / style.css
diff --git a/static/style.css b/static/style.css
deleted file mode 100644 (file)
index fdcea52..0000000
+++ /dev/null
@@ -1,199 +0,0 @@
-body {
-  /* background: #fffffa; */
-  font-family: sans-serif;
-  line-height: 1.6;
-  padding: 2em;
-}
-
-header, nav, main, footer {
-  margin: auto;
-  max-width: 38rem;
-}
-
-body > header {
-  margin-bottom: 0.25em;
-}
-body > header h1 {
-  margin: 0;
-  font-size: 100%;
-}
-header a {
-  color: inherit;
-}
-nav ul {
-  margin: 0;
-  padding: 0;
-}
-nav li {
-  display: inline;
-  text-transform: lowercase;
-}
-nav li + li {
-  margin-left: 0.5em;
-}
-nav a {
-  color: #333;
-}
-nav, main {
-  margin-bottom: 1.5em;
-}
-header >:not(h1) {
-  font-size: 0.875em;
-}
-header > h1 + p {
-  margin-top: -1em;
-}
-footer {
-  border-top: 1px solid #bbb;
-  font-size: 0.84em;
-  padding-top: 1em;
-}
-footer p {
-  margin: 0;
-}
-
-h1 {
-  font-size: 1.5em;
-}
-h2 {
-  font-size: 1.25em;
-}
-h3 {
-  font-size: 1.125em;
-}
-
-a {
-  color: #036;
-}
-/*
-a:hover, a:focus {
-  color: #005a6a;
-}
-*/
-a:active {
-  outline-offset: 2px;
-}
-
-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;
-}
-
-.center-text {
-  text-align: center;
-}
-
-blockquote#abstract {
-  font-size: 0.95em;
-  text-align: justify;
-}
-
-pre, code {
-  background: #f6f6f6;
-  font: 1.15em monospace;
-}
-pre {
-  display: inline-block;
-  margin: 0.5em 0;
-  min-width: 100%;
-  padding: 1em;
-}
-pre:first-of-type {
-  margin-top: 0;
-}
-pre > code {
-  padding: 0;
-  background: initial;
-}
-code {
-  text-transform: none;
-  padding: .2em .3em;
-}
-strong {
-  font-weight: bold;
-}
-em {
-  font-style: italic;
-}
-
-table td {
-  padding: 0.125em 0.3em;
-}
-#publications td {
-  padding-top: 0.4em;
-  padding-bottom: 0.4em;
-}
-table td:first-child {
-  padding-left: 0;
-}
-table td:last-child {
-  padding-right: 0
-}
-#notes {
-  margin-top: 0.9em;
-}
-.post-list {
-  width: 100%;
-}
-.post-list tr:hover {
-  background: #fafafa;
-}
-.post-list td {
-  padding: 0.25em 0;
-}
-.post-list td:nth-child(2) {
-  text-align: right;
-}
-
-small, dd, .small, .bibtexnumber, .bibtexitem, .bibtex2html {
-  font-size: 0.875em;
-}
-.muted {
-  color: #666;
-}
-.inbox, .bibtex2html {
-  margin-top: 2em;
-}
-
-li, dd {
-  margin-bottom: 0.25em;
-}
-
-.feed-icon {
-  margin-right: 3px
-}
-.feed-icon-h2 {
-  margin-left: 5px;
-  position: relative;
-  top: 2px
-}
-.smly {
-  display: inline-block;
-  transform: rotate(90deg);
-  margin-left: 0.2em;
-}
-.warn {
-  color: #a10029;
-}