summaryrefslogtreecommitdiff
path: root/style.css
blob: c8f38a09ee8610439e141001b1d3b788c4978bcb (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
@media screen and (orientation: portrait) {
  img, video {
    max-width: 90vw; } }
@media screen and (orientation: landscape) {
  img, video {
    max-height: 85vh; } }
@media (max-width: 500px) {
  .btn.btn-close {
    display: block; }

  .nav {
    overflow: hidden; }

  .pagename {
    margin-top: -11px; }

  .nav:active, .nav:focus {
    height: auto; }
  .nav div:before {
    background: #000;
    border-bottom: 10px double;
    border-top: 3px solid;
    content: "";
    float: right;
    height: 4px;
    position: relative;
    right: 3px;
    top: 14px;
    width: 20px; }
  .nav a {
    display: block;
    padding: 0.5em 0;
    width: 50%; } }
body {
  background: white;
  border-radius: 0;
  font: 1em sans-serif;
  margin: 0;
  padding: 5vw; }

iframe {
  width: 100%;
  height: 90vh; }

dt {
  float: left;
  clear: left;
  width: 10em;
  text-align: left;
  font-weight: bold; }

a {
  color: #888;
  text-decoration: none; }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.logo {
  height: 1.25em;
  vertical-align: top; }

.nav {
  background: #000;
  color: #fff;
  padding: 0.75em 0 1em 0;
  height: 2.5em; }
  .nav .pagename {
    font-size: 2em; }
  .nav .current {
    background: #000;
    color: #fff; }
  .nav a {
    text-decoration: none;
    color: #aaa;
    padding-right: 1em;
    position: relative; }
    .nav a:hover {
      background: #000;
      color: #fff; }

.container {
  margin: 0 1vw;
  width: auto; }

.btn {
  margin: 0.5em;
  text-decoration: none;
  color: #000; }

.btn-left {
  margin: 1.5em;
  text-decoration: none;
  color: #000;
  float: left;
  display: inline-block; }

.btn-right {
  margin: 1.5em;
  text-decoration: none;
  color: #000;
  float: right;
  display: inline-block; }

.pager {
  width: 100%; }

.fbtn {
  font-size: 1em;
  margin: 0.5em;
  padding: 0.25em;
  border: 1px solid black;
  text-decoration: none; }
  .fbtn:hover {
    background: #aaa; }

/*# sourceMappingURL=style.css.map */