틀:리반문서틀/styles.css: 두 판 사이의 차이

편집 요약 없음
태그: 수동 되돌리기 되돌려진 기여
편집 요약 없음
 
(같은 사용자의 중간 판 4개는 보이지 않습니다)
70번째 줄: 70번째 줄:
.catlinks {
.catlinks {
display:none;
display:none;
}
/* 목차를 나무위키처럼 */
.toc {
border-radius: 0!important;
border: 1px solid #5b5955!important;
margin-left: 5px;
}
.toctitle {
min-width: 0!important;
border: none!important;
background-color: #d3d0c7!important;
}
#mw-toc-heading {
border: none!important;
font-weight: normal;
user-select: none;
}
.tocnumber {
color: #337ab7;
padding-right: .3em!important;
}
.tocnumber:after {
content: '.';
}
.toctext {
cursor: default;
}
.toctogglespan {
display: none;
}
#toc ul {
margin: 0!important;
padding: 0.6rem 1.2rem!important;
border: none;
background: #d3d0c7;
}
#toc ul ul {
margin: 0 0 0 1rem!important;
padding: 0!important;
}
#toc li {
margin: 0!important;
padding: 0!important;
border: none;
background: #d3d0c7;
}
/* 문단을 나무위키처럼 */
h1 {
border-bottom: 1px solid #5b5955!important;
}
h2 {
border-bottom: 1px solid #5b5955!important;
}
h3 {
border-bottom: 1px solid #5b5955!important;
}
h4 {
border-bottom: 1px solid #5b5955!important;
}
h5 {
border-bottom: 1px solid #5b5955!important;
}
h6 {
border-bottom: 1px solid #5b5955!important;
}
.reference-paragraph {
border-bottom: 1px solid #777!important;
}
.number-link {
color: #0275d8;
transition: color .05s ease-in;
}
.number-link:hover {
color: #0263d8;
}
.number-link:active {
color: #0263d8;
}
.mw-headline-number {
cursor: pointer;
}
.mw-headline-number:hover {
text-decoration: underline;
}
.mw-editsection {
float: right;
font-weight: bold;
}
.mw-editsection-visualeditor {
display: none;
}
.mw-editsection-divider {
display: none;
}
.mw-editsection-bracket {
margin: 0!important;
color: #0275d8!important;
}
/* 기타 */
/* 이미지 테두리 색 변경 */
.thumbborder {
border: 1px solid #5b5955;
}
/* pre 태그 상하 여백 */
pre {
margin: .8rem 0;
}
/* del 태그도 마우스 올리면 취소선 해제 */
del:hover {
text-decoration: none;
}
/* 가로줄 기본 색상 나무위키와 동일시 */
hr {
border-top-color: #5b5955;
}
/* 테이블 셀 테두리 색상 나무위키와 동일시 */
td {
border-color: #ddd!important;
}
th {
border-color: #ddd!important;
}
/* 헬퍼 버튼 호버 기능 */
.namucat-helper-btn:hover {
font-weight: bold;
font-size: 1.2em;
padding: 10px;
}
}

2024년 4월 18일 (목) 01:08 기준 최신판

/*    배경    */
.Liban-Main  {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #d3d0c7;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index:-3;
}

/* 글자 색 변경*/
.Liban-template a {
	color: #2c6bb2;
}
.Liban-template a:hover {
	color: #2c6bb2;
}
.Liban-template a:active {
	color: #2c6bb2;
}
.Liban-template a.new {
	color: #2c6bb2;
}
.Liban-template a.new:hover {
	color: #2c6bb2;
}
.Liban-template a.new:active {
	color: #2c6bb2;
}
.Liban-template a.external {
	color: #2c6bb2;
}
.Liban-template a.external:hover {
	color: #2c6bb2;
}
.Liban-template a.external:active {
	color: #2c6bb2;
}
.mw-headline-number {
    color: #2c6bb2!important;
}
.mw-editsection {
	float: right;
	font-weight: bold;
}

/*목차 글자 색 변경*/
#mw-toc-heading{
	color:#5b5955;
}
.toctogglelabel:after {
	color: #5b5955!important;
}
.tocnumber {
	color:#337ab7!important;
	font-size: 1rem;
}
.toctogglespan {
	color:#5b5955!important;
}
.toctext {
	color:#5b5955!important;
	font-size: 1rem;
}

/* 분류 칸 제거 */
.catlinks {
	display:none;
}

/* 목차를 나무위키처럼 */
.toc {
	border-radius: 0!important;
	border: 1px solid #5b5955!important;
	margin-left: 5px;
}
.toctitle {
	min-width: 0!important;
	border: none!important;
	background-color: #d3d0c7!important;
}
#mw-toc-heading {
	border: none!important;
	font-weight: normal;
	user-select: none;
}
.tocnumber {
	color: #337ab7;
	padding-right: .3em!important;
}
.tocnumber:after {
	content: '.';
}
.toctext {
	cursor: default;
}
.toctogglespan {
	display: none;
}
#toc ul {
	margin: 0!important;
	padding: 0.6rem 1.2rem!important;
	border: none;
	background: #d3d0c7;
}
#toc ul ul {
	margin: 0 0 0 1rem!important;
	padding: 0!important;
}
#toc li {
	margin: 0!important;
	padding: 0!important;
	border: none;
	background: #d3d0c7;
}

/* 문단을 나무위키처럼 */
h1 {
	border-bottom: 1px solid #5b5955!important;
}
h2 {
	border-bottom: 1px solid #5b5955!important;
}
h3 {
	border-bottom: 1px solid #5b5955!important;
}
h4 {
	border-bottom: 1px solid #5b5955!important;
}
h5 {
	border-bottom: 1px solid #5b5955!important;
}
h6 {
	border-bottom: 1px solid #5b5955!important;
}
.reference-paragraph {
	border-bottom: 1px solid #777!important;
}
.number-link {
	color: #0275d8;
	transition: color .05s ease-in;
}
.number-link:hover {
	color: #0263d8;
}
.number-link:active {
	color: #0263d8;
}
.mw-headline-number {
	cursor: pointer;
}
.mw-headline-number:hover {
	text-decoration: underline;
}
.mw-editsection {
	float: right;
	font-weight: bold;
}
.mw-editsection-visualeditor {
	display: none;
}
.mw-editsection-divider {
	display: none;
}
.mw-editsection-bracket {
	margin: 0!important;
	color: #0275d8!important;
}

/* 기타 */
/* 이미지 테두리 색 변경 */
.thumbborder {
	border: 1px solid #5b5955;
}
/* pre 태그 상하 여백 */
pre {
	margin: .8rem 0;
}
/* del 태그도 마우스 올리면 취소선 해제 */
del:hover {
	text-decoration: none;
}
/* 가로줄 기본 색상 나무위키와 동일시 */
hr {
	border-top-color: #5b5955;
}
/* 테이블 셀 테두리 색상 나무위키와 동일시 */
td {
	border-color: #ddd!important;
}
th {
	border-color: #ddd!important;
}
/* 헬퍼 버튼 호버 기능 */
.namucat-helper-btn:hover {
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px;
}