미디어위키:Liberty.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 336개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* HTML Tag */
* {
outline: none;
}


input:hover,
.liberty-content-header {
button:hover,
border-bottom: 0.8px !important;
select:hover {
transition: 0.3s;
}
 
html {
font-size: 15px;
}
 
body {
font-size: 0.95rem;
}
 
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Pretendard JP Variable', "Apple SD Gothic Neo", "Spoqa Han Sans", "SpoqaHanSans",
    "Noto Sans KR", "Noto Sans", "Noto Sans CJK KR", "NanumBarunGothic",
    "Nanum Gothic", "KoPub Dotum", "Malgun Gothic", "留묒� 怨좊뵓", sans-serif;
    font-weight: 500; /* 湲곕낯 �먭퍡 */
}
 
/* 蹂쇰뱶泥� �ㅼ젙 */
h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-family: 'Pretendard JP Variable', "Apple SD Gothic Neo", "Spoqa Han Sans", "SpoqaHanSans",
    "Noto Sans KR", "Noto Sans", "Noto Sans CJK KR", "NanumBarunGothic",
    "Nanum Gothic", "KoPub Dotum", "Malgun Gothic", "留묒� 怨좊뵓", sans-serif;
    font-weight: 700; /* 蹂쇰뱶泥� �먭퍡 */
}
 
input[type="password"] {
font-family: sans-serif;
}
 
h1 {
font-size: 2.25rem;
}
 
h2 {
font-size: 1.8rem;
}
 
h3 {
font-size: 1.6rem;
}
 
h4 {
font-size: 1.5rem;
}
 
h5 {
font-size: 1.3rem;
}
 
h6 {
font-size: 1.1rem;
}
 
ol,
ul,
p {
margin: 0;
padding: 0;
}
 
p {
margin-bottom: 0.8rem;
}
 
ol,
.mw-content-ltr ol,
.mw-content-rtl .mw-content-ltr ol {
margin: 0;
margin-left: 2.2rem;
margin-right: 1rem;
list-style-image: none;
}
 
pre {
display: block;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f8fa;
border: 1px solid #e1e8ed;
border-radius: 0.35rem;
padding: 0.8rem;
}
 
a:focus {
outline: 0;
}
 
p {
overflow-wrap: break-word;
}
 
ul {
list-style-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23373a3c%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
}

2025년 7월 4일 (금) 06:03 기준 최신판

.liberty-content-header {
	border-bottom: 0.8px !important;
}