사용자:Utolee90/common.css: 두 판 사이의 차이

(글자 클래스 지정)
(글씨 굵기 조절)
10번째 줄: 10번째 줄:
  font-family: 'Noto Sans KR',san-serif;
  font-family: 'Noto Sans KR',san-serif;
  font-size:11pt;
  font-size:11pt;
font-weight:400;
}
}
/*버그로 인해 진한 글씨를 강제로 굵기 조절 */
/*진한 글씨 굵기 조절 */
b{font-weight:1000;}
b{font-weight:900;}


/*글자 Class 지정 */
/*글자 Class 지정 */

2017년 3월 6일 (월) 01:03 판

/* 글꼴 불러오기*/
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css); 
@import url(https://fonts.googleapis.com/earlyaccess/nanumpenscript.css); 
@import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); 
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
 
/* 일반 문서는 Noto Sans Korean으로 지정*/
body { 
 font-family: 'Noto Sans KR',san-serif;
 font-size:11pt;
 font-weight:400;
}
/*진한 글씨 굵기 조절 */
b{font-weight:900;}

/*글자 Class 지정 */
.font-nanumgothic {font-family:'Nanum Gothic', monospace;}
.font-nanumbrushscript {font-family:'Nanum Brush Script', cursive;}
.font-nanummyeongjo {font-family:'Nanum Myeongjo', serif;}
.font-nanumpenscript {font-family:'Nanum Pen Script', cursive;}

/*Addbutton.js 관련, 위키백과:미디어위키:Gadget-editsummary.css에서 가져옴 */
#esSummaryButtons {
  white-space: nowrap;
}
 
#esSummaryButtons esSummaryButton {
  background: #C2F2FF;
  border: 1px solid #9BD5F5;
  padding: 0px 2px;
  margin: 2px;
  cursor: pointer;
  font-size: 80%;
  line-height: 17px;
  color: #5B5B5B;
}
 
#esSummaryButtons esSummaryButton:hover {
  background: #B1EBFF;
  border: 1px solid #64BDF0;
  color: black;
  text-decoration: none;
}

liberty-table-wrapper{margin:0px;}