「MediaWiki:Common.css」の版間の差分
imported>Tendon mai 細編集の要約なし |
new |
||
| (2人の利用者による、間の24版が非表示) | |||
| 1行目: | 1行目: | ||
/* ここに記述したCSSはすべてのスキンに反映されます */ | /* ここに記述したCSSはすべてのスキンに反映されます */ | ||
@import url('https://fonts.googleapis.com/css2?family= | @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; | |||
} | |||
} | |||