]> git.siccegge.de Git - software/wtfismyip.git/blob - templates/style.css
WTFISMYIP.dn http service
[software/wtfismyip.git] / templates / style.css
1 @font-face {
2 font-family: Concourse;
3 src: url('https://static.siccegge.de/WOFF/OTF/Concourse T3 Regular.woff');
4 }
5 @font-face {
6 font-family: Equity;
7 src: url('https://static.siccegge.de/WOFF/OTF/Equity Text A Regular.woff');
8 }
9 @font-face {
10 font-family: SourceCodePro;
11 src: url('https://static.siccegge.de/WOFF/OTF/SourceCodePro-Regular.otf.woff');
12 }
13 * {
14 font-family: Equity;
15 text-rendering: optimizeLegibility;
16 font-variant-ligatures: common-ligatures;
17 font-kerning: normal;
18 line-height: 1.3;
19 margin: 0;
20 padding:0;
21 }
22 h1, h2, h3, h4, h5, h6, h7 {
23 font-family: Concourse;
24 padding-bottom: .5em;
25 }
26 ul {
27 margin-left: 2em;
28 }
29 p {
30 margin-bottom: 1em;
31 }
32 td {
33 padding: .5em;
34 }
35 .document {
36 margin-left: auto;
37 margin-right: auto;
38 margin-top: 1em;
39 margin-bottom: 1em;
40 width: 90%;
41 max-width: 50em;
42 }
43 @media (max-width: 45em) {
44 .document {
45 border: none;
46 width: 100%;
47 margin: 0px;
48 }
49 }
50 .align-left {
51 float:left;
52 padding-right: 1em;
53 padding-bottom: 1em;
54 }
55 .section {
56 margin-bottom: 1em;
57 float:left;
58 clear:both;
59 min-width: 26em;
60 }
61 .code {
62 padding-left: 1em;
63 font-family: SourceCodePro;
64 }