Template:メインページ/content.css

半永久的に保護されているテンプレート
/* {{pp-template}} */
.mainpage-content {
	text-align: left;
	position: relative;
	overflow: auto;
}

.mainpage-heading {
	position: relative;
	margin: 0.2em 0 0 0;
	padding: 0;
	line-height: normal;
	overflow: visible;
	white-space: nowrap;
	border-bottom: 0;
}

.mainpage-heading:after {
	content: none !important;	/* Timeless */
}

.mainpage-heading-image {
	position: relative;
	left: 3px;
	top: -0.1em;
	z-index: 2;
}

.mainpage-heading-title {
	position:relative;
	margin-left: -38px;
	z-index: 1;
	padding-left: 45px;
	padding-right: 8px;
	font-size: 85%;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
	border:0 solid transparent;
	border-radius: 5px / 50%;
	background: rgb(224, 239, 255);	/* ブラウザがlinear-gradientに対応していない場合 */
	background: linear-gradient(to right, rgb(210, 231, 255), rgba(210, 231, 255, 0));
}

.mainpage-content-text {
	margin: 4px 6px 16px 6px;
}
/* [[Category:テンプレートスタイル]] */