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

提供: uwuzu 非公式Wiki
ナビゲーションに移動 検索に移動
K.Yuzen (トーク | 投稿記録)
編集の要約なし
K.Yuzen (トーク | 投稿記録)
編集の要約なし
 
(同じ利用者による、間の1版が非表示)
12行目: 12行目:
.frame-welcome .about {
.frame-welcome .about {
font-size: 95%;
font-size: 95%;
}
.frame-welcome .articles_count {
margin-top: 0.5em;
text-align: right;
}
}

2026年2月7日 (土) 11:19時点における最新版

.frame-welcome {
	overflow-x: auto;
	margin: 0 5px 10px 5px;
	padding: 8px;
	border: 1px solid #a7d7f9;
	line-height: 1.25;
	/*border-radius: 10px;*/
}
.frame-welcome .welcome {
	font-size: 150%;
}
.frame-welcome .about {
	font-size: 95%;
}
.frame-welcome .articles_count {
	margin-top: 0.5em;
	text-align: right;
}