git.fiddlerwoaroof.com
Raw Blame History
@import url(https://fonts.googleapis.com/css?family=Caudex:400,400italic,700,700italic&subset=latin,latin-ext,greek-ext,greek);
/* Alternate stylesheet for rawdog. But you can still customise it as you like.
 * The .xmlbutton was stolen from the default stylesheet.
 * Samuel Hym <Samuel.Hym@gmail.com> */

* {
  box-sizing: border-box;
  font-family: Caudex,Georgia,Serif;
  -webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  -moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  -o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  text-rendering: geometricPrecision;
}

body {
  width: 96vw;
  margin: 0px auto;
  padding: 0px 1em;
}

h1 {
  text-align: center;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0px;
}

div.col {
  overflow: hidden;
  padding: 1em;
}

body::after, div.col::after {
  content: " ";
  clear: both;
  display: block;
}

@media (min-width: 700px) {
  div.col + .col {
    border-left: thin solid #ccc;
  }
  div.col {
    width: 30vw;
    float: left;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
}

@media (max-width: 699px) {
  div.col {
    text-align: center;
  }

}

article {
  padding: 0.5em  0px  1em;
  min-height: 2.2em;
}

article + article {
  border-top: thin dashed #ccc;
}