메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

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

이터널리턴 이스포츠 위키
편집 요약 없음
태그: 되돌려진 기여
편집 요약 없음
태그: 수동 되돌리기
34번째 줄: 34번째 줄:
/* Visual Editor 링크 삽입 팝업 크기 조정 */
/* Visual Editor 링크 삽입 팝업 크기 조정 */
.oo-ui-window-frame.oo-ui-processDialog.ve-ui-mwLinkAnnotationInspector {
.oo-ui-window-frame.oo-ui-processDialog.ve-ui-mwLinkAnnotationInspector {
     width: 2000px !important; /* 원하는 너비로 설정 */
     width: 1000px !important; /* 원하는 너비로 설정 */
     height: auto !important; /* 필요한 경우 높이 조정 */
     height: auto !important; /* 필요한 경우 높이 조정 */
}
}


.oo-ui-popupWidget-popup {
.oo-ui-popupWidget-popup {
     max-width: 2000px !important; /* 팝업 최대 너비 설정 */
     max-width: 1000px !important; /* 팝업 최대 너비 설정 */
}
}


.ve-ui-context-menu {
.ve-ui-context-menu {
     width: 2000px !important; /* 컨텍스트 메뉴도 동일한 너비로 설정 */
     width: 1000px !important; /* 컨텍스트 메뉴도 동일한 너비로 설정 */
}
}

2024년 10월 20일 (일) 14:13 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
       url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
       url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
  src: url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
       url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
       url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
  src: url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'),
       url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}
* { font-family: 'Nanum Gothic', sans-serif; }/*모든 글꼴을 나눔고딕으로. */

/* Visual Editor 링크 삽입 팝업 크기 조정 */
.oo-ui-window-frame.oo-ui-processDialog.ve-ui-mwLinkAnnotationInspector {
    width: 1000px !important; /* 원하는 너비로 설정 */
    height: auto !important; /* 필요한 경우 높이 조정 */
}

.oo-ui-popupWidget-popup {
    max-width: 1000px !important; /* 팝업 최대 너비 설정 */
}

.ve-ui-context-menu {
    width: 1000px !important; /* 컨텍스트 메뉴도 동일한 너비로 설정 */
}