「MediaWiki:Common.css」の版間の差分
提供:メタファー リファンタジオ 攻略Wiki
ヘイグ運営用アカウント (トーク | 投稿記録) 編集の要約なし タグ: 手動差し戻し |
ヘイグ運営用アカウント (トーク | 投稿記録) 編集の要約なし |
||
42行目: | 42行目: | ||
.box-red p { | .box-red p { | ||
margin: 0 !important; | margin: 0 !important; | ||
} | |||
table.wikitable li { | |||
text-align: left; | |||
} | } |
2024年10月20日 (日) 22:08時点における版
/* ここに記述したCSSはすべての外装に反映されます */
@media (max-width: 768px) {
.mw-editsection {
display: none;
}
}
.container {
background: url(https://da9v1g7imu10q.cloudfront.net/images/metaphor_refantazio/6/6a/Bg.webp) center top repeat;
background-size: 100% auto;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #464646;
}
.main-content {
background-color: #ffffffe3!important;
}
table ul {
margin: 0.3em 0 0 1.2em!important;
padding: 0!important;
}
span.link-color-orange a {
color: chocolate!important;
}
h3, .h3 {
font-size: calc(1.065rem + 0.1vw);
border-bottom: solid 2px #a2a9b1;
margin-top: 3rem;
}
.box-red {
border: 1px solid #e5c0ce;
background: #f7e9ec;
padding: 15px;
margin: 15px 0;
}
.box-normal p {
margin: 0 !important;
}
.box-red p {
margin: 0 !important;
}
table.wikitable li {
text-align: left;
}