-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomputer_style.css
More file actions
233 lines (198 loc) · 4.5 KB
/
computer_style.css
File metadata and controls
233 lines (198 loc) · 4.5 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
/*컴퓨터 구성*/
#front {
z-index: 2;
width: 1000px;
height: 700px;
background-color: rgba(37, 104, 180, 0.829);
position: absolute;
left: 50%; top: 50%;
margin-left: -500px;
margin-top: -400px;
border: solid 8px rgb(75, 75, 75);
}
#back {
z-index: 1;
width: 1040px;
height: 740px;
background-color: rgb(75, 75, 75);
position: absolute;
left: 50%; top: 50%;
margin-left: -520px;
margin-top: -420px;
border: solid 10px rgb(75, 75, 75);
border-bottom: solid 12px rgb(36, 36, 36);
border-right: solid 12px rgb(36, 36, 36);
border-radius: 20px;
}
#foot {
z-index: 0;
width: 500px;
height: 400px;
background-color:rgb(36, 36, 36);
position: absolute;
left: 50%; top: 50%;
margin-left: -250px;
margin-top: -20px;
border: solid 10px rgb(36, 36, 36);
border-radius: 10px;
}
#foot_2 {
z-index: 1;
width: 700px;
height: 20px;
background-color:rgb(36, 36, 36);
position: absolute;
left: 50%; top: 50%;
margin-left: -350px;
margin-top: 370px;
border: solid 10px rgb(36, 36, 36);
border-radius: 10px;
}
/* 모니터 화면 내 디자인 */
#monitor_footer {
z-index: 3;
width: 1000px; height: 50px;
background-color: rgb(202, 202, 202);
position: absolute;
left: 50%; top: 93%;
margin-left: -500px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
#monitor_footer #menu {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
}
#menu li {display: inline-block;}
#menu li button {
display: inline-block;
width: 60px; height: 50px;
border-right : solid 5px rgb(92, 92, 92);
border-bottom : solid 5px rgb(92, 92, 92);
background-color: rgb(202, 202, 202);
padding: 0;
}
#menu li button img {
width: 50px; height: 40px;
}
#clock {
font-size: 16px;
font-family: 'HY견고딕';
font-weight: bolder;
color: rgb(75, 75, 75);
position: absolute;
top: 30%; right: 10px;
}
.icon button{
background-color: transparent;
border: 0px none;
font-size: 15px;
font-weight: bolder;
font-family: '굴림체';
color: white;
}
.icon button img {
width: 80px;
height: 80px;
}
#help {
position: absolute;
left: 50%; top: 50%;
margin-left: 120px;
margin-top: -180px;
}
#game {
position: absolute;
left: 50%; top: 50%;
margin-left: -200px;
margin-top: 30px;
}
#game_window {
display: none;
}
#game_window > div {
z-index: 5;
position: absolute;
left: 15%; top: 25%;
margin-left: -100px;
margin-top: -120px;
}
#game_window > div:nth-child(1) {
background-color: rgb(101, 101, 243);
width: 600px; height: 20px;
}
#game_window > div:nth-child(2) {
background-color: whitesmoke;
width: 600px; height: 495px;
margin-top: -100px;
}
#gameOver_window {
display: none;
}
#gameOver_window > div {
z-index: 7;
position: absolute;
left: 40%; top: 40%;
margin-left: -100px;
margin-top: -120px;
width: 400px;
}
#gameOver_window > div:nth-child(1) {
z-index: 6;
background-color: rgb(101, 101, 243);
height: 20px;
}
#gameOver_window > div:nth-child(2) {
z-index: 5;
background-color: whitesmoke;
height: 240px;
text-align: center;
}
#gameOver_window h1 {
font-size: 56px;
font-family: "HY견고딕";
position: absolute;
left: 40%; top: 13%;
margin-left: -130px;
}
#gameOver_window p {
font-size: 25px;
font-family: "HY견고딕";
position: absolute;
left: 65%; top: 53%;
margin-left: -140px;
}
#help_window {
display: none;
}
#help_window > div {
z-index: 4;
position: absolute;
left: 50%; top: 50%;
margin-left: 90px;
margin-top: -150px;
}
#help_window > div:nth-child(1) {
background-color: rgb(101, 101, 243);
width: 340px; height: 20px;
}
#help_window > div:nth-child(2) {
background-color: whitesmoke;
width: 340px; height: 350px;
margin-top: -130px;
font-weight: bolder;
font-size: 15px;
font-family: '한컴바탕확장';
text-align: center;
/* overflow-y: scroll; */
}
#help_window button, #game_window button, #gameOver_window button {
float: right;
width: 30px;
background-color: transparent;
border: 0px none;
}