From Design pattern
Jump to: navigation, search
Line 101: Line 101:
 
#mw-content-text li {
 
#mw-content-text li {
 
padding-bottom: 12px;
 
padding-bottom: 12px;
}
 
 
/* ToC */
 
#toc > a {
 
color: #440000;
 
}
 
 
#toc {
 
top: 260px;
 
display : inline;
 
position: fixed;
 
left : 10px;
 
font-size : 13px;
 
}
 
 
#toctitle > h2{
 
color : #666;
 
font-size :16px;
 
font-weight: 500;
 
}
 
 
#toctitle > span {
 
display: none;
 
}
 
 
.toctext {
 
color : #666;
 
}
 
 
#toc-sections {
 
font-size: 10px;
 
 
}
 
}
  

Revision as of 17:43, 30 May 2014

.mw-category-title {
color: #000000 ;}

body.ns-0.art-subpage {background: #000000;}
body.ns-14.art-subpage {background: #554400;}

#mw-content-text h3 span {
font-weight: 600;
padding-left: 0px;
}

.mw-headline {
font-weight: 100;
}

span.mw-editsection {
font-weight: 200;
position: relative;
float:right;
margin-right: 25px
}

span.mw-editsection a {
font-weight: 200;
}


#main-page-title, .mw-category-title {
font-family: ‘Open Sans’, sans-serif !important;
font-size: 30px;
font-weight: 500 !important;
}

.mw-category-title {
margin-top: 20px;
}


.mw-icon-title a {
}


a {
color: #4183c4;
text-decoration: none;
}


font-color
color: #333333;

/* 본문 */
#mw-content-text h3 span {
font-family:'Open Sans', 'Nanum Gothic', sans-serif;
font-size: 16px;
color: #333;
padding-top: 30px;
padding-bottom: 15px;
padding-left: 0px;
font-weight: 600;
}

#mw-content-text p {
padding-top: 0px; 
padding-bottom: 5px;
color: #666;
}

/* breadcrumb */
#breadcrumbs {
	top: -15px;
	color: #ccc;
	font-size: 10px;
}

#breadcrumbs a {
	padding-left: 5px;
}

/* article */
#mw-content-text {
margin-top: 0px !important;
}

li {
margin-bottom: 5px
list-style-type: circle;
}

ul {
font-family:'Open Sans', 'Nanum Gothic', sans-serif;
color: #666;
padding-bottom: 20px;
padding-right: 20px;
}

#mw-content-text ul {
color: #666;
}

#mw-content-text li {
padding-bottom: 12px;
}




/* 본문 이미지, 오브젝트 너비 최대 고정 */
img,iframe,object{
max-width:650px !important;
}