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

편집 요약 없음
편집 요약 없음
 
1번째 줄: 1번째 줄:
.infobox.trickcal {
.trickcal-box {
   background: #2A2C32;
  width: 400px;
   border-radius: 12px;
   background-color: #2A2C32;
   padding: 4px;
   border-radius: 15px;
   margin: 12px auto;
   padding: 16px;
   border: 2px solid #555;
   margin: 40px auto;
   color: #eee;
  font-family: "Noto Sans KR", sans-serif;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
}
.infobox.trickcal th.trick-label {
 
   background: #3B3D42;
.trickcal-image {
   color: #EEE;
   width: 100%;
  padding: 4px 8px;
   border-radius: 8px;
   font-weight: normal;
   margin-bottom: 12px;
  border-bottom: 1px solid #555;
}
}
.infobox.trickcal td {
 
   color: #DDD;
.trickcal-title {
   padding: 4px 8px;
  font-size: 1.4em;
   border-bottom: 1px solid #555;
  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;
}
}

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;
}