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

엔트리 위키
내용 추가됨 내용 삭제됨
편집 요약 없음
편집 요약 없음
7번째 줄: 7번째 줄:




body { font-family: 'NanumSquare', sans-serif; }
body {
.normal { font-weight: 400 }
font-family: 'NanumSquare',
.bold { font-weight: 700 }
}
.bolder { font-weight: 800 }
.light { font-weight: 300 }


.mw-ui-button.mw-ui-progressive {
.mw-ui-button.mw-ui-progressive {

2021년 11월 11일 (목) 14:11 판

@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);


a{
color:#4f80ff !important
}


body		{ font-family: 'NanumSquare', sans-serif; }
.normal		{ font-weight: 400 }
.bold		{ font-weight: 700 }
.bolder		{ font-weight: 800 }
.light		{ font-weight: 300 }

.mw-ui-button.mw-ui-progressive {
    background-color: #3366cc !important
}