-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (73 loc) · 1.12 KB
/
style.css
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
@font-face {
font-family: Superscript;
src: url(font/SUPERSCR.TTF);
font-weight: normal;
}
body {
margin: 0;
}
button {
font-family: Superscript;
font-size: 20pt;
background-color: white;
border-width: 1px;
border-color: black;
border-style: solid;
margin: 5px;
cursor: pointer;
}
h1, h2 {
font-family: Superscript;
font-weight: normal;
}
#container{
margin: 5px;
}
#game {
border-width: 1px;
border-color: black;
border-style: solid;
width: 400px;
height: 600px;
}
#blog, #credits {
font-family: Courier, monospace;
font-size: 9pt;
font-weight: normal;
border-width: 1px;
border-color: black;
border-style: solid;
padding: 5px;
display: none;
width: 400px;
height: 600px;
overflow: scroll;
}
.blogimg {
width: 234px;
height: 570px;
image-rendering: pixelated;
display: block;
margin-left: auto;
margin-right: auto;
}
#writepost {
width: 320px;
height: 150px;
position: absolute;
top: 300px;
left:50px;
padding: 5px;
border-width: 1px;
border-color: black;
border-style: solid;
background-color: white;
}
.entry img {
width: 20px;
height: 20px;
}
#x{
position: relative;
left: 0px;
}