틀:연습장:아바투르너마저/2/styles.css: 두 판 사이의 차이

(새 문서: 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번째 줄:
body {
.trickcal-box {
   margin: 0;
   width: 400px;
   padding: 0;
   background-color: #2A2C32;
   font-family: Arial, sans-serif;
   border-radius: 15px;
   background: radial-gradient(circle, #000428, #004e92);
  padding: 16px;
   color: white;
   margin: 40px auto;
   overflow-x: hidden;
   color: #eee;
   animation: backgroundAnimation 20s infinite alternate;
   font-family: "Noto Sans KR", sans-serif;
   box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
}


@keyframes backgroundAnimation {
.trickcal-image {
   0% {
   width: 100%;
    background: radial-gradient(circle, #000428, #004e92);
  border-radius: 8px;
   }
   margin-bottom: 12px;
  100% {
    background: radial-gradient(circle, #0f0c29, #302b63, #24243e);
  }
}
}


.header {
.trickcal-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #FFCE54;
   text-align: center;
   text-align: center;
  padding: 20px;
  background: linear-gradient(90deg, #0f2027, #203a43, #2c5364);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  animation: titleGlow 3s infinite alternate;
}
}


@keyframes titleGlow {
.trickcal-subtitle {
   0% {
   font-size: 0.9em;
    text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ff6a00;
   color: #ccc;
   }
   text-align: center;
   100% {
   margin-bottom: 10px;
    text-shadow: 0 0 5px #ff6a00, 0 0 15px #ff4500, 0 0 20px #ff0000;
   }
}
}


.timeline {
.trickcal-ability {
   padding: 40px 20px;
  background-color: #444;
   position: relative;
   padding: 10px;
   max-width: 800px;
  margin: 10px 0;
   margin: auto;
   border-radius: 8px;
   text-align: center;
   font-weight: bold;
  color: #ffffff;
}
}


.timeline::before {
.trickcal-description {
   content: '';
   font-size: 0.92em;
   position: absolute;
   padding: 10px;
  left: 50%;
   line-height: 1.5em;
  width: 4px;
   background-color: #1f1f1f;
   height: 100%;
   border-radius: 8px;
   background: #ffffff;
   margin-bottom: 16px;
   transform: translateX(-50%);
   z-index: -1;
  animation: timelineGlow 5s infinite alternate;
}
}


@keyframes timelineGlow {
.trickcal-attrs {
   0% {
   display: grid;
    box-shadow: 0 0 10px #ffffff;
  grid-template-columns: repeat(2, 1fr);
   }
   gap: 8px;
   100% {
   margin-bottom: 20px;
    box-shadow: 0 0 20px #ff6a00, 0 0 30px #ff4500;
  }
}
}


.event {
.trickcal-attrs .attr {
   margin: 30px 0;
   background-color: #383b40;
   display: flex;
   padding: 8px;
   flex-direction: column;
   border-radius: 6px;
   align-items: center;
   font-size: 0.9em;
  text-align: center;
   color: #eee;
   animation: fadeIn 1.5s ease-in-out;
}
}


@keyframes fadeIn {
.trickcal-attrs .attr span {
   0% {
   display: block;
    opacity: 0;
  font-weight: bold;
    transform: translateY(30px);
   color: #999;
   }
  margin-bottom: 3px;
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
}


.event .year {
.trickcal-voice-title {
  background: #ff6a00;
  color: white;
   font-weight: bold;
   font-weight: bold;
   padding: 10px 20px;
   text-align: center;
  border-radius: 20px;
   margin-bottom: 8px;
   margin-bottom: 10px;
   color: #FFCE54;
  box-shadow: 0 4px 8px rgba(255, 106, 0, 0.5);
   animation: pulse 2s infinite alternate;
}
}


@keyframes pulse {
.trickcal-voices {
   0% {
   display: flex;
    transform: scale(1);
   flex-wrap: wrap;
   }
   justify-content: center;
   100% {
   gap: 10px;
    transform: scale(1.1);
   }
}
}


.event .description {
.trickcal-voices div {
   background: #203a43;
   background-color: #333;
   padding: 15px;
   padding: 6px 12px;
   border-radius: 10px;
   border-radius: 6px;
  width: 80%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
}
 
.event .description:hover {
  transform: scale(1.05);
}
 
.footer {
  text-align: center;
  padding: 20px;
  background: linear-gradient(90deg, #2c5364, #203a43, #0f2027);
   font-size: 0.9em;
   font-size: 0.9em;
   color: #cccccc;
   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;
}