その他の操作
編集の要約なし |
citizen用ウェルカム内画像表示CSSプロパティ追加 タグ: モバイル編集 モバイルウェブ編集 改良版モバイル編集 |
||
| (同じ利用者による、間の19版が非表示) | |||
| 14行目: | 14行目: | ||
} | } | ||
#frame-welcome { | #frame-welcome { | ||
line-height: 1.25; | line-height: 1.25; height: 180px; | ||
} | } | ||
#welcome { | #welcome { | ||
font-size: | font-size: 110%; | ||
margin-top: 10px; | margin-top: 10px; | ||
margin-bottom: 0.3em; | margin-bottom: 0.3em; | ||
| 23行目: | 23行目: | ||
#about { | #about { | ||
margin-left: 0.5em; | margin-left: 0.5em; | ||
font-size: | font-size: 80%; | ||
} | } | ||
#about ~ div { | #about ~ div { | ||
margin-top: 0.3em; | margin-top: 0.3em; | ||
font-size: | font-size: 90%; | ||
text-align: right; | text-align: right; | ||
} | } | ||
#number { | #number { | ||
padding-top: 0.8em; | padding-top: 0.8em; position: relative; bottom: 0px; right: 0px; top:50px; | ||
} | } | ||
| 49行目: | 49行目: | ||
/* 画面の横幅が大きけれはロゴ画像を表示させ、フォントを一部大きくする */ | /* 画面の横幅が大きけれはロゴ画像を表示させ、フォントを一部大きくする */ | ||
@media ( min-width: | @media ( min-width: 36em ) { | ||
body.skin-timeless #frame-welcome { | body.skin-timeless #frame-welcome, | ||
body.skin-citizen #frame-welcome, | |||
body.skin-vector-2022 #frame-welcome { | |||
background-image: url("https://gamefanweb.com/ets2/images/2/2b/Project_02.png"); | background-image: url("https://gamefanweb.com/ets2/images/2/2b/Project_02.png"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: | background-position: left; | ||
padding-left: | padding-left: 210px; | ||
} | } | ||
} | } | ||
| 61行目: | 63行目: | ||
background-image: url("https://gamefanweb.com/ets2/images/2/2b/Project_02.png"); | background-image: url("https://gamefanweb.com/ets2/images/2/2b/Project_02.png"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: | background-position: left; | ||
padding-left: | padding-left: 210px; | ||
} | } | ||
} | } | ||
@media ( min-width: 48em ) { | @media ( min-width: 48em ) { | ||
body.skin-vector #frame-welcome, | body.skin-vector #frame-welcome, | ||
body.skin-modern #frame-welcome, | body.skin-modern #frame-welcome, | ||
body.skin-monobook #frame-welcome, | body.skin-monobook #frame-welcome, | ||
| 73行目: | 74行目: | ||
background-image: url("https://gamefanweb.com/ets2/images/2/2b/Project_02.png"); | background-image: url("https://gamefanweb.com/ets2/images/2/2b/Project_02.png"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: | background-position: left; | ||
padding-left: | padding-left: 210px; | ||
} | } | ||
} | } | ||