North Korea Humanities
메뉴
북한인문학
Main
북한인문학 데이터모델
인물(Person)
단체(Group)
사건(Event)
학술지(Journal)
권호(Volume)
원고(Article)
서적(Book)
기관(Institution)
진단학보
작업규칙
원고(Article)
인물(Person)
단체(Group)
기관(Institution)
사건(Event)
학술지(Journal)
권호(Volume)
서적(Book)
이청원
Main
작업규칙
분류:LCWHA
데이터 편찬
Tag 모음
검토 페이지
삭제 페이지
교육
참고:위키문법(DH Edu)
참고:네트워크그래프작성(DH Edu)
참고:타임라인구현(DH Edu)
참고:출처표기법(DH Edu)
2023년1학기_빅데이터혁신융합대학강의
2023년2학기_빅데이터혁신융합대학강의
2024년1학기_빅데이터혁신융합대학강의
2024년2학기_빅데이터혁신융합대학강의
검색
여기를 가리키는 문서
가리키는 글의 최근 바뀜
특수 문서 목록
문서 정보
도움말
로그인
미디어위키
Common.css 문서 원본 보기
←
미디어위키:Common.css
문서 편집 권한이 없습니다. 다음 이유를 확인해주세요:
요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다:
사용자
.
이 문서는 이 위키의 소프트웨어 인터페이스에 쓰이는 문서로, 부정 행위를 막기 위해 보호되어 있습니다. 모든 위키에 대한 번역을 추가하거나 바꾸려면 미디어위키 지역화 프로젝트인
translatewiki.net
에 참여하시기 바랍니다.
문서의 원본을 보거나 복사할 수 있습니다.
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */ cite { box-shadow: inset 0 -20px 0 #FAFAFA; } /* 기본 스타일 */ tabs-container { font-family: Arial, sans-serif; border: 1px solid #ccc; padding: 10px; } tab-input { display: none; /* 라디오 버튼 숨기기 */ } tab-label { background-color: #f8f8f8; border: 1px solid #ccc; padding: 10px 15px; cursor: pointer; font-size: 16px; border-radius: 5px; transition: background-color 0.3s; display: inline-block; margin-right: 5px; } tab-label:hover { background-color: #e2e2e2; } tab-input:checked + .tab-label { background-color: #007BFF; color: white; border-color: #007BFF; } tab-content { margin-top: 10px; } tab-pane { display: none; padding: 15px; background-color: #f9f9f9; border-top: 1px solid #ccc; } tab-input:checked + .tab-label + .tab-content .tab-pane { display: block; } #tab1:checked ~ .tab-content #content1, #tab2:checked ~ .tab-content #content2, #tab3:checked ~ .tab-content #content3, #tab4:checked ~ .tab-content #content4, #tab5:checked ~ .tab-content #content5, #tab6:checked ~ .tab-content #content6, #tab7:checked ~ .tab-content #content7, #tab8:checked ~ .tab-content #content8, #tab9:checked ~ .tab-content #content9, #tab10:checked ~ .tab-content #content10 { display: block; }
미디어위키:Common.css
문서로 돌아갑니다.