add cryframes
This commit is contained in:
parent
a10991e124
commit
4b77bef6ef
2 changed files with 27 additions and 14 deletions
|
|
@ -3,15 +3,6 @@
|
|||
/* =========================================================== */
|
||||
|
||||
.ppty {
|
||||
background-color: var(--theme-bg);
|
||||
border: 0.5ch solid var(--theme-tty-border);
|
||||
|
||||
margin: auto auto;
|
||||
padding: 20px;
|
||||
|
||||
position: relative;
|
||||
height: auto;
|
||||
|
||||
/* display: block; */
|
||||
/* flex-direction: column; */
|
||||
/* justify-content: start; */
|
||||
|
|
@ -19,6 +10,9 @@
|
|||
/* align-items: start; */
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
font-family: monospace;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ppty-block {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ body {
|
|||
background-color: var(--theme-bg);
|
||||
}
|
||||
|
||||
main {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
#bg-canvas {
|
||||
display:block;
|
||||
position: fixed;
|
||||
|
|
@ -12,7 +17,7 @@ body {
|
|||
z-index: -1;
|
||||
}
|
||||
|
||||
.centered {
|
||||
.centered-container {
|
||||
position: absolute;
|
||||
inset: 0 0 0 0;
|
||||
margin: auto;
|
||||
|
|
@ -20,8 +25,22 @@ body {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-family: monospace;
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
.centered {
|
||||
margin: auto auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* like iframes but . . . wait what are iframes again? */
|
||||
.cryframe {
|
||||
border: 0.5ch solid var(--theme-tty-border);
|
||||
padding: 20px;
|
||||
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
background-color: var(--theme-bg);
|
||||
color: var(--theme-text);
|
||||
|
||||
font-family: monospace;
|
||||
font-size: 1.5em
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue