행위

미디어위키

"Common.css"의 두 판 사이의 차이

DB CAFE

11번째 줄: 11번째 줄:
 
pre.source-javascript {
 
pre.source-javascript {
 
     font-family: "Nanum Gothic Coding","나눔고딕코딩", serif, "Courier New" !important;
 
     font-family: "Nanum Gothic Coding","나눔고딕코딩", serif, "Courier New" !important;
}
 
 
 
/* Normal font styling for table row headers with scope="row" tag */
 
.wikitable.plainrowheaders th[scope=row] {
 
    font-weight: normal;
 
    /* @noflip */
 
    text-align: left;
 
}
 
 
/* Lists in data cells are always left-aligned */
 
.wikitable td ul,
 
.wikitable td ol,
 
.wikitable td dl {
 
    /* @noflip */
 
    text-align: left;
 
}
 
/* ...unless they also use the hlist class */
 
.wikitable.hlist td ul,
 
.wikitable.hlist td ol,
 
.wikitable.hlist td dl {
 
    text-align: inherit;
 
}
 
 
.wikitable.plainrowheaders th[scope=row] {
 
    font-weight: normal;
 
    /* @noflip */
 
    text-align: left;
 
}
 
 
/* Lists in data cells are always left-aligned */
 
.wikitable td ul,
 
.wikitable td ol,
 
.wikitable td dl {
 
    /* @noflip */
 
    text-align: left;
 
}
 
/* ...unless they also use the hlist class */
 
.wikitable.hlist td ul,
 
.wikitable.hlist td ol,
 
.wikitable.hlist td dl {
 
    text-align: inherit;
 
 
}
 
}

2020년 3월 5일 (목) 18:56 판

@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding")
body {
	font-family:"Nanum Gothic Coding", sans-serif;
}
div # content h1, div # content h2 {font-family : "Nanum Gothic Coding", serif}
div.mw-geshi div,
div.mw-geshi div pre,
div.mw-geshi div span,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
    font-family: "Nanum Gothic Coding","나눔고딕코딩", serif, "Courier New" !important;
}