본문으로 이동

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

160 바이트 추가됨 ,  2024년 2월 13일 (화)
편집 요약 없음
편집 요약 없음
태그: 모바일 편집 모바일 웹 편집 고급 모바일 편집
편집 요약 없음
 
(같은 사용자의 중간 판 19개는 보이지 않습니다)
16번째 줄: 16번째 줄:
.mw-editsection, .mw-editsection-like {
.mw-editsection, .mw-editsection-like {
font-family: var(--font-family);
font-family: var(--font-family);
}
/* h2 문단 제목 강조 */
h2 {
    font-weight: bold;
}
}


28번째 줄: 33번째 줄:
}
}


/* CodeEditor 편집기 폰트 오류 수정 */
/* 축약된 URL 얻기 레이아웃 오버플로 수정 */
.wikiEditor-ui .ace_editor {
.vector-unpinned-container #t-urlshortener input {
font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
    width: 85%;
    transform: translateX(7.5%);
}
.vector-pinned-container #t-urlshortener input {
    width: 85%;
    transform: translateY(0.25em);
}
}


/* [[분류:위키 인터페이스 문서]] */
/* [[분류:위키 인터페이스 스타일시트]] */