css angepasst entwicklung
This commit is contained in:
parent
c4088694a8
commit
93431210f4
@ -18,6 +18,12 @@ md-input-container {
|
|||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prizingfont{
|
||||||
|
color:#fff;
|
||||||
|
font-size: 14px;
|
||||||
|
text-shadow: 2px 0 0 #333333, -2px 0 0 #333333, 0 2px 0 #333333, 0 -2px 0 #333333, 1px 1px #333333, -1px -1px 0 #333333, 1px -1px 0 #333333, -1px 1px 0 #333333;
|
||||||
|
}
|
||||||
|
|
||||||
.divcenter {
|
.divcenter {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<!--State name : app.contractdetail-->
|
<!--State name : app.contractdetail-->
|
||||||
<!--URL : #app/contractdetail-->
|
<!--URL : #app/contractdetail-->
|
||||||
|
|
||||||
<ion-view title="{{pokemon.pokemonname}} - (Eng.: {{ pokemon.pokemonnameeng }})">
|
<ion-view title="{{pokemon.pokemonname}} - (engl.: {{ pokemon.pokemonnameeng }})">
|
||||||
<!--left button on navigation bar-->
|
<!--left button on navigation bar-->
|
||||||
<ion-nav-buttons side="left">
|
<ion-nav-buttons side="left">
|
||||||
<a ng-click="$ionicGoBack()" class="button back-button buttons button-clear header-item nav-back-btn">
|
<a ng-click="$ionicGoBack()" class="button back-button buttons button-clear header-item nav-back-btn">
|
||||||
@ -81,28 +81,30 @@
|
|||||||
Entwicklung
|
Entwicklung
|
||||||
</div>
|
</div>
|
||||||
<md-list>
|
<md-list>
|
||||||
<div class="row" ng-repeat="pokemonentwicklung in pokemonentwicklungliste" style="font-size: 10px;">
|
<div class="row" ng-repeat="pokemonentwicklung in pokemonentwicklungliste" style="font-size: 12px;">
|
||||||
|
<div style="width: 100%; text-align: center;" class="col">
|
||||||
|
<i ng-if="pokemonentwicklung.pokemonlistentyp == 2" class="ion-arrow-down-a center-screen" style="font-size:18px;color:#333333;"></i>
|
||||||
|
<br ng-if="pokemonentwicklung.pokemonlistentyp == 2">
|
||||||
|
<span ng-if="pokemonentwicklung.pokemonlistentyp == 2" class="prizingfont">{{ pokemonentwicklung.pokemonpokedexid }} Bonbons</span>
|
||||||
|
<br ng-if="pokemonentwicklung.pokemonlistentyp == 2">
|
||||||
|
<i ng-if="pokemonentwicklung.pokemonlistentyp == 2" class="ion-arrow-down-a center-screen" style="font-size:18px;color:#333333;"></i>
|
||||||
|
<br ng-if="pokemonentwicklung.pokemonlistentyp == 2">
|
||||||
|
<img ng-if="pokemonentwicklung.pokemonlistentyp == 1" src="{{pokemonentwicklung.pokemonimage}}" width="64" height="64" alig="center">
|
||||||
|
<br ng-if="pokemonentwicklung.pokemonlistentyp == 1">
|
||||||
|
<span ng-if="pokemonentwicklung.pokemonlistentyp == 1">{{ pokemonentwicklung.pokemonname }}</span>
|
||||||
|
<span ng-if="pokemonentwicklung.pokemonlistentyp == 1" style="font-size: 8px;"> <i>(engl. {{ pokemonentwicklung.pokemonnameeng }})</i></span>
|
||||||
|
<br ng-if="pokemonentwicklung.pokemonlistentyp == 1">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-33 col-center"></div>
|
<div class="row">
|
||||||
<div class="col-33 col-center">
|
<div ng-repeat="pokemonentwicklung in pokemonentwicklunglisteonestep" style="text-align: center;" class="col">
|
||||||
<div class="divcenter">
|
|
||||||
<p ng-if="pokemonentwicklung.pokemonlistentyp == 2">{{ pokemonentwicklung.pokemonpokedexid }} Bonbons</p>
|
|
||||||
<img ng-if="pokemonentwicklung.pokemonlistentyp == 2" src="img/arrow_down.png" width="64" height="64">
|
|
||||||
<img ng-if="pokemonentwicklung.pokemonlistentyp == 1" src="{{pokemonentwicklung.pokemonimage}}" width="64" height="64">
|
<img ng-if="pokemonentwicklung.pokemonlistentyp == 1" src="{{pokemonentwicklung.pokemonimage}}" width="64" height="64">
|
||||||
<p ng-if="pokemonentwicklung.pokemonlistentyp == 1">{{ pokemonentwicklung.pokemonname }} </p>
|
<br ng-if="pokemonentwicklung.pokemonlistentyp == 1">
|
||||||
<p ng-if="pokemonentwicklung.pokemonlistentyp == 1">engl.: {{ pokemonentwicklung.pokemonnameeng }}</p>
|
<span ng-if="pokemonentwicklung.pokemonlistentyp == 1">{{ pokemonentwicklung.pokemonname }}</span>
|
||||||
</div>
|
<br ng-if="pokemonentwicklung.pokemonlistentyp == 1">
|
||||||
</div>
|
<span ng-if="pokemonentwicklung.pokemonlistentyp == 1" style="font-size: 8px;"> <i>(engl. {{ pokemonentwicklung.pokemonnameeng }})</i></span>
|
||||||
<div class="col-33 col-center"></div>
|
<br ng-if="pokemonentwicklung.pokemonlistentyp == 1">
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="row" style="font-size: 10px;">
|
|
||||||
<div ng-repeat="pokemonentwicklung in pokemonentwicklunglisteonestep" class="col col-center">
|
|
||||||
<div class="divcenter">
|
|
||||||
<img ng-if="pokemonentwicklung.pokemonlistentyp == 1" src="{{pokemonentwicklung.pokemonimage}}" width="64" height="64">
|
|
||||||
<p ng-if="pokemonentwicklung.pokemonlistentyp == 1">{{ pokemonentwicklung.pokemonname }} </p>
|
|
||||||
<p ng-if="pokemonentwicklung.pokemonlistentyp == 1">engl.: {{ pokemonentwicklung.pokemonnameeng }}</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user