「MediaWiki:Common.css」の版間の差分
編集の要約なし |
編集の要約なし |
||
21行目: | 21行目: | ||
line-height: 1.5 !important; | line-height: 1.5 !important; | ||
} | } | ||
.video { | |||
position: relative; | |||
width: 100%; | |||
} | |||
.video iframe { | |||
position: absolute; | |||
top: 0; | |||
right: 0; | |||
width: 100%; | |||
height: 100%; | |||
} | |||
} | } | ||
@media screen and (min-width: 86.75em){ | @media screen and (min-width: 86.75em){ |
2023年3月2日 (木) 22:03時点における版
/* ここに記述したCSSはすべての外装に反映されます */
main#content{
font-family:
"ヒラギノ角ゴ Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ StdN", "ヒラギノ角ゴ StdN",
"ヒラギノ角ゴ ProN W3",
HiraKakuProN-W3, メイリオ, Meiryo, 游ゴシック, "Yu Gothic", Verdana, Helvetica, Arial, sans-serif;
}
body{
font-size: 110%;
}
textarea{
font-size: 110% !important;
}
@media screen and (max-width:982px){
body{
font-size: 200% !important;
}
textarea{
font-size: 175% !important;
height: calc( 1.5em * 10 ) !important;
line-height: 1.5 !important;
}
.video {
position: relative;
width: 100%;
}
.video iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
}
@media screen and (min-width: 86.75em){
.mw-checkbox-hack-checkbox:checked ~ .mw-workspace-container .mw-content-container,
.mw-checkbox-hack-checkbox:checked ~ .mw-workspace-container .mw-article-toolbar-container{
margin-left: 11.5em;
}
}