[260111] 프로젝트 이전 및 초기화
This commit is contained in:
1
style/input.css
Normal file
1
style/input.css
Normal file
@@ -0,0 +1 @@
|
||||
@import "tailwindcss";
|
||||
66
style/navigation.css
Normal file
66
style/navigation.css
Normal file
@@ -0,0 +1,66 @@
|
||||
/* 햄버거 메뉴 */
|
||||
.menu {
|
||||
margin-top: 8px;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
position: relative;
|
||||
z-index: 70;
|
||||
}
|
||||
.menu:has(.hambergerIcon.open) {
|
||||
position: fixed;
|
||||
top: 48px;
|
||||
right: 16px;
|
||||
}
|
||||
|
||||
.menu:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.hambergerIcon {
|
||||
height: 4px;
|
||||
width: 24px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
border-radius: 50px;
|
||||
transform: translate(-50%, -50%) rotate(0deg);
|
||||
transition: all ease 0.5s;
|
||||
}
|
||||
|
||||
.hambergerIcon::before,
|
||||
.hambergerIcon::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
height: inherit;
|
||||
border-radius: inherit;
|
||||
background-color: inherit;
|
||||
margin: auto;
|
||||
width: 50%;
|
||||
transition: all ease 0.2s;
|
||||
}
|
||||
|
||||
.hambergerIcon::before {
|
||||
top: -8px;
|
||||
left: 0;
|
||||
transform-origin: left;
|
||||
}
|
||||
|
||||
.hambergerIcon::after {
|
||||
bottom: -8px;
|
||||
right: 0;
|
||||
transform-origin: right;
|
||||
}
|
||||
|
||||
.hambergerIcon.open {
|
||||
transform: translate(-50%, -50%) rotate(135deg);
|
||||
}
|
||||
|
||||
.hambergerIcon.open::before {
|
||||
top: 0;
|
||||
transform: translateX(100%) rotate(-90deg);
|
||||
}
|
||||
|
||||
.hambergerIcon.open::after {
|
||||
bottom: 0;
|
||||
transform: translateX(-100%) rotate(-90deg);
|
||||
}
|
||||
1300
style/output.css
Normal file
1300
style/output.css
Normal file
File diff suppressed because it is too large
Load Diff
124
style/style.css
Normal file
124
style/style.css
Normal file
@@ -0,0 +1,124 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap");
|
||||
|
||||
html, body {
|
||||
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic",
|
||||
Arial, sans-serif;
|
||||
}
|
||||
|
||||
/* cardList.html */
|
||||
.overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
display: none;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.overlay img {
|
||||
max-width: 90%;
|
||||
max-height: 90%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
/* Result.html */
|
||||
.result_area {
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.keycard-count-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
border-radius: 4px;
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
--tw-ring-offset-width: 4px;
|
||||
--tw-text-opacity: 1;
|
||||
border: 4px solid #fff;
|
||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
padding-left: 0.625rem;
|
||||
padding-right: 0.625rem;
|
||||
padding-top: 0.375rem;
|
||||
padding-bottom: 0.375rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.25rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.keycard-count-icon {
|
||||
display: inline-block;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.count-badge {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
border-radius: 4px;
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
--tw-ring-offset-width: 4px;
|
||||
--tw-text-opacity: 1;
|
||||
border: 4px solid #fff;
|
||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
padding-top: 0.25rem;
|
||||
padding-bottom: 0.25rem;
|
||||
font-size: 0.75rem;
|
||||
line-height: 1rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.keycard-count-text {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.save-responsive-card {
|
||||
width: 9rem;
|
||||
}
|
||||
|
||||
.save-responsive-card.HQ {
|
||||
width: 18rem;
|
||||
}
|
||||
.save-responsive-card.HQ .card-number {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.save-responsive-keycard {
|
||||
width: 14rem;
|
||||
}
|
||||
|
||||
.save-responsive-keycard.HQ {
|
||||
width: 28rem;
|
||||
}
|
||||
.save-responsive-keycard.HQ .card-number {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.count-badge.HQ {
|
||||
transform: scale(2);
|
||||
transform-origin: top right;
|
||||
}
|
||||
|
||||
.infoContainer.HQ {
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
.card-rarity {
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
Reference in New Issue
Block a user