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

提供:ロマサガ2リメイク 攻略Wiki(ロマンシング サガ2 リベンジオブザセブン)
移動先:案内検索
編集の要約なし
編集の要約なし
 
(同じ利用者による、間の3版が非表示)
5行目: 5行目:
  }
  }
}
}
/*背景画像*/
.container {
.container {
     background: url(https://da9v1g7imu10q.cloudfront.net/images/rs2r/d/d6/Rs2r_bg.webp) center top repeat;
     background: url(https://da9v1g7imu10q.cloudfront.net/images/rs2r/d/d6/Rs2r_bg.webp) center top repeat;
16行目: 17行目:
     background-color: #464646;
     background-color: #464646;
}
}
.main-content {
/*メインコンテナの背景色*/
    background-color: #ffffffe3!important;
.main-content, .lower-menu {
  background-color: #ffffffe3!important;
}
}
table ul {
table ul {
38行目: 40行目:
     }
     }
     .box-normal {
     .box-normal {
     border: 1px solid #c3d0d9;
     border: 1px solid #c3d0d9!important;
     background: #eef4f8;
     background: #eef4f8!important;
    padding: 15px 15px 0 15px;
}
     margin: 15px 0;
table.wikitable.askcenter {
     margin: auto;
}
}

2024年12月7日 (土) 22:30時点における最新版

/* ここに記述したCSSはすべての外装に反映されます */
@media (max-width: 768px) {
 .mw-editsection {
 	display: none;
 }
}
/*背景画像*/
.container {
    background: url(https://da9v1g7imu10q.cloudfront.net/images/rs2r/d/d6/Rs2r_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, .lower-menu {
  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)!important;
        border-bottom: solid 2px #a2a9b1!important;
        margin-top: 3rem!important;
    }
.box-red {
    border: 1px solid #e5c0ce;
    background: #f7e9ec;
    padding: 15px;
    margin: 15px 0;
    }
    .box-normal {
    border: 1px solid #c3d0d9!important;
    background: #eef4f8!important;
}
table.wikitable.askcenter {
    margin: auto;
}