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

잔글 (작동하지 않음)
(css 설정 변경)
12번째 줄: 12번째 줄:
}
}


/*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;}
liberty-table-wrapper{margin:0px;}

2017년 2월 5일 (일) 23:13 판

/* 글꼴 불러오기*/
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css); 
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css); 
@import url(http://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;
}

/*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;}