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

편집 요약 없음
잔글 (작동 안함.)
 
(같은 사용자의 중간 판 18개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 글꼴 불러오기*/
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@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;
  display:flex;
  flex-wrap:wrap;
}
#esSummaryButtons essummarybutton {
  background: #C2F2FF;
  border: 1px solid #9BD5F5;
  padding: 0px 2px;
  margin: 2px;
  cursor: pointer;
  font-size: 80%;
  line-height: 17px;
  color: #5B5B5B;
}
   
   
body {  
#esSummaryButtons essummarybutton:hover {
font-family: 'Nanum Gothic';
  background: #B1EBFF;
font-weight: 400;
  border: 1px solid #64BDF0;
font-size:13pt;
  color: black;
  text-decoration: none;
}
 
liberty-table-wrapper{margin:0px;}
 
/* 숨김틀 안 보이게 하는 것 테스트 */
.mw-customtoggle-hidden
{display:none;}


src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
/* 단축키 보여주기 */
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
/*
      url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
a[accesskey]:before {
      url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
    content: " " attr(accesskey) " ";
      url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
    text-transform: uppercase;
    white-space: pre;
    font-family: sans-serif;
    margin-right: 0.5ex;
}
*/


/* 사용자:Cerulean/연습장 관련 */
.glass{
  backdrop-filter:blur;
}
}

2021년 9월 11일 (토) 17:31 기준 최신판

/* 글꼴 불러오기*/
@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;
  display:flex;
  flex-wrap:wrap;
}
 
#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;}

/* 숨김틀 안 보이게 하는 것 테스트 */
.mw-customtoggle-hidden
{display:none;}

/* 단축키 보여주기 */
/* 
a[accesskey]:before {
    content: " " attr(accesskey) " ";
    text-transform: uppercase;
    white-space: pre;
    font-family: sans-serif;
    margin-right: 0.5ex;
}
*/

/* 사용자:Cerulean/연습장 관련 */
.glass{
  backdrop-filter:blur;
}