행위

미디어위키

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

DB CAFE

19번째 줄: 19번째 줄:
 
}
 
}
 
body.page-대문 h1.firstHeading {display:none;}
 
body.page-대문 h1.firstHeading {display:none;}
 +
ol { margin-left: 2cm}
 
ol {  
 
ol {  
 
list-style-type: decimal;  
 
list-style-type: decimal;  

2023년 7월 13일 (목) 15:46 판

@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding");

.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}
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;
}
body.page-대문 h1.firstHeading {display:none;}
ol { margin-left: 2cm}
ol { 
	list-style-type: decimal; 
}
ol li > ol { 
	list-style-type: lower-alpha; 
}
ol li > ol li > ol { 
	list-style-type: lower-roman; 
}