1 | @font-face {
|
---|
2 | font-family: "Orbitron Medium";
|
---|
3 | src: url("fonts/orbitron/orbitron-medium.otf"); }
|
---|
4 |
|
---|
5 | @font-face {
|
---|
6 | font-family: "Orbitron Light";
|
---|
7 | src: url("fonts/orbitron/orbitron-light.otf"); }
|
---|
8 |
|
---|
9 | @font-face {
|
---|
10 | font-family: "Orbitron Bold";
|
---|
11 | src: url("fonts/orbitron/orbitron-bold.otf"); }
|
---|
12 |
|
---|
13 | @font-face {
|
---|
14 | font-family: "Orbitron Black";
|
---|
15 | src: url("fonts/orbitron/orbitron-black.otf"); }
|
---|
16 |
|
---|
17 | body {
|
---|
18 | font-family: "DejaVu Sans";
|
---|
19 | font-weight: 400; }
|
---|
20 |
|
---|
21 | main, article {
|
---|
22 | margin: auto;
|
---|
23 | padding: 2pt; }
|
---|
24 |
|
---|
25 | main, article, p, img, h1, h2, h3, h4, h5 {
|
---|
26 | max-width: 75ch; }
|
---|
27 |
|
---|
28 | pre {
|
---|
29 | display: block;
|
---|
30 | overflow: auto;
|
---|
31 | padding-left: 1ch; }
|
---|
32 |
|
---|
33 | blockquote {
|
---|
34 | font-style: italic; }
|
---|
35 |
|
---|
36 | article > .meta {
|
---|
37 | margin: auto 2ch; }
|
---|
38 |
|
---|
39 | article > h1 {
|
---|
40 | text-align: center; }
|
---|
41 |
|
---|
42 | header > h1 {
|
---|
43 | font-family: "Orbitron Light"; }
|
---|
44 |
|
---|
45 | header, footer {
|
---|
46 | text-align: center; }
|
---|
47 |
|
---|
48 | li a, header a, header a:hover {
|
---|
49 | text-decoration: none; }
|
---|
50 |
|
---|
51 | a:hover {
|
---|
52 | text-decoration: underline; }
|
---|
53 |
|
---|
54 | h1, h2, h3, h4, h5 {
|
---|
55 | font-family: "Orbitron Medium"; }
|
---|
56 |
|
---|
57 | footer {
|
---|
58 | clear: both;
|
---|
59 | margin-top: 2em;
|
---|
60 | border-top: 1px dotted;
|
---|
61 | padding: 1em 0; }
|
---|
62 |
|
---|
63 | fieldset {
|
---|
64 | border: .5mm dashed; }
|
---|
65 |
|
---|
66 | fieldset > p {
|
---|
67 | margin: .5em auto;
|
---|
68 | padding: .5em;
|
---|
69 | float: left; }
|
---|
70 |
|
---|
71 | label {
|
---|
72 | margin: .2em;
|
---|
73 | display: block; }
|
---|
74 |
|
---|
75 | input, textarea {
|
---|
76 | display: block;
|
---|
77 | border: none;
|
---|
78 | border-bottom: .5mm solid;
|
---|
79 | min-width: 100%; }
|
---|
80 |
|
---|
81 | textarea {
|
---|
82 | border: .5mm solid;
|
---|
83 | width: 80ch;
|
---|
84 | height: 40ch;
|
---|
85 | display: block-inline;
|
---|
86 | clear: both; }
|
---|
87 |
|
---|
88 | button {
|
---|
89 | clear: both;
|
---|
90 | display: block;
|
---|
91 | margin: 1em auto;
|
---|
92 | border: .5mm solid; }
|
---|
93 |
|
---|
94 | .topics > li {
|
---|
95 | list-style-type: none;
|
---|
96 | text-transform: capitalize; }
|
---|
97 |
|
---|
98 | ul.listing {
|
---|
99 | padding: 0 1ch; }
|
---|
100 |
|
---|
101 | .listing > li {
|
---|
102 | list-style-type: none;
|
---|
103 | text-transform: none;
|
---|
104 | padding: 4px;
|
---|
105 | margin-bottom: .5em; }
|
---|
106 |
|
---|
107 | .listing p {
|
---|
108 | padding: 0;
|
---|
109 | margin: 0; }
|
---|
110 |
|
---|
111 | body {
|
---|
112 | background-color: #191b22; }
|
---|
113 |
|
---|
114 | body, a, header a:visited {
|
---|
115 | color: #f2f2f2; }
|
---|
116 |
|
---|
117 | pre {
|
---|
118 | border-left: 1mm solid #f2f2f233; }
|
---|
119 |
|
---|
120 | a {
|
---|
121 | color: PaleTurquoise; }
|
---|
122 |
|
---|
123 | .abstract, .meta {
|
---|
124 | color: #909090; }
|
---|
125 |
|
---|
126 | article, .listing > li {
|
---|
127 | background-color: rgba(100, 100, 100, 0.1);
|
---|
128 | border: 1px solid rgba(100, 100, 100, 0.2); }
|
---|
129 |
|
---|
130 | .pipe {
|
---|
131 | opacity: .3; }
|
---|