git.fiddlerwoaroof.com
static/css/login.css
c27cda0b
 @import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC|MedievalSharp&subset=latin,latin-ext);
 
 * {
   box-sizing: border-box;
   margin: 0px;
   padding: 0px;
   -webkit-font-feature-settings: 'kern' 1, 'liga' 1;
   -moz-font-feature-settings: 'kern' 1;
   -o-font-feature-settings: 'kern' 1;
   text-rendering: geometricPrecision;
   transition: color 0.2s ease-in-out,
               background-color 0.2s ease-in-out;
 }
 
 body {
   position: relative;
   font-size: 14px;
   font-family: 'Alegreya Sans SC', sans-serif;
   padding-bottom: 6em;
 }
 
 h1 {
   letter-spacing: 6px;
   padding: 0.5em;
   margin: 0px;
   margin-top: 0.5em;
   margin-bottom: 1em;
   font-size: 3em;
   background: white;
   width: 100%;
   z-index: 100;
   text-align: center;
   font-variant: small-caps;
   font-family: 'MedievalSharp'
 }
 
 
 .login-buttons {
   text-align: center;
 }
 
 .login-buttons a.facebook {
   border: 3px double #888;
   font-size: 1.5em;
   padding: 1em;
   display: inline-block;
   text-decoration: none;
   color: white;
   text-shadow: 0em 0em 0.1em black;
 
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABUCAMAAACfvxb8AAAAeFBMVEVOaaJMZ6FIZJ89W5lBXps8WplDYJxNaKFKZqBGYp5HY54/XJpCX5xFYZ07WZg+XJpLZqBAXZtJZZ9EYZ1NaKI8Wpg9WplMaKFNaaJJZJ9LZ6FEYJ1FYp1DX5xAXptJZaBAXZo+W5k+W5pKZaBGY55LZ6A8WZg/XZpJqQD4AAAAVklEQVR4Xk3CBQoDABADwU3d3d37/x8WAqEHI/jboZV1Y2sqDuiNZtaLJ7qihe1RoxjEC/XjhMaxtCPqxBmNolVc0Nxu6IuGMbUHuqNmsbF2rO2DJhg/RwEE6AR0V3kAAAAASUVORK5CYII=);
   background-repeat: repeat-x;
   background-size: 1px 100%;
   background-position: 0 0;
   background-color: #3a5795;
 
   letter-spacing: 2px;
   font-variant: small-caps;
   font-weight: bold;
 }
 
 .login-button + * {
   margin-top: 1em;
 }