Style-sheets angepasst Typen
This commit is contained in:
parent
311130675f
commit
55f544dd14
File diff suppressed because it is too large
Load Diff
@ -100,11 +100,11 @@
|
||||
<div class="col-75">
|
||||
<h4>{{ pokemon.pokemonname }}</h4>
|
||||
<h5>Pokedex-Id: {{ pokemon.pokedexidString }}</h5>
|
||||
<div ng-if="pokemon.pokemontypa > 0" class="pokemontyp{{ pokemon.pokemontypa }}">
|
||||
<div ng-if="pokemon.pokemontypa > 0" class="pokemontypnor pokemontyp{{ pokemon.pokemontypa }}">
|
||||
<img src="img/typbilder/{{ pokemon.pokemontypa }}.png" alt="PokemonTyp" width="32" height="32">
|
||||
{{ pokemon.pokemontypaString }}
|
||||
</div>
|
||||
<div ng-if="pokemon.pokemontypb > 0" class="pokemontyp{{ pokemon.pokemontypb }}">
|
||||
<div ng-if="pokemon.pokemontypb > 0" class="pokemontypnor pokemontyp{{ pokemon.pokemontypb }}">
|
||||
<img src="img/typbilder/{{ pokemon.pokemontypb }}.png" alt="PokemonTyp" width="32" height="32">
|
||||
{{ pokemon.pokemontypbString }}
|
||||
</div>
|
||||
|
||||
67
www/test.html
Normal file
67
www/test.html
Normal file
@ -0,0 +1,67 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<!--head section This is a place of all reference of css and javascript lib-->
|
||||
<head>
|
||||
<!-- Meta section -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
||||
<meta name="format-detection" content="telephone=no"> <!-- To disable phone number typing.-->
|
||||
<!-- end Meta section -->
|
||||
<title></title>
|
||||
<!-- Font reference section -->
|
||||
<link href="lib/robotodraft/robotodraft.css">
|
||||
<!-- end Font reference section -->
|
||||
|
||||
<!-- CSS reference section -->
|
||||
<link rel="stylesheet" href="css/ionic.app.css">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="stylesheet" href="css/custom_style.css">
|
||||
<link rel="stylesheet prefetch" href="lib/angular-material/angular-material.css">
|
||||
<link rel="stylesheet" href="lib/font-awesome-4.4.0/css/font-awesome.css">
|
||||
<!-- end CSS reference section -->
|
||||
|
||||
<!-- Ionic javascript lib -->
|
||||
<script src="lib/ionic/js/ionic.bundle.js"></script>
|
||||
<!-- end Ionic javascript lib -->
|
||||
|
||||
<!-- Angular javascript lib -->
|
||||
<script src="lib/angular-messages/angular-messages.js"></script>
|
||||
<script src="lib/angular-aria/angular-aria.js"></script>
|
||||
<script src="lib/angular-material/angular-material.js"></script>
|
||||
<!-- end Angular javascript lib -->
|
||||
|
||||
<!-- Cordova script (this will be a 404 during development) -->
|
||||
<script src="lib/ngCordova/dist/ng-cordova.js"></script>
|
||||
<script src="cordova.js"></script>
|
||||
<!-- end Cordova script -->
|
||||
|
||||
<!--ionic framework ngIOS9UIWebViewPatch-->
|
||||
<!--Learn more about ngIOS9UIWebViewPatch at : http://blog.ionic.io/ios-9-potential-breaking-change/-->
|
||||
<script src="lib/ngIOS9UIWebViewPatch/angular-ios9-uiwebview.patch.js"></script>
|
||||
<!--end ionic framework ngIOS9UIWebViewPatch-->
|
||||
<!-- end CSS reference section -->
|
||||
<!-- end jQuery section-->
|
||||
|
||||
</head><!-- end head section-->
|
||||
|
||||
<!--body section-->
|
||||
<body>
|
||||
|
||||
<div class="pokemontypnor pokemontyp18">
|
||||
<img src="img/typbilder/1.png" alt="PokemonTyp" width="32" height="32">
|
||||
Unlicht
|
||||
</div>
|
||||
|
||||
<div class="pokemontypsm pokemontyp1">
|
||||
<img src="img/typbilder/1.png" alt="PokemonTyp" width="32" height="32">
|
||||
Unlicht
|
||||
</div>
|
||||
|
||||
<div class="pokemontypsx pokemontyp18">
|
||||
<img src="img/typbilder/1.png" alt="PokemonTyp" width="32" height="32">
|
||||
Unlicht
|
||||
</div>
|
||||
|
||||
</body><!-- end body section-->
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user