all repos — h3 @ 8eb8e18f428242f6f62809950dbb6d59deabc267

A tiny, extremely minimalist JavaScript microframework.

docs/css/style.css

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
footer {
  text-align: center;
  width: 100%;
}

#navigation {
  border: none;
  border-left: 1px solid #ccc;
}

[type="checkbox"].drawer:checked + * {
  padding-top: 60px;
}

.spinner-container {
  text-align: center;
  margin: auto;
}

ul, ol {
  padding-left: 1.5em;
}

pre[class*="language-"] {
  padding: 0.5em;
  line-height: 1em;
  border: 1px solid #dedede;
}

pre code[class*="language-"], 
pre code[class*="language-"] span.token  {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 0.8rem;
}