-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
104 lines (87 loc) · 1.62 KB
/
style.css
File metadata and controls
104 lines (87 loc) · 1.62 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
body {
background: #dddada;
font-family: 'Archivo Narrow', sans-serif;
width:100%;
height:100%;
margin: 0%;
}
#navbar {
height: 5%;
width:100%;
display: flex;
}
#logoimg {
height:80%;
padding: 0.5%;
}
/* button {
height:100%;
} */
img.menuIcon {
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
height:80%;
padding-top:0.5%;
}
#mainbody {
display:flex;
flex-direction: row;
height:95%;
width:100%;
}
#canvasholder {
width:80%;
height:100%;
}
#maincanvas {
width:100%;
height:100%;
}
#sidebar {
display: flex;
flex-direction: column;
width: 20%;
}
#infopanel {
flex: 3;
padding-left: 5%;
padding-right: 5%;
}
img.hidden {
visibility: hidden;
height:0%;
}
#pepanel {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
vertical-align: text-bottom;
}
#peimage {
width:80%;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}
#petextwrapper {
background-image: url("pain/speech_middle.png");
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
/* align the speech bubble background */
background-size: 70%;
background-repeat: repeat-y;
background-position: center;
/* overlap the speech bubble background with the top and bottom parts of the image, removes gaps */
margin-top: -1px;
margin-bottom: -1px;
}
#petext {
width:60%;
margin-left:20%;
font-size: 24px;
}
img.speech {
width:70%;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
transform: scaleY(-1);
}