틀:아마겟돈 문서틀/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
13번째 줄: 13번째 줄:
}
}
.AMGD-template a:active {
.AMGD-template a:active {
color: #db8989!important;
color: #d08491!important;
}
}
.AMGD-template a.new {
.AMGD-template a.new {
36번째 줄: 36번째 줄:
}
}
.AMGD-template .plainlinks a.external {
.AMGD-template .plainlinks a.external {
color: #db8989!important;
color: #d08491!important;
}
}
.AMGD-template .plainlinks:hover a.external {
.AMGD-template .plainlinks:hover a.external {

2024년 11월 19일 (화) 03:00 기준 최신판

/* 바깥 배경*/
.AMGD-template .wikitable {
	text-shadow:0px 0px 0px transparent;
}

/* 글자 색 변경*/
.AMGD-template a {
	color: #d08491!important;
}
.AMGD-template a:hover {
	color: #fdecec!important;
	text-shadow:0px 0px 25px #e6b6fb!important;
}
.AMGD-template a:active {
	color: #d08491!important;
}
.AMGD-template a.new {
	color: #ba0000!important;
}
.AMGD-template a.new:hover {
	color: #fe5757!important;
	text-shadow:0px 0px 25px #f80101!important;
}
.AMGD-template a.new:active {
	color: #ba0000!important;
}
.AMGD-template a.external {
	color: #33b733!important;
}
.AMGD-template a.external:hover {
	color: #95ed95!important;
	text-shadow:0px 0px 25px #17ec17!important;
}
.AMGD-template a.external:active {
	color: #33b733!important;
}
.AMGD-template .plainlinks a.external {
	color: #d08491!important;
}
.AMGD-template .plainlinks:hover a.external {
	color: #fdecec!important;
	text-shadow:0px 0px 25px #e6b6fb!important;
}
.AMGD-template .plainlinks:active a.external {
	color: #af3146!important;
}
.number-link {
    color: #af3146!important;
}

/* 편집 버튼 */
.mw-editsection {
    color: #dbd5d5!important;
	float: right;
	font-weight: bold;
}
.mw-editsection-bracket {
	color: #dbd5d5!important;
	font-weight: bold;
}
.mw-editsection-divider {
	color: #dbd5d5!important;
	font-weight: bold;
}

  /* 각주 선 제거 */
.mw-references-wrap {
	border-top: none;
	padding-top: 0em;
}

/* 리스트를 나무위키처럼 */
ul:not(#toc) {
	list-style-type: disc;
	list-style-image: none;
}
ul ul:not(#toc) {
	list-style-type: circle;
	list-style-image: none;
}
ul ul ul:not(#toc) {
	list-style-type: square;
	list-style-image: none;
}

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

/* 그 외 */
.AMGD-template .h2 {
	border-bottom: 1px solid #000000;
}