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

32 바이트 제거됨 ,  2022년 4월 6일 (수)
편집 요약 없음
편집 요약 없음
편집 요약 없음
58번째 줄: 58번째 줄:
.mov_box > iframe  { display: block; width: 100%; height: 300px; }
.mov_box > iframe  { display: block; width: 100%; height: 300px; }
}
}
/* 틀:항공사 css */
.airlines_info { width: 300px; font-size: 85%; border: 1px solid #dddddd; background-color: #f9f9f9; color: #001133; margin: 0 0 0.5em 1em !important; float: right; clear: right; text-align:left; box-shadow: 0 1px 2px 1px rgb(0 0 0 / 4%); }


@media (max-width: 640px) {
@media (max-width: 640px) {
table { width: 100% !important; margin: 0.5em 0 1em 0 !important; } /* 정보상자 크기, 모바일 등에서 너비 100% */
  .airlines_info { float: unset; margin: 0 0 0.5em 0 !important; }
div.thumb { float: none !important; }
  table { width: 100% !important; margin: 0.5em 0 1em 0 !important; } /* 정보상자 크기, 모바일 등에서 너비 100% */
.thumbinner { text-align: center; }
  div.thumb { float: none !important; }
.ts-inner { max-width: 90em; }
  .thumbinner { text-align: center; }
  .ts-inner { max-width: 90em; }
}
}


/* 모바일에서 섬네일 여백 */
/* 모바일에서 섬네일 여백 */
127번째 줄: 132번째 줄:
/* 글 제목(h1) 아래 '항공위키' 텍스트 제거 */
/* 글 제목(h1) 아래 '항공위키' 텍스트 제거 */
#siteSub { display: none ; }
#siteSub { display: none ; }
/* 틀:항공사 css */
.airlines_info { width: 300px; font-size: 85%; border: 1px solid #dddddd; background-color: #f9f9f9; color: #001133; margin: 0 0 0.5em 1em !important; float: right; clear: right; text-align:left; box-shadow: 0 1px 2px 1px rgb(0 0 0 / 4%); }
@media screen and (max-width: 640px) {
.airlines_info { float: unset; margin: 0 0 0.5em 0 !important; }
}