1,835
回編集
編集の要約なし |
編集の要約なし |
||
57行目: | 57行目: | ||
} | } | ||
} | } | ||
@media ( min-width: 43em ) { | |||
body.skin-minerva #frame-welcome { | |||
/* background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");*/ | |||
background-repeat: no-repeat; | |||
background-position: -40px -15px; | |||
padding-left: 165px; | |||
} | |||
} | |||
@media ( min-width: 48em ) { | |||
body.skin-vector #frame-welcome, | |||
body.skin-modern #frame-welcome, | |||
body.skin-monobook #frame-welcome, | |||
body.skin-cologneblue #frame-welcome { | |||
/* background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");*/ | |||
background-repeat: no-repeat; | |||
background-position: -40px -15px; | |||
padding-left: 165px; | |||
} | |||
} | |||
.mainpage-content-text .hlist-slash { | |||
margin-top: 0.5em; | |||
text-align: right; | |||
} | |||
#portals .CategoryTreeTag { | |||
margin-left: 0.5em; | |||
font-size: 90%; | |||
} | |||
#fa_picture .mainpage-content-text > div { | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
.mainpage-gallery { | |||
text-align: center; | |||
display: flex; | |||
flex-flow: row wrap; | |||
justify-content: space-around; | |||
justify-content: space-evenly; | |||
} | |||
/* [[Category:テンプレートスタイル]] */ |