MediaWiki:Common.css: diferenças entre revisões

Sem resumo de edição
Etiqueta: Revertida
Sem resumo de edição
 
(Há 10 revisões intermédias de 2 utilizadores que não estão a ser apresentadas)
Linha 1: Linha 1:
/* 제목에 Roboto 폰트 적용 */
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
h1, h2, h3, h4, h5, h6 {
.wikiEditor-ui * {font-size: 14px; font-family: monospace,monospace}
    font-family: 'Roboto', sans-serif !important;
 
/* 베트남어 폰트 깨짐 현상으로 인해 폰트 패밀리를 수정했습니다 */
body {
  font-family: sans-serif, 'Times', 'roboto', 'notokr';
}
}
/* Roboto 폰트를 Google Fonts에서 불러오기 */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


/* 본문에 고딕체 (예: Noto Sans) 적용 */
h1, h2, h3, h4, h5, h6 {
body, #bodyContent, .mw-body-content {
  font-family: 'roboto', sans-serif, 'Times', 'notokr';
    font-family: 'Noto Sans KR', sans-serif !important;
}
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.wikiEditor-ui * {font-size: 13px; font-family: monospace,monospace}
/* 베트남어 폰트 깨짐 현상으로 인해 폰트 패밀리를 수정했습니다 */
.mw-body h1, .mw-body-content h1, .mw-body-content h2{font-family:'Times','roboto','notokr',sans-serif}
/*.mw-parser-output .external{background:none; padding:0}*/
/*.mw-parser-output .external{background:none; padding:0}*/
.fw600{font-weight:600}
.fw600{font-weight:600}
Linha 23: Linha 16:
.cog-container{max-width:960px; margin-left:auto; margin-right:auto}
.cog-container{max-width:960px; margin-left:auto; margin-right:auto}
.cog-title{border:1px solid #E3E6EC; border-radius:8px; padding:20px}
.cog-title{border:1px solid #E3E6EC; border-radius:8px; padding:20px}
.cog-title h1{font-size:20px; margin:0; border-bottom:none; font-weight:600}
.cog-title h1{font-size:20px; margin:0; border-bottom:none; font-weight:400}
.cog-title h2{font-size:17px; font-weight:400 !important; border-bottom:none}
.cog-title h2{font-size:17px; font-weight:400 !important; border-bottom:none}
.cog-title div{font-size:17px; font-weight:600;}
.cog-title div{font-size:17px; font-weight:400;}
.cog-tag, .cog-tag a{color:#0745AD !important;}
.cog-tag, .cog-tag a{color:#0745AD !important;}
.cog-button a{background:#F8F9FB !important; border:1px solid #DADEE6; border-radius:4px; display:inline-block; padding:6px 12px !important; font-size:14px; font-weight:600}
.cog-button a{background:#F8F9FB !important; border:1px solid #DADEE6; border-radius:4px; display:inline-block; padding:6px 12px !important; font-size:13px; font-weight:400}


/* cog-box */
/* cog-box */
Linha 33: Linha 26:
.cog-box{box-sizing:border-box; padding-left:10px; padding-right:10px; margin-bottom:10px}
.cog-box{box-sizing:border-box; padding-left:10px; padding-right:10px; margin-bottom:10px}
.cog-box-inner{border:1px solid #E3E6EC; box-sizing:border-box; border-radius:8px; height:100%; padding:12px 20px}
.cog-box-inner{border:1px solid #E3E6EC; box-sizing:border-box; border-radius:8px; height:100%; padding:12px 20px}
.cog-box-title{font-size:18px; font-weight:600; position:relative}
.cog-box-title{font-size:18px; font-weight:400; position:relative}
.cog-box ul{margin-top:8px}
.cog-box ul{margin-top:8px}
.cog-box ul li a{color:#0745AD;}
.cog-box ul li a{color:#0745AD;}
Linha 253: Linha 246:


/* 본문 스타일 */
/* 본문 스타일 */
.mw-parser-output{line-height:1.7; font-size:15px}
.mw-parser-output{line-height:1.7; font-size:14px}
.skin-minerva .mw-parser-output{font-size:18px}
.skin-minerva .mw-parser-output{font-size:18px}
.mw-parser-output i{font-style: italic}
.mw-parser-output i{font-style: italic}
Linha 331: Linha 324:
     display: none !important;
     display: none !important;
}
}
/*특수:모든문서 검색창 숨김*/
.mw-htmlform-ooui-wrapper { display:none }