Commit | Line | Data |
---|---|---|
1d184b4c | 1 | html, * |
1d184b4c | 2 | font-family: "Open Sans", Arial, sans-serif |
d5973790 | 3 | --back-color: #f2f2f2 |
9a3c9f79 BA |
4 | --a-link-color: blue |
5 | --a-visited-color: blue | |
1d184b4c BA |
6 | |
7 | body | |
0bf75837 | 8 | padding: 0 |
d5973790 | 9 | min-width: 320px |
6a01d4f7 | 10 | |
e6dcb115 BA |
11 | .container |
12 | padding: 0 | |
6f7f7893 | 13 | overflow: hidden |
e6dcb115 | 14 | |
7e355d68 BA |
15 | div |
16 | padding: 0 | |
17 | ||
18 | .section-content | |
19 | * | |
20 | margin-left: auto | |
21 | margin-right: auto | |
22 | max-width: 767px | |
23 | figure.diagram-container | |
24 | max-width: 1000px | |
25 | @media screen and (max-width: 767px) | |
26 | max-width: 100% | |
27 | padding: 0 5px | |
e6dcb115 | 28 | |
e8e4adbd BA |
29 | @media screen and (max-width: 767px) |
30 | .button-group | |
31 | flex-direction: row | |
32 | button:not(:first-child) | |
33 | border-left: 1px solid var(--button-group-border-color) | |
34 | border-top: 0 | |
35 | ||
fd08ab2c BA |
36 | .right-menu |
37 | float: right | |
38 | @media screen and (max-width: 767px) | |
39 | .info-container | |
40 | p | |
41 | margin-right: 5px | |
42 | ||
4608eed9 BA |
43 | a.right-menu |
44 | &:link, &:visited, &:hover | |
45 | color: black | |
46 | ||
298c42e6 BA |
47 | #settings, #contactForm |
48 | max-width: 767px | |
49 | @media screen and (max-width: 767px) | |
50 | max-width: 100vw | |
51 | ||
52 | #emailSent | |
53 | color: blue | |
54 | display: none | |
55 | ||
9a3c9f79 BA |
56 | a |
57 | text-decoration: underline | |
58 | ||
1d184b4c BA |
59 | .text-center |
60 | text-align: center | |
61 | ||
62 | .smallpad | |
63 | padding: 5px | |
3acb852d BA |
64 | |
65 | .emphasis | |
66 | font-style: italic | |
67 | ||
a5d56686 BA |
68 | .clickable |
69 | cursor: pointer | |
70 | ||
71 | .clearer | |
72 | clear: both | |
73 | ||
3acb852d BA |
74 | .red |
75 | color: #cc3300 | |
76 | ||
77 | .purple | |
78 | color: purple | |
79 | ||
80 | .smallfont | |
81 | font-size: 0.8em | |
82 | ||
9a3c9f79 BA |
83 | .bigfont |
84 | font-size: 1.2em | |
85 | ||
26c1e3bd BA |
86 | .bold |
87 | font-weight: bold | |
88 | ||
3acb852d BA |
89 | [type="checkbox"].modal+div .card |
90 | max-width: 767px | |
91 | max-height: 100vh | |
e6dcb115 BA |
92 | [type="checkbox"].modal+div .card.small-modal |
93 | max-width: 320px | |
94 | [type="checkbox"].modal+div .card.big-modal | |
95 | max-width: 90vw |