행위

미디어위키

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

DB CAFE

1번째 줄: 1번째 줄:
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding")
+
@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;}
 
body { font-family: "Nanum Gothic Coding", sans-serif;}
 
div # content h1, div # content h2 {font-family : "Nanum Gothic Coding", serif}
 
div # content h1, div # content h2 {font-family : "Nanum Gothic Coding", serif}
11번째 줄: 19번째 줄:
 
}
 
}
 
body.page-대문 h1.firstHeading {display:none;}
 
body.page-대문 h1.firstHeading {display:none;}
 
.externalimage-holder {
 
    position: relative;
 
}
 
.externalimage-holder img {
 
    width: 100%;
 
    height: auto;
 
}
 

2023년 6월 25일 (일) 15:38 판

@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;}