xref: /plugin/dev/www/style.css (revision cde324c25eade52a46b205d6870d3f1b4fc22e18)
189e2f9d1SAndreas Gohrbody, html {
289e2f9d1SAndreas Gohr    font: 16px sans-serif;
389e2f9d1SAndreas Gohr    color: #333;
489e2f9d1SAndreas Gohr}
589e2f9d1SAndreas Gohr
6*cde324c2SAndreas Gohra:link, a:visited {
7*cde324c2SAndreas Gohr    color: #33e;
8*cde324c2SAndreas Gohr}
9*cde324c2SAndreas Gohr
1089e2f9d1SAndreas Gohrmain {
1189e2f9d1SAndreas Gohr    width: 100%;
1289e2f9d1SAndreas Gohr    max-width: 75em;
1389e2f9d1SAndreas Gohr    margin: 0 auto;
1489e2f9d1SAndreas Gohr}
1589e2f9d1SAndreas Gohr
1689e2f9d1SAndreas Gohrform section {
1789e2f9d1SAndreas Gohr    display: flex;
1889e2f9d1SAndreas Gohr    flex-wrap: wrap;
1989e2f9d1SAndreas Gohr    gap: 2em;
2089e2f9d1SAndreas Gohr    justify-content: space-between;
2189e2f9d1SAndreas Gohr}
2289e2f9d1SAndreas Gohr
2389e2f9d1SAndreas Gohrlabel {
2489e2f9d1SAndreas Gohr    display: block;
2589e2f9d1SAndreas Gohr    margin-bottom: 1em;
2689e2f9d1SAndreas Gohr}
2789e2f9d1SAndreas Gohr
2889e2f9d1SAndreas Gohrlabel > span:first-child {
2989e2f9d1SAndreas Gohr    display: block;
3089e2f9d1SAndreas Gohr    font-weight: bold;
3189e2f9d1SAndreas Gohr}
3289e2f9d1SAndreas Gohr
3389e2f9d1SAndreas Gohrlabel > select,
3489e2f9d1SAndreas Gohrlabel > input[type="text"] {
3589e2f9d1SAndreas Gohr    width: 30em;
3689e2f9d1SAndreas Gohr    display: block;
3789e2f9d1SAndreas Gohr    font: 16px sans-serif;
3889e2f9d1SAndreas Gohr}
3989e2f9d1SAndreas Gohr
4089e2f9d1SAndreas Gohrlabel > input[type="checkbox"] + span {
4189e2f9d1SAndreas Gohr    font-weight: bold;
4289e2f9d1SAndreas Gohr}
4389e2f9d1SAndreas Gohr
44*cde324c2SAndreas Gohrinput, select {
45*cde324c2SAndreas Gohr    padding: 0.2em;
46*cde324c2SAndreas Gohr}
47*cde324c2SAndreas Gohr
4889e2f9d1SAndreas Gohrbutton, label {
4989e2f9d1SAndreas Gohr    cursor: pointer;
5089e2f9d1SAndreas Gohr}
5189e2f9d1SAndreas Gohr
5289e2f9d1SAndreas Gohr#output {
5389e2f9d1SAndreas Gohr    margin: 1em 0;
5489e2f9d1SAndreas Gohr    padding: 0;
5589e2f9d1SAndreas Gohr    list-style: none;
5689e2f9d1SAndreas Gohr}
5789e2f9d1SAndreas Gohr
5889e2f9d1SAndreas Gohr#output li {
5989e2f9d1SAndreas Gohr    margin: 1em 0;
6089e2f9d1SAndreas Gohr}
6189e2f9d1SAndreas Gohr
6289e2f9d1SAndreas Gohr#output li button {
6389e2f9d1SAndreas Gohr    float: right;
6489e2f9d1SAndreas Gohr}
6589e2f9d1SAndreas Gohr
6689e2f9d1SAndreas Gohr#output li span {
6789e2f9d1SAndreas Gohr    display: block;
6889e2f9d1SAndreas Gohr}
6989e2f9d1SAndreas Gohr
7089e2f9d1SAndreas Gohr#output li .awesomplete,
7189e2f9d1SAndreas Gohr#output li input,
7289e2f9d1SAndreas Gohr#output li select {
7389e2f9d1SAndreas Gohr    display: block;
7489e2f9d1SAndreas Gohr    width: 100%;
7589e2f9d1SAndreas Gohr}
7689e2f9d1SAndreas Gohr
7789e2f9d1SAndreas Gohrbutton[type="submit"] {
7889e2f9d1SAndreas Gohr    font-size: 120%;
7989e2f9d1SAndreas Gohr    width: 15em;
8089e2f9d1SAndreas Gohr    padding: 1em;
8189e2f9d1SAndreas Gohr    display: block;
8289e2f9d1SAndreas Gohr    margin: 1em auto;
8389e2f9d1SAndreas Gohr}
84