행위

미디어위키

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

DB CAFE

 
(사용자 2명의 중간 판 14개는 보이지 않습니다)
1번째 줄: 1번째 줄:
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding")
+
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding");
body {
+
 
font-family:"Nanum Gothic Coding", sans-serif;
+
.borderd-content {
 +
  border: 1px solid #0000ff;
 +
  border-radius: 4px;
 +
  height: 100px;
 +
  margin-top: 20px;
 +
  position: relative;
 +
}
 +
 
 +
.borderd-content .title {
 +
  margin: -20px 0 0 10px;
 +
  background: #fff;
 +
  padding: 3px;
 +
  display: inline-block;
 +
  font-weight: bold;
 +
  position: absolute;
 
}
 
}
 +
 +
.borderd-content .content {
 +
  padding: 10px;
 +
}
 +
.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 # content h1, div # content h2 {font-family : "Nanum Gothic Coding", serif}
 
div.mw-geshi div,
 
div.mw-geshi div,
12번째 줄: 38번째 줄:
 
     font-family: "Nanum Gothic Coding","나눔고딕코딩", serif, "Courier New" !important;
 
     font-family: "Nanum Gothic Coding","나눔고딕코딩", serif, "Courier New" !important;
 
}
 
}
 
+
body.page-대문 h1.firstHeading {display:none;}
 
+
ol {  
/* Normal font styling for table row headers with scope="row" tag */
+
margin-left: 2cm;
.wikitable.plainrowheaders th[scope=row] {
+
list-style-type: decimal;  
    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;
 
 
}
 
}
+
ol li > ol {  
/* Lists in data cells are always left-aligned */
+
list-style-type: lower-alpha;  
.wikitable td ul,
 
.wikitable td ol,
 
.wikitable td dl {
 
    /* @noflip */
 
    text-align: left;
 
 
}
 
}
/* ...unless they also use the hlist class */
+
ol li > ol li > ol {  
.wikitable.hlist td ul,
+
list-style-type: lower-roman;  
.wikitable.hlist td ol,
 
.wikitable.hlist td dl {
 
    text-align: inherit;
 
 
}
 
}

2024년 1월 9일 (화) 20:33 기준 최신판

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

.borderd-content {
  border: 1px solid #0000ff;
  border-radius: 4px;
  height: 100px;
  margin-top: 20px;
  position: relative;
}

.borderd-content .title {
  margin: -20px 0 0 10px;
  background: #fff;
  padding: 3px;
  display: inline-block;
  font-weight: bold;
  position: absolute;
}

.borderd-content .content {
  padding: 10px;
}
.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;
list-style-type: decimal; 
}
ol li > ol { 
	list-style-type: lower-alpha; 
}
ol li > ol li > ol { 
	list-style-type: lower-roman; 
}