「MediaWiki:Common.css」の版間の差分

提供:メタファー リファンタジオ 攻略Wiki
移動先:案内検索
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
 
(同じ利用者による、間の4版が非表示)
1行目: 1行目:
/* ここに記述したCSSはすべての外装に反映されます */
/* ここに記述したCSSはすべての外装に反映されます */
@media (max-width: 768px) {
.mw-editsection {
display: none;
}
}
.container {
.container {
     background: url(https://da9v1g7imu10q.cloudfront.net/images/metaphor_refantazio/6/6a/Bg.webp) center top repeat;
     background: url(https://da9v1g7imu10q.cloudfront.net/images/metaphor_refantazio/6/6a/Bg.webp) center top repeat;
34行目: 29行目:
     border: 1px solid #e5c0ce;
     border: 1px solid #e5c0ce;
     background: #f7e9ec;
     background: #f7e9ec;
    padding: 15px;
    margin: 15px 0;
     }
     }
.box-normal p {
 
     margin: 0 !important;
table.wikitable li {
}
     text-align: left;
.box-red p {
    margin: 0 !important;
}
}
.menu-item a, .link-card a {
table.wikitable.askcenter {
     display: block;           /* <a>をブロック要素にして領域を拡大 */
     margin: auto;
    width: 100%;              /* 親要素(<div>)の幅いっぱいにする */
    height: 100%;              /* 親要素(<div>)の高さいっぱいにする */
    text-decoration: none;    /* リンクの下線を取り除く(任意) */
    color: inherit;            /* リンクの文字色を親要素に合わせる */
    position: absolute;        /* 親要素内で絶対位置を指定 */
    top: 0;                    /* 親要素の上端に位置させる */
    left: 0;                  /* 親要素の左端に位置させる */
}
}

2024年11月28日 (木) 10:48時点における最新版

/* ここに記述したCSSはすべての外装に反映されます */
.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;
    }

table.wikitable li {
    text-align: left;
}
table.wikitable.askcenter {
    margin: auto;
}