미디어위키:Citizen.css: 두 판 사이의 차이

677 바이트 추가됨 ,  2022년 4월 6일 (수)
편집 요약 없음
편집 요약 없음
편집 요약 없음
28번째 줄: 28번째 줄:
.mov_box { width: 400px; text-align: center; margin: 15px auto 20px; }
.mov_box { width: 400px; text-align: center; margin: 15px auto 20px; }
.mov_box > iframe { display:block; width:100%; height: auto; border-radius: 5px; }
.mov_box > iframe { display:block; width:100%; height: auto; border-radius: 5px; }
/* 항공역사 버튼 */
.history_box { margin: 30px auto 20px auto; width: fit-content; }
.history_center { display: inline-block; padding: 5px 20px; border-radius: 3px; background-color: #EBEBEB; font-weight: 600; margin: 0 7px 0 10px; }
.history_left { display: inline-block; float: left; padding: 5px 20px; border-radius: 18px 0 0 18px; background-color: #EBEBEB; font-weight: 600; }
.history_right { display: inline-block; padding: 5px 20px; border-radius: 0 18px 18px 0; background-color: #EBEBEB; font-weight: 600; }


/* 화면 폭에 따른 자동 변경 */
/* 화면 폭에 따른 자동 변경 */
35번째 줄: 41번째 줄:
   .cascade-sub-right { margin: 10px 0 0 0; width: 99.5% !important; }
   .cascade-sub-right { margin: 10px 0 0 0; width: 99.5% !important; }
   .main-board { display: none; margin: 15px 10px 0 0;} /* display: block; */
   .main-board { display: none; margin: 15px 10px 0 0;} /* display: block; */
   .mobile_mode { display: none !important; }
   .history_box { margin: 30px 0 20px 0; width: 100%; }
  .history_center { margin: 0; text-align: center; padding: 5px 20px 5px 0; }
  .history_left, .history_right { display: none !important; }
   .img_box { width: 100%; }
   .img_box { width: 100%; }
}
}