-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5bfc29
commit 92d6cea
Showing
14 changed files
with
1,141 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
@import url("./rwd.css"); | ||
|
||
html[lang="ko-KR"] { | ||
.version-check-text::before { | ||
content: "새 버전"; | ||
} | ||
|
||
.info-number { | ||
&:not(:empty)::before { | ||
content: "#"; | ||
} | ||
&:not(:empty)::after { | ||
content: ""; | ||
} | ||
} | ||
|
||
.cancel-title span::before { | ||
content: "취소"; | ||
} | ||
|
||
.cancel-body span::before { | ||
content: "지진 경보가 해제되었습니다."; | ||
} | ||
|
||
.no-eew.rts-trigger-low .info-unit::after { | ||
content: "낮음 " !important; | ||
} | ||
|
||
.no-eew.rts-trigger-middle .info-unit::after { | ||
content: "지진에 취약한 대응 " !important; | ||
} | ||
|
||
.no-eew.rts-trigger-high .info-unit::after { | ||
content: "강력한 지진 감지 " !important; | ||
} | ||
|
||
.eew-warn .info-unit::before { | ||
content: "경고 "; | ||
} | ||
|
||
.eew-alert .info-unit::before { | ||
content: "경고 알림 "; | ||
} | ||
|
||
.info-number-last::after { | ||
content: "(마지막)" !important; | ||
} | ||
|
||
.no-eew .info-unit::after { | ||
content: "지진 경보 없음"; | ||
} | ||
|
||
.info-intensity::after { | ||
content: "최대 강도 추정"; | ||
} | ||
|
||
.info-nsspe span::before { | ||
content: "NSSPE"; | ||
} | ||
|
||
.info-mag-text::after, | ||
.report-box-item-wrapper:first-child .report-mag-text::after { | ||
content: "크기"; | ||
} | ||
|
||
.info-depth-text::after, | ||
.report-depth-text::after { | ||
content: "깊이"; | ||
} | ||
|
||
.current-station-intensity-text::before { | ||
content: "강도"; | ||
} | ||
.current-station-pga-text::before { | ||
content: "PGA"; | ||
} | ||
|
||
.intensity-report::before { | ||
content: "강도 보고서"; | ||
} | ||
|
||
.source-report::before { | ||
content: "지진 진원지 보고서"; | ||
} | ||
|
||
.earthquake-report::before { | ||
content: "지진 보고서"; | ||
} | ||
|
||
.tsunami-warning::before { | ||
content: "쓰나미 경보"; | ||
} | ||
|
||
.earthquake-warning::before { | ||
content: "지진 경보"; | ||
} | ||
|
||
.report-intensity-text::before { | ||
content: "최대 강도"; | ||
} | ||
|
||
.web-detection::before { | ||
content: "탐지"; | ||
} | ||
|
||
.web-report::before { | ||
content: "신고"; | ||
} | ||
|
||
.report-replay::before { | ||
content: "재생"; | ||
} | ||
|
||
.report-box-items .survey .report-loc:before { | ||
content: "평가 중인 에픽센터"; | ||
} | ||
|
||
.rts-intenisty-list-text::before { | ||
content: "진도별 강도 순위"; | ||
} | ||
|
||
.max-intensity-text::before { | ||
content: "최대 강도"; | ||
} | ||
|
||
.max-pga-text::before { | ||
content: "최대 PGA"; | ||
} | ||
|
||
.internet-error .title:before { | ||
content: "네트워크 연결 오류"; | ||
} | ||
|
||
.unstable .title:before { | ||
content: "불안정"; | ||
} | ||
|
||
.unstable .warning-message-text span { | ||
&:nth-child(1)::before { | ||
content: "지진 활동으로 인해 관측"; | ||
} | ||
&:nth-child(2)::before { | ||
content: "지점이 불안정할 수 있습니다"; | ||
} | ||
} | ||
|
||
.internet-error .warning-message-text span { | ||
&:nth-child(1)::before { | ||
content: "네트워크 연결 오류가 발생했습니다"; | ||
} | ||
&:nth-child(2)::before { | ||
content: "나중에 다시 시도하세요."; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
html[lang="ko-KR"] { | ||
.report-wrapper.hidden ~ .rts-intensity-list-wrapper { | ||
transform: translateX(219%); | ||
} | ||
.report-wrapper { | ||
& .report-box-item-wrapper:first-child { | ||
.report-intensity-text { | ||
font-size: 12px; | ||
} | ||
} | ||
} | ||
.station-pga-wrapper { | ||
left: 7.1rem; | ||
} | ||
.info-wrapper { | ||
& .info-title-wrapper { | ||
.info-intensity { | ||
font-size: 10px; | ||
} | ||
} | ||
} | ||
.report-wrapper { | ||
& .report-box-item-wrapper:first-child { | ||
& .report-info-box { | ||
& .report-info-item { | ||
.report-loc { | ||
font-size: 24px; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
@media (max-width: 980px) { | ||
.info-intensity::after { | ||
content: "최대 추정" !important; | ||
} | ||
.report-box-item-wrapper:first-child { | ||
.report-intensity-text { | ||
font-size: 11px !important; | ||
} | ||
} | ||
.report-intensity-val { | ||
height: 40px !important; | ||
width: 43px !important; | ||
} | ||
.rts-intensity-list-wrapper { | ||
width: 130px !important; | ||
} | ||
.current-station-info { | ||
width: 145px !important; | ||
} | ||
.current-station-pga { | ||
width: 190px !important; | ||
} | ||
.max-intensity { | ||
width: 76px; | ||
} | ||
.rts-intensity-list-wrapper { | ||
right: 16.5rem; | ||
} | ||
.report-wrapper.hidden ~ .rts-intensity-list-wrapper { | ||
transform: translateX(206%); | ||
} | ||
.report-box-item-wrapper.survey:first-child { | ||
.report-loc { | ||
font-size: 19px !important; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
html[lang="ko-KR"] { | ||
.visual-editor-title:before { | ||
content: "비주얼 편집기"; | ||
} | ||
.btn-remove:before { | ||
content: "삭제"; | ||
} | ||
.btn-add:before { | ||
content: "항목 추가"; | ||
} | ||
.root::before { | ||
content: "새로운 루트 레벨 필드"; | ||
} | ||
.json-error:before { | ||
content: "JSON 형식 오류"; | ||
} | ||
.yaml-transfer-error:before { | ||
content: "YAML 변환 오류"; | ||
} | ||
.yaml-extract-error:before { | ||
content: "YAML 구문 분석 오류"; | ||
} | ||
.auto-save-success:before { | ||
content: "자동 저장 성공"; | ||
} | ||
.auto-save-error:before { | ||
content: "자동 저장 실패"; | ||
} | ||
.load-error:before { | ||
content: "읽기 오류"; | ||
} | ||
} |
Oops, something went wrong.