2016-02-18 23:33:27 +01:00
|
|
|
/* This file is part of Vervis.
|
|
|
|
*
|
|
|
|
* Written in 2016 by fr33domlover <fr33domlover@riseup.net>.
|
|
|
|
*
|
|
|
|
* ♡ 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/>.
|
|
|
|
*/
|
|
|
|
|
|
|
|
body
|
|
|
|
font-family: sans-serif
|
|
|
|
line-height: 1.4
|
|
|
|
color: #{plain}
|
|
|
|
background: #{black}
|
2018-07-12 11:31:00 +02:00
|
|
|
max-width: 1000px
|
|
|
|
padding: 1em
|
|
|
|
text-align: justify
|
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%
|
2016-06-06 12:11:51 +02:00
|
|
|
padding: 0.618em
|
2019-07-27 02:05:04 +02:00
|
|
|
grid-column-start: 2
|
2016-06-06 12:11:51 +02:00
|
|
|
border: none
|
|
|
|
border-radius: 0.618em
|
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
|