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

(새 문서: →‎바깥 배경: .OEU-template .wikitable { text-shadow:0px 0px 0px transparent; } →‎글자 색 변경: .OEU-template a { color: #da8080!important; } .OEU-template a:hover { color: #fdecec!important; text-shadow:0px 0px 25px #fd8080!important; } .OEU-template a:active { color: #da8080!important; } .OEU-template a.new { color: #ba0000!important; } .OEU-template a.new:hover { color: #fe5757!important; text-shadow:0px 0px 25px #f80101!important; } .OEU-template a.new:a...)
 
편집 요약 없음
1번째 줄: 1번째 줄:
/* 바깥 배경*/
/* 바깥 배경*/
.OEU-template .wikitable {
.AMGD-template .wikitable {
text-shadow:0px 0px 0px transparent;
text-shadow:0px 0px 0px transparent;
}
}


/* 글자 색 변경*/
/* 글자 색 변경*/
.OEU-template a {
.AMGD-template a {
color: #da8080!important;
color: #da8080!important;
}
}
.OEU-template a:hover {
.AMGD-template a:hover {
color: #fdecec!important;
color: #fdecec!important;
text-shadow:0px 0px 25px #fd8080!important;
text-shadow:0px 0px 25px #fd8080!important;
}
}
.OEU-template a:active {
.AMGD-template a:active {
color: #da8080!important;
color: #da8080!important;
}
}
.OEU-template a.new {
.AMGD-template a.new {
color: #ba0000!important;
color: #ba0000!important;
}
}
.OEU-template a.new:hover {
.AMGD-template a.new:hover {
color: #fe5757!important;
color: #fe5757!important;
text-shadow:0px 0px 25px #f80101!important;
text-shadow:0px 0px 25px #f80101!important;
}
}
.OEU-template a.new:active {
.AMGD-template a.new:active {
color: #ba0000!important;
color: #ba0000!important;
}
}
.OEU-template a.external {
.AMGD-template a.external {
color: #33b733!important;
color: #33b733!important;
}
}
.OEU-template a.external:hover {
.AMGD-template a.external:hover {
color: #95ed95!important;
color: #95ed95!important;
text-shadow:0px 0px 25px #17ec17!important;
text-shadow:0px 0px 25px #17ec17!important;
}
}
.OEU-template a.external:active {
.AMGD-template a.external:active {
color: #33b733!important;
color: #33b733!important;
}
}
.OEU-template .plainlinks a.external {
.AMGD-template .plainlinks a.external {
color: #da8080!important;
color: #da8080!important;
}
}
.OEU-template .plainlinks:hover a.external {
.AMGD-template .plainlinks:hover a.external {
color: #fdecec!important;
color: #fdecec!important;
text-shadow:0px 0px 25px #fd8080!important;
text-shadow:0px 0px 25px #fd8080!important;
}
}
.OEU-template .plainlinks:active a.external {
.AMGD-template .plainlinks:active a.external {
color: #da8080!important;
color: #da8080!important;
}
}
90번째 줄: 90번째 줄:


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

2024년 11월 19일 (화) 02:39 판

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

/* 글자 색 변경*/
.AMGD-template a {
	color: #da8080!important;
}
.AMGD-template a:hover {
	color: #fdecec!important;
	text-shadow:0px 0px 25px #fd8080!important;
}
.AMGD-template a:active {
	color: #da8080!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: #da8080!important;
}
.AMGD-template .plainlinks:hover a.external {
	color: #fdecec!important;
	text-shadow:0px 0px 25px #fd8080!important;
}
.AMGD-template .plainlinks:active a.external {
	color: #da8080!important;
}
.number-link {
    color: #da8080!important;
}

/* 편집 버튼 */
.mw-editsection {
    color: #da8080!important;
	float: right;
	font-weight: bold;
}
.mw-editsection-bracket {
	color: #eed7d7!important;
	font-weight: bold;
}
.mw-editsection-divider {
	color: #eed7d7!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;
}