:TOC top/styles.css

< 틀:TOC top
젊은리버럴 (토론 | 기여)님의 2024년 5월 3일 (금) 01:36 판 (새 문서: .toc-top-false-title { font-weight: bold; text-align: center; } .toc-top .hlist ul { text-align: inherit; } @media all and (min-width: 720px) { .toc-top { clear: left; } .toc-top-left { float: left; } .toc-top-right { float: right; clear: right; } .toc-top-center { margin: auto; clear: none; } } →‎Vector 2022 rules: body.skin-vector-2022 .toc-top { padding: 7px; } body.skin-vector-2022 .toc-top #toc-title-text { border-bottom: 0; margin-...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.toc-top-false-title {
	font-weight: bold;
	text-align: center;
}

.toc-top .hlist ul {
	text-align: inherit;
}

@media all and (min-width: 720px) {
	.toc-top {
		clear: left;
	}
	
	.toc-top-left {
		float: left;
	}
	
	.toc-top-right {
		float: right;
		clear: right;
	}
	
	.toc-top-center {
		 margin: auto;
		 clear: none;
	}
}

/* Vector 2022 rules */

body.skin-vector-2022 .toc-top {
	padding: 7px;
}

body.skin-vector-2022 .toc-top #toc-title-text {
	border-bottom: 0;
	margin-top: 0;
	font-weight: bold;
	text-align: center;
}