최근 바뀜
도구
업로드
도움말
길라잡이
위키 문법
특수 문서
문의·신고
디스코드
IP 사용자
216.73.216.63
로그인
미디어위키:Gadget-newtoolbar.css 문서 원본 보기
←
미디어위키:Gadget-newtoolbar.css
편집
토론
역사
새로고침
주시
역링크
정보
문서 편집 권한이 없습니다. 다음 이유를 확인해주세요:
요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다:
사용자
.
이 문서는 이 위키의 소프트웨어 인터페이스에 쓰이는 문서로, 부정 행위를 막기 위해 보호되어 있습니다. 모든 위키에 대한 번역을 추가하거나 바꾸려면 미디어위키 지역화 프로젝트인
translatewiki.net
에 참여하시기 바랍니다.
모든 방문자에 영향을 미칠 수 있기 때문에 이 CSS를 편집할 권한이 없습니다.
문서의 원본을 보거나 복사할 수 있습니다.
/* MediaWiki:Gadget-NewToolbar.css */ /* 툴바 전체 컨테이너 */ #ntb-toolbar { display: flex; flex-wrap: wrap; gap: 8px; padding: 8px 12px; /* 라이트/다크 공통 변수 사용 */ border-bottom: 1px solid var(--lightborder); color: var(--text); font-size: 1rem; } /* 각 그룹 */ .ntb-group { display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px 4px 12px; border-radius: 0.5rem; /* 그룹 배경/테두리도 토큰 사용 */ background: var(--altbg); border: 1px solid var(--border); } .ntb-group-label { font-weight: 600; margin-right: 4px; opacity: 0.7; color: var(--text); } /* 버튼 */ .ntb-button { display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px; border-radius: 0.5rem; border: 1px solid transparent; background: transparent; cursor: pointer; font-size: 1rem; line-height: 1; white-space: nowrap; color: var(--text); } /* hover 색은 light-dark()로 라이트/다크 각각 지정 */ .ntb-button:hover { background: light-dark(#eaf3ff, #283040); border-color: light-dark(#c8ddff, #3b4a63); } /* 아이콘 공통 */ .ntb-icon { width: 14px; height: 14px; display: inline-block; /* 텍스트 색과 맞추기 위해 currentColor 사용 */ color: var(--text); } /* 아이콘은 OOUI 아이콘 클래스를 그대로 써도 되고, 나중에 바꿔도 됨 */ .ntb-icon-bold::before { content: 'B'; font-weight: 700; } .ntb-icon-italic::before { content: 'I'; font-style: italic; } .ntb-icon-heading::before { content: 'H'; font-weight: 700; } .ntb-icon-ul::before { content: '•'; } .ntb-icon-ol::before { content: '1.'; } .ntb-icon-link::before { content: '🔗'; } .ntb-icon-file::before { content: '🖼'; } .ntb-icon-ref::before { content: '¹'; } .ntb-icon-search::before { content: '🔍'; }
미디어위키:Gadget-newtoolbar.css
문서로 돌아갑니다.