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

편집 요약 없음
편집 요약 없음
4번째 줄: 4번째 줄:
border: 2px solid #D2AF99;
border: 2px solid #D2AF99;
box-shadow: 0px 0px 30px #D2AF99;
box-shadow: 0px 0px 30px #D2AF99;
font-weight: bold;
padding: 10px;
padding: 10px;
}
}

2023년 9월 30일 (토) 22:53 판

#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;
}

.mw-customtoggle {
	display: none;
}

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

a {
	color: #888!important;
}

a.new {
	color: transparent!important;
	text-shadow: 0px 0px 4px #888;
}