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 d54ddfe..0000000
+++ /dev/null
@@ -1,257 +0,0 @@
-body {
-  background: #d9d8d1;
-  font: 18px/1.6 sans-serif;
-  margin: 0;
-}
-
-body > header, body > nav,  main, body > footer {
-  padding: 0 2em;
-}
-
-body > header {
-  padding-top: 1em;
-}
-body > header h1 {
-  margin: 0;
-  font-size: 1em;
-}
-header a {
-  color: inherit;
-}
-nav {
-  margin-bottom: 1em;
-}
-nav ul {
-  margin: 0;
-  padding: 0;
-}
-nav li {
-  display: inline;
-  text-transform: lowercase;
-}
-nav li + li {
-  margin-left: 0.5em;
-}
-nav a {
-  color: #333;
-}
-main {
-  background: #ebeae4;
-  padding-top: 1em;
-  padding-bottom: 1em;
-}
-article header >:not(h1) {
-  font-size: 0.875em;
-}
-header > h1 + p {
-  margin-top: -1em;
-}
-footer {
-  font-size: 0.84em;
-  margin-left: 0.4em;
-}
-
-main > * {
-  max-width: 43rem;
-}
-
-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;
-}
-a.permalink {
-  color: #ddd;
-  font: 1.2em/1 "TeX Gyre Termes", serif;
-  text-decoration: none;
-  transition: color 150ms linear;
-  user-select: none;
-}
-a.permalink:hover, :hover > a.permalink, :target a.permalink {
-  color: #999;
-  transition: color 150ms linear;
-}
-
-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-align: center;
-}
-.justify {
-  text-align: justify;
-}
-
-details {
-  margin: 1em 0;
-  padding: 0.5em;
-}
-details summary {
-  cursor: pointer;
-}
-
-sup, sub {
-  position: relative;
-  top: -0.4em;
-  vertical-align: baseline;
-}
-sub {
-  top: 0.4em;
-}
-
-/* TeX logos */
-.t-logo {
-  font-family: "Tex Gyre Termes", serif;
-  /* letter-spacing: 1px; */
-  white-space: nowrap;
-}
-.t-logo sup {
-  font-size: 0.85em;
-  letter-spacing: 1px;
-  margin-left: -0.36em;
-  margin-right: -0.15em;
-  text-transform: uppercase;
-  vertical-align: 0.15em;
-  top: 0;
-}
-.t-logo sub {
-  font-size: 1em;
-  margin-left: -0.1667em;
-  margin-right: -0.125em;
-  text-transform: uppercase;
-  vertical-align: -0.5ex;
-  top: 0;
-}
-
-blockquote#abstract {
-  font-size: 0.95em;
-  text-align: justify;
-}
-
-pre {
-  display: inline-block;
-  margin: 0.5em 0;
-  min-width: 100%;
-  padding: 1em;
-}
-pre > code {
-  padding: 0;
-  background: initial;
-}
-code {
-  text-transform: none;
-  padding: .2em .3em;
-}
-pre, code {
-  font-size: smaller;
-}
-
-/* box effect */
-.box, details, pre, code {
-  background-color: #f4f4f4;
-  border: 1px solid #e6e6e6;
-  border-radius: 4px;
-  box-sizing: border-box;
-}
-details pre {
-  border: none;
-}
-p.box {
-  font-size: 0.95em;
-  padding: 0.6em 0.9em;
-}
-
-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
-}
-.post-list {
-  width: 100%;
-}
-.post-list tr:hover {
-  background: #efefe8;
-}
-.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 {
-  background-image: url(feed-12x12.png);
-  background-position: center right;
-  background-repeat: no-repeat;
-  padding-right: 15px;
-}
-.smly {
-  display: inline-block;
-  transform: rotate(90deg);
-  margin-left: 0.2em;
-}
-.warn {
-  color: #a10029;
-}
-
-#bandali-bib > a {
-  display: block
-}