「テンプレート:メインページ/styles.css」の版間の差分

(jawp:Template:メインページ/styles.css の 2021年4月27日 (火) 12:22‎ (UTC) 版 より一部修正のうえ抜粋転記)
 
(「テンプレート:メインページ/styles.css」を保護しました ([編集=管理者のみ許可] (無期限) [移動=管理者のみ許可] (無期限)))
 

2023年7月7日 (金) 16:45時点における最新版

/* このページの内容は、CC BY-SA 4.0のライセンスの元で利用できます。*/

/* {{pp-template}} */
.mainpage-frame {
	overflow-x: auto;
	margin: 0 5px 10px 5px;
	padding: 8px;
	border: 1px solid #a7d7f9;
	border-radius: 10px;
}
#frame-main2 {
	background: #fbfdff;
}
#frame-interlang {
	background: #f9f9f9;
}
#frame-welcome {
	line-height: 1.25;
}
#welcome {
	font-size: 180%;
	margin-top: 10px;
	margin-bottom: 0.3em;
}
#about {
	margin-left: 0.5em;
	font-size: 85%;
}
#about ~ div {
	margin-top: 0.3em;
	font-size: 95%;
	text-align: right;
}
#number {
	padding-top: 0.8em;
}

.mainpage-flexbox {
	display: flex;
	flex-wrap: wrap;
}

#frame-main1 {
	flex-basis: 380px;
	flex-grow: 3;
}
#frame-main2 {
	flex-basis: 310px;
	flex-grow: 1;
}

.mainpage-content-text .hlist-slash {
	margin-top: 0.5em;
	text-align: right;
}

#portals .CategoryTreeTag {
	margin-left: 0.5em;
	font-size: 90%;
}

#fa_picture .mainpage-content-text > div {
	margin-left: auto;
	margin-right: auto;
}
.mainpage-gallery {
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	justify-content: space-evenly;
}
/* [[Category:テンプレートスタイル]] */