Skip to content

Commit

Permalink
대사 맞춤법 일부 수정, 주석 코드 삭제, 파일 인덴트 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
sejungkim committed Dec 31, 2018
1 parent 1324534 commit 21a18c4
Show file tree
Hide file tree
Showing 17 changed files with 172 additions and 212 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FE_hackathon

12월 27일에 해커톤행사때 만든 시험지를 훔치는 게임입니다.
12월 27일에 해커톤 행사 때 만든 시험지를 훔치는 게임입니다.

버그를 발견하시거나 피드백해주실 부분이 있으면 언제나 환영(?)합니다.

제작자:윤, 숨, 헤드, 세라, 솔로몬
제작자 : 윤, 숨, 헤드, 세라, 솔로몬
74 changes: 37 additions & 37 deletions css/common.css
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
.main {
position: relative;
display: inline-block;
max-height: 100vh;
position: relative;
display: inline-block;
max-height: 100vh;
}

.main-image {
display: block;
max-height: 100vh;
display: block;
max-height: 100vh;
}

.info {
cursor: pointer;
position: absolute;
background: #808080;
background-image: url('../photo/icon.png');
background-size: 100% 100%;
width: 3.5%;
height: 2.5%;
border: 1px solid #808080;
border-radius: 50%;
opacity: 0.2;
cursor: pointer;
position: absolute;
background: #808080;
background-image: url('../photo/icon.png');
background-size: 100% 100%;
width: 3.5%;
height: 2.5%;
border: 1px solid #808080;
border-radius: 50%;
opacity: 0.2;
}

.info:hover {
opacity: 1;
opacity: 1;
}

.container {
Expand All @@ -36,34 +36,34 @@
}

.mini-map {
top:12px;
left:12px;
position:fixed;
width: 202px;
height: 69px;
border:1px solid #fff;
background:#000085;
z-index:9;
color:#fff
top: 12px;
left: 12px;
position: fixed;
width: 202px;
height: 69px;
border: 1px solid #fff;
background: #000085;
z-index: 9;
color: #fff
}

.inner {
cursor: pointer;
width: 55px;
height: 55px;
border:1px solid #fff;
display:inline-block;
position: relative;
top:6px;
cursor: pointer;
width: 55px;
height: 55px;
border: 1px solid #fff;
display: inline-block;
position: relative;
top: 6px;
}

.inner:hover {
background:#fff;
color:#000;
background: #fff;
color: #000;
}

.inner-text{
line-height: 28px;
.inner-text {
line-height: 28px;
}

.chat {
Expand All @@ -84,4 +84,4 @@
color: white;
font-size: 3.5vh;
line-height: 2;
}
}
43 changes: 22 additions & 21 deletions css/crong.css
Original file line number Diff line number Diff line change
@@ -1,40 +1,41 @@
@import url("./reset.css");
@import url("./common.css");

.desk {
top: 33%;
left: 34%;
top: 33%;
left: 34%;
}

.bag {
top: 46%;
left: 48%;
top: 46%;
left: 48%;
}

.cabinet {
top: 57%;
left: 93%;
top: 57%;
left: 93%;
}

.under {
top: 53%;
left: 30%;
top: 53%;
left: 30%;
}

.lock {
cursor: pointer;
position: absolute;
background: #808080;
background-image: url('../photo/lock.png');
background-size: 100% 100%;
width: 3.5%;
height: 2.5%;
border: 1px solid #808080;
border-radius: 50%;
opacity: 0.2;
top: 53.4%;
left: 93%;
cursor: pointer;
position: absolute;
background: #808080;
background-image: url('../photo/lock.png');
background-size: 100% 100%;
width: 3.5%;
height: 2.5%;
border: 1px solid #808080;
border-radius: 50%;
opacity: 0.2;
top: 53.4%;
left: 93%;
}

.lock:hover {
opacity: 1;
opacity: 1;
}
18 changes: 9 additions & 9 deletions css/door.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
@import url("./common.css");

.door {
top: 45%;
left: 40%;
top: 45%;
left: 40%;
}

.signBoard {
top: 30%;
left: 78%;
top: 30%;
left: 78%;
}

.security {
top: 40%;
left: 10%;
top: 40%;
left: 10%;
}

.floor {
top: 93%;
left: 79%;
top: 93%;
left: 79%;
}

.card {
Expand All @@ -30,4 +30,4 @@
color: #fff;
border: 3px solid #fff;
font-size: 20px;
}
}
1 change: 1 addition & 0 deletions css/end.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import url("./reset.css");
@import url("./common.css");

.container p {
color: #fff;
font-size: 50px;
Expand Down
14 changes: 7 additions & 7 deletions css/front.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
@import url("./common.css");

.bookshelf {
top: 30%;
left: 28%;
top: 30%;
left: 28%;
}

.blackboard {
top: 40%;
left: 62%;
top: 40%;
left: 62%;
}

.notebook {
top: 60%;
left: 66%;
}
top: 60%;
left: 66%;
}
69 changes: 36 additions & 33 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -1,52 +1,55 @@
@import url("./reset.css");
@import url("./common.css");

header{
padding:20vh;
font-size:14vh;
color:#fff;
header {
padding: 20vh;
font-size: 14vh;
color: #fff;
}

.btn{
width: 14vh;
height: 2vh;
padding:2vh;
border:1px solid #fff;
margin:1vh auto;
font-size:3vh;
.btn {
width: 14vh;
height: 2vh;
padding: 2vh;
border: 1px solid #fff;
margin: 1vh auto;
font-size: 3vh;
}

.wholeBody{
padding-top:4vh;
.wholeBody {
padding-top: 4vh;
}

.game-start{
cursor: pointer;
color:#fff;
.game-start {
cursor: pointer;
color: #fff;
}

.game-start:hover {
color:#000;
background-color:#fff;
color: #000;
background-color: #fff;
}

.game-rule-container{
cursor: pointer;
color:#fff;
.game-rule-container {
cursor: pointer;
color: #fff;
}
.game-rule-container:hover{
color:#000;
background-color:#fff;

.game-rule-container:hover {
color: #000;
background-color: #fff;
}
.game-rule-container:hover + .game-rule {
opacity:1;

.game-rule-container:hover+.game-rule {
opacity: 1;
}

.game-rule {
opacity:0;
width:50vh;
padding:2vh;
border:1px solid #fff;
margin:1vh auto;
font-size:3vh;
color:#fff;
opacity: 0;
width: 50vh;
padding: 2vh;
border: 1px solid #fff;
margin: 1vh auto;
font-size: 3vh;
color: #fff;
}
3 changes: 1 addition & 2 deletions css/intro.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import url("./reset.css");
@import url("./common.css");


.skip-button {
position: fixed;
top: 20px;
Expand All @@ -12,4 +11,4 @@
border: 3px solid #fff;
font-size: 20px;
z-index: 9;
}
}
Loading

0 comments on commit 21a18c4

Please sign in to comment.