summaryrefslogtreecommitdiff
path: root/assets/css/throwshade.css
blob: d49b3b447a7a3ba36af1a45200cc9492a8e43b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/* throwshade */
#lcolonq-throwshade-body {
    overflow-y: scroll;
}
#lcolonq-throwshade {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* background-image: url("./assets/rectangular.jpg"); */
    background-color: darkgray;
    background-size: 100% 100%;
}
.lcolonq-throwshade-canvas {
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.lcolonq-throwshade-canvas canvas {
    margin: auto;
    display: block;
    width: auto;
    height: 100%;
    image-rendering: pixelated;
}
#lcolonq-throwshade-bottom {
    flex-grow: 1;
    height: 40%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 0.6rem;
}
#lcolonq-throwshade-bottom-left {
    flex-grow: 1;
    padding-bottom: 1rem;
    padding-left: 0.7rem;
    padding-right: 1rem;
}
#lcolonq-throwshade-textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
    overflow: auto;
    outline: none;
    box-shadow: none;
    color: white;
    background-color: rgb(0 0 0 / 0.8);
}
#lcolonq-throwshade-bottom-right {
    flex-grow: 1;
    padding-bottom: 1rem;
    padding-left: 0.7rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 40%;
}
#lcolonq-throwshade-bottom-right img {
    cursor: pointer;
    height: 40%;
}
#lcolonq-throwshade-current {
    margin: 0.5rem;
}