quick fix for the battle backgrounds
This commit is contained in:
parent
8506bf48ff
commit
f424a9fbd2
|
@ -40,17 +40,17 @@ $side-width = ($battle-width - $screen-width) / 2
|
|||
height $battle-height
|
||||
narrow-font()
|
||||
&.battle_bg_0
|
||||
background-image url("//91.121.152.74:8000/Sprites/battle/backgrounds/battle_bg.png")
|
||||
background-image url("../Sprites/battle/backgrounds/battle_bg.png")
|
||||
&.battle_bg_1
|
||||
background-image url("//91.121.152.74:8000/Sprites/battle/backgrounds/battle_bg_1.png")
|
||||
background-image url("../Sprites/battle/backgrounds/battle_bg_1.png")
|
||||
&.battle_bg_2
|
||||
background-image url("//91.121.152.74:8000/Sprites/battle/backgrounds/battle_bg_2.png")
|
||||
background-image url("../Sprites/battle/backgrounds/battle_bg_2.png")
|
||||
&.battle_bg_3
|
||||
background-image url("//91.121.152.74:8000/Sprites/battle/backgrounds/battle_bg_3.png")
|
||||
background-image url("../Sprites/battle/backgrounds/battle_bg_3.png")
|
||||
&.battle_bg_4
|
||||
background-image url("//91.121.152.74:8000/Sprites/battle/backgrounds/battle_bg_4.png")
|
||||
background-image url("../Sprites/battle/backgrounds/battle_bg_4.png")
|
||||
&.battle_bg_5
|
||||
background-image url("//91.121.152.74:8000/Sprites/battle/backgrounds/battle_bg_5.png")
|
||||
background-image url("../Sprites/battle/backgrounds/battle_bg_5.png")
|
||||
.battle_user_info
|
||||
.pokemon_icons
|
||||
margin 0 auto
|
||||
|
|
|
@ -297,12 +297,12 @@ h1{font-family:"PT Sans Narrow","Helvetica Neue",sans-serif;font-size:2em;font-w
|
|||
.battle{position:absolute;top:0;left:0;bottom:0;width:620px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px;}
|
||||
.battle h2{font-size:.6875em;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid rgba(0,0,0,0.1);line-height:normal}
|
||||
.battle .battle_container{position:relative;width:600px;height:300px;font-family:"PT Sans Narrow","Helvetica Neue",sans-serif;}
|
||||
.battle .battle_container.battle_bg_0{background-image:url("//91.121.152.74:8000/Sprites/battle/backgrounds/battle_bg.png")}
|
||||
.battle .battle_container.battle_bg_1{background-image:url("//91.121.152.74:8000/Sprites/battle/backgrounds/battle_bg_1.png")}
|
||||
.battle .battle_container.battle_bg_2{background-image:url("//91.121.152.74:8000/Sprites/battle/backgrounds/battle_bg_2.png")}
|
||||
.battle .battle_container.battle_bg_3{background-image:url("//91.121.152.74:8000/Sprites/battle/backgrounds/battle_bg_3.png")}
|
||||
.battle .battle_container.battle_bg_4{background-image:url("//91.121.152.74:8000/Sprites/battle/backgrounds/battle_bg_4.png")}
|
||||
.battle .battle_container.battle_bg_5{background-image:url("//91.121.152.74:8000/Sprites/battle/backgrounds/battle_bg_5.png")}
|
||||
.battle .battle_container.battle_bg_0{background-image:url("../Sprites/battle/backgrounds/battle_bg.png")}
|
||||
.battle .battle_container.battle_bg_1{background-image:url("../Sprites/battle/backgrounds/battle_bg_1.png")}
|
||||
.battle .battle_container.battle_bg_2{background-image:url("../Sprites/battle/backgrounds/battle_bg_2.png")}
|
||||
.battle .battle_container.battle_bg_3{background-image:url("../Sprites/battle/backgrounds/battle_bg_3.png")}
|
||||
.battle .battle_container.battle_bg_4{background-image:url("../Sprites/battle/backgrounds/battle_bg_4.png")}
|
||||
.battle .battle_container.battle_bg_5{background-image:url("../Sprites/battle/backgrounds/battle_bg_5.png")}
|
||||
.battle .battle_user_info .pokemon_icons{margin:0 auto;width:80px;}
|
||||
.battle .battle_user_info .pokemon_icons .icon_wrapper{width:40px;float:left;}
|
||||
.battle .battle_user_info .pokemon_icons .icon_wrapper:nth-child(even){position:relative;top:6px}
|
||||
|
|
Loading…
Reference in New Issue