문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 여기에는 다른 사용자의 개인 설정이 포함되어 있기 때문에 이 CSS 문서를 편집할 수 없습니다. 문서의 원본을 보거나 복사할 수 있습니다. /* Liberty bugfix & enchantment css by Lastorder */ /* 버그 수정 */ /* Noto sans 웹폰트에 bold 적용시 가독성이 매우 떨어짐으로 변경 */ body, h1, h2, h3, h4, h5, h6 { font-family : "나눔고딕", "Nanum Gothic", "맑은 고딕", "Malgun Gothic", sans-serif, Tahoma; } /* 체크박스 및 라디오 입력이 보이지 않는 문제점 수정 */ html input[type=checkbox] { -webkit-appearance : checkbox; } html input[type=radio] { -webkit-appearance : radio; } /* selectbox가 이상하게 보이는 문제점 수정 */ select { -webkit-appearance : menulist; } /* 편집 완료 메세지가 가져지는 문제 수정 */ .postedit-container { margin-top:50px; z-index:1005; } /* 스타일 개선 */ /* 밋밋한 편집기 버튼에 스타일 입히기 - 이건 해당하는 요소에 class로 "btn btn-success"를 넣는게 빠릅니다. */ html input[type=button], html input[type=submit], button, #mw-editform-cancel { border-color: #e1e8ed; box-shadow: none; display: inline-block; padding: .375rem 1rem; font-size: 1rem; font-weight: 400; line-height: 1.2; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; border-radius: .25rem; /* btn-success */ color: #fff; background-color: #5cb85c; border-color: #5cb85c; } /* 밋밋한 저장/미리보기/차이 보기 버튼에 스타일 입히기 - 이건 해당하는 요소에 class로 "btn btn-primary"를 넣는게 빠릅니다. */ html input[type=submit] { /* btn-primary */ color: #fff; background-color: #0275d8; border-color: #0275d8; } /* 편집기 버튼/입력창 간격 조절 */ #mw-edittools-charinsert * { margin-top:5px 0 5px 0; } /* 밋밋한 취소 버튼에 스타일 입히기 - 이건 해당하는 요소에 class로 "btn btn-danger"를 넣는게 빠릅니다. */ #mw-editform-cancel { color: #fff; background-color: #d9534f; border-color: #d43f3a; } 사용자:Lastorder/liberty.css 문서로 돌아갑니다.