2016-02-18 23:33:27 +01:00
|
|
|
/* This file is part of Vervis.
|
|
|
|
*
|
2022-06-26 10:32:53 +02:00
|
|
|
* Written in 2016, 2022 by fr33domlover <fr33domlover@riseup.net>.
|
2016-02-18 23:33:27 +01:00
|
|
|
*
|
|
|
|
* ♡ Copying is an act of love. Please copy, reuse and share.
|
|
|
|
*
|
|
|
|
* The author(s) have dedicated all copyright and related and neighboring
|
|
|
|
* rights to this software to the public domain worldwide. This software is
|
|
|
|
* distributed without any warranty.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the CC0 Public Domain Dedication along
|
|
|
|
* with this software. If not, see
|
|
|
|
* <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|
|
|
*/
|
|
|
|
|
2022-06-26 10:32:53 +02:00
|
|
|
html
|
|
|
|
font-size: 62.5%
|
|
|
|
|
2016-02-18 23:33:27 +01:00
|
|
|
body
|
2022-06-26 10:32:53 +02:00
|
|
|
font-size: 1.8rem
|
2016-02-18 23:33:27 +01:00
|
|
|
font-family: sans-serif
|
|
|
|
color: #{plain}
|
|
|
|
background: #{black}
|
2018-07-12 11:31:00 +02:00
|
|
|
text-align: justify
|
2022-06-26 10:32:53 +02:00
|
|
|
margin: 0
|
|
|
|
|
|
|
|
header
|
|
|
|
padding: 1.2rem 1.8rem
|
|
|
|
margin: 0 0 3rem
|
|
|
|
background-color: #{dark blue}
|
|
|
|
|
|
|
|
footer
|
|
|
|
margin-top: 3rem
|
|
|
|
padding: 1.4rem 1.8rem
|
|
|
|
font-size: 1.4rem
|
|
|
|
background-color: #{dark blue}
|
|
|
|
line-height: 1.5
|
|
|
|
|
|
|
|
main
|
|
|
|
max-width: 116rem
|
|
|
|
padding-left: 8rem
|
|
|
|
padding-right: 8rem
|
|
|
|
margin-left: auto
|
|
|
|
margin-right: auto
|
|
|
|
p
|
|
|
|
line-height: 1.5
|
|
|
|
margin-bottom: 2.5rem
|
|
|
|
margin-top: 2.5rem
|
|
|
|
|
|
|
|
ul
|
|
|
|
line-height: 1.3
|
2016-02-18 23:33:27 +01:00
|
|
|
|
|
|
|
a
|
2016-03-07 01:37:52 +01:00
|
|
|
color: #{light blue}
|
|
|
|
text-decoration: none
|
|
|
|
|
|
|
|
a:hover
|
|
|
|
text-decoration: underline
|
2016-02-18 23:33:27 +01:00
|
|
|
|
|
|
|
h1
|
|
|
|
color: #{dark yellow}
|
|
|
|
font: 160% monospace
|
|
|
|
|
|
|
|
h2
|
|
|
|
color: #{dark yellow}
|
|
|
|
font: 140% monospace
|
|
|
|
|
|
|
|
h3
|
|
|
|
color: #{dark yellow}
|
|
|
|
font: 120% monospace
|
|
|
|
|
|
|
|
h4
|
|
|
|
color: #{dark yellow}
|
|
|
|
font: bold 100% monospace
|
|
|
|
|
|
|
|
h5
|
|
|
|
color: #{dark yellow}
|
|
|
|
font: bold 80% monospace
|
|
|
|
|
|
|
|
h6
|
|
|
|
color: #{dark yellow}
|
|
|
|
font: bold 80% monospace
|
2016-06-06 12:11:51 +02:00
|
|
|
|
2019-07-27 02:05:04 +02:00
|
|
|
.required, .optional, .submit
|
|
|
|
display: grid
|
|
|
|
grid-gap: 0px 10px
|
|
|
|
grid-template-columns: 150px 300px
|
|
|
|
padding: 10px
|
|
|
|
|
|
|
|
label
|
|
|
|
display: inline-grid
|
|
|
|
width: 100%
|
|
|
|
text-align: right
|
|
|
|
|
|
|
|
input:not[type="submit"], select, textarea
|
|
|
|
display: inline-grid
|
|
|
|
width: 100%
|
|
|
|
|
2016-06-06 12:11:51 +02:00
|
|
|
input[type="submit"]
|
2019-07-27 02:05:04 +02:00
|
|
|
display: inline-grid
|
|
|
|
width: 50%
|
2022-06-26 10:32:53 +02:00
|
|
|
padding: 1rem
|
2019-07-27 02:05:04 +02:00
|
|
|
grid-column-start: 2
|
2016-06-06 12:11:51 +02:00
|
|
|
border: none
|
2022-06-26 10:32:53 +02:00
|
|
|
border-radius: 1rem
|
2019-03-04 10:06:23 +01:00
|
|
|
|
2019-10-23 10:42:49 +02:00
|
|
|
input:hover[type="submit"]
|
|
|
|
background: #{dark gray}
|
|
|
|
|
2019-03-04 10:06:23 +01:00
|
|
|
.instance
|
|
|
|
color: #{light blue}
|
|
|
|
font: 180% monospace
|
2019-10-19 10:15:04 +02:00
|
|
|
|
|
|
|
.username
|
|
|
|
font-weight: bold
|