511 lines
11 KiB
CSS
511 lines
11 KiB
CSS
@charset "utf-8";
|
||
@import "icon-en.css";
|
||
.status.loading-check-version .text::before{
|
||
content: "데이터 버전을 확인 합니다.";
|
||
}
|
||
.status.loading-mon-info .text::before{
|
||
content: "몬스터 데이터를 로드 하 고 있습니다.";
|
||
}
|
||
.status.loading-skill-info .text::before{
|
||
content: "기술 데이터를 로드 하 고 있습니다.";
|
||
}
|
||
.status.prepare-cauture .text::before{
|
||
content: "스크린 샷을 준비 하 고 있습니다.";
|
||
}
|
||
.delay .monster::before{
|
||
content: "지 연\A방 지";
|
||
}
|
||
.monster .level.max::before{
|
||
content: "Lv.최대";
|
||
}
|
||
.monster .level::before{
|
||
content: "Lv.";
|
||
}
|
||
.monster .id::before{
|
||
content: "No.";
|
||
}
|
||
.team-1 .team-box-name::after,
|
||
.team-1 .team-box-name::before
|
||
{
|
||
content: "팀\A A";
|
||
}
|
||
.team-2 .team-box-name::after,
|
||
.team-2 .team-box-name::before
|
||
{
|
||
content: "팀\A B";
|
||
}
|
||
.team-3 .team-box-name::after,
|
||
.team-3 .team-box-name::before
|
||
{
|
||
content: "팀\A C";
|
||
}
|
||
.team-box .team-assist .member::after
|
||
{
|
||
content: "▼돕다";
|
||
}
|
||
.team-box .team-assist .member::before
|
||
{
|
||
content: "▲돕다";
|
||
}
|
||
.abilitys .hp::before,
|
||
.search-mon-list .hp-preview::before
|
||
{
|
||
content: "HP:";
|
||
}
|
||
.abilitys .atk::before,
|
||
.search-mon-list .atk-preview::before
|
||
{
|
||
content: "공격:";
|
||
}
|
||
.abilitys .rcv::before,
|
||
.search-mon-list .rcv-preview::before
|
||
{
|
||
content: "회복:";
|
||
}
|
||
.search-mon-list .index-preview::before
|
||
{
|
||
content: "가중:";
|
||
}
|
||
.edit-box .edit-box-title::before{
|
||
content: "회원 수정";
|
||
}
|
||
.edit-box .edit-box-title.edit-box-title-assist::before{
|
||
content: "보조 수정";
|
||
}
|
||
.edit-box .setting-box .row-mon-id::before{
|
||
content: "▼몬스터 ID";
|
||
}
|
||
.monsterinfo-box .monster-id::before{
|
||
content: "No.";
|
||
}
|
||
.monsterinfo-box .monster-seriesId::before{
|
||
content: "시리즈 ID:";
|
||
}
|
||
.monsterinfo-box .monster-collabId::before{
|
||
content: "콜라보 ID:";
|
||
}
|
||
.monsterinfo-box .monster-altName::before{
|
||
content: "태그로";
|
||
}
|
||
.m-level-exp::before{
|
||
content: "필요한 Exp:";
|
||
}
|
||
.edit-box .setting-box .row-mon-awoken::before{
|
||
content: "▼몬스터 각성";
|
||
}
|
||
.edit-box .setting-box .row-mon-super-awoken::before{
|
||
content: "▼몬스터 슈퍼 각성";
|
||
}
|
||
|
||
.edit-box .setting-box .row-mon-ability::before{
|
||
content: "▼몬스터 능력";
|
||
}
|
||
.edit-box .setting-box .row-mon-plus::before{
|
||
content: "▼몬스터 플러스";
|
||
}
|
||
.row-mon-ability .m-hp-li::before{
|
||
content: "HP:";
|
||
}
|
||
.row-mon-ability .m-atk-li::before{
|
||
content: "공격:";
|
||
}
|
||
.row-mon-ability .m-rcv-li::before{
|
||
content: "회복:";
|
||
}
|
||
|
||
.edit-box .setting-box .row-mon-level::before{
|
||
content: "▼몬스터 레벨";
|
||
}
|
||
.edit-box .setting-box .monster-cost::before{
|
||
content: "코스트:";
|
||
}
|
||
.edit-box .setting-box .row-mon-latent::before{
|
||
content: "▼몬스터 숨어있는";
|
||
}
|
||
.edit-box .setting-box .hide-less-use-latent-label::after{
|
||
content: "덜 사용되는 숨어있는 숨기기";
|
||
}
|
||
|
||
.skill-box .skill-cd::before,
|
||
.search-mon-list .cd-preview::before
|
||
{
|
||
content: "턴:";
|
||
}
|
||
.skill-box .skill-level-label::before{
|
||
content: "Lv.";
|
||
}
|
||
.row-mon-skill .type-title::before,
|
||
.row-mon-skill .type-title::after
|
||
{
|
||
content: "스킬";
|
||
}
|
||
.row-mon-leader-skill .type-title::before,
|
||
.row-mon-leader-skill .type-title::after
|
||
{
|
||
content: "리더스킬";
|
||
}
|
||
|
||
.edit-box .button-box .button-null::after{
|
||
content: "비워 둡니다";
|
||
}
|
||
.edit-box .button-box .button-delay::after{
|
||
content: "지연 방지";
|
||
}
|
||
.edit-box .button-box .button-cancel::after{
|
||
content: "편집 취소";
|
||
}
|
||
.edit-box .button-box .button-done::after{
|
||
content: "수정 확인";
|
||
}
|
||
.edit-box .button-box .button-done.cant-assist::after{
|
||
content: "협조 할 수 없음";
|
||
}
|
||
.team-awoken::before{
|
||
content: "팀 각성:";
|
||
}
|
||
.formation-awoken::before{
|
||
content: "총 각성:";
|
||
}
|
||
.type-name[data-type-name='4']::after{
|
||
content: "드래곤";
|
||
}
|
||
.type-name[data-type-name='5']::after{
|
||
content: "신";
|
||
}
|
||
.type-name[data-type-name='7']::after{
|
||
content: "악마";
|
||
}
|
||
.type-name[data-type-name='8']::after{
|
||
content: "머신";
|
||
}
|
||
.type-name[data-type-name='1']::after{
|
||
content: "밸런스";
|
||
}
|
||
.type-name[data-type-name='6']::after{
|
||
content: "공격";
|
||
}
|
||
.type-name[data-type-name='2']::after{
|
||
content: "체력";
|
||
}
|
||
.type-name[data-type-name='3']::after{
|
||
content: "회복";
|
||
}
|
||
.type-name[data-type-name='0']::after{
|
||
content: "진화용";
|
||
}
|
||
.type-name[data-type-name='12']::after{
|
||
content: "능력각성";
|
||
}
|
||
.type-name[data-type-name='14']::after{
|
||
content: "강화합성용";
|
||
}
|
||
.type-name[data-type-name='15']::after{
|
||
content: "매각용";
|
||
}
|
||
.type-name[data-type-name='9']::after{
|
||
content: "특별 보호";
|
||
}
|
||
.control-box .datasource-label::before{
|
||
content: "🕹️데이터 소스:";
|
||
}
|
||
.control-box .datasource-updatetime::before{
|
||
content: "⌚업데이트 시간:";
|
||
}
|
||
.control-box .btn-solo-link::before{
|
||
content: "🧑1인 모드 이동";
|
||
}
|
||
.control-box .btn-multi-link::before{
|
||
content: "🧑🤝🧑2인 모드 이동";
|
||
}
|
||
.control-box .btn-triple-link::before{
|
||
content: "👪3인 모드 이동";
|
||
}
|
||
.control-box .btn-guide-link::before{
|
||
content: "📓사진 모드";
|
||
}
|
||
.control-box .btn-clear-data::before{
|
||
content: "🗑️데이터 지우기";
|
||
}
|
||
.control-box .btn-capture::before{
|
||
content: "📷스크린샷";
|
||
}
|
||
.control-box .btn-swap-AB-team::before{
|
||
content: "🔄교환 AB 팀";
|
||
}
|
||
.control-box .btn-swap-ABC-team::before{
|
||
content: "🔄로테이션 ABC 팀";
|
||
}
|
||
.control-box .lbl-henshin-change::before{
|
||
content: "🕴️변신";
|
||
}
|
||
.control-box .show-mon-id-lbl::after{
|
||
content:"🆔몬스터 ID 표시";
|
||
}
|
||
.control-box .btn-show-mon-skill-cd-lbl::after{
|
||
content:"❄️전체 스킬 쿨을 표시";
|
||
}
|
||
.control-box .btn-show-mon-awoken-lbl::after{
|
||
content:"👁카드 각성을 표시합니다";
|
||
}
|
||
.control-box .btn-show-awoken-count-lbl::after{
|
||
content:"⚔️각성 통계 및 기능 값 표시";
|
||
}
|
||
.control-box .change-swap-to-copy-lbl::after{
|
||
content:"드래그할 때 \"바꾸기\"를 \"복사\"로 변경";
|
||
}
|
||
|
||
.tIf-total-move .general::after,
|
||
.tIf-total-move .awoken-bind::after
|
||
{
|
||
content: " 초";
|
||
}
|
||
|
||
.dialog-hp-detail .dialog-title::before
|
||
{
|
||
content: "HP 범위 손상 감소 세부 정보";
|
||
}
|
||
.hp-range-table .hp-range th::before
|
||
{
|
||
content: "HP 범위";
|
||
}
|
||
.hp-range-table .reduce-scale .reduce-probability:before
|
||
{
|
||
content: "확률 ";
|
||
}
|
||
.hp-range-table caption::before
|
||
{
|
||
content: "모든 속성의 적";
|
||
}
|
||
.hp-range-table[data-attr="0"] caption::before
|
||
{
|
||
content: "화재 속성의 적";
|
||
}
|
||
.hp-range-table[data-attr="1"] caption::before
|
||
{
|
||
content: "물 속성의 적";
|
||
}
|
||
.hp-range-table[data-attr="2"] caption::before
|
||
{
|
||
content: "나무 속성의 적";
|
||
}
|
||
.hp-range-table[data-attr="3"] caption::before
|
||
{
|
||
content: "빛의 속성의 적";
|
||
}
|
||
.hp-range-table[data-attr="4"] caption::before
|
||
{
|
||
content: "숨겨진 속성의 적";
|
||
}
|
||
|
||
.setting-box .row-mon-id .open-search::before{
|
||
content: "간단한 검색";
|
||
}
|
||
.search-box::before{
|
||
content: "몬스터 검색";
|
||
}
|
||
.search-box .attrs-div .attr-list-1::before{
|
||
content: "속성 1:";
|
||
}
|
||
.search-box .attrs-div .attr-list-2::before{
|
||
content: "속성 1:";
|
||
}
|
||
.search-box .attrs-div .fix-main-color-label::after{
|
||
content: "제한 속성 1은 기본 속성 이며 속성 2 하위 속성입니다.";
|
||
}
|
||
.search-box .consider-equivalent-awoken-label::after{
|
||
content: "동시에 해당 경계를 각성";
|
||
}
|
||
.search-box .can-assist-label::after{
|
||
content: "지원 할 수 있습니다";
|
||
}
|
||
.search-box .include-super-awoken-label::after{
|
||
content: "슈퍼 각성 포함";
|
||
}
|
||
.search-box .show-official-awoken-sorting-label::after{
|
||
content: "공식 각성 순서를 사용합니다";
|
||
}
|
||
.search-box .search-list-length::before{
|
||
content: "결과 수:";
|
||
}
|
||
.search-box .sort-div::before{
|
||
content: "정렬:";
|
||
}
|
||
.search-box .sort-reverse-label::after{
|
||
content: "양의";
|
||
}
|
||
.search-box input:checked+ .sort-reverse-label::after{
|
||
content: "역순";
|
||
}
|
||
.search-box .additional-div::before{
|
||
content: "추가 표시:";
|
||
}
|
||
.search-box .add-show-awoken-label::after{
|
||
content: "각성 목록";
|
||
}
|
||
.search-box .add-show-CD-label::after{
|
||
content: "스킬 턴";
|
||
}
|
||
.search-box .add-show-abilities-label::after{
|
||
content: "능력";
|
||
}
|
||
.search-box .add-show-abilities-with-awoken-label::after{
|
||
content: "능력 (+각성)";
|
||
}
|
||
.attrs-div .attr[data-attr-icon='-1']::before{
|
||
content: "없음";
|
||
}
|
||
.search-box .types-div::before{
|
||
content: "형식:";
|
||
}
|
||
.search-box .rare-div::before{
|
||
content: "희귀(OR):";
|
||
}
|
||
.search-box .awoken-option::before{
|
||
content: "▼각성(AND)";
|
||
}
|
||
.search-box .rare-clear::before
|
||
{
|
||
content: "재설정";
|
||
}
|
||
.search-box .awoken-clear::before,
|
||
.search-box .sawoken-clear::before
|
||
{
|
||
content: "명확한";
|
||
}
|
||
.search-box .awoken-div::before{
|
||
content: "▼각성 추가";
|
||
}
|
||
.search-box .sawoken-div::before{
|
||
content: "▼슈퍼 각성(OR)";
|
||
}
|
||
.control-div .search-start::before{
|
||
content: "🔍검색 시작";
|
||
}
|
||
.control-div .search-clear::before{
|
||
content: "검색을 비우려면";
|
||
}
|
||
.control-div .search-close::before{
|
||
content: "찾기 닫기";
|
||
}
|
||
.dialog-search-string .dialog-title::before
|
||
{
|
||
content: "태그로 검색";
|
||
}
|
||
.dialog-close::before,
|
||
.mask-close::before
|
||
{
|
||
content: "가까이";
|
||
}
|
||
.dialog .dialog-content .additional-string::before
|
||
{
|
||
content: "다른 언어";
|
||
}
|
||
.open-evolutionary-tree::before
|
||
{
|
||
content: "⛓️진화 계통";
|
||
}
|
||
.real-time-change-card-label::after
|
||
{
|
||
content: "카드를 즉시 업데이트합니다";
|
||
}
|
||
.base .evo-type::before,
|
||
.base .evo-type::after
|
||
{
|
||
content: "베이스";
|
||
}
|
||
.evolution .evo-type::before,
|
||
.evolution .evo-type::after
|
||
{
|
||
content: "진 화";
|
||
}
|
||
.ult-evo .evo-type::before,
|
||
.ult-evo .evo-type::after
|
||
{
|
||
content: "궁극진화";
|
||
}
|
||
.reincarnation .evo-type::before,
|
||
.reincarnation .evo-type::after
|
||
{
|
||
content: "환생 진와";
|
||
}
|
||
.pixel-evo .evo-type::before,
|
||
.pixel-evo .evo-type::after
|
||
{
|
||
content: "도트 진화";
|
||
}
|
||
.assist-evo .evo-type::before,
|
||
.assist-evo .evo-type::after
|
||
{
|
||
content: "어시스트 진화";
|
||
}
|
||
.super-reincarnation .evo-type::before,
|
||
.super-reincarnation .evo-type::after
|
||
{
|
||
content: "초 환색진화";
|
||
}
|
||
.super-ult-evo .evo-type::before,
|
||
.super-ult-evo .evo-type::after
|
||
{
|
||
content: "초 궁극진화";
|
||
}
|
||
.evo-type
|
||
{
|
||
font-weight: bold;
|
||
}
|
||
.henshin .evo-type::before,
|
||
.henshin .evo-type::after
|
||
{
|
||
content: "변신";
|
||
}
|
||
.henshin-loop .evo-type::before,
|
||
.henshin-loop .evo-type::after
|
||
{
|
||
content: "루프 변신";
|
||
}
|
||
|
||
.control-box .btn-qrcode::before{
|
||
content: "\f029 QR 코드";
|
||
}
|
||
|
||
.read-qr-box::before
|
||
{
|
||
content: "QR 코드 읽기:";
|
||
}
|
||
.save-qr-box::before
|
||
{
|
||
content: "QR 코드 생성:";
|
||
}
|
||
|
||
.formation-from-qrcode::before
|
||
{
|
||
content: "QR 코드에서 읽은 형성 링크";
|
||
}
|
||
label[for="sourceSelect"]::before
|
||
{
|
||
content: "비디오 소스 선택:";
|
||
}
|
||
#qr-code-frame .save-qr-img::before
|
||
{
|
||
content: "\f0c7 QR 코드 이미지 저장";
|
||
}
|
||
#qr-code-frame .read-qr-camera::before
|
||
{
|
||
content: "\f030 카메라로 스캔";
|
||
}
|
||
#qr-code-frame .read-qr-camera.running::before
|
||
{
|
||
content: "\f28d 카메라 사용을 중지합니다";
|
||
}
|
||
#qr-code-frame .read-qr-file::before
|
||
{
|
||
content: "\f1c5 이미지 파일 읽기";
|
||
}
|
||
|
||
label[for="qr-data-type-pdf"]::before
|
||
{
|
||
content: "이 형성 사진 메이커";
|
||
}
|
||
label[for="qr-data-type-pdc"]::before
|
||
{
|
||
content: "퍼즐앤드래곤 데미지 카큐라터 (PDC)";
|
||
} |