「テンプレート:メインページ/content.css」の版間の差分
(jawp:Template:メインページ/content.css の 2020年12月28日 (月) 12:38 (UTC) 版 より全文転記の上、ライセンス表示の文を追加) |
細 (「テンプレート:メインページ/content.css」を保護しました ([編集=管理者のみ許可] (無期限) [移動=管理者のみ許可] (無期限))) |
(相違点なし)
|
2023年7月7日 (金) 16:47時点における版
/*このページの内容は、CC BY-SA 4.0(https://creativecommons.org/licenses/by-sa/4.0/deed.ja)のライセンスの下で利用できます。*/
/* {{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:テンプレートスタイル]] */