「MediaWiki:Common.css」の版間の差分
MediaWikiインターフェイスページ
その他の操作
編集の要約なし |
new |
||
| (2人の利用者による、間の14版が非表示) | |||
| 3行目: | 3行目: | ||
.page-天羽駅, .amebafont { font-family: "Hachi Maru Pop", sans-serif !important;} | .page-天羽駅, .amebafont { font-family: "Hachi Maru Pop", sans-serif !important;} | ||
/* | /* mainpagetitlebyebye */ | ||
.page-メインページ .firstHeading { | |||
display: none; | display: none; | ||
} | |||
/* FixLayout For Mobile in infobox */ | |||
@media screen and (max-width: 720px) { | |||
.infobox { | |||
width: 95% !important; | |||
margin: 10px auto !important; | |||
float: none !important; | |||
display: table !important; | |||
clear: both; | |||
border: none !important; | |||
box-shadow: none !important; | |||
padding: 0 !important; | |||
background-color: transparent !important; | |||
} | |||
.infobox td, .infobox th { | |||
border: 1px solid var(--border-color, #a2a9b1) !important; | |||
} | |||
} | } | ||
2026年1月13日 (火) 21:30時点における最新版
/* ここに記述したCSSはすべてのスキンに反映されます */
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap');
.page-天羽駅, .amebafont { font-family: "Hachi Maru Pop", sans-serif !important;}
/* mainpagetitlebyebye */
.page-メインページ .firstHeading {
display: none;
}
/* FixLayout For Mobile in infobox */
@media screen and (max-width: 720px) {
.infobox {
width: 95% !important;
margin: 10px auto !important;
float: none !important;
display: table !important;
clear: both;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
background-color: transparent !important;
}
.infobox td, .infobox th {
border: 1px solid var(--border-color, #a2a9b1) !important;
}
}