(새 문서: body { margin: 0; padding: 0; font-family: Arial, sans-serif; background: radial-gradient(circle, #000428, #004e92); color: white; overflow-x: hidden; animation: backgroundAnimation 20s infinite alternate; } @keyframes backgroundAnimation { 0% { background: radial-gradient(circle, #000428, #004e92); } 100% { background: radial-gradient(circle, #0f0c29, #302b63, #24243e); } } .header { text-align: center; padding: 20px; background: linear-gra...) |
편집 요약 없음 |
||
(같은 사용자의 중간 판 5개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
.trickcal-box { | |||
width: 400px; | |||
background-color: #2A2C32; | |||
border-radius: 15px; | |||
padding: 16px; | |||
color: | margin: 40px auto; | ||
color: #eee; | |||
font-family: "Noto Sans KR", sans-serif; | |||
box-shadow: 0 0 15px rgba(0,0,0,0.3); | |||
} | } | ||
.trickcal-image { | |||
width: 100%; | |||
border-radius: 8px; | |||
margin-bottom: 12px; | |||
} | } | ||
. | .trickcal-title { | ||
font-size: 1.4em; | |||
font-weight: bold; | |||
color: #FFCE54; | |||
text-align: center; | text-align: center; | ||
} | } | ||
.trickcal-subtitle { | |||
font-size: 0.9em; | |||
color: #ccc; | |||
text-align: center; | |||
margin-bottom: 10px; | |||
} | } | ||
. | .trickcal-ability { | ||
padding: | background-color: #444; | ||
padding: 10px; | |||
margin: 10px 0; | |||
border-radius: 8px; | |||
text-align: center; | |||
font-weight: bold; | |||
color: #ffffff; | |||
} | } | ||
. | .trickcal-description { | ||
font-size: 0.92em; | |||
padding: 10px; | |||
line-height: 1.5em; | |||
background-color: #1f1f1f; | |||
height: | border-radius: 8px; | ||
background: # | margin-bottom: 16px; | ||
} | } | ||
.trickcal-attrs { | |||
display: grid; | |||
grid-template-columns: repeat(2, 1fr); | |||
gap: 8px; | |||
margin-bottom: 20px; | |||
} | } | ||
. | .trickcal-attrs .attr { | ||
background-color: #383b40; | |||
padding: 8px; | |||
border-radius: 6px; | |||
font-size: 0.9em; | |||
color: #eee; | |||
} | } | ||
.trickcal-attrs .attr span { | |||
display: block; | |||
font-weight: bold; | |||
color: #999; | |||
margin-bottom: 3px; | |||
} | } | ||
. | .trickcal-voice-title { | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | |||
margin-bottom: 8px; | |||
margin-bottom: | color: #FFCE54; | ||
} | } | ||
.trickcal-voices { | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
gap: 10px; | |||
} | } | ||
. | .trickcal-voices div { | ||
background: # | background-color: #333; | ||
padding: | padding: 6px 12px; | ||
border-radius: | border-radius: 6px; | ||
font-size: 0.9em; | font-size: 0.9em; | ||
color: # | color: #ddd; | ||
border: 1px solid #555; | |||
} | } |
2025년 6월 27일 (금) 22:38 기준 최신판
.trickcal-box {
width: 400px;
background-color: #2A2C32;
border-radius: 15px;
padding: 16px;
margin: 40px auto;
color: #eee;
font-family: "Noto Sans KR", sans-serif;
box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.trickcal-image {
width: 100%;
border-radius: 8px;
margin-bottom: 12px;
}
.trickcal-title {
font-size: 1.4em;
font-weight: bold;
color: #FFCE54;
text-align: center;
}
.trickcal-subtitle {
font-size: 0.9em;
color: #ccc;
text-align: center;
margin-bottom: 10px;
}
.trickcal-ability {
background-color: #444;
padding: 10px;
margin: 10px 0;
border-radius: 8px;
text-align: center;
font-weight: bold;
color: #ffffff;
}
.trickcal-description {
font-size: 0.92em;
padding: 10px;
line-height: 1.5em;
background-color: #1f1f1f;
border-radius: 8px;
margin-bottom: 16px;
}
.trickcal-attrs {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
margin-bottom: 20px;
}
.trickcal-attrs .attr {
background-color: #383b40;
padding: 8px;
border-radius: 6px;
font-size: 0.9em;
color: #eee;
}
.trickcal-attrs .attr span {
display: block;
font-weight: bold;
color: #999;
margin-bottom: 3px;
}
.trickcal-voice-title {
font-weight: bold;
text-align: center;
margin-bottom: 8px;
color: #FFCE54;
}
.trickcal-voices {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.trickcal-voices div {
background-color: #333;
padding: 6px 12px;
border-radius: 6px;
font-size: 0.9em;
color: #ddd;
border: 1px solid #555;
}