2020-11-19 16:10:54 +01:00
@ font-face {
2020-11-24 18:12:38 +01:00
font-family : "White Rabbit" ;
src : url ( "../fonts/whiterabbit/whitrabt.ttf" ) format ( "truetype" ) ;
2020-11-19 16:10:54 +01:00
}
2020-11-24 18:12:38 +01:00
@ font-face {
font-family : "IMB Plex Mono" ;
src : url ( "../fonts/imbplexmono/IBMPlexMono-Regular.ttf" ) format ( "truetype" ) ;
}
@ font-face {
font-family : "IMB Plex Mono" ;
src : url ( "../fonts/imbplexmono/IBMPlexMono-Regular.ttf" ) format ( "truetype" ) ;
}
@ font-face {
font-family : "Printed Circuitboard" ;
src : url ( "../fonts/printedcircuit/PrintedCircuitBoard.ttf" ) format ( "truetype" ) ;
}
@ font-face {
font-family : "Not Courier Sans" ;
src : url ( "../fonts/notcouriersans/NotCourierSans.ttf" ) format ( "truetype" ) ;
}
2020-12-01 14:31:07 +01:00
@ font-face {
font-family : "Unifont" ;
src : url ( "../fonts/unifont/unifont-13.0.03.ttf" ) format ( "truetype" ) ;
}
2020-11-24 18:12:38 +01:00
2020-11-13 17:26:13 +01:00
@ page {
size : A4 ;
2020-12-01 15:37:21 +01:00
margin-bottom : 2in ;
2020-12-03 18:01:44 +01:00
margin-top : 1 . 5in ;
2020-11-24 18:12:38 +01:00
@ bottom-center {
2020-12-01 16:49:30 +01:00
content : counter ( page ) ;
2020-12-01 14:31:07 +01:00
font-size : 16px ;
2020-11-24 18:12:38 +01:00
font-family : "White Rabbit" ;
}
2020-12-01 15:37:21 +01:00
@ bottom-left {
2020-12-01 16:08:28 +01:00
/* content: " ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )) \A ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (( \A ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )) \A ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ((";*/
2020-12-06 13:12:59 +01:00
content : " o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o \A o o o o o o o o o o o o o o o o o o o o o \A o o o o o o o o o o o o o o o o o " ;
font-size : 14px ;
2020-12-01 15:37:21 +01:00
white-space : pre-wrap ;
font-family : "Unifont" ;
2020-12-03 18:01:44 +01:00
margin-bottom : 1 . 4in ;
2020-12-01 15:37:21 +01:00
line-height : 0 . 7 ;
2020-12-06 13:12:59 +01:00
width : 43em ;
2020-12-01 15:37:21 +01:00
}
}
2020-11-19 16:10:54 +01:00
2020-12-01 15:37:21 +01:00
@ page : first {
@ bottom-left {
content : " " ;
}
2020-11-19 16:10:54 +01:00
}
@ page : left {
2020-12-08 11:29:34 +01:00
margin-left : 0 . 9in ;
2020-12-01 15:37:21 +01:00
margin-right : 1in ;
2020-11-24 18:12:38 +01:00
2020-11-19 16:10:54 +01:00
@ top-left {
2020-11-24 18:12:38 +01:00
content : element ( pageheader-issue , first-except ) ;
font-size : 8px ;
}
@ top-right {
content : element ( pageheader-theme , first-except ) ;
font-size : 8px ;
2020-11-19 16:10:54 +01:00
}
2020-12-14 11:05:41 +01:00
2020-11-19 16:10:54 +01:00
}
@ page : right {
2020-12-01 15:37:21 +01:00
margin-left : 1in ;
2020-12-08 11:29:34 +01:00
margin-right : 0 . 9in ;
2020-11-24 18:12:38 +01:00
2020-11-19 16:10:54 +01:00
@ top-right {
2020-11-24 18:12:38 +01:00
content : element ( pageheader-issue , first-except ) ;
font-size : 8px ;
2020-11-19 16:10:54 +01:00
}
2020-11-24 18:12:38 +01:00
@ top-left {
content : element ( pageheader-theme , first-except ) ;
font-size : 8px ;
}
2020-11-19 16:10:54 +01:00
}
2020-12-01 16:49:48 +01:00
. post-title {
display : none ;
}
2020-11-24 18:12:38 +01:00
# pageheader-issue {
position : running ( pageheader-issue ) ;
font-family : 'White Rabbit' ;
}
# pageheader-theme {
position : running ( pageheader-theme ) ;
font-family : 'White Rabbit' ;
2020-12-08 11:29:34 +01:00
line-height : 1 . 2 ;
2020-11-24 18:12:38 +01:00
}
2020-12-01 15:37:21 +01:00
# pagefooter {
position : running ( pagefooter ) ;
}
2020-12-06 13:12:59 +01:00
2020-12-08 11:29:34 +01:00
. nobr {
white-space : nowrap ;
}
2020-12-06 13:12:59 +01:00
. underline {
text-decoration : none ! important ;
color : black ;
}
2020-12-01 14:31:07 +01:00
/*First page*/
2020-11-24 18:12:38 +01:00
. first-page {
line-height : 1 . 6 ;
2020-11-19 16:10:54 +01:00
}
2020-12-01 14:31:07 +01:00
# title {
2020-11-24 18:12:38 +01:00
font-size : 20px ;
2020-11-19 16:10:54 +01:00
text-align : center ;
2020-11-24 18:12:38 +01:00
font-family : 'White Rabbit' ;
2020-11-19 16:10:54 +01:00
}
2020-12-01 14:31:07 +01:00
# author {
2020-11-19 16:10:54 +01:00
font-size : 20px ;
2020-11-24 18:12:38 +01:00
font-family : 'White Rabbit' ;
2020-11-19 16:10:54 +01:00
text-align : center ;
}
# title_edition {
2020-12-06 13:12:59 +01:00
font-size : 26px ;
2020-11-24 18:12:38 +01:00
font-family : 'White Rabbit' ;
2020-11-19 16:10:54 +01:00
text-align : center ;
2020-11-24 18:12:38 +01:00
page-break-before : always ;
2020-11-19 16:10:54 +01:00
}
2020-12-08 11:29:34 +01:00
# subtitle {
font-size : 14px ;
font-family : 'Unifont' ;
margin-top : 600px ;
2020-12-14 11:05:41 +01:00
text-align : center ;
2020-12-08 11:29:34 +01:00
}
2020-12-14 11:05:41 +01:00
# subtitle_zug {
font-size : 14px ;
font-family : 'Unifont' ;
margin-top : 550px ;
line-height : 1 . 4 ;
}
. subheading_title {
font-family : 'White Rabbit' ;
font-size : 14px ;
page-break-before : always ;
}
2020-12-06 13:12:59 +01:00
2020-12-14 11:05:41 +01:00
. subheading {
font-family : 'White Rabbit' ;
font-size : 14px ;
2020-11-13 17:26:13 +01:00
2020-12-14 11:05:41 +01:00
}
. special_line {
line-height : 0 . 7 ;
}
# despots {
width : 200px ;
float : right ;
margin-left : 10px ;
margin-bottom : 10px ;
}
# earth {
width : 150px ;
float : left ;
margin-right : 10px ;
margin-bottom : 10px ;
margin-top : 10px ;
}
# sterlet {
width : 200px ;
float : left ;
margin-right : 10px ;
margin-bottom : 10px ;
}
# inari {
width : 350px ;
float : right ;
margin-left : 10px ;
margin-bottom : 10px ;
margin-top : 5px ;
}
2020-12-01 14:31:07 +01:00
/*Colophon*/
2020-11-24 18:12:38 +01:00
. colophon {
column-count : 2 ;
2020-12-14 11:05:41 +01:00
column-gap : 60px ;
2020-11-24 18:12:38 +01:00
column-fill : balance ;
2020-12-14 11:05:41 +01:00
column-rule-width : thick ;
2020-12-01 14:31:07 +01:00
font-family : 'Unifont' ;
2020-12-14 11:05:41 +01:00
line-height : 1 . 4 ;
2020-12-06 13:12:59 +01:00
font-size : 14px ;
page-break-after : always ;
2020-12-01 14:31:07 +01:00
}
2020-12-14 11:05:41 +01:00
. logo {
width : 80px ;
margin-top : 5px ;
}
# logo_ac {
width : 80px ;
margin-top : 5px ;
}
# logo_ac {
width : 80px ;
margin-top : 5px ;
}
# logo_ac {
width : 80px ;
margin-top : 5px ;
}
2020-12-06 13:12:59 +01:00
# colophon_title {
font-family : 'White Rabbit' ;
font-size : 26px ;
page-break-before : always ;
2020-12-14 11:05:41 +01:00
}
2020-12-06 13:12:59 +01:00
2020-12-14 11:05:41 +01:00
# ascii-back {
page-break-before : always ;
font-family : 'Unifont' ;
font-size : 14px ;
2020-11-24 18:12:38 +01:00
}
2020-12-01 14:31:07 +01:00
/*Content*/
2020-11-19 16:10:54 +01:00
. essay_content {
2020-12-01 14:31:07 +01:00
font-family : 'Unifont' ;
2020-12-06 13:12:59 +01:00
font-size : 14px ;
2020-12-01 14:31:07 +01:00
line-height : 1 . 6 ;
2020-11-24 18:12:38 +01:00
page-break-before : always ;
2020-12-14 11:05:41 +01:00
hyphens : auto ;
}
. essay_content_zug {
font-family : 'Unifont' ;
font-size : 14px ;
line-height : 1 . 5 ;
page-break-before : always ;
hyphens : auto ;
2020-11-24 18:12:38 +01:00
}
2020-12-14 11:05:41 +01:00
. about_content {
font-family : 'Unifont' ;
font-size : 14px ;
line-height : 1 . 6 ;
}
# first_par {
margin-top : 80px ;
}
2020-12-03 18:01:44 +01:00
# first_letter {
float : left ;
margin-bottom : 20px ;
margin-right : 10px ;
}
2020-12-08 11:29:34 +01:00
# first_letter_mel {
float : left ;
margin-bottom : 10px ;
margin-right : 30px ;
}
2020-12-14 11:05:41 +01:00
# first_letter_2col {
float : left ;
margin-right : 10px ;
margin-left : 0px ! important ;
}
2020-11-24 18:12:38 +01:00
. essay_content p : first-of-type {
2020-12-03 18:01:44 +01:00
margin-top : 80px ;
2020-11-24 18:12:38 +01:00
}
2020-12-14 11:05:41 +01:00
2020-11-24 18:12:38 +01:00
. bio {
2020-12-01 14:31:07 +01:00
font-family : 'Unifont' ;
2020-12-14 11:05:41 +01:00
font-size : 12px ;
2020-12-06 13:12:59 +01:00
margin-top : 520px ;
margin-left : 380px ;
2020-12-01 14:31:07 +01:00
page-break-after : always ;
2020-12-14 11:05:41 +01:00
line-height : 1 . 4 ;
}
. bio_4 {
font-family : 'Unifont' ;
font-size : 12px ;
line-height : 1 . 4 ;
2020-12-06 13:12:59 +01:00
page-break-before : always ;
2020-12-08 11:29:34 +01:00
}
. bio-mel {
font-family : 'Unifont' ;
font-size : 14px ;
line-height : 1 . 7 ;
2020-12-14 11:05:41 +01:00
position : inherit ;
}
. bio_3 {
font-size : 12px ;
line-height : 1 . 5 ;
font-family : 'Unifont' ;
margin-left : 250px ;
margin-top : 30px ;
}
. bio_rec {
font-size : 12px ;
line-height : 1 . 5 ;
font-family : 'Unifont' ;
margin-left : 250px ;
margin-top : 30px ;
page-break-before : always ;
}
. bio_adn {
font-size : 12px ;
line-height : 1 . 4 ;
font-family : 'Unifont' ;
margin-top : 20px ;
}
. bio_2 {
font-size : 12px ;
line-height : 1 . 5 ;
font-family : 'Unifont' ;
margin-left : 20px ;
margin-right : 20px ;
}
. summary {
font-family : 'Unifont' ;
font-size : 12px ;
line-height : 1 . 7 ;
margin-top : 30px ;
margin-left : 250px ;
2020-12-08 11:29:34 +01:00
}
2020-12-14 11:05:41 +01:00
. summary_recommon {
2020-12-08 11:29:34 +01:00
font-family : 'Unifont' ;
font-size : 12px ;
line-height : 1 . 7 ;
margin-top : 30px ;
2020-12-14 11:05:41 +01:00
margin-left : 250px ;
page-break-before : always ;
2020-12-06 13:12:59 +01:00
}
# ascii_blob {
position : absolute ;
margin-top : 2em ;
margin-left : -2 . 5em ! important ;
2020-11-19 16:10:54 +01:00
}
2020-12-08 11:29:34 +01:00
q {
margin-left : 30px ;
margin-right : 30px ;
}
sup {
text-decoration : none ;
color : black ;
}
2020-12-14 11:05:41 +01:00
. ref-position {
position : relative ;
}
2020-12-08 11:29:34 +01:00
. footnotes {
font-family : 'Unifont' ;
2020-12-14 11:05:41 +01:00
font-size : 10px ;
2020-12-08 11:29:34 +01:00
color : black ! important ;
text-decoration : none ! important ;
page-break-before : avoid ;
2020-12-14 11:05:41 +01:00
line-height : 0 . 9 ;
position : inherit ;
}
[ role = doc-endnotes ] {
position : inherit ;
}
. footnote-back {
visibility : hidden ;
}
. reversefootnote {
visibility : hidden ;
position : relative ;
}
. reversefootnote : after {
visibility : visible ;
position : absolute ;
top : 0 ;
left : 0 ;
content : "\21B5" ;
2020-12-08 11:29:34 +01:00
}