틀:환련사록 문서틀/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
19번째 줄: 19번째 줄:
}
}


a {
a:link {
color: brown!important;
color: brown!important;
text-shadow: 0 0 5px transparent!important;
}
a:visited {
color: transparent!important;
text-shadow: 0 0 5px brown!important;
}
}

2023년 10월 9일 (월) 11:29 판

#content {
	background: #faf2e8;
	color: #000;
	border: 2px solid #D2AF99;
	box-shadow: 0px 0px 30px #D2AF99;
	padding: 10px;
}

.mw-headline {
	font-size: 18pt;
}

.mw-headline-number {
	display: none;
}

* {
	font-family: 'Noto Serif KR';
}

a:link {
	color: brown!important;
	text-shadow: 0 0 5px transparent!important;
}

a:visited {
	color: transparent!important;
	text-shadow: 0 0 5px brown!important;
}