연습장:삼쩌모/1: 두 판 사이의 차이

태그: 되돌려진 기여
태그: 되돌려진 기여
3번째 줄: 3번째 줄:
{{#css:
{{#css:
/* 공통 컨테이너 설정 */
/* 공통 컨테이너 설정 */
  .pitch-container {
.pitch-container {
    position: relative;
position: relative;
    height: 180px; /* 정보가 펼쳐질 공간 확보 */
height: 180px; /* 정보가 펼쳐질 공간 확보 */
    margin-top: 3px;
margin-top: 3px;
    margin-bottom: 1rem;
margin-bottom: 1rem;
  }
}


  /* 각 구종(Circle) 기본 스타일 */
/* 각 구종(Circle) 기본 스타일 */
  .pitch-node {
.pitch-node {
    position: absolute;
position: absolute;
    left: 50%;
left: 50%;
    z-index: 40;
z-index: 40;
    width: 3.2rem;
width: 3.2rem;
    border-radius: 50%;
border-radius: 50%;
    text-align: center;
text-align: center;
    line-height: 1.1;
line-height: 1.1;
    padding-top: 0.5rem;
padding-top: 0.5rem;
    padding-bottom: 0.5rem;
padding-bottom: 0.5rem;
    transform: translateX(-50%);
transform: translateX(-50%);
    cursor: pointer;
cursor: pointer;
    transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
    overflow: hidden;
overflow: hidden;
  }
}


  /* 호버 시 펼쳐지는 상세 정보 스타일 */
/* 호버 시 펼쳐지는 상세 정보 스타일 */
  .details {
.details {
    max-height: 0;
max-height: 0;
    opacity: 0;
opacity: 0;
    font-size: 0.75rem;
font-size: 0.75rem;
    margin-top: 4px;
margin-top: 4px;
    transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
    border-top: 1px solid rgba(0,0,0,0.1);
border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 4px;
padding-top: 4px;
  }
}


  /* 호버 액션: 원이 커지며 정보 출력 */
/* 호버 액션: 원이 커지며 정보 출력 */
  .pitch-node:hover {
.pitch-node:hover {
    border-radius: 12px;
border-radius: 12px;
    height: auto;
height: auto;
    z-index: 100;
z-index: 100;
  }
}


  .pitch-node:hover .details {
.pitch-node:hover .details {
    max-height: 50px;
max-height: 50px;
    opacity: 1;
opacity: 1;
  }
}


  /* 선(Tail) 스타일 유지 */
/* 선(Tail) 스타일 유지 */
  .pitch-line {
.pitch-line {
    position: absolute;
position: absolute;
    left: 50%;
left: 50%;
    width: 2rem;
width: 2rem;
    transform: translateX(-50%);
transform: translateX(-50%);
    z-index: 30;
z-index: 30;
  }
}
}}
}}
<div class="pitch-container">
<div class="pitch-container">
  <div class="pitch-node" style="top: 0; border: 0.3rem double #cccccc; color: #b31b1b; background: white;">
<div class="pitch-node" style="top: 0; border: 0.3rem double #cccccc; color: #b31b1b; background: white;">
    <strong>4FB</strong><br>44%
<strong>4FB</strong><br>44%
    <div class="details">148.5km<br>회전 2300</div>
<div class="details">148.5km<br>회전 2300</div>
  </div>
</div>
 
  <div class="pitch-node" style="top: 56px; left: calc(50% - 40px); border: 0.1rem solid #3e75b0; background: #5287bf; color: white;">
    <strong>SLD</strong><br>31%
    <div class="details">132.1km<br>수평 15cm</div>
  </div>


  <div class="pitch-node" style="top: 80px; border: 0.1rem solid #e3a000; background: #ffc000; color: black;">
<div class="pitch-node" style="top: 56px; left: calc(50% - 40px); border: 0.1rem solid #3e75b0; background: #5287bf; color: white;">
    <strong>CRV</strong><br>17%
<strong>SLD</strong><br>31%
    <div class="details">121.4km<br>낙차 40cm</div>
<div class="details">132.1km<br>수평 15cm</div>
  </div>
</div>


  <div class="pitch-line" style="top: 1.6rem; height: 60px; background: linear-gradient(to bottom, transparent, #ffc000aa);"></div>
<div class="pitch-node" style="top: 80px; border: 0.1rem solid #e3a000; background: #ffc000; color: black;">
<strong>CRV</strong><br>17%
<div class="details">121.4km<br>낙차 40cm</div>
</div>
 
<div class="pitch-line" style="top: 1.6rem; height: 60px; background: linear-gradient(to bottom, transparent, #ffc000aa);"></div>
</div>
</div>

2026년 2월 6일 (금) 09:29 판

삼쩌모의 연습장
메인
범용
1번
틀 제작
2번
나무마크
3번
위키 점검
4번
기능 실험
5번
기능 실험
6번
틀 제작
7번
공용 틀
8번
틀 제작
메모
메모

구종차트

4FB
44%

148.5km
회전 2300

SLD
31%

132.1km
수평 15cm

CRV
17%

121.4km
낙차 40cm