Collective PDF rendering environment (work-in-progress)
https://cc.vvvvvvaria.org/wiki/Octomode
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
184 B
16 lines
184 B
body{
|
|
background-color: #eaa0f9;
|
|
margin: 1vh 5vw 2vh 5vw;
|
|
}
|
|
div#nav{
|
|
position: absolute;
|
|
top:1em;
|
|
right: 1em;
|
|
}
|
|
iframe{
|
|
width: 90vw;
|
|
height: 88vh;
|
|
}
|
|
input{
|
|
min-width: 300px;
|
|
}
|
|
|