「テンプレート:メインページ/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;…」) |
(相違点なし)
|
2023年3月10日 (金) 14:47時点における版
/* {{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:テンプレートスタイル]] */