/*

list your pad here



hacker and designer summercamp:
linden ^_^ <3 : https://pad.constantvzw.org/p/weirdoweb
slvi.e & adele: https://pad.constantvzw.org/p/snailmail 
slvie https://pad.constantvzw.org/p/bloatedwebsites 
꙰  sara  ꙰   https://pad.constantvzw.org/p/h0t_Wheels_r0ll3rcoast3r
anja https://pad.constantvzw.org/p/scratching-onion
hrk: https://etherpad.hackersanddesigners.nl/p/fabulation_heerko
hicham: https://pad.constantvzw.org/p/harry
michael f. : https://pad.constantvzw.org/p/catmachine
clara : https://pad.constantvzw.org/p/4liif-clov3r 
loes: https://pad.constantvzw.org/p/wiki-scratching-lb
floz: https://etherpad.hackersanddesigners.nl/p/wikiscratchingfjw
what if the web was only image based? https://etherpad.hackersanddesigners.nl/p/fabulations-images-only
http://pads.osp.kitchen/p/fabulations-vinciane
https://etherpad.hackersanddesigners.nl/p/fabulations

wiki-scratching workshop:
théo, julie et angie: zamdane, https://pad.constantvzw.org/p/zamzam
julia, luana, alaya: forêt enchantée, https://pad.constantvzw.org/p/Foret-Enchantee
eva, yousra: tartan, https://pad.constantvzw.org/p/tartan
eve, alexandro, sangye, diane: gypaète barbu, https://pad.constantvzw.org/p/Gypa%C3%A8te_barbu
ana, yona: pigeon, https://pad.constantvzw.org/p/Pigeon

fabulations workshop:
imane,max, maart , michael,chinouk: images: https://pad.constantvzw.org/p/images
nami igor, doriane, forcing properties:  https://etherpad.hackersanddesigners.nl/p/forcing-properties
cato, lynn, julie gradients: https://etherpad.hackersanddesigners.nl/p/gradients

*/


html, body{
    background: white !important;
    color-scheme: light !important;
}
body *{
    border: 2px inset lightgrey !important;
    color: transparent !important;
    background: initial !important;
}
img{
    opacity: 0 !important;
    background: skyblue;
}
body:before{
  position: fixed;
  top: 0;
  left: 0;
  background: palegoldenrod;
  font-family: monospace;
  font-size: 6em;
  z-index: 9;
}
body:after{
  position: fixed;
  bottom: 0;
  right: 0;
  background: palegreen;
  font-family: monospace;
  font-size: 6em;
  z-index: 9;
}


/* ----- IMPRESSION ----- */

@media print{
    
       column-gap: 2em;
       column-fill: auto;
       font-size: 9pt;
}