diff --git a/demos/component-docs/app.css b/demos/component-docs/app.css index d365189641..1b3d3a60c8 100644 --- a/demos/component-docs/app.css +++ b/demos/component-docs/app.css @@ -156,13 +156,75 @@ ion-card.cards-list-demo a > icon { ion-card p.advanced-background-title { position: absolute; - top: 29%; + top: 25%; font-size: 2.0em; width: 100%; font-weight: bold; color: #fff !important; +} + +ion-card p.advanced-background-title-large { + top: 29%; + font-weight: normal; + font-size: 4.4em; + color: #fff !important; +} +ion-card p.advanced-background-title-large span { + vertical-align: top; + padding-top: 5px; + font-size: 72px; + height: 74px; + line-height: 1; + display: inline-block; +} + +ion-card ion-item.advanced-trans.item { + position: absolute; + top: 0; + width: 100%; + padding: 12px 20px !important; + background: transparent; +} +ion-card ion-item.advanced-trans.item p { + font-size: 12px; +} +ion-card .advanced-weather-tabs { + position: absolute; + bottom: 0; + width: 100%; + background: transparent; +} + +ion-card .advanced-weather-tabs tab-bar { + background: transparent; + border-top: none; +} +body.ios ion-card .advanced-weather-tabs tab-bar { + height: 88px; +} +body.md ion-card .advanced-weather-tabs tab-bar { + height: 100px; +} +ion-card .advanced-weather-tabs tab-bar a { + height: 100%; +} +ion-card .advanced-weather-tabs tab-bar a icon.tab-button-icon { + color: #fff; + font-size: 2.8em; + margin-bottom: 2px; +} +ion-card .advanced-weather-tabs tab-bar a span.tab-button-text { + color: #fff; + font-size: 13px; +} +body.md tab-highlight { + background-color: #fff !important; +} + +ion-content ion-card ion-item.advanced-trans p { + color: #fff; } ion-card p.advanced-background-subtitle { @@ -171,7 +233,6 @@ ion-card p.advanced-background-subtitle { top: 48%; width: 100%; color: #fff !important; - } ion-card .icon-avatar { diff --git a/demos/component-docs/cards/cards-advanced-weather.html b/demos/component-docs/cards/cards-advanced-weather.html index 73acd69039..28cc5f02ab 100644 --- a/demos/component-docs/cards/cards-advanced-weather.html +++ b/demos/component-docs/cards/cards-advanced-weather.html @@ -5,12 +5,64 @@ - + + - - TODO - + +

ALASKA, USA

+

SUN

+
+

+ + 23° +

+ + + + + + +
+ + + + + +

MACHU PICCHU, PERU

+

TUE

+
+ +

+ + 78° +

+ + + + + + +
+ + + + + +

LONDON, UK

+

SUN

+
+ +

+ + 41° +

+ + + + + +
diff --git a/demos/component-docs/img/advance-card-alaska.jpg b/demos/component-docs/img/advance-card-alaska.jpg new file mode 100644 index 0000000000..86fa9eda41 Binary files /dev/null and b/demos/component-docs/img/advance-card-alaska.jpg differ diff --git a/demos/component-docs/img/advance-card-london.jpg b/demos/component-docs/img/advance-card-london.jpg new file mode 100644 index 0000000000..992544b076 Binary files /dev/null and b/demos/component-docs/img/advance-card-london.jpg differ diff --git a/demos/component-docs/img/advance-card-machu-picchu-1.jpg b/demos/component-docs/img/advance-card-machu-picchu-1.jpg new file mode 100644 index 0000000000..e58a4892d3 Binary files /dev/null and b/demos/component-docs/img/advance-card-machu-picchu-1.jpg differ