From ef79fb5754b602c515b70680ff759f99e1867e24 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sun, 13 Oct 2013 22:09:07 -0500 Subject: [PATCH] Header title color mixin fix --- dist/css/ionic-ios7.css | 1970 +++++++++++++++++++++++++ dist/css/ionic.css | 3079 --------------------------------------- scss/ionic/_mixins.scss | 4 + 3 files changed, 1974 insertions(+), 3079 deletions(-) diff --git a/dist/css/ionic-ios7.css b/dist/css/ionic-ios7.css index e69de29bb2..683d265732 100644 --- a/dist/css/ionic-ios7.css +++ b/dist/css/ionic-ios7.css @@ -0,0 +1,1970 @@ +@charset "UTF-8"; +/** +* Adapted from normalize.css and some reset.css. We don't care even one +* bit about old IE, so we don't need any hacks for that in here. +* +* There are probably other things we could remove here, as well. +* +* normalize.css v2.1.2 | MIT License | git.io/normalize +*/ +/** + * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) + * http://cssreset.com + */ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + vertical-align: baseline; + font: inherit; + font-size: 100%; } + +ol, ul { + list-style: none; } + +blockquote, q { + quotes: none; } + +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; } + +/** + * Prevent modern browsers from displaying `audio` without controls. + * Remove excess height in iOS 5 devices. + */ +audio:not([controls]) { + display: none; + height: 0; } + +/** + * Hide the `template` element in IE, Safari, and Firefox < 22. + */ +[hidden], +template { + display: none; } + +script { + display: none !important; } + +/* ========================================================================== + Base + ========================================================================== */ +/** + * 1. Set default font family to sans-serif. + * 2. Prevent iOS text size adjust after orientation change, without disabling + * user zoom. + */ +html { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; + font-family: sans-serif; + /* 1 */ + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + /* 2 */ + -webkit-text-size-adjust: 100%; + /* 2 */ } + +/** + * Remove default margin. + */ +body { + margin: 0; + line-height: 1; } + +/* * + * Remove tap highlight color on Safari + */ +a { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + +/** + * Address `outline` inconsistency between Chrome and other browsers. + */ +a:focus { + outline: thin dotted; } + +/** + * Improve readability when focused and also mouse hovered in all browsers. + */ +a:active, +a:hover { + outline: 0; } + +/* ========================================================================== + Typography + ========================================================================== */ +/** + * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. + */ +b, +strong { + font-weight: bold; } + +/** + * Address styling not present in Safari 5 and Chrome. + */ +dfn { + font-style: italic; } + +/** + * Address differences between Firefox and other browsers. + */ +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; } + +/** + * Correct font family set oddly in Safari 5 and Chrome. + */ +code, +kbd, +pre, +samp { + font-size: 1em; + font-family: monospace, serif; } + +/** + * Improve readability of pre-formatted text in all browsers. + */ +pre { + white-space: pre-wrap; } + +/** + * Set consistent quote types. + */ +q { + quotes: "\201C" "\201D" "\2018" "\2019"; } + +/** + * Address inconsistent and variable font size in all browsers. + */ +small { + font-size: 80%; } + +/** + * Prevent `sub` and `sup` affecting `line-height` in all browsers. + */ +sub, +sup { + position: relative; + vertical-align: baseline; + font-size: 75%; + line-height: 0; } + +sup { + top: -0.5em; } + +sub { + bottom: -0.25em; } + +/** + * Define consistent border, margin, and padding. + */ +fieldset { + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; + border: 1px solid silver; } + +/** + * 1. Correct `color` not being inherited in IE 8/9. + * 2. Remove padding so people aren't caught out if they zero out fieldsets. + */ +legend { + padding: 0; + /* 2 */ + border: 0; + /* 1 */ } + +/** + * 1. Correct font family not being inherited in all browsers. + * 2. Correct font size not being inherited in all browsers. + * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. + */ +button, +input, +select, +textarea { + margin: 0; + /* 3 */ + font-size: 100%; + /* 2 */ + font-family: inherit; + /* 1 */ } + +/** + * Address Firefox 4+ setting `line-height` on `input` using `!important` in + * the UA stylesheet. + */ +button, +input { + line-height: normal; } + +/** + * Address inconsistent `text-transform` inheritance for `button` and `select`. + * All other form control elements do not inherit `text-transform` values. + * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. + * Correct `select` style inheritance in Firefox 4+ and Opera. + */ +button, +select { + text-transform: none; } + +/** + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls. + * 2. Correct inability to style clickable `input` types in iOS. + * 3. Improve usability and consistency of cursor style between image-type + * `input` and others. + */ +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + cursor: pointer; + /* 3 */ + -webkit-appearance: button; + /* 2 */ } + +/** + * Re-set default cursor for disabled elements. + */ +button[disabled], +html input[disabled] { + cursor: default; } + +/** + * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. + * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome + * (include `-moz` to future-proof). + */ +input[type="search"] { + -webkit-box-sizing: content-box; + /* 2 */ + -moz-box-sizing: content-box; + box-sizing: content-box; + -webkit-appearance: textfield; + /* 1 */ } + +/** + * Remove inner padding and search cancel button in Safari 5 and Chrome + * on OS X. + */ +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; } + +/** + * Remove inner padding and border in Firefox 4+. + */ +button::-moz-focus-inner, +input::-moz-focus-inner { + padding: 0; + border: 0; } + +/** + * 1. Remove default vertical scrollbar in IE 8/9. + * 2. Improve readability and alignment in all browsers. + */ +textarea { + overflow: auto; + /* 1 */ + vertical-align: top; + /* 2 */ } + +/* ========================================================================== + Tables + ========================================================================== */ +/** + * Remove most spacing between table cells. + */ +table { + border-spacing: 0; + border-collapse: collapse; } + +*, +*:before, +*:after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } + +a { + -webkit-user-drag: none; + -webkit-tap-highlight-color: transparent; } + +a:focus, button:focus { + outline: 0; } + +body { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + overflow: hidden; + margin: 0; + padding: 0; + word-wrap: break-word; + font-size: 14px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + line-height: 20px; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -webkit-text-size-adjust: none; + text-size-adjust: none; + -webkit-tap-highlight-color: transparent; + -webkit-user-drag: none; + -webkit-user-select: none; } + +.view-full { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; } + +/* Hack to force all relatively and absolutely positioned elements still render while scrolling + Note: This is a bug for "-webkit-overflow-scrolling: touch" (via ratchet) */ +.content > * { + -webkit-transform: translateZ(0px); + transform: translateZ(0px); } + +.content-wrapper { + position: absolute; + top: 0; + height: 100%; + width: 100%; + overflow: auto; + -webkit-overflow-scrolling: touch; } + +.has-header { + margin-top: 44px; } + +.has-tabs { + bottom: 49px; } + +.page, .full-section { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + overflow: auto; + width: 100%; + height: 100%; + background-color: #fff; + -webkit-overflow-scrolling: touch; } + +.platform-ios7 .bar-header { + height: 64px; } + .platform-ios7 .bar-header > * { + margin-top: 20px; } +.platform-ios7 .has-header { + margin-top: 64px; } + +.hidden, .hide { + display: none !important; } + +.padded { + padding: 10px; } + +.inset { + margin: 10px; } + +.rounded { + border-radius: 4px; } + +p { + margin: 0 0 10px; } + +.lead { + margin-bottom: 20px; + font-size: 16.1px; + font-weight: 200; + line-height: 1.4; } + +small { + font-size: 85%; } + +cite { + font-style: normal; } + +.text-left { + text-align: left; } + +.text-right { + text-align: right; } + +.text-center { + text-align: center; } + +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-weight: 500; + line-height: 1.1; } + h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, + .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small { + font-weight: normal; + line-height: 1; } + +h1, +h2, +h3 { + margin-top: 20px; + margin-bottom: 10px; } + +h4, +h5, +h6 { + margin-top: 10px; + margin-bottom: 10px; } + +h1, .h1 { + font-size: 36px; } + +h2, .h2 { + font-size: 30px; } + +h3, .h3 { + font-size: 24px; } + +h4, .h4 { + font-size: 18px; } + +h5, .h5 { + font-size: 14px; } + +h6, .h6 { + font-size: 12px; } + +h1 small, .h1 small { + font-size: 24px; } + +h2 small, .h2 small { + font-size: 18px; } + +h3 small, .h3 small, +h4 small, .h4 small { + font-size: 14px; } + +dl { + margin-bottom: 20px; } + +dt, +dd { + line-height: 1.42857; } + +dt { + font-weight: bold; } + +dd { + margin-left: 0; } + +blockquote { + padding: 10px 20px; + margin: 0 0 20px; + border-left: 5px solid gray; } + blockquote p { + font-size: 17.5px; + font-weight: 300; + line-height: 1.25; } + blockquote p:last-child { + margin-bottom: 0; } + blockquote small { + display: block; + line-height: 1.42857; } + blockquote small:before { + content: '\2014 \00A0'; } + blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + border-right: 5px solid gray; + border-left: 0; } + blockquote.pull-right p, + blockquote.pull-right small { + text-align: right; } + blockquote.pull-right small:before { + content: ''; } + blockquote.pull-right small:after { + content: '\00A0 \2014'; } + +q:before, +q:after, +blockquote:before, +blockquote:after { + content: ""; } + +address { + display: block; + margin-bottom: 20px; + font-style: normal; + line-height: 1.42857; } + +.bar { + position: absolute; + left: 0; + right: 0; + z-index: 10; + display: -webkit-box; + display: box; + width: 100%; + height: 44px; + padding: 5px; + box-sizing: border-box; + background-color: white; + border-style: solid; + border-width: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; } + .bar.bar-header { + border-bottom-width: 1px; } + .bar.bar-footer { + border-top-width: 1px; } + .bar.bar-default { + background-color: rgba(255, 255, 255, 0.9); + border-color: #dddddd; + color: #333333; } + .bar.bar-default .title { + color: #333333; } + .bar.bar-secondary { + background-color: rgba(245, 245, 245, 0.9); + border-color: #bbbbbb; + color: #333333; } + .bar.bar-secondary .title { + color: #333333; } + .bar.bar-primary { + background-color: rgba(74, 135, 238, 0.9); + border-color: #3b6dc2; + color: white; } + .bar.bar-primary .title { + color: white; } + .bar.bar-info { + background-color: rgba(67, 206, 230, 0.9); + border-color: #3bb3c8; + color: white; } + .bar.bar-info .title { + color: white; } + .bar.bar-success { + background-color: rgba(102, 204, 51, 0.9); + border-color: #5bb22f; + color: white; } + .bar.bar-success .title { + color: white; } + .bar.bar-warning { + background-color: rgba(240, 184, 64, 0.9); + border-color: #d29f31; + color: white; } + .bar.bar-warning .title { + color: white; } + .bar.bar-danger { + background-color: rgba(239, 78, 58, 0.9); + border-color: #c73927; + color: white; } + .bar.bar-danger .title { + color: white; } + .bar.bar-dark { + background-color: rgba(68, 68, 68, 0.9); + border-color: #111111; + color: white; } + .bar.bar-dark .title { + color: white; } + .bar .title { + position: absolute; + z-index: 0; + top: 0; + left: 0; + right: 0; + line-height: 44px; + margin: 0; + min-width: 30px; + text-overflow: ellipsis; + text-align: center; + white-space: nowrap; + font-size: 17px; } + .bar .title a { + color: inherit; } + .bar .button { + box-flex: 1; + -webkit-box-flex: 0; + -moz-box-flex: 0; + background-color: transparent; + line-height: 23px; + font-size: 12px; + padding: 4px 12px; + z-index: 1; } + .bar .button.button-clear { + line-height: 34px; + padding: 0 5px; } + .bar .button-bar { + line-height: 18px; } + .bar .button-bar + .button, .bar .button + .button-bar { + margin-left: 5px; } + .bar .title + .button:last-child, + .bar > .button + .button:last-child, + .bar > .button.pull-right, + .bar .title + .buttons { + position: absolute; + top: 5px; + right: 5px; } + +.bar-default .button { + color: #333333; + background-color: white; + border-color: #dddddd; } + .bar-default .button:hover { + color: #333333; + text-decoration: none; } + .bar-default .button.active, .bar-default .button:active { + background-color: #fafafa; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #bbbbbb; } + .bar-default .button.button-clear { + color: #333333; + background: none; + box-shadow: none; + font-size: 17px; } + +.bar-secondary .button { + color: #333333; + background-color: whitesmoke; + border-color: #bbbbbb; } + .bar-secondary .button:hover { + color: #333333; + text-decoration: none; } + .bar-secondary .button.active, .bar-secondary .button:active { + background-color: #e5e5e5; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #999999; } + .bar-secondary .button.button-clear { + color: #333333; + background: none; + box-shadow: none; + font-size: 17px; } + +.bar-primary .button { + color: white; + background-color: #4a87ee; + border-color: #3b6dc2; } + .bar-primary .button:hover { + color: white; + text-decoration: none; } + .bar-primary .button.active, .bar-primary .button:active { + background-color: #4175ce; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #32599c; } + .bar-primary .button.button-clear { + color: white; + background: none; + box-shadow: none; + font-size: 17px; } + +.bar-info .button { + color: white; + background-color: #43cee6; + border-color: #3bb3c8; } + .bar-info .button:hover { + color: white; + text-decoration: none; } + .bar-info .button.active, .bar-info .button:active { + background-color: #3db8cd; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #3293a4; } + .bar-info .button.button-clear { + color: white; + background: none; + box-shadow: none; + font-size: 17px; } + +.bar-success .button { + color: white; + background-color: #66cc33; + border-color: #5bb22f; } + .bar-success .button:hover { + color: white; + text-decoration: none; } + .bar-success .button.active, .bar-success .button:active { + background-color: #55aa2b; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #448922; } + .bar-success .button.button-clear { + color: white; + background: none; + box-shadow: none; + font-size: 17px; } + +.bar-warning .button { + color: white; + background-color: #f0b840; + border-color: #d29f31; } + .bar-warning .button:hover { + color: white; + text-decoration: none; } + .bar-warning .button.active, .bar-warning .button:active { + background-color: #e2a114; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #b88517; } + .bar-warning .button.button-clear { + color: white; + background: none; + box-shadow: none; + font-size: 17px; } + +.bar-danger .button { + color: white; + background-color: #ef4e3a; + border-color: #c73927; } + .bar-danger .button:hover { + color: white; + text-decoration: none; } + .bar-danger .button.active, .bar-danger .button:active { + background-color: #ce4331; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #9f3527; } + .bar-danger .button.button-clear { + color: white; + background: none; + box-shadow: none; + font-size: 17px; } + +.bar-dark .button { + color: white; + background-color: #444444; + border-color: #111111; } + .bar-dark .button:hover { + color: white; + text-decoration: none; } + .bar-dark .button.active, .bar-dark .button:active { + background-color: #222222; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: black; } + .bar-dark .button.button-clear { + color: white; + background: none; + box-shadow: none; + font-size: 17px; } + +.bar .button-icon { + background-color: transparent; + border: 1px solid transparent; + font-size: 24px; } + +.bar-header { + top: 0; } + +.bar-footer { + bottom: 0; } + +.bar-tabs { + padding: 0; } + +.bar-header-secondary { + top: 44px; + display: block; } + +.bar-footer-secondary { + bottom: 44px; + display: block; } + +/** + * Tabs + * + * A navigation bar with any number of tab items supported. + */ +.tabs { + font-size: 16px; + position: fixed; + bottom: 0; + width: 100%; + height: 49px; + box-orient: horizontal; + -webkit-box-orient: horizontal; + -moz-box-orient: horizontal; + display: -webkit-box; + display: box; + border-top-width: 1px; + border-style: solid; + background-color: white; + border-color: #dddddd; + color: #333333; } + .tabs.tabs-default { + background-color: white; + border-color: #dddddd; + color: #333333; } + .tabs.tabs-secondary { + background-color: whitesmoke; + border-color: #bbbbbb; + color: #333333; } + .tabs.tabs-primary { + background-color: #4a87ee; + border-color: #3b6dc2; + color: white; } + .tabs.tabs-success { + background-color: #66cc33; + border-color: #5bb22f; + color: white; } + .tabs.tabs-info { + background-color: #43cee6; + border-color: #3bb3c8; + color: white; } + .tabs.tabs-warning { + background-color: #f0b840; + border-color: #d29f31; + color: white; } + .tabs.tabs-danger { + background-color: #ef4e3a; + border-color: #c73927; + color: white; } + .tabs.tabs-dark { + background-color: #ef4e3a; + border-color: #c73927; + color: white; } + +.tab-item { + display: block; + width: 0; + height: 100%; + box-flex: 1; + -webkit-box-flex: 1; + -moz-box-flex: 1; + box-sizing: border-box; + text-align: center; + text-decoration: none; + font-weight: 400; + font-family: "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 10px; + color: inherit; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + opacity: 0.7; } + .tab-item i { + font-size: 32px; } + +/* Navigational tab */ +/* Active state for tab */ +.tab-item.active, .tab-item:active { + opacity: 1; } + .tab-item.active.tab-item-default, .tab-item:active.tab-item-default { + color: white; } + .tab-item.active.tab-item-secondary, .tab-item:active.tab-item-secondary { + color: whitesmoke; } + .tab-item.active.tab-item-primary, .tab-item:active.tab-item-primary { + color: #4a87ee; } + .tab-item.active.tab-item-success, .tab-item:active.tab-item-success { + color: #66cc33; } + .tab-item.active.tab-item-danger, .tab-item:active.tab-item-danger { + color: #ef4e3a; } + .tab-item.active.tab-item-warning, .tab-item:active.tab-item-warning { + color: #f0b840; } + .tab-item.active.tab-item-dark, .tab-item:active.tab-item-dark { + color: #444444; } + +/* Icon for tab */ +.tab-item i { + display: block; + margin: 1px auto -3px auto; } + +/* Label for tab */ +.tab-label { + margin-top: 1px; + color: #fff; + font-weight: bold; + font-size: 10px; } + +.menu { + position: absolute; + top: 0; + bottom: 0; + z-index: 0; + overflow-y: scroll; + min-height: 100%; + max-height: 100%; + width: 270px; + background-color: #fff; + -webkit-overflow-scrolling: touch; } + +.menu-left { + left: 0; } + +.menu-right { + right: 0; } + +.menu-animated { + -webkit-transition: -webkit-transform 200ms ease; + -moz-transition: -moz-transform 200ms ease; + transition: transform 200ms ease; } + +/** + * Modals are independent windows that slide in from off-screen. + */ +.modal { + position: fixed; + z-index: 10; + top: 0; + width: 100%; + min-height: 100%; + overflow: hidden; + background-color: white; } + .modal.active { + height: 100%; } + +.list { + margin-bottom: 20px; + padding-left: 0; + color: #333333; + background-color: white; + border-color: #dddddd; } + .list:hover { + color: #333333; + text-decoration: none; } + .list.active, .list:active { + background-color: #ebebeb; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12); + border-color: #c4c4c4; } + .list.list-success { + color: white; + background-color: #66cc33; + border-color: #66cc33; } + .list.list-success:hover { + color: white; + text-decoration: none; } + .list.list-success.active, .list.list-success:active { + background-color: #56ab2b; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12); + border-color: #52a329; } + +/** + * An individual list item. + */ +.list-item { + position: relative; + display: block; + margin-bottom: -1px; + background-color: white; + border: 1px solid #dddddd; } + .list-item:last-child { + margin-bottom: 0; } + .list-item > .badge { + float: right; } + .list-item > i:last-child { + float: right; } + .list-item > .badge + .badge { + margin-right: 5px; } + .list-item.active, .list-item.active:hover, .list-item.active:focus { + z-index: 2; } + .list-item.active .list-item-heading, .list-item.active:hover .list-item-heading, .list-item.active:focus .list-item-heading { + color: inherit; } + .list-item.list-item-default { + /* + color: $color; + background-color: $bgColor; + border-color: $borderColor; + */ } + .list-item.list-item-default.active, .list-item.list-item-default:active { + color: #333333; + background-color: white; + border-color: #333333; } + .list-item.list-item-default.active .list-item-content, .list-item.list-item-default:active .list-item-content { + background-color: white; + color: #333333; } + .list-item.list-item-secondary { + /* + color: $color; + background-color: $bgColor; + border-color: $borderColor; + */ } + .list-item.list-item-secondary.active, .list-item.list-item-secondary:active { + color: #333333; + background-color: white; + border-color: #333333; } + .list-item.list-item-secondary.active .list-item-content, .list-item.list-item-secondary:active .list-item-content { + background-color: white; + color: #333333; } + .list-item.list-item-primary { + /* + color: $color; + background-color: $bgColor; + border-color: $borderColor; + */ } + .list-item.list-item-primary.active, .list-item.list-item-primary:active { + color: white; + background-color: #4a87ee; + border-color: #333333; } + .list-item.list-item-primary.active .list-item-content, .list-item.list-item-primary:active .list-item-content { + background-color: #4a87ee; + color: white; } + .list-item.list-item-info { + /* + color: $color; + background-color: $bgColor; + border-color: $borderColor; + */ } + .list-item.list-item-info.active, .list-item.list-item-info:active { + color: white; + background-color: #43cee6; + border-color: #333333; } + .list-item.list-item-info.active .list-item-content, .list-item.list-item-info:active .list-item-content { + background-color: #43cee6; + color: white; } + .list-item.list-item-success { + /* + color: $color; + background-color: $bgColor; + border-color: $borderColor; + */ } + .list-item.list-item-success.active, .list-item.list-item-success:active { + color: white; + background-color: #66cc33; + border-color: #333333; } + .list-item.list-item-success.active .list-item-content, .list-item.list-item-success:active .list-item-content { + background-color: #66cc33; + color: white; } + .list-item.list-item-warning { + /* + color: $color; + background-color: $bgColor; + border-color: $borderColor; + */ } + .list-item.list-item-warning.active, .list-item.list-item-warning:active { + color: white; + background-color: #f0b840; + border-color: #333333; } + .list-item.list-item-warning.active .list-item-content, .list-item.list-item-warning:active .list-item-content { + background-color: #f0b840; + color: white; } + .list-item.list-item-danger { + /* + color: $color; + background-color: $bgColor; + border-color: $borderColor; + */ } + .list-item.list-item-danger.active, .list-item.list-item-danger:active { + color: white; + background-color: #ef4e3a; + border-color: #333333; } + .list-item.list-item-danger.active .list-item-content, .list-item.list-item-danger:active .list-item-content { + background-color: #ef4e3a; + color: white; } + .list-item.list-item-dark { + /* + color: $color; + background-color: $bgColor; + border-color: $borderColor; + */ } + .list-item.list-item-dark.active, .list-item.list-item-dark:active { + color: white; + background-color: #444444; + border-color: #333333; } + .list-item.list-item-dark.active .list-item-content, .list-item.list-item-dark:active .list-item-content { + background-color: #444444; + color: white; } + +a.list-item { + color: #333333; + text-decoration: none; } + a.list-item:hover, a.list-item:focus { + text-decoration: none; } + +/** + * List editing styles. These trigger when the entire list goes into + * "edit mode" + */ +.list-editing .list-item-content { + margin-left: 30px; + margin-right: 30px; } +.list-editing .list-item-edit { + left: 0px; + opacity: 1; } + +/** + * The content area of a complex list item. This area can + * Slide left and right and be dragged to support different + * UI interactions. + */ +.list-item-content { + position: relative; + background-color: #fff; + z-index: 2; + padding: 15px 15px; + -webkit-transition: margin-left 0.2s ease-in-out, margin-right 0.2s ease-in-out, left 0.2s ease-in-out; } + .list-item-content > i:last-child { + float: right; } + .list-item-content > .toggle:last-child, .list-item-content input:last-child, .list-item-content > button:last-child { + float: right; } + .list-item-content > .toggle:last-child { + margin-top: -5px; } + +.list-item-sliding { + -webkit-transition: -webkit-transform 0.1s ease-in-out; } + +/** + * The left-side edit area of a complex list item. This area shows + * whe the list item is in edit mode. + */ +.list-item-edit { + position: absolute; + z-index: 0; + left: -48px; + top: 0; + width: 48px; + height: 100%; + line-height: 100%; + opacity: 0; + -webkit-transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out; } + .list-item-edit .button { + height: 100%; } + .list-item-edit i { + color: #ef4e3a; + font-size: 24px; } + .list-item-edit.ng-enter { + -webkit-transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out; + left: -48px; + opacity: 0; } + .list-item-edit.ng-enter-active { + opacity: 1; + left: 0; } + .list-item-edit.ng-leave { + -webkit-transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out; + left: 0px; + opacity: 1; } + .list-item-edit.ng-leave-active { + opacity: 0; + left: -48px; } + +.list-item-drag { + position: absolute; + z-index: 0; + right: 0; + top: 0; + height: 100%; } + .list-item-drag .button { + height: 100%; + border-radius: 0; + border: none; } + +/** + * The hidden right-side buttons that can be exposed under a list item + * with dragging. + */ +.list-item-buttons { + position: absolute; + z-index: 1; + right: 0; + top: 0; + height: 100%; } + .list-item-buttons .button { + height: 100%; + border-radius: 0; + border: none; } + +/** + * A list divider. + */ +.list-divider { + padding: 5px 15px; + background-color: whitesmoke; + color: #222222; + font-weight: bold; } + +.list-item-heading { + margin-top: 0; + margin-bottom: 5px; } + +.list-item-text { + margin-bottom: 0; + line-height: 1.3; } + +form { + margin: 0 0 1.42857; } + +fieldset { + margin: 0; + padding: 0; + border: 0; } + +legend { + display: block; + margin-bottom: 1.42857; + padding: 0; + width: 100%; + border: 0; + border-bottom: 1px solid #e5e5e5; + color: #333333; + font-size: 21px; + line-height: 2.85714; } + legend small { + color: #999999; + font-size: 1.07143; } + +label, +input, +button, +select, +textarea { + font-size: 14px; + font-weight: normal; + line-height: 1.42857; } + +input, +button, +select, +textarea { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } + +.input-group { + overflow: hidden; + /* + border-top: $input-border-width solid $input-border-color; + border-bottom: $input-border-width solid $input-border-color; + background-color: $input-bg; + */ } + +.padded > .input-group, +.input-group.inset { + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; + /* + border-right: $input-border-width solid $input-border-color; + border-left: $input-border-width solid $input-border-color; + */ } + +.input-group .input-wrapper + .input-wrapper { + border-top: 1px solid #cccccc; } + +.input-group + .input-group { + margin-top: 10px; } + +.input-wrapper { + position: relative; + display: block; + overflow: hidden; + padding: 6px 8px 5px; } + .input-wrapper input { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + margin: 0; + background-color: transparent; + -webkit-appearance: none; } + .input-wrapper .input-label { + font-weight: bold; + line-height: 34px; } + +.input-group.stacked-label, +.input-group.stacked-label .input-wrapper { + border: 0; + background-color: transparent; } + +.input-group.stacked-label input, +.input-group.stacked-label textarea { + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; + overflow: hidden; + padding: 4px 8px 3px; + border: 1px solid #cccccc; + background-color: white; } + +.input-group.stacked-label input { + height: 46px; } + +.input-wrapper.row { + margin-right: 0; + margin-left: 0; } + .input-wrapper.row [class*='col-'] { + padding-right: 0; + padding-left: 0; } + +select, +textarea, +input[type="text"], +input[type="password"], +input[type="datetime"], +input[type="datetime-local"], +input[type="date"], +input[type="month"], +input[type="time"], +input[type="week"], +input[type="number"], +input[type="email"], +input[type="url"], +input[type="search"], +input[type="tel"], +input[type="color"], +.uneditable-input { + display: inline-block; + height: 34px; + color: #555555; + vertical-align: middle; + font-size: 14px; + line-height: 20px; } + +input, +textarea, +.uneditable-input { + width: 100%; } + +textarea { + height: auto; } + +textarea, +input[type="text"], +input[type="password"], +input[type="datetime"], +input[type="datetime-local"], +input[type="date"], +input[type="month"], +input[type="time"], +input[type="week"], +input[type="number"], +input[type="email"], +input[type="url"], +input[type="search"], +input[type="tel"], +input[type="color"], +.uneditable-input { + border: 0; } + textarea:focus, + input[type="text"]:focus, + input[type="password"]:focus, + input[type="datetime"]:focus, + input[type="datetime-local"]:focus, + input[type="date"]:focus, + input[type="month"]:focus, + input[type="time"]:focus, + input[type="week"]:focus, + input[type="number"]:focus, + input[type="email"]:focus, + input[type="url"]:focus, + input[type="search"]:focus, + input[type="tel"]:focus, + input[type="color"]:focus, + .uneditable-input:focus { + outline: 0; } + +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + line-height: normal; } + +input[type="file"], +input[type="image"], +input[type="submit"], +input[type="reset"], +input[type="button"], +input[type="radio"], +input[type="checkbox"] { + width: auto; } + +select, +input[type="file"] { + line-height: 34px; } + +select { + width: 220px; + border: 1px solid #cccccc; + background-color: white; } + +select[multiple], +select[size] { + height: auto; } + +select:focus, +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: thin dotted #333333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } + +input:-moz-placeholder, +textarea:-moz-placeholder { + color: #999999; } +input:-ms-input-placeholder, +textarea:-ms-input-placeholder { + color: #999999; } +input::-webkit-input-placeholder, +textarea::-webkit-input-placeholder { + color: #999999; } + +input[type="range"] { + display: block; + margin-top: 20px; + margin-bottom: 20px; + width: auto; + height: 4px; + outline: none; + border-radius: 4px; + background-color: #cccccc; + -webkit-appearance: none !important; } + input[type="range"]::-webkit-slider-thumb { + width: 20px; + height: 20px; + border-radius: 10px; + background-color: white; + box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 5px 6px rgba(0, 0, 0, 0.25); + -webkit-appearance: none !important; } + +input[disabled], +select[disabled], +textarea[disabled], +input[readonly], +select[readonly], +textarea[readonly] { + background-color: #eeeeee; + cursor: not-allowed; } + +input[type="radio"][disabled], +input[type="checkbox"][disabled], +input[type="radio"][readonly], +input[type="checkbox"][readonly] { + background-color: transparent; } + +/* the overall container of the toggle */ +.toggle { + display: inline-block; } + +/* hide the actual checkbox */ +.toggle input { + display: none; } + +.toggle .track { + /* the background of the toggle's track area */ + /* also the track appearance when the toggle is "off" */ + position: relative; + display: inline-block; + box-sizing: border-box; + width: 54px; + height: 32px; + border: solid 2px #dddddd; + border-radius: 20px; + background-color: white; + cursor: pointer; + transition: 0.4s ease; } + +.toggle .handle { + /* the handle (circle) thats inside the toggle's track area */ + /* also the appearance when the handle is "off" */ + position: absolute; + display: block; + width: auto; + /* override defaults */ + height: auto; + /* override defaults */ + box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 4px 5px rgba(0, 0, 0, 0.25); + border-radius: 20px; + background-color: white; + left: 0; + top: 0; + bottom: 0; + right: 20px; + transition: 0.2s ease; + transition-property: left, right; + transition-delay: 0s, 0.05s; } + +.toggle :checked + .track { + /* When the toggle is "on" */ + /* the track when the toggle is "on" */ + border-color: #4bd863; + background-color: #ccc; + box-shadow: inset 0 0 0 20px #4bd863; + transition: 0.2s ease; + /* the handle when the toggle is "on" */ } + .toggle :checked + .track .handle { + background-color: white; + right: 0; + left: 20px; + -webkit-transform: none; + transition-delay: 0.05s, 0s; } + +/* hide a radio button's icon by default */ +.radio-item [class^="icon-"], +.radio-item [class*=" icon-"] { + display: none; } + +.radio-list label.list-item { + cursor: pointer; } + +.radio-list input[type="radio"] { + /* hide any radio button inputs elements (the ugly circles) */ + display: none; + /* when this radio-item is checked */ } + .radio-list input[type="radio"]:checked + .radio-item { + /* show the radio-item icon when checked */ } + .radio-list input[type="radio"]:checked + .radio-item [class^="icon-"], + .radio-list input[type="radio"]:checked + .radio-item [class*=" icon-"] { + position: absolute; + top: 16px; + right: 10px; + display: inline; } + +.button { + position: relative; + display: inline-block; + margin: 0; + padding: 8px 12px; + border-width: 1px; + border-style: solid; + border-radius: 2px; + color: #222222; + vertical-align: middle; + text-align: center; + font-size: 16px; + cursor: pointer; } + .button.button-icon { + border: none; + background: none; + padding: 4px 5px; } + .button.button-clear { + border: none; + background: none; + box-shadow: none; + padding: 4px 5px; + -webkit-transition: opacity 0.1s; + transition: opacity 0.1s; } + .button.button-clear:active, .button.button-clear.active { + opacity: 0.3; } + .button.button-block { + display: block; + margin: 10px 0 10px 0; + width: 100%; } + .button.button-default { + color: #333333; + background-color: white; + border-color: #dddddd; } + .button.button-default:hover { + color: #333333; + text-decoration: none; } + .button.button-default.active, .button.button-default:active { + background-color: #fafafa; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #bbbbbb; } + .button.button-default.button-clear { + color: #333333; + background: none; + box-shadow: none; } + .button.button-secondary { + color: #333333; + background-color: whitesmoke; + border-color: #bbbbbb; } + .button.button-secondary:hover { + color: #333333; + text-decoration: none; } + .button.button-secondary.active, .button.button-secondary:active { + background-color: #e5e5e5; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #999999; } + .button.button-secondary.button-clear { + color: #333333; + background: none; + box-shadow: none; } + .button.button-primary { + color: white; + background-color: #4a87ee; + border-color: #3b6dc2; } + .button.button-primary:hover { + color: white; + text-decoration: none; } + .button.button-primary.active, .button.button-primary:active { + background-color: #4175ce; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #32599c; } + .button.button-primary.button-clear { + color: #4a87ee; + background: none; + box-shadow: none; } + .button.button-primary.button-outline { + border-color: #4a87ee; + color: #4a87ee; } + .button.button-primary.button-outline.active, .button.button-primary.button-outline:active { + background-color: #4a87ee; + color: #fff; + box-shadow: none; } + .button.button-info { + color: white; + background-color: #43cee6; + border-color: #3bb3c8; } + .button.button-info:hover { + color: white; + text-decoration: none; } + .button.button-info.active, .button.button-info:active { + background-color: #3db8cd; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #3293a4; } + .button.button-info.button-clear { + color: #43cee6; + background: none; + box-shadow: none; } + .button.button-info.button-outline { + border-color: #43cee6; + color: #43cee6; } + .button.button-info.button-outline.active, .button.button-info.button-outline:active { + background-color: #43cee6; + color: #fff; + box-shadow: none; } + .button.button-success { + color: white; + background-color: #66cc33; + border-color: #5bb22f; } + .button.button-success:hover { + color: white; + text-decoration: none; } + .button.button-success.active, .button.button-success:active { + background-color: #55aa2b; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #448922; } + .button.button-success.button-clear { + color: #66cc33; + background: none; + box-shadow: none; } + .button.button-success.button-outline { + border-color: #66cc33; + color: #66cc33; } + .button.button-success.button-outline.active, .button.button-success.button-outline:active { + background-color: #66cc33; + color: #fff; + box-shadow: none; } + .button.button-warning { + color: white; + background-color: #f0b840; + border-color: #d29f31; } + .button.button-warning:hover { + color: white; + text-decoration: none; } + .button.button-warning.active, .button.button-warning:active { + background-color: #e2a114; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #b88517; } + .button.button-warning.button-clear { + color: #f0b840; + background: none; + box-shadow: none; } + .button.button-warning.button-outline { + border-color: #f0b840; + color: #f0b840; } + .button.button-warning.button-outline.active, .button.button-warning.button-outline:active { + background-color: #f0b840; + color: #fff; + box-shadow: none; } + .button.button-danger { + color: white; + background-color: #ef4e3a; + border-color: #c73927; } + .button.button-danger:hover { + color: white; + text-decoration: none; } + .button.button-danger.active, .button.button-danger:active { + background-color: #ce4331; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #9f3527; } + .button.button-danger.button-clear { + color: #ef4e3a; + background: none; + box-shadow: none; } + .button.button-danger.button-outline { + border-color: #ef4e3a; + color: #ef4e3a; } + .button.button-danger.button-outline.active, .button.button-danger.button-outline:active { + background-color: #ef4e3a; + color: #fff; + box-shadow: none; } + .button.button-dark { + color: white; + background-color: #444444; + border-color: #111111; } + .button.button-dark:hover { + color: white; + text-decoration: none; } + .button.button-dark.active, .button.button-dark:active { + background-color: #222222; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: black; } + .button.button-dark.button-clear { + color: #444444; + background: none; + box-shadow: none; } + .button.button-dark.button-outline { + border-color: #444444; + color: #444444; } + .button.button-dark.button-outline.active, .button.button-dark.button-outline:active { + background-color: #444444; + color: #fff; + box-shadow: none; } + .button.button-outline { + background: none; + box-shadow: none; + /* padding: $button-clear-padding; */ + -webkit-transition: opacity 0.1s; + transition: opacity 0.1s; } + .button.button-icon { + border: none; + background: none; } + .button.button-icon:active, .button.button-icon.active { + text-shadow: 0px 0px 10px white; + box-shadow: none; + background: none; } + +a.button { + text-decoration: none; } + +.button-group { + position: relative; + display: inline-block; + vertical-align: middle; } + .button-group > .button { + position: relative; + float: left; } + .button-group > .button:hover, .button-group > .button:focus, .button-group > .button:active, .button-group > .button.active { + z-index: 2; } + .button-group > .button:focus { + outline: none; } + +.button-group .button + .button, +.button-group .button + .button-group, +.button-group .button-group + .button, +.button-group .button-group + .button-group { + margin-left: -1px; } + +.button-group > .button:not(:first-child):not(:last-child) { + border-radius: 0; } + +.button-group > .button:first-child { + margin-left: 0; } + .button-group > .button:first-child:not(:last-child) { + -webkit-border-top-right-radius: 0; + -moz-border-radius-topright: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-bottomright: 0; + border-bottom-right-radius: 0; } + +.button-group > .button:last-child:not(:first-child) { + -webkit-border-top-left-radius: 0; + -moz-border-radius-topleft: 0; + border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -moz-border-radius-bottomleft: 0; + border-bottom-left-radius: 0; } + +.button-group > .button-group { + float: left; } + +.button-group > .button-group:not(:first-child):not(:last-child) > .button { + border-radius: 0; } + +.button-group > .button-group:first-child > .button:last-child, +.button-group > .button-group:first-child > .dropdown-toggle { + -webkit-border-top-right-radius: 0; + -moz-border-radius-topright: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-bottomright: 0; + border-bottom-right-radius: 0; } + +.button-group > .button-group:last-child > .button:first-child { + -webkit-border-top-left-radius: 0; + -moz-border-radius-topleft: 0; + border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -moz-border-radius-bottomleft: 0; + border-bottom-left-radius: 0; } + +.button-bar { + box-flex: 1; + -webkit-box-flex: 1; + -moz-box-flex: 1; + box-orient: horizontal; + -webkit-box-orient: horizontal; + -moz-box-orient: horizontal; + display: -webkit-box; + display: box; } + +.button-bar > .button { + box-flex: 1; + -webkit-box-flex: 1; + -moz-box-flex: 1; + display: block; + width: 0; + overflow: hidden; + padding: 8px 16px; + border-width: 1px 0px 1px 1px; + border-radius: 0; + text-align: center; + text-overflow: ellipsis; + white-space: nowrap; + line-height: 15px; } + .button-bar > .button:last-child { + border-right-width: 1px; } + +.buttons { + box-flex: 1; + -webkit-box-flex: 1; + -moz-box-flex: 1; + box-orient: horizontal; + -webkit-box-orient: horizontal; + -moz-box-orient: horizontal; + display: -webkit-box; + display: box; } + +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 11px; + font-weight: bold; + color: white; + line-height: 1; + vertical-align: baseline; + white-space: nowrap; + text-align: center; + background-color: #999999; + border-radius: 10px; } + .badge:empty { + display: none; } + +.button .badge { + position: relative; + top: -1px; } + +.alert { + padding: 8px 35px 8px 14px; + border: 1px solid #fbeed5; + background-color: #fcf8e3; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } + +.alert, +.alert h4 { + color: #c09853; } + +.alert .close { + position: relative; + top: -2px; + right: -21px; + line-height: 1.42857; } + +.alert-block { + padding-top: 14px; + padding-bottom: 14px; } + +.alert-block > p, +.alert-block > ul { + margin-bottom: 0; } + +.alert-block p + p { + margin-top: 5px; } + +.alert-success { + border-color: #d6e9c6; + background-color: #dff0d8; + color: #468847; } + +.alert-success h4 { + color: #468847; } + +.alert-danger, +.alert-error { + border-color: #eed3d7; + background-color: #f2dede; + color: #b94a48; } + +.alert-danger h4, +.alert-error h4 { + color: #b94a48; } + +.alert-info { + border-color: #bce8f1; + background-color: #d9edf7; + color: #3a87ad; } + +.alert-info h4 { + color: #3a87ad; } + +.card { + width: 100%; + background-color: white; + border-radius: 2px; + border: 1px solid #dddddd; } + +.card-header { + padding: 10px; + background-color: white; } + .card-header.card-header-secondary { + background-color: whitesmoke; } + .card-header.card-header-primary { + background-color: #4a87ee; } + .card-header.card-header-info { + background-color: #43cee6; } + .card-header.card-header-success { + background-color: #66cc33; } + .card-header.card-header-warning { + background-color: #f0b840; } + .card-header.card-header-danger { + background-color: #ef4e3a; } + .card-header.card-header-dark { + background-color: #444444; } + +.card-body { + padding: 10px; } + +.card-footer { + padding: 10px; } + +.slide-in-up { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + -webkit-transition: -webkit-transform 0.4s, opacity 0.1s; + transition: -webkit-transform 0.4s, opacity 0.1s; + -webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1); + transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1); + -webkit-animation-fill-mode: forwards; } + +.slide-in-up.active { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } + +@keyframes fadein { + from { + opacity: 0.7; } + + to { + opacity: 1; } } + +@-webkit-keyframes fadein { + /* Safari and Chrome */ + from { + opacity: 0; } + + to { + opacity: 1; } } + +.fade-in { + opacity: 0; + animation: fadein 0.5s; + -webkit-animation: fadein 0.5s; } diff --git a/dist/css/ionic.css b/dist/css/ionic.css index e8851dd04e..e69de29bb2 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -1,3079 +0,0 @@ -@charset "UTF-8"; -@font-face { - font-family: 'ionicons'; - src: url("fonts/ionicons.eot"); - src: url("fonts/ionicons.eot?#iefix") format("embedded-opentype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.svg#ionicons") format("svg"); - font-weight: normal; - font-style: normal; } - -/* Use the following CSS code if you want to use data attributes for inserting your icons */ -[data-icon]:before { - font-family: 'ionicons'; - content: attr(data-icon); - speak: none; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; } - -/* Use the following CSS code if you want to have a class per icon */ -/* -Instead of a list of all class selectors, -you can use the generic selector below, but it's slower: -[class*="your-class-prefix"] { -*/ -.icon-woman, .icon-wifi, .icon-waterdrop, .icon-volume-mute, .icon-volume-medium, .icon-volume-low, .icon-volume-high, .icon-videocamera, .icon-upload, .icon-unlocked, .icon-trash-b, .icon-trash-a, .icon-thumbsup, .icon-thumbsdown, .icon-stop, .icon-star, .icon-shuffle, .icon-share, .icon-search, .icon-reply, .icon-reply-all, .icon-refresh, .icon-record, .icon-printer, .icon-pound, .icon-plus, .icon-plus-round, .icon-plus-circled, .icon-play, .icon-plane, .icon-person, .icon-person-stalker, .icon-person-add, .icon-pause, .icon-paperclip, .icon-next, .icon-navicon, .icon-navicon-round, .icon-music-note, .icon-more, .icon-monitor, .icon-minus, .icon-minus-round, .icon-minus-circled, .icon-mic-c, .icon-mic-b, .icon-mic-a, .icon-map, .icon-man, .icon-loop, .icon-locked, .icon-location, .icon-leaf, .icon-laptop, .icon-ipod, .icon-iphone, .icon-ipad, .icon-ionic, .icon-ionic-outline, .icon-information, .icon-information-circled, .icon-images, .icon-image, .icon-home, .icon-help, .icon-help-circled, .icon-heart, .icon-headphone, .icon-grid, .icon-gear-b, .icon-gear-a, .icon-game-controller-b, .icon-game-controller-a, .icon-forward, .icon-folder, .icon-flask, .icon-flash, .icon-flash-off, .icon-film-marker, .icon-filing, .icon-eye, .icon-email, .icon-drag, .icon-document, .icon-document-text, .icon-disc, .icon-compose, .icon-cloud, .icon-close, .icon-close-round, .icon-close-circled, .icon-clipboard, .icon-chevron-up, .icon-chevron-right, .icon-chevron-left, .icon-chevron-down, .icon-checkmark, .icon-checkmark-round, .icon-checkmark-circled, .icon-chatbubbles, .icon-chatbubble, .icon-chatbubble-working, .icon-chatboxes, .icon-chatbox, .icon-chatbox-working, .icon-card, .icon-camera, .icon-calendar, .icon-bluetooth, .icon-battery-low, .icon-battery-half, .icon-battery-full, .icon-battery-empty, .icon-battery-charging, .icon-bag, .icon-at, .icon-arrow-up-c, .icon-arrow-up-b, .icon-arrow-up-a, .icon-arrow-right-c, .icon-arrow-right-b, .icon-arrow-right-a, .icon-arrow-left-c, .icon-arrow-left-b, .icon-arrow-left-a, .icon-arrow-down-c, .icon-arrow-down-b, .icon-arrow-down-a, .icon-archive, .icon-alert, .icon-ios7-world, .icon-ios7-world-outline, .icon-ios7-volume-low, .icon-ios7-volume-high, .icon-ios7-videocam, .icon-ios7-videocam-outline, .icon-ios7-upload, .icon-ios7-upload-outline, .icon-ios7-unlocked, .icon-ios7-unlocked-outline, .icon-ios7-undo, .icon-ios7-undo-outline, .icon-ios7-trash, .icon-ios7-trash-outline, .icon-ios7-timer, .icon-ios7-timer-outline, .icon-ios7-thunderstorm, .icon-ios7-thunderstorm-outline, .icon-ios7-telephone, .icon-ios7-telephone-outline, .icon-ios7-sunny, .icon-ios7-sunny-outline, .icon-ios7-stopwatch, .icon-ios7-stopwatch-outline, .icon-ios7-star, .icon-ios7-star-outline, .icon-ios7-skipforward, .icon-ios7-skipforward-outline, .icon-ios7-skipbackward, .icon-ios7-skipbackward-outline, .icon-ios7-search, .icon-ios7-search-strong, .icon-ios7-rewind, .icon-ios7-rewind-outline, .icon-ios7-refresh, .icon-ios7-refresh-outline, .icon-ios7-refresh-empty, .icon-ios7-redo, .icon-ios7-redo-outline, .icon-ios7-recording, .icon-ios7-recording-outline, .icon-ios7-rainy, .icon-ios7-rainy-outline, .icon-ios7-printer, .icon-ios7-printer-outline, .icon-ios7-plus, .icon-ios7-plus-outline, .icon-ios7-plus-empty, .icon-ios7-play, .icon-ios7-play-outline, .icon-ios7-photos, .icon-ios7-photos-outline, .icon-ios7-personadd, .icon-ios7-personadd-outline, .icon-ios7-person, .icon-ios7-person-outline, .icon-ios7-people, .icon-ios7-people-outline, .icon-ios7-pause, .icon-ios7-pause-outline, .icon-ios7-partlysunny, .icon-ios7-partlysunny-outline, .icon-ios7-paperplane, .icon-ios7-paperplane-outline, .icon-ios7-navigate, .icon-ios7-navigate-outline, .icon-ios7-musical-notes, .icon-ios7-musical-note, .icon-ios7-more, .icon-ios7-more-outline, .icon-ios7-moon, .icon-ios7-moon-outline, .icon-ios7-monitor, .icon-ios7-monitor-outline, .icon-ios7-minus, .icon-ios7-minus-outline, .icon-ios7-minus-empty, .icon-ios7-mic, .icon-ios7-mic-outline, .icon-ios7-mic-off, .icon-ios7-locked, .icon-ios7-locked-outline, .icon-ios7-location, .icon-ios7-location-outline, .icon-ios7-keypad, .icon-ios7-keypad-outline, .icon-ios7-information, .icon-ios7-information-outline, .icon-ios7-information-empty, .icon-ios7-infinite, .icon-ios7-infinite-outline, .icon-ios7-help, .icon-ios7-help-outline, .icon-ios7-help-empty, .icon-ios7-heart, .icon-ios7-heart-outline, .icon-ios7-glasses, .icon-ios7-glasses-outline, .icon-ios7-gear, .icon-ios7-gear-outline, .icon-ios7-folder, .icon-ios7-folder-outline, .icon-ios7-flag, .icon-ios7-flag-outline, .icon-ios7-film, .icon-ios7-film-outline, .icon-ios7-filing, .icon-ios7-filing-outline, .icon-ios7-fastforward, .icon-ios7-fastforward-outline, .icon-ios7-eye, .icon-ios7-eye-outline, .icon-ios7-email, .icon-ios7-email-outline, .icon-ios7-drag, .icon-ios7-download, .icon-ios7-download-outline, .icon-ios7-copy, .icon-ios7-copy-outline, .icon-ios7-contact, .icon-ios7-contact-outline, .icon-ios7-compose, .icon-ios7-compose-outline, .icon-ios7-cog, .icon-ios7-cog-outline, .icon-ios7-cloudy, .icon-ios7-cloudy-outline, .icon-ios7-cloud, .icon-ios7-cloud-upload, .icon-ios7-cloud-upload-outline, .icon-ios7-cloud-outline, .icon-ios7-cloud-download, .icon-ios7-cloud-download-outline, .icon-ios7-clock, .icon-ios7-clock-outline, .icon-ios7-circle-outline, .icon-ios7-circle-filled, .icon-ios7-checkmark, .icon-ios7-checkmark-outline, .icon-ios7-checkmark-empty, .icon-ios7-chatbubble, .icon-ios7-chatbubble-outline, .icon-ios7-chatboxes, .icon-ios7-chatboxes-outline, .icon-ios7-cart, .icon-ios7-cart-outline, .icon-ios7-camera, .icon-ios7-camera-outline, .icon-ios7-calendar, .icon-ios7-calendar-outline, .icon-ios7-browsers, .icon-ios7-browsers-outline, .icon-ios7-box, .icon-ios7-box-outline, .icon-ios7-bookmarks, .icon-ios7-bookmarks-outline, .icon-ios7-bolt, .icon-ios7-bolt-outline, .icon-ios7-bell, .icon-ios7-bell-outline, .icon-ios7-at, .icon-ios7-arrow-up, .icon-ios7-arrow-right, .icon-ios7-arrow-left, .icon-ios7-arrow-forward, .icon-ios7-arrow-down, .icon-ios7-arrow-back, .icon-ios7-albums, .icon-ios7-albums-outline, .icon-ios7-alarm, .icon-ios7-alarm-outline, .icon-social-youtube, .icon-social-youtube-outline, .icon-social-yahoo, .icon-social-yahoo-outline, .icon-social-wordpress, .icon-social-wordpress-outline, .icon-social-windows, .icon-social-windows-outline, .icon-social-vimeo, .icon-social-vimeo-outline, .icon-social-twitter, .icon-social-twitter-outline, .icon-social-tumblr, .icon-social-tumblr-outline, .icon-social-skype, .icon-social-skype-outline, .icon-social-rss, .icon-social-rss-outline, .icon-social-reddit, .icon-social-reddit-outline, .icon-social-linkedin, .icon-social-linkedin-outline, .icon-social-hackernews, .icon-social-hackernews-outline, .icon-social-google, .icon-social-google-outline, .icon-social-github, .icon-social-github-outline, .icon-social-facebook, .icon-social-facebook-outline, .icon-social-dropbox, .icon-social-dropbox-outline, .icon-social-dribbble, .icon-social-dribbble-outline, .icon-social-designernews, .icon-social-designernews-outline, .icon-social-buffer, .icon-social-buffer-outline, .icon-social-apple, .icon-social-apple-outline, .icon-social-android, .icon-social-android-outline { - font-family: 'ionicons'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; } - -.icon-woman:before { - content: "\e000"; } - -.icon-wifi:before { - content: "\e001"; } - -.icon-waterdrop:before { - content: "\e002"; } - -.icon-volume-mute:before { - content: "\e003"; } - -.icon-volume-medium:before { - content: "\e004"; } - -.icon-volume-low:before { - content: "\e005"; } - -.icon-volume-high:before { - content: "\e006"; } - -.icon-videocamera:before { - content: "\e007"; } - -.icon-upload:before { - content: "\e008"; } - -.icon-unlocked:before { - content: "\e009"; } - -.icon-trash-b:before { - content: "\e00a"; } - -.icon-trash-a:before { - content: "\e00b"; } - -.icon-thumbsup:before { - content: "\e00c"; } - -.icon-thumbsdown:before { - content: "\e00d"; } - -.icon-stop:before { - content: "\e00e"; } - -.icon-star:before { - content: "\e00f"; } - -.icon-shuffle:before { - content: "\e010"; } - -.icon-share:before { - content: "\e011"; } - -.icon-search:before { - content: "\e012"; } - -.icon-reply:before { - content: "\e013"; } - -.icon-reply-all:before { - content: "\e014"; } - -.icon-refresh:before { - content: "\e015"; } - -.icon-record:before { - content: "\e016"; } - -.icon-printer:before { - content: "\e017"; } - -.icon-pound:before { - content: "\e018"; } - -.icon-plus:before { - content: "\e019"; } - -.icon-plus-round:before { - content: "\e01a"; } - -.icon-plus-circled:before { - content: "\e01b"; } - -.icon-play:before { - content: "\e01c"; } - -.icon-plane:before { - content: "\e01d"; } - -.icon-person:before { - content: "\e01e"; } - -.icon-person-stalker:before { - content: "\e01f"; } - -.icon-person-add:before { - content: "\e020"; } - -.icon-pause:before { - content: "\e021"; } - -.icon-paperclip:before { - content: "\e022"; } - -.icon-next:before { - content: "\e023"; } - -.icon-navicon:before { - content: "\e024"; } - -.icon-navicon-round:before { - content: "\e025"; } - -.icon-music-note:before { - content: "\e026"; } - -.icon-more:before { - content: "\e027"; } - -.icon-monitor:before { - content: "\e028"; } - -.icon-minus:before { - content: "\e029"; } - -.icon-minus-round:before { - content: "\e02a"; } - -.icon-minus-circled:before { - content: "\e02b"; } - -.icon-mic-c:before { - content: "\e02c"; } - -.icon-mic-b:before { - content: "\e02d"; } - -.icon-mic-a:before { - content: "\e02e"; } - -.icon-map:before { - content: "\e02f"; } - -.icon-man:before { - content: "\e030"; } - -.icon-loop:before { - content: "\e031"; } - -.icon-locked:before { - content: "\e032"; } - -.icon-location:before { - content: "\e033"; } - -.icon-leaf:before { - content: "\e034"; } - -.icon-laptop:before { - content: "\e035"; } - -.icon-ipod:before { - content: "\e036"; } - -.icon-iphone:before { - content: "\e037"; } - -.icon-ipad:before { - content: "\e038"; } - -.icon-ionic:before { - content: "\e039"; } - -.icon-ionic-outline:before { - content: "\e03a"; } - -.icon-information:before { - content: "\e03b"; } - -.icon-information-circled:before { - content: "\e03c"; } - -.icon-images:before { - content: "\e03d"; } - -.icon-image:before { - content: "\e03e"; } - -.icon-home:before { - content: "\e03f"; } - -.icon-help:before { - content: "\e040"; } - -.icon-help-circled:before { - content: "\e041"; } - -.icon-heart:before { - content: "\e042"; } - -.icon-headphone:before { - content: "\e043"; } - -.icon-grid:before { - content: "\e044"; } - -.icon-gear-b:before { - content: "\e045"; } - -.icon-gear-a:before { - content: "\e046"; } - -.icon-game-controller-b:before { - content: "\e047"; } - -.icon-game-controller-a:before { - content: "\e048"; } - -.icon-forward:before { - content: "\e049"; } - -.icon-folder:before { - content: "\e04a"; } - -.icon-flask:before { - content: "\e04b"; } - -.icon-flash:before { - content: "\e04c"; } - -.icon-flash-off:before { - content: "\e04d"; } - -.icon-film-marker:before { - content: "\e04e"; } - -.icon-filing:before { - content: "\e04f"; } - -.icon-eye:before { - content: "\e050"; } - -.icon-email:before { - content: "\e051"; } - -.icon-drag:before { - content: "\e052"; } - -.icon-document:before { - content: "\e053"; } - -.icon-document-text:before { - content: "\e054"; } - -.icon-disc:before { - content: "\e055"; } - -.icon-compose:before { - content: "\e056"; } - -.icon-cloud:before { - content: "\e057"; } - -.icon-close:before { - content: "\e058"; } - -.icon-close-round:before { - content: "\e059"; } - -.icon-close-circled:before { - content: "\e05a"; } - -.icon-clipboard:before { - content: "\e05b"; } - -.icon-chevron-up:before { - content: "\e05c"; } - -.icon-chevron-right:before { - content: "\e05d"; } - -.icon-chevron-left:before { - content: "\e05e"; } - -.icon-chevron-down:before { - content: "\e05f"; } - -.icon-checkmark:before { - content: "\e060"; } - -.icon-checkmark-round:before { - content: "\e061"; } - -.icon-checkmark-circled:before { - content: "\e062"; } - -.icon-chatbubbles:before { - content: "\e063"; } - -.icon-chatbubble:before { - content: "\e064"; } - -.icon-chatbubble-working:before { - content: "\e065"; } - -.icon-chatboxes:before { - content: "\e066"; } - -.icon-chatbox:before { - content: "\e067"; } - -.icon-chatbox-working:before { - content: "\e068"; } - -.icon-card:before { - content: "\e069"; } - -.icon-camera:before { - content: "\e06a"; } - -.icon-calendar:before { - content: "\e06b"; } - -.icon-bluetooth:before { - content: "\e06c"; } - -.icon-battery-low:before { - content: "\e06d"; } - -.icon-battery-half:before { - content: "\e06e"; } - -.icon-battery-full:before { - content: "\e06f"; } - -.icon-battery-empty:before { - content: "\e070"; } - -.icon-battery-charging:before { - content: "\e071"; } - -.icon-bag:before { - content: "\e072"; } - -.icon-at:before { - content: "\e073"; } - -.icon-arrow-up-c:before { - content: "\e074"; } - -.icon-arrow-up-b:before { - content: "\e075"; } - -.icon-arrow-up-a:before { - content: "\e076"; } - -.icon-arrow-right-c:before { - content: "\e077"; } - -.icon-arrow-right-b:before { - content: "\e078"; } - -.icon-arrow-right-a:before { - content: "\e079"; } - -.icon-arrow-left-c:before { - content: "\e07a"; } - -.icon-arrow-left-b:before { - content: "\e07b"; } - -.icon-arrow-left-a:before { - content: "\e07c"; } - -.icon-arrow-down-c:before { - content: "\e07d"; } - -.icon-arrow-down-b:before { - content: "\e07e"; } - -.icon-arrow-down-a:before { - content: "\e07f"; } - -.icon-archive:before { - content: "\e080"; } - -.icon-alert:before { - content: "\e081"; } - -.icon-ios7-world:before { - content: "\e082"; } - -.icon-ios7-world-outline:before { - content: "\e083"; } - -.icon-ios7-volume-low:before { - content: "\e084"; } - -.icon-ios7-volume-high:before { - content: "\e085"; } - -.icon-ios7-videocam:before { - content: "\e086"; } - -.icon-ios7-videocam-outline:before { - content: "\e087"; } - -.icon-ios7-upload:before { - content: "\e088"; } - -.icon-ios7-upload-outline:before { - content: "\e089"; } - -.icon-ios7-unlocked:before { - content: "\e08a"; } - -.icon-ios7-unlocked-outline:before { - content: "\e08b"; } - -.icon-ios7-undo:before { - content: "\e08c"; } - -.icon-ios7-undo-outline:before { - content: "\e08d"; } - -.icon-ios7-trash:before { - content: "\e08e"; } - -.icon-ios7-trash-outline:before { - content: "\e08f"; } - -.icon-ios7-timer:before { - content: "\e090"; } - -.icon-ios7-timer-outline:before { - content: "\e091"; } - -.icon-ios7-thunderstorm:before { - content: "\e092"; } - -.icon-ios7-thunderstorm-outline:before { - content: "\e093"; } - -.icon-ios7-telephone:before { - content: "\e094"; } - -.icon-ios7-telephone-outline:before { - content: "\e095"; } - -.icon-ios7-sunny:before { - content: "\e096"; } - -.icon-ios7-sunny-outline:before { - content: "\e097"; } - -.icon-ios7-stopwatch:before { - content: "\e098"; } - -.icon-ios7-stopwatch-outline:before { - content: "\e099"; } - -.icon-ios7-star:before { - content: "\e09a"; } - -.icon-ios7-star-outline:before { - content: "\e09b"; } - -.icon-ios7-skipforward:before { - content: "\e09c"; } - -.icon-ios7-skipforward-outline:before { - content: "\e09d"; } - -.icon-ios7-skipbackward:before { - content: "\e09e"; } - -.icon-ios7-skipbackward-outline:before { - content: "\e09f"; } - -.icon-ios7-search:before { - content: "\e0a0"; } - -.icon-ios7-search-strong:before { - content: "\e0a1"; } - -.icon-ios7-rewind:before { - content: "\e0a2"; } - -.icon-ios7-rewind-outline:before { - content: "\e0a3"; } - -.icon-ios7-refresh:before { - content: "\e0a4"; } - -.icon-ios7-refresh-outline:before { - content: "\e0a5"; } - -.icon-ios7-refresh-empty:before { - content: "\e0a6"; } - -.icon-ios7-redo:before { - content: "\e0a7"; } - -.icon-ios7-redo-outline:before { - content: "\e0a8"; } - -.icon-ios7-recording:before { - content: "\e0a9"; } - -.icon-ios7-recording-outline:before { - content: "\e0aa"; } - -.icon-ios7-rainy:before { - content: "\e0ab"; } - -.icon-ios7-rainy-outline:before { - content: "\e0ac"; } - -.icon-ios7-printer:before { - content: "\e0ad"; } - -.icon-ios7-printer-outline:before { - content: "\e0ae"; } - -.icon-ios7-plus:before { - content: "\e0af"; } - -.icon-ios7-plus-outline:before { - content: "\e0b0"; } - -.icon-ios7-plus-empty:before { - content: "\e0b1"; } - -.icon-ios7-play:before { - content: "\e0b2"; } - -.icon-ios7-play-outline:before { - content: "\e0b3"; } - -.icon-ios7-photos:before { - content: "\e0b4"; } - -.icon-ios7-photos-outline:before { - content: "\e0b5"; } - -.icon-ios7-personadd:before { - content: "\e0b6"; } - -.icon-ios7-personadd-outline:before { - content: "\e0b7"; } - -.icon-ios7-person:before { - content: "\e0b8"; } - -.icon-ios7-person-outline:before { - content: "\e0b9"; } - -.icon-ios7-people:before { - content: "\e0ba"; } - -.icon-ios7-people-outline:before { - content: "\e0bb"; } - -.icon-ios7-pause:before { - content: "\e0bc"; } - -.icon-ios7-pause-outline:before { - content: "\e0bd"; } - -.icon-ios7-partlysunny:before { - content: "\e0be"; } - -.icon-ios7-partlysunny-outline:before { - content: "\e0bf"; } - -.icon-ios7-paperplane:before { - content: "\e0c0"; } - -.icon-ios7-paperplane-outline:before { - content: "\e0c1"; } - -.icon-ios7-navigate:before { - content: "\e0c2"; } - -.icon-ios7-navigate-outline:before { - content: "\e0c3"; } - -.icon-ios7-musical-notes:before { - content: "\e0c4"; } - -.icon-ios7-musical-note:before { - content: "\e0c5"; } - -.icon-ios7-more:before { - content: "\e0c6"; } - -.icon-ios7-more-outline:before { - content: "\e0c7"; } - -.icon-ios7-moon:before { - content: "\e0c8"; } - -.icon-ios7-moon-outline:before { - content: "\e0c9"; } - -.icon-ios7-monitor:before { - content: "\e0ca"; } - -.icon-ios7-monitor-outline:before { - content: "\e0cb"; } - -.icon-ios7-minus:before { - content: "\e0cc"; } - -.icon-ios7-minus-outline:before { - content: "\e0cd"; } - -.icon-ios7-minus-empty:before { - content: "\e0ce"; } - -.icon-ios7-mic:before { - content: "\e0cf"; } - -.icon-ios7-mic-outline:before { - content: "\e0d0"; } - -.icon-ios7-mic-off:before { - content: "\e0d1"; } - -.icon-ios7-locked:before { - content: "\e0d2"; } - -.icon-ios7-locked-outline:before { - content: "\e0d3"; } - -.icon-ios7-location:before { - content: "\e0d4"; } - -.icon-ios7-location-outline:before { - content: "\e0d5"; } - -.icon-ios7-keypad:before { - content: "\e0d6"; } - -.icon-ios7-keypad-outline:before { - content: "\e0d7"; } - -.icon-ios7-information:before { - content: "\e0d8"; } - -.icon-ios7-information-outline:before { - content: "\e0d9"; } - -.icon-ios7-information-empty:before { - content: "\e0da"; } - -.icon-ios7-infinite:before { - content: "\e0db"; } - -.icon-ios7-infinite-outline:before { - content: "\e0dc"; } - -.icon-ios7-help:before { - content: "\e0dd"; } - -.icon-ios7-help-outline:before { - content: "\e0de"; } - -.icon-ios7-help-empty:before { - content: "\e0df"; } - -.icon-ios7-heart:before { - content: "\e0e0"; } - -.icon-ios7-heart-outline:before { - content: "\e0e1"; } - -.icon-ios7-glasses:before { - content: "\e0e2"; } - -.icon-ios7-glasses-outline:before { - content: "\e0e3"; } - -.icon-ios7-gear:before { - content: "\e0e4"; } - -.icon-ios7-gear-outline:before { - content: "\e0e5"; } - -.icon-ios7-folder:before { - content: "\e0e6"; } - -.icon-ios7-folder-outline:before { - content: "\e0e7"; } - -.icon-ios7-flag:before { - content: "\e0e8"; } - -.icon-ios7-flag-outline:before { - content: "\e0e9"; } - -.icon-ios7-film:before { - content: "\e0ea"; } - -.icon-ios7-film-outline:before { - content: "\e0eb"; } - -.icon-ios7-filing:before { - content: "\e0ec"; } - -.icon-ios7-filing-outline:before { - content: "\e0ed"; } - -.icon-ios7-fastforward:before { - content: "\e0ee"; } - -.icon-ios7-fastforward-outline:before { - content: "\e0ef"; } - -.icon-ios7-eye:before { - content: "\e0f0"; } - -.icon-ios7-eye-outline:before { - content: "\e0f1"; } - -.icon-ios7-email:before { - content: "\e0f2"; } - -.icon-ios7-email-outline:before { - content: "\e0f3"; } - -.icon-ios7-drag:before { - content: "\e0f4"; } - -.icon-ios7-download:before { - content: "\e0f5"; } - -.icon-ios7-download-outline:before { - content: "\e0f6"; } - -.icon-ios7-copy:before { - content: "\e0f7"; } - -.icon-ios7-copy-outline:before { - content: "\e0f8"; } - -.icon-ios7-contact:before { - content: "\e0f9"; } - -.icon-ios7-contact-outline:before { - content: "\e0fa"; } - -.icon-ios7-compose:before { - content: "\e0fb"; } - -.icon-ios7-compose-outline:before { - content: "\e0fc"; } - -.icon-ios7-cog:before { - content: "\e0fd"; } - -.icon-ios7-cog-outline:before { - content: "\e0fe"; } - -.icon-ios7-cloudy:before { - content: "\e0ff"; } - -.icon-ios7-cloudy-outline:before { - content: "\e100"; } - -.icon-ios7-cloud:before { - content: "\e101"; } - -.icon-ios7-cloud-upload:before { - content: "\e102"; } - -.icon-ios7-cloud-upload-outline:before { - content: "\e103"; } - -.icon-ios7-cloud-outline:before { - content: "\e104"; } - -.icon-ios7-cloud-download:before { - content: "\e105"; } - -.icon-ios7-cloud-download-outline:before { - content: "\e106"; } - -.icon-ios7-clock:before { - content: "\e107"; } - -.icon-ios7-clock-outline:before { - content: "\e108"; } - -.icon-ios7-circle-outline:before { - content: "\e109"; } - -.icon-ios7-circle-filled:before { - content: "\e10a"; } - -.icon-ios7-checkmark:before { - content: "\e10b"; } - -.icon-ios7-checkmark-outline:before { - content: "\e10c"; } - -.icon-ios7-checkmark-empty:before { - content: "\e10d"; } - -.icon-ios7-chatbubble:before { - content: "\e10e"; } - -.icon-ios7-chatbubble-outline:before { - content: "\e10f"; } - -.icon-ios7-chatboxes:before { - content: "\e110"; } - -.icon-ios7-chatboxes-outline:before { - content: "\e111"; } - -.icon-ios7-cart:before { - content: "\e112"; } - -.icon-ios7-cart-outline:before { - content: "\e113"; } - -.icon-ios7-camera:before { - content: "\e114"; } - -.icon-ios7-camera-outline:before { - content: "\e115"; } - -.icon-ios7-calendar:before { - content: "\e116"; } - -.icon-ios7-calendar-outline:before { - content: "\e117"; } - -.icon-ios7-browsers:before { - content: "\e118"; } - -.icon-ios7-browsers-outline:before { - content: "\e119"; } - -.icon-ios7-box:before { - content: "\e11a"; } - -.icon-ios7-box-outline:before { - content: "\e11b"; } - -.icon-ios7-bookmarks:before { - content: "\e11c"; } - -.icon-ios7-bookmarks-outline:before { - content: "\e11d"; } - -.icon-ios7-bolt:before { - content: "\e11e"; } - -.icon-ios7-bolt-outline:before { - content: "\e11f"; } - -.icon-ios7-bell:before { - content: "\e120"; } - -.icon-ios7-bell-outline:before { - content: "\e121"; } - -.icon-ios7-at:before { - content: "\e122"; } - -.icon-ios7-arrow-up:before { - content: "\e123"; } - -.icon-ios7-arrow-right:before { - content: "\e124"; } - -.icon-ios7-arrow-left:before { - content: "\e125"; } - -.icon-ios7-arrow-forward:before { - content: "\e126"; } - -.icon-ios7-arrow-down:before { - content: "\e127"; } - -.icon-ios7-arrow-back:before { - content: "\e128"; } - -.icon-ios7-albums:before { - content: "\e129"; } - -.icon-ios7-albums-outline:before { - content: "\e12a"; } - -.icon-ios7-alarm:before { - content: "\e12b"; } - -.icon-ios7-alarm-outline:before { - content: "\e12c"; } - -.icon-social-youtube:before { - content: "\e12d"; } - -.icon-social-youtube-outline:before { - content: "\e12e"; } - -.icon-social-yahoo:before { - content: "\e12f"; } - -.icon-social-yahoo-outline:before { - content: "\e130"; } - -.icon-social-wordpress:before { - content: "\e131"; } - -.icon-social-wordpress-outline:before { - content: "\e132"; } - -.icon-social-windows:before { - content: "\e133"; } - -.icon-social-windows-outline:before { - content: "\e134"; } - -.icon-social-vimeo:before { - content: "\e135"; } - -.icon-social-vimeo-outline:before { - content: "\e136"; } - -.icon-social-twitter:before { - content: "\e137"; } - -.icon-social-twitter-outline:before { - content: "\e138"; } - -.icon-social-tumblr:before { - content: "\e139"; } - -.icon-social-tumblr-outline:before { - content: "\e13a"; } - -.icon-social-skype:before { - content: "\e13b"; } - -.icon-social-skype-outline:before { - content: "\e13c"; } - -.icon-social-rss:before { - content: "\e13d"; } - -.icon-social-rss-outline:before { - content: "\e13e"; } - -.icon-social-reddit:before { - content: "\e13f"; } - -.icon-social-reddit-outline:before { - content: "\e140"; } - -.icon-social-linkedin:before { - content: "\e141"; } - -.icon-social-linkedin-outline:before { - content: "\e142"; } - -.icon-social-hackernews:before { - content: "\e143"; } - -.icon-social-hackernews-outline:before { - content: "\e144"; } - -.icon-social-google:before { - content: "\e145"; } - -.icon-social-google-outline:before { - content: "\e146"; } - -.icon-social-github:before { - content: "\e147"; } - -.icon-social-github-outline:before { - content: "\e148"; } - -.icon-social-facebook:before { - content: "\e149"; } - -.icon-social-facebook-outline:before { - content: "\e14a"; } - -.icon-social-dropbox:before { - content: "\e14b"; } - -.icon-social-dropbox-outline:before { - content: "\e14c"; } - -.icon-social-dribbble:before { - content: "\e14d"; } - -.icon-social-dribbble-outline:before { - content: "\e14e"; } - -.icon-social-designernews:before { - content: "\e14f"; } - -.icon-social-designernews-outline:before { - content: "\e150"; } - -.icon-social-buffer:before { - content: "\e151"; } - -.icon-social-buffer-outline:before { - content: "\e152"; } - -.icon-social-apple:before { - content: "\e153"; } - -.icon-social-apple-outline:before { - content: "\e154"; } - -.icon-social-android:before { - content: "\e155"; } - -.icon-social-android-outline:before { - content: "\e156"; } - -/** -* Adapted from normalize.css and some reset.css. We don't care even one -* bit about old IE, so we don't need any hacks for that in here. -* -* There are probably other things we could remove here, as well. -* -* normalize.css v2.1.2 | MIT License | git.io/normalize -*/ -/** - * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) - * http://cssreset.com - */ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - vertical-align: baseline; - font: inherit; - font-size: 100%; } - -ol, ul { - list-style: none; } - -blockquote, q { - quotes: none; } - -blockquote:before, blockquote:after, -q:before, q:after { - content: ''; - content: none; } - -/** - * Prevent modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. - */ -audio:not([controls]) { - display: none; - height: 0; } - -/** - * Hide the `template` element in IE, Safari, and Firefox < 22. - */ -[hidden], -template { - display: none; } - -script { - display: none !important; } - -/* ========================================================================== - Base - ========================================================================== */ -/** - * 1. Set default font family to sans-serif. - * 2. Prevent iOS text size adjust after orientation change, without disabling - * user zoom. - */ -html { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - -o-user-select: none; - user-select: none; - font-family: sans-serif; - /* 1 */ - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - /* 2 */ - -webkit-text-size-adjust: 100%; - /* 2 */ } - -/** - * Remove default margin. - */ -body { - margin: 0; - line-height: 1; } - -/* * - * Remove tap highlight color on Safari - */ -a { - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } - -/** - * Address `outline` inconsistency between Chrome and other browsers. - */ -a:focus { - outline: thin dotted; } - -/** - * Improve readability when focused and also mouse hovered in all browsers. - */ -a:active, -a:hover { - outline: 0; } - -/* ========================================================================== - Typography - ========================================================================== */ -/** - * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. - */ -b, -strong { - font-weight: bold; } - -/** - * Address styling not present in Safari 5 and Chrome. - */ -dfn { - font-style: italic; } - -/** - * Address differences between Firefox and other browsers. - */ -hr { - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; } - -/** - * Correct font family set oddly in Safari 5 and Chrome. - */ -code, -kbd, -pre, -samp { - font-size: 1em; - font-family: monospace, serif; } - -/** - * Improve readability of pre-formatted text in all browsers. - */ -pre { - white-space: pre-wrap; } - -/** - * Set consistent quote types. - */ -q { - quotes: "\201C" "\201D" "\2018" "\2019"; } - -/** - * Address inconsistent and variable font size in all browsers. - */ -small { - font-size: 80%; } - -/** - * Prevent `sub` and `sup` affecting `line-height` in all browsers. - */ -sub, -sup { - position: relative; - vertical-align: baseline; - font-size: 75%; - line-height: 0; } - -sup { - top: -0.5em; } - -sub { - bottom: -0.25em; } - -/** - * Define consistent border, margin, and padding. - */ -fieldset { - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; - border: 1px solid silver; } - -/** - * 1. Correct `color` not being inherited in IE 8/9. - * 2. Remove padding so people aren't caught out if they zero out fieldsets. - */ -legend { - padding: 0; - /* 2 */ - border: 0; - /* 1 */ } - -/** - * 1. Correct font family not being inherited in all browsers. - * 2. Correct font size not being inherited in all browsers. - * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. - */ -button, -input, -select, -textarea { - margin: 0; - /* 3 */ - font-size: 100%; - /* 2 */ - font-family: inherit; - /* 1 */ } - -/** - * Address Firefox 4+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. - */ -button, -input { - line-height: normal; } - -/** - * Address inconsistent `text-transform` inheritance for `button` and `select`. - * All other form control elements do not inherit `text-transform` values. - * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. - * Correct `select` style inheritance in Firefox 4+ and Opera. - */ -button, -select { - text-transform: none; } - -/** - * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * and `video` controls. - * 2. Correct inability to style clickable `input` types in iOS. - * 3. Improve usability and consistency of cursor style between image-type - * `input` and others. - */ -button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { - cursor: pointer; - /* 3 */ - -webkit-appearance: button; - /* 2 */ } - -/** - * Re-set default cursor for disabled elements. - */ -button[disabled], -html input[disabled] { - cursor: default; } - -/** - * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome - * (include `-moz` to future-proof). - */ -input[type="search"] { - -webkit-box-sizing: content-box; - /* 2 */ - -moz-box-sizing: content-box; - box-sizing: content-box; - -webkit-appearance: textfield; - /* 1 */ } - -/** - * Remove inner padding and search cancel button in Safari 5 and Chrome - * on OS X. - */ -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } - -/** - * Remove inner padding and border in Firefox 4+. - */ -button::-moz-focus-inner, -input::-moz-focus-inner { - padding: 0; - border: 0; } - -/** - * 1. Remove default vertical scrollbar in IE 8/9. - * 2. Improve readability and alignment in all browsers. - */ -textarea { - overflow: auto; - /* 1 */ - vertical-align: top; - /* 2 */ } - -/* ========================================================================== - Tables - ========================================================================== */ -/** - * Remove most spacing between table cells. - */ -table { - border-spacing: 0; - border-collapse: collapse; } - -*, -*:before, -*:after { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; } - -a { - -webkit-user-drag: none; - -webkit-tap-highlight-color: transparent; } - -a:focus, button:focus { - outline: 0; } - -body { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - overflow: hidden; - margin: 0; - padding: 0; - word-wrap: break-word; - font-size: 14px; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - line-height: 20px; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -webkit-text-size-adjust: none; - text-size-adjust: none; - -webkit-tap-highlight-color: transparent; - -webkit-user-drag: none; - -webkit-user-select: none; } - -.view-full { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; } - -/* Hack to force all relatively and absolutely positioned elements still render while scrolling - Note: This is a bug for "-webkit-overflow-scrolling: touch" (via ratchet) */ -.content > * { - -webkit-transform: translateZ(0px); - transform: translateZ(0px); } - -.content-wrapper { - position: absolute; - top: 0; - height: 100%; - width: 100%; - overflow: auto; - -webkit-overflow-scrolling: touch; } - -.has-header { - margin-top: 44px; } - -.has-tabs { - bottom: 49px; } - -.page, .full-section { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - overflow: auto; - width: 100%; - height: 100%; - background-color: #fff; - -webkit-overflow-scrolling: touch; } - -.hidden, .hide { - display: none !important; } - -.padded { - padding: 10px; } - -.inset { - margin: 10px; } - -.rounded { - border-radius: 4px; } - -p { - margin: 0 0 10px; } - -.lead { - margin-bottom: 20px; - font-size: 16.1px; - font-weight: 200; - line-height: 1.4; } - -small { - font-size: 85%; } - -cite { - font-style: normal; } - -.text-left { - text-align: left; } - -.text-right { - text-align: right; } - -.text-center { - text-align: center; } - -h1, h2, h3, h4, h5, h6, -.h1, .h2, .h3, .h4, .h5, .h6 { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 500; - line-height: 1.1; } - h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, - .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small { - font-weight: normal; - line-height: 1; } - -h1, -h2, -h3 { - margin-top: 20px; - margin-bottom: 10px; } - -h4, -h5, -h6 { - margin-top: 10px; - margin-bottom: 10px; } - -h1, .h1 { - font-size: 36px; } - -h2, .h2 { - font-size: 30px; } - -h3, .h3 { - font-size: 24px; } - -h4, .h4 { - font-size: 18px; } - -h5, .h5 { - font-size: 14px; } - -h6, .h6 { - font-size: 12px; } - -h1 small, .h1 small { - font-size: 24px; } - -h2 small, .h2 small { - font-size: 18px; } - -h3 small, .h3 small, -h4 small, .h4 small { - font-size: 14px; } - -dl { - margin-bottom: 20px; } - -dt, -dd { - line-height: 1.42857; } - -dt { - font-weight: bold; } - -dd { - margin-left: 0; } - -blockquote { - padding: 10px 20px; - margin: 0 0 20px; - border-left: 5px solid gray; } - blockquote p { - font-size: 17.5px; - font-weight: 300; - line-height: 1.25; } - blockquote p:last-child { - margin-bottom: 0; } - blockquote small { - display: block; - line-height: 1.42857; } - blockquote small:before { - content: '\2014 \00A0'; } - blockquote.pull-right { - padding-right: 15px; - padding-left: 0; - border-right: 5px solid gray; - border-left: 0; } - blockquote.pull-right p, - blockquote.pull-right small { - text-align: right; } - blockquote.pull-right small:before { - content: ''; } - blockquote.pull-right small:after { - content: '\00A0 \2014'; } - -q:before, -q:after, -blockquote:before, -blockquote:after { - content: ""; } - -address { - display: block; - margin-bottom: 20px; - font-style: normal; - line-height: 1.42857; } - -.action-sheet { - position: fixed; - z-index: 10; - width: calc(100% - 30px); - bottom: 0; - left: 15px; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - overflow: hidden; } - .action-sheet .button { - display: block; - width: 100%; - padding: 10px; - border-radius: none; - background-color: transparent; - font-size: 18px; - color: #4a87ee; } - .action-sheet .button.destructive { - color: #ef4e3a; } - -.action-sheet-title { - font-size: 12px; - padding: 10px; - text-align: center; } - -.action-sheet-group { - border-radius: 3px; - background-color: rgba(255, 255, 255, 0.95); - margin-bottom: 10px; } - -.bar { - position: absolute; - left: 0; - right: 0; - z-index: 10; - display: -webkit-box; - display: box; - width: 100%; - height: 44px; - padding: 5px; - box-sizing: border-box; - background-color: white; - border-style: solid; - border-width: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - -o-user-select: none; - user-select: none; } - .bar.bar-header { - border-bottom-width: 1px; } - .bar.bar-footer { - border-top-width: 1px; } - .bar.bar-default { - background-color: rgba(255, 255, 255, 0.9); - border-color: #dddddd; - color: #333333; } - .bar.bar-secondary { - background-color: rgba(245, 245, 245, 0.9); - border-color: #bbbbbb; - color: #333333; } - .bar.bar-primary { - background-color: rgba(74, 135, 238, 0.9); - border-color: #3b6dc2; - color: white; } - .bar.bar-info { - background-color: rgba(67, 206, 230, 0.9); - border-color: #3bb3c8; - color: white; } - .bar.bar-success { - background-color: rgba(102, 204, 51, 0.9); - border-color: #5bb22f; - color: white; } - .bar.bar-warning { - background-color: rgba(240, 184, 64, 0.9); - border-color: #d29f31; - color: white; } - .bar.bar-danger { - background-color: rgba(239, 78, 58, 0.9); - border-color: #c73927; - color: white; } - .bar.bar-dark { - background-color: rgba(68, 68, 68, 0.9); - border-color: #111111; - color: white; } - .bar .title { - position: absolute; - z-index: 0; - top: 0; - left: 0; - right: 0; - line-height: 44px; - margin: 0; - min-width: 30px; - text-overflow: ellipsis; - text-align: center; - white-space: nowrap; - font-size: 17px; } - .bar .title a { - color: inherit; } - .bar .button { - box-flex: 1; - -webkit-box-flex: 0; - -moz-box-flex: 0; - background-color: transparent; - line-height: 23px; - font-size: 12px; - padding: 4px 12px; - z-index: 1; } - .bar .button.button-clear { - line-height: 34px; - padding: 0 5px; } - .bar .button-bar { - line-height: 18px; } - .bar .button-bar + .button, .bar .button + .button-bar { - margin-left: 5px; } - .bar .title + .button:last-child, - .bar > .button + .button:last-child, - .bar > .button.pull-right, - .bar .title + .buttons { - position: absolute; - top: 5px; - right: 5px; } - -.bar-default .button { - color: #333333; - background-color: white; - border-color: #dddddd; } - .bar-default .button:hover { - color: #333333; - text-decoration: none; } - .bar-default .button.active, .bar-default .button:active { - background-color: #fafafa; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #bbbbbb; } - .bar-default .button.button-clear { - color: #333333; - background: none; - box-shadow: none; - font-size: 17px; } - -.bar-secondary .button { - color: #333333; - background-color: whitesmoke; - border-color: #bbbbbb; } - .bar-secondary .button:hover { - color: #333333; - text-decoration: none; } - .bar-secondary .button.active, .bar-secondary .button:active { - background-color: #e5e5e5; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #999999; } - .bar-secondary .button.button-clear { - color: #333333; - background: none; - box-shadow: none; - font-size: 17px; } - -.bar-primary .button { - color: white; - background-color: #4a87ee; - border-color: #3b6dc2; } - .bar-primary .button:hover { - color: white; - text-decoration: none; } - .bar-primary .button.active, .bar-primary .button:active { - background-color: #4175ce; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #32599c; } - .bar-primary .button.button-clear { - color: white; - background: none; - box-shadow: none; - font-size: 17px; } - -.bar-info .button { - color: white; - background-color: #43cee6; - border-color: #3bb3c8; } - .bar-info .button:hover { - color: white; - text-decoration: none; } - .bar-info .button.active, .bar-info .button:active { - background-color: #3db8cd; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #3293a4; } - .bar-info .button.button-clear { - color: white; - background: none; - box-shadow: none; - font-size: 17px; } - -.bar-success .button { - color: white; - background-color: #66cc33; - border-color: #5bb22f; } - .bar-success .button:hover { - color: white; - text-decoration: none; } - .bar-success .button.active, .bar-success .button:active { - background-color: #55aa2b; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #448922; } - .bar-success .button.button-clear { - color: white; - background: none; - box-shadow: none; - font-size: 17px; } - -.bar-warning .button { - color: white; - background-color: #f0b840; - border-color: #d29f31; } - .bar-warning .button:hover { - color: white; - text-decoration: none; } - .bar-warning .button.active, .bar-warning .button:active { - background-color: #e2a114; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #b88517; } - .bar-warning .button.button-clear { - color: white; - background: none; - box-shadow: none; - font-size: 17px; } - -.bar-danger .button { - color: white; - background-color: #ef4e3a; - border-color: #c73927; } - .bar-danger .button:hover { - color: white; - text-decoration: none; } - .bar-danger .button.active, .bar-danger .button:active { - background-color: #ce4331; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #9f3527; } - .bar-danger .button.button-clear { - color: white; - background: none; - box-shadow: none; - font-size: 17px; } - -.bar-dark .button { - color: white; - background-color: #444444; - border-color: #111111; } - .bar-dark .button:hover { - color: white; - text-decoration: none; } - .bar-dark .button.active, .bar-dark .button:active { - background-color: #222222; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: black; } - .bar-dark .button.button-clear { - color: white; - background: none; - box-shadow: none; - font-size: 17px; } - -.bar .button-icon { - background-color: transparent; - border: 1px solid transparent; - font-size: 24px; } - -.bar-header { - top: 0; } - -.bar-footer { - bottom: 0; } - -.bar-tabs { - padding: 0; } - -.bar-header-secondary { - top: 44px; - display: block; } - -.bar-footer-secondary { - bottom: 44px; - display: block; } - -/** - * Tabs - * - * A navigation bar with any number of tab items supported. - */ -.tabs { - font-size: 16px; - position: fixed; - bottom: 0; - width: 100%; - height: 49px; - box-orient: horizontal; - -webkit-box-orient: horizontal; - -moz-box-orient: horizontal; - display: -webkit-box; - display: box; - border-top-width: 1px; - border-style: solid; - background-color: white; - border-color: #dddddd; - color: #333333; } - .tabs.tabs-default { - background-color: white; - border-color: #dddddd; - color: #333333; } - .tabs.tabs-secondary { - background-color: whitesmoke; - border-color: #bbbbbb; - color: #333333; } - .tabs.tabs-primary { - background-color: #4a87ee; - border-color: #3b6dc2; - color: white; } - .tabs.tabs-success { - background-color: #66cc33; - border-color: #5bb22f; - color: white; } - .tabs.tabs-info { - background-color: #43cee6; - border-color: #3bb3c8; - color: white; } - .tabs.tabs-warning { - background-color: #f0b840; - border-color: #d29f31; - color: white; } - .tabs.tabs-danger { - background-color: #ef4e3a; - border-color: #c73927; - color: white; } - .tabs.tabs-dark { - background-color: #ef4e3a; - border-color: #c73927; - color: white; } - -.tab-item { - display: block; - width: 0; - height: 100%; - box-flex: 1; - -webkit-box-flex: 1; - -moz-box-flex: 1; - box-sizing: border-box; - text-align: center; - text-decoration: none; - font-weight: 400; - font-family: "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 10px; - color: inherit; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - opacity: 0.7; } - .tab-item i { - font-size: 32px; } - -/* Navigational tab */ -/* Active state for tab */ -.tab-item.active, .tab-item:active { - opacity: 1; } - .tab-item.active.tab-item-default, .tab-item:active.tab-item-default { - color: white; } - .tab-item.active.tab-item-secondary, .tab-item:active.tab-item-secondary { - color: whitesmoke; } - .tab-item.active.tab-item-primary, .tab-item:active.tab-item-primary { - color: #4a87ee; } - .tab-item.active.tab-item-success, .tab-item:active.tab-item-success { - color: #66cc33; } - .tab-item.active.tab-item-danger, .tab-item:active.tab-item-danger { - color: #ef4e3a; } - .tab-item.active.tab-item-warning, .tab-item:active.tab-item-warning { - color: #f0b840; } - .tab-item.active.tab-item-dark, .tab-item:active.tab-item-dark { - color: #444444; } - -/* Icon for tab */ -.tab-item i { - display: block; - margin: 1px auto -3px auto; } - -/* Label for tab */ -.tab-label { - margin-top: 1px; - color: #fff; - font-weight: bold; - font-size: 10px; } - -.menu { - position: absolute; - top: 0; - bottom: 0; - z-index: 0; - overflow-y: scroll; - min-height: 100%; - max-height: 100%; - width: 270px; - background-color: #fff; - -webkit-overflow-scrolling: touch; } - -.menu-left { - left: 0; } - -.menu-right { - right: 0; } - -.menu-animated { - -webkit-transition: -webkit-transform 200ms ease; - -moz-transition: -moz-transform 200ms ease; - transition: transform 200ms ease; } - -/** - * Modals are independent windows that slide in from off-screen. - */ -.modal { - position: fixed; - z-index: 10; - top: 0; - width: 100%; - min-height: 100%; - overflow: hidden; - background-color: white; } - .modal.active { - height: 100%; } - -.list { - margin-bottom: 20px; - padding-left: 0; - color: #333333; - background-color: white; - border-color: #dddddd; } - .list:hover { - color: #333333; - text-decoration: none; } - .list.active, .list:active { - background-color: #ebebeb; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12); - border-color: #c4c4c4; } - .list.list-success { - color: white; - background-color: #66cc33; - border-color: #66cc33; } - .list.list-success:hover { - color: white; - text-decoration: none; } - .list.list-success.active, .list.list-success:active { - background-color: #56ab2b; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12); - border-color: #52a329; } - -/** - * An individual list item. - */ -.list-item { - position: relative; - display: block; - margin-bottom: -1px; - background-color: white; - border: 1px solid #dddddd; } - .list-item:last-child { - margin-bottom: 0; } - .list-item > .badge { - float: right; } - .list-item > i:last-child { - float: right; } - .list-item > .badge + .badge { - margin-right: 5px; } - .list-item.active, .list-item.active:hover, .list-item.active:focus { - z-index: 2; } - .list-item.active .list-item-heading, .list-item.active:hover .list-item-heading, .list-item.active:focus .list-item-heading { - color: inherit; } - .list-item.list-item-default { - /* - color: $color; - background-color: $bgColor; - border-color: $borderColor; - */ } - .list-item.list-item-default.active, .list-item.list-item-default:active { - color: #333333; - background-color: white; - border-color: #333333; } - .list-item.list-item-default.active .list-item-content, .list-item.list-item-default:active .list-item-content { - background-color: white; - color: #333333; } - .list-item.list-item-secondary { - /* - color: $color; - background-color: $bgColor; - border-color: $borderColor; - */ } - .list-item.list-item-secondary.active, .list-item.list-item-secondary:active { - color: #333333; - background-color: white; - border-color: #333333; } - .list-item.list-item-secondary.active .list-item-content, .list-item.list-item-secondary:active .list-item-content { - background-color: white; - color: #333333; } - .list-item.list-item-primary { - /* - color: $color; - background-color: $bgColor; - border-color: $borderColor; - */ } - .list-item.list-item-primary.active, .list-item.list-item-primary:active { - color: white; - background-color: #4a87ee; - border-color: #333333; } - .list-item.list-item-primary.active .list-item-content, .list-item.list-item-primary:active .list-item-content { - background-color: #4a87ee; - color: white; } - .list-item.list-item-info { - /* - color: $color; - background-color: $bgColor; - border-color: $borderColor; - */ } - .list-item.list-item-info.active, .list-item.list-item-info:active { - color: white; - background-color: #43cee6; - border-color: #333333; } - .list-item.list-item-info.active .list-item-content, .list-item.list-item-info:active .list-item-content { - background-color: #43cee6; - color: white; } - .list-item.list-item-success { - /* - color: $color; - background-color: $bgColor; - border-color: $borderColor; - */ } - .list-item.list-item-success.active, .list-item.list-item-success:active { - color: white; - background-color: #66cc33; - border-color: #333333; } - .list-item.list-item-success.active .list-item-content, .list-item.list-item-success:active .list-item-content { - background-color: #66cc33; - color: white; } - .list-item.list-item-warning { - /* - color: $color; - background-color: $bgColor; - border-color: $borderColor; - */ } - .list-item.list-item-warning.active, .list-item.list-item-warning:active { - color: white; - background-color: #f0b840; - border-color: #333333; } - .list-item.list-item-warning.active .list-item-content, .list-item.list-item-warning:active .list-item-content { - background-color: #f0b840; - color: white; } - .list-item.list-item-danger { - /* - color: $color; - background-color: $bgColor; - border-color: $borderColor; - */ } - .list-item.list-item-danger.active, .list-item.list-item-danger:active { - color: white; - background-color: #ef4e3a; - border-color: #333333; } - .list-item.list-item-danger.active .list-item-content, .list-item.list-item-danger:active .list-item-content { - background-color: #ef4e3a; - color: white; } - .list-item.list-item-dark { - /* - color: $color; - background-color: $bgColor; - border-color: $borderColor; - */ } - .list-item.list-item-dark.active, .list-item.list-item-dark:active { - color: white; - background-color: #444444; - border-color: #333333; } - .list-item.list-item-dark.active .list-item-content, .list-item.list-item-dark:active .list-item-content { - background-color: #444444; - color: white; } - -a.list-item { - color: #333333; - text-decoration: none; } - a.list-item:hover, a.list-item:focus { - text-decoration: none; } - -/** - * List editing styles. These trigger when the entire list goes into - * "edit mode" - */ -.list-editing .list-item-content { - margin-left: 30px; - margin-right: 30px; } -.list-editing .list-item-edit { - left: 0px; - opacity: 1; } - -/** - * The content area of a complex list item. This area can - * Slide left and right and be dragged to support different - * UI interactions. - */ -.list-item-content { - position: relative; - background-color: #fff; - z-index: 2; - padding: 15px 15px; - -webkit-transition: margin-left 0.2s ease-in-out, margin-right 0.2s ease-in-out, left 0.2s ease-in-out; } - .list-item-content > i:last-child { - float: right; } - .list-item-content > .toggle:last-child, .list-item-content input:last-child, .list-item-content > button:last-child { - float: right; } - .list-item-content > .toggle:last-child { - margin-top: -5px; } - -.list-item-sliding { - -webkit-transition: -webkit-transform 0.1s ease-in-out; } - -/** - * The left-side edit area of a complex list item. This area shows - * whe the list item is in edit mode. - */ -.list-item-edit { - position: absolute; - z-index: 0; - left: -48px; - top: 0; - width: 48px; - height: 100%; - line-height: 100%; - opacity: 0; - -webkit-transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out; } - .list-item-edit .button { - height: 100%; } - .list-item-edit i { - color: #ef4e3a; - font-size: 24px; } - .list-item-edit.ng-enter { - -webkit-transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out; - left: -48px; - opacity: 0; } - .list-item-edit.ng-enter-active { - opacity: 1; - left: 0; } - .list-item-edit.ng-leave { - -webkit-transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out; - left: 0px; - opacity: 1; } - .list-item-edit.ng-leave-active { - opacity: 0; - left: -48px; } - -.list-item-drag { - position: absolute; - z-index: 0; - right: 0; - top: 0; - height: 100%; } - .list-item-drag .button { - height: 100%; - border-radius: 0; - border: none; } - -/** - * The hidden right-side buttons that can be exposed under a list item - * with dragging. - */ -.list-item-buttons { - position: absolute; - z-index: 1; - right: 0; - top: 0; - height: 100%; } - .list-item-buttons .button { - height: 100%; - border-radius: 0; - border: none; } - -/** - * A list divider. - */ -.list-divider { - padding: 5px 15px; - background-color: whitesmoke; - color: #222222; - font-weight: bold; } - -.list-item-heading { - margin-top: 0; - margin-bottom: 5px; } - -.list-item-text { - margin-bottom: 0; - line-height: 1.3; } - -form { - margin: 0 0 1.42857; } - -fieldset { - margin: 0; - padding: 0; - border: 0; } - -legend { - display: block; - margin-bottom: 1.42857; - padding: 0; - width: 100%; - border: 0; - border-bottom: 1px solid #e5e5e5; - color: #333333; - font-size: 21px; - line-height: 2.85714; } - legend small { - color: #999999; - font-size: 1.07143; } - -label, -input, -button, -select, -textarea { - font-size: 14px; - font-weight: normal; - line-height: 1.42857; } - -input, -button, -select, -textarea { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } - -.input-group { - overflow: hidden; - /* - border-top: $input-border-width solid $input-border-color; - border-bottom: $input-border-width solid $input-border-color; - background-color: $input-bg; - */ } - -.padded > .input-group, -.input-group.inset { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - /* - border-right: $input-border-width solid $input-border-color; - border-left: $input-border-width solid $input-border-color; - */ } - -.input-group .input-wrapper + .input-wrapper { - border-top: 1px solid #cccccc; } - -.input-group + .input-group { - margin-top: 10px; } - -.input-wrapper { - position: relative; - display: block; - overflow: hidden; - padding: 6px 8px 5px; } - .input-wrapper input { - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - margin: 0; - background-color: transparent; - -webkit-appearance: none; } - .input-wrapper .input-label { - font-weight: bold; - line-height: 34px; } - -.input-group.stacked-label, -.input-group.stacked-label .input-wrapper { - border: 0; - background-color: transparent; } - -.input-group.stacked-label input, -.input-group.stacked-label textarea { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - overflow: hidden; - padding: 4px 8px 3px; - border: 1px solid #cccccc; - background-color: white; } - -.input-group.stacked-label input { - height: 46px; } - -.input-wrapper.row { - margin-right: 0; - margin-left: 0; } - .input-wrapper.row [class*='col-'] { - padding-right: 0; - padding-left: 0; } - -select, -textarea, -input[type="text"], -input[type="password"], -input[type="datetime"], -input[type="datetime-local"], -input[type="date"], -input[type="month"], -input[type="time"], -input[type="week"], -input[type="number"], -input[type="email"], -input[type="url"], -input[type="search"], -input[type="tel"], -input[type="color"], -.uneditable-input { - display: inline-block; - height: 34px; - color: #555555; - vertical-align: middle; - font-size: 14px; - line-height: 20px; } - -input, -textarea, -.uneditable-input { - width: 100%; } - -textarea { - height: auto; } - -textarea, -input[type="text"], -input[type="password"], -input[type="datetime"], -input[type="datetime-local"], -input[type="date"], -input[type="month"], -input[type="time"], -input[type="week"], -input[type="number"], -input[type="email"], -input[type="url"], -input[type="search"], -input[type="tel"], -input[type="color"], -.uneditable-input { - border: 0; } - textarea:focus, - input[type="text"]:focus, - input[type="password"]:focus, - input[type="datetime"]:focus, - input[type="datetime-local"]:focus, - input[type="date"]:focus, - input[type="month"]:focus, - input[type="time"]:focus, - input[type="week"]:focus, - input[type="number"]:focus, - input[type="email"]:focus, - input[type="url"]:focus, - input[type="search"]:focus, - input[type="tel"]:focus, - input[type="color"]:focus, - .uneditable-input:focus { - outline: 0; } - -input[type="radio"], -input[type="checkbox"] { - margin: 4px 0 0; - line-height: normal; } - -input[type="file"], -input[type="image"], -input[type="submit"], -input[type="reset"], -input[type="button"], -input[type="radio"], -input[type="checkbox"] { - width: auto; } - -select, -input[type="file"] { - line-height: 34px; } - -select { - width: 220px; - border: 1px solid #cccccc; - background-color: white; } - -select[multiple], -select[size] { - height: auto; } - -select:focus, -input[type="file"]:focus, -input[type="radio"]:focus, -input[type="checkbox"]:focus { - outline: thin dotted #333333; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; } - -input:-moz-placeholder, -textarea:-moz-placeholder { - color: #999999; } -input:-ms-input-placeholder, -textarea:-ms-input-placeholder { - color: #999999; } -input::-webkit-input-placeholder, -textarea::-webkit-input-placeholder { - color: #999999; } - -input[type="range"] { - display: block; - margin-top: 20px; - margin-bottom: 20px; - width: auto; - height: 4px; - outline: none; - border-radius: 4px; - background-color: #cccccc; - -webkit-appearance: none !important; } - input[type="range"]::-webkit-slider-thumb { - width: 20px; - height: 20px; - border-radius: 10px; - background-color: white; - box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 5px 6px rgba(0, 0, 0, 0.25); - -webkit-appearance: none !important; } - -input[disabled], -select[disabled], -textarea[disabled], -input[readonly], -select[readonly], -textarea[readonly] { - background-color: #eeeeee; - cursor: not-allowed; } - -input[type="radio"][disabled], -input[type="checkbox"][disabled], -input[type="radio"][readonly], -input[type="checkbox"][readonly] { - background-color: transparent; } - -.checkbox { - position: relative; - display: inline-block; - padding: 7px 7px; - cursor: pointer; - /* what the checkbox looks like when its not checked */ - /* the checkmark within the box */ - /* what it looks like when it is checked */ } - .checkbox input { - display: none; } - .checkbox .handle { - width: 28px; - height: 28px; - border: 1px solid #049cdb; - border-radius: 50%; - background: white; - transition: background-color 0.1s ease-in-out; } - .checkbox .handle:after { - position: absolute; - top: 37%; - left: 14px; - width: 14px; - height: 7px; - border: 1px solid white; - border-top: none; - border-right: none; - content: ''; - opacity: 0; - transition: opacity 0.1s ease-in-out; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); } - .checkbox input:checked + .handle { - background: #049cdb; } - .checkbox input:checked + .handle:after { - opacity: 1; } - -/* the overall container of the toggle */ -.toggle { - display: inline-block; } - -/* hide the actual checkbox */ -.toggle input { - display: none; } - -/* the background of the toggle's track area */ -/* also the track appearance when the toggle is "off" */ -.toggle .track { - display: inline-block; - box-sizing: border-box; - width: 54px; - height: 32px; - border: solid 2px #e5e5e5; - border-radius: 20px; - background-color: #e5e5e5; - cursor: pointer; - transition-property: background-color, border; - transition-duration: 0.1s; - transition-timing-function: ease-in-out; } - -/* the handle (circle) thats inside the toggle's track area */ -/* also the appearance when the handle is "off" */ -.toggle .handle { - position: absolute; - display: block; - width: 28px; - height: 28px; - border-radius: 50%; - background-color: white; - transition: -webkit-transform 0.1s ease-in-out; - /* used to create a larger hit area to slide the handle */ } - .toggle .handle:before { - position: absolute; - content: " "; - display: table; - left: -14px; - top: -11px; - padding: 14px 30px; } - -/* When the toggle is "on" */ -.toggle :checked + .track { - /* the track when the toggle is "on" */ - border-color: #5f85ef; - background-color: #5f85ef; - /* the handle when the toggle is "on" */ } - .toggle :checked + .track .handle { - background-color: white; - -webkit-transform: translate3d(22px, 0, 0); } - -/* hide a radio button's icon by default */ -.radio-item [class^="icon-"], -.radio-item [class*=" icon-"] { - display: none; } - -.radio-list label.list-item { - cursor: pointer; } - -.radio-list input[type="radio"] { - /* hide any radio button inputs elements (the ugly circles) */ - display: none; - /* when this radio-item is checked */ } - .radio-list input[type="radio"]:checked + .radio-item { - /* show the radio-item icon when checked */ } - .radio-list input[type="radio"]:checked + .radio-item [class^="icon-"], - .radio-list input[type="radio"]:checked + .radio-item [class*=" icon-"] { - position: absolute; - top: 16px; - right: 10px; - display: inline; } - -.button { - position: relative; - display: inline-block; - margin: 0; - padding: 8px 12px; - border-width: 1px; - border-style: solid; - border-radius: 2px; - color: #222222; - vertical-align: middle; - text-align: center; - font-size: 16px; - cursor: pointer; } - .button.button-icon { - border: none; - background: none; - padding: 4px 5px; } - .button.button-clear { - border: none; - background: none; - box-shadow: none; - padding: 4px 5px; - -webkit-transition: opacity 0.1s; - transition: opacity 0.1s; } - .button.button-clear:active, .button.button-clear.active { - opacity: 0.3; } - .button.button-block { - display: block; - margin: 10px 0 10px 0; - width: 100%; } - .button.button-default { - color: #333333; - background-color: white; - border-color: #dddddd; } - .button.button-default:hover { - color: #333333; - text-decoration: none; } - .button.button-default.active, .button.button-default:active { - background-color: #fafafa; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #bbbbbb; } - .button.button-default.button-clear { - color: #333333; - background: none; - box-shadow: none; } - .button.button-secondary { - color: #333333; - background-color: whitesmoke; - border-color: #bbbbbb; } - .button.button-secondary:hover { - color: #333333; - text-decoration: none; } - .button.button-secondary.active, .button.button-secondary:active { - background-color: #e5e5e5; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #999999; } - .button.button-secondary.button-clear { - color: #333333; - background: none; - box-shadow: none; } - .button.button-primary { - color: white; - background-color: #4a87ee; - border-color: #3b6dc2; } - .button.button-primary:hover { - color: white; - text-decoration: none; } - .button.button-primary.active, .button.button-primary:active { - background-color: #4175ce; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #32599c; } - .button.button-primary.button-clear { - color: #4a87ee; - background: none; - box-shadow: none; } - .button.button-primary.button-outline { - border-color: #4a87ee; - color: #4a87ee; } - .button.button-primary.button-outline.active, .button.button-primary.button-outline:active { - background-color: #4a87ee; - color: #fff; - box-shadow: none; } - .button.button-info { - color: white; - background-color: #43cee6; - border-color: #3bb3c8; } - .button.button-info:hover { - color: white; - text-decoration: none; } - .button.button-info.active, .button.button-info:active { - background-color: #3db8cd; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #3293a4; } - .button.button-info.button-clear { - color: #43cee6; - background: none; - box-shadow: none; } - .button.button-info.button-outline { - border-color: #43cee6; - color: #43cee6; } - .button.button-info.button-outline.active, .button.button-info.button-outline:active { - background-color: #43cee6; - color: #fff; - box-shadow: none; } - .button.button-success { - color: white; - background-color: #66cc33; - border-color: #5bb22f; } - .button.button-success:hover { - color: white; - text-decoration: none; } - .button.button-success.active, .button.button-success:active { - background-color: #55aa2b; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #448922; } - .button.button-success.button-clear { - color: #66cc33; - background: none; - box-shadow: none; } - .button.button-success.button-outline { - border-color: #66cc33; - color: #66cc33; } - .button.button-success.button-outline.active, .button.button-success.button-outline:active { - background-color: #66cc33; - color: #fff; - box-shadow: none; } - .button.button-warning { - color: white; - background-color: #f0b840; - border-color: #d29f31; } - .button.button-warning:hover { - color: white; - text-decoration: none; } - .button.button-warning.active, .button.button-warning:active { - background-color: #e2a114; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #b88517; } - .button.button-warning.button-clear { - color: #f0b840; - background: none; - box-shadow: none; } - .button.button-warning.button-outline { - border-color: #f0b840; - color: #f0b840; } - .button.button-warning.button-outline.active, .button.button-warning.button-outline:active { - background-color: #f0b840; - color: #fff; - box-shadow: none; } - .button.button-danger { - color: white; - background-color: #ef4e3a; - border-color: #c73927; } - .button.button-danger:hover { - color: white; - text-decoration: none; } - .button.button-danger.active, .button.button-danger:active { - background-color: #ce4331; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #9f3527; } - .button.button-danger.button-clear { - color: #ef4e3a; - background: none; - box-shadow: none; } - .button.button-danger.button-outline { - border-color: #ef4e3a; - color: #ef4e3a; } - .button.button-danger.button-outline.active, .button.button-danger.button-outline:active { - background-color: #ef4e3a; - color: #fff; - box-shadow: none; } - .button.button-dark { - color: white; - background-color: #444444; - border-color: #111111; } - .button.button-dark:hover { - color: white; - text-decoration: none; } - .button.button-dark.active, .button.button-dark:active { - background-color: #222222; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: black; } - .button.button-dark.button-clear { - color: #444444; - background: none; - box-shadow: none; } - .button.button-dark.button-outline { - border-color: #444444; - color: #444444; } - .button.button-dark.button-outline.active, .button.button-dark.button-outline:active { - background-color: #444444; - color: #fff; - box-shadow: none; } - .button.button-outline { - background: none; - box-shadow: none; - /* padding: $button-clear-padding; */ - -webkit-transition: opacity 0.1s; - transition: opacity 0.1s; } - .button.button-icon { - border: none; - background: none; } - .button.button-icon:active, .button.button-icon.active { - text-shadow: 0px 0px 10px white; - box-shadow: none; - background: none; } - -a.button { - text-decoration: none; } - -.button-group { - position: relative; - display: inline-block; - vertical-align: middle; } - .button-group > .button { - position: relative; - float: left; } - .button-group > .button:hover, .button-group > .button:focus, .button-group > .button:active, .button-group > .button.active { - z-index: 2; } - .button-group > .button:focus { - outline: none; } - -.button-group .button + .button, -.button-group .button + .button-group, -.button-group .button-group + .button, -.button-group .button-group + .button-group { - margin-left: -1px; } - -.button-group > .button:not(:first-child):not(:last-child) { - border-radius: 0; } - -.button-group > .button:first-child { - margin-left: 0; } - .button-group > .button:first-child:not(:last-child) { - -webkit-border-top-right-radius: 0; - -moz-border-radius-topright: 0; - border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-bottomright: 0; - border-bottom-right-radius: 0; } - -.button-group > .button:last-child:not(:first-child) { - -webkit-border-top-left-radius: 0; - -moz-border-radius-topleft: 0; - border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -moz-border-radius-bottomleft: 0; - border-bottom-left-radius: 0; } - -.button-group > .button-group { - float: left; } - -.button-group > .button-group:not(:first-child):not(:last-child) > .button { - border-radius: 0; } - -.button-group > .button-group:first-child > .button:last-child, -.button-group > .button-group:first-child > .dropdown-toggle { - -webkit-border-top-right-radius: 0; - -moz-border-radius-topright: 0; - border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-bottomright: 0; - border-bottom-right-radius: 0; } - -.button-group > .button-group:last-child > .button:first-child { - -webkit-border-top-left-radius: 0; - -moz-border-radius-topleft: 0; - border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -moz-border-radius-bottomleft: 0; - border-bottom-left-radius: 0; } - -.button-bar { - box-flex: 1; - -webkit-box-flex: 1; - -moz-box-flex: 1; - box-orient: horizontal; - -webkit-box-orient: horizontal; - -moz-box-orient: horizontal; - display: -webkit-box; - display: box; } - -.button-bar > .button { - box-flex: 1; - -webkit-box-flex: 1; - -moz-box-flex: 1; - display: block; - width: 0; - overflow: hidden; - padding: 8px 16px; - border-width: 1px 0px 1px 1px; - border-radius: 0; - text-align: center; - text-overflow: ellipsis; - white-space: nowrap; - line-height: 15px; } - .button-bar > .button:last-child { - border-right-width: 1px; } - -.buttons { - box-flex: 1; - -webkit-box-flex: 1; - -moz-box-flex: 1; - box-orient: horizontal; - -webkit-box-orient: horizontal; - -moz-box-orient: horizontal; - display: -webkit-box; - display: box; } - -.badge { - display: inline-block; - min-width: 10px; - padding: 3px 7px; - font-size: 11px; - font-weight: bold; - color: white; - line-height: 1; - vertical-align: baseline; - white-space: nowrap; - text-align: center; - background-color: #999999; - border-radius: 10px; } - .badge:empty { - display: none; } - -.button .badge { - position: relative; - top: -1px; } - -.alert { - padding: 8px 35px 8px 14px; - border: 1px solid #fbeed5; - background-color: #fcf8e3; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } - -.alert, -.alert h4 { - color: #c09853; } - -.alert .close { - position: relative; - top: -2px; - right: -21px; - line-height: 1.42857; } - -.alert-block { - padding-top: 14px; - padding-bottom: 14px; } - -.alert-block > p, -.alert-block > ul { - margin-bottom: 0; } - -.alert-block p + p { - margin-top: 5px; } - -.alert-success { - border-color: #d6e9c6; - background-color: #dff0d8; - color: #468847; } - -.alert-success h4 { - color: #468847; } - -.alert-danger, -.alert-error { - border-color: #eed3d7; - background-color: #f2dede; - color: #b94a48; } - -.alert-danger h4, -.alert-error h4 { - color: #b94a48; } - -.alert-info { - border-color: #bce8f1; - background-color: #d9edf7; - color: #3a87ad; } - -.alert-info h4 { - color: #3a87ad; } - -.card { - width: 100%; - background-color: white; - border-radius: 2px; - border: 1px solid #dddddd; } - -.card-header { - padding: 10px; - background-color: white; } - .card-header.card-header-secondary { - background-color: whitesmoke; } - .card-header.card-header-primary { - background-color: #4a87ee; } - .card-header.card-header-info { - background-color: #43cee6; } - .card-header.card-header-success { - background-color: #66cc33; } - .card-header.card-header-warning { - background-color: #f0b840; } - .card-header.card-header-danger { - background-color: #ef4e3a; } - .card-header.card-header-dark { - background-color: #444444; } - -.card-body { - padding: 10px; } - -.card-footer { - padding: 10px; } - -.slide-in-up { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - -webkit-transition: -webkit-transform 0.4s, opacity 0.1s; - transition: -webkit-transform 0.4s, opacity 0.1s; - -webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1); - transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1); - -webkit-animation-fill-mode: forwards; } - -.slide-in-up.active { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); } - -@keyframes fadein { - from { - opacity: 0.7; } - - to { - opacity: 1; } } - -@-webkit-keyframes fadein { - /* Safari and Chrome */ - from { - opacity: 0; } - - to { - opacity: 1; } } - -.fade-in { - opacity: 0; - animation: fadein 0.5s; - -webkit-animation: fadein 0.5s; } - -.platform-ios7 .bar-header { - height: 64px; } - .platform-ios7 .bar-header > * { - margin-top: 20px; } -.platform-ios7 .has-header { - margin-top: 64px; } diff --git a/scss/ionic/_mixins.scss b/scss/ionic/_mixins.scss index c35c3c0c83..e271fdd61e 100644 --- a/scss/ionic/_mixins.scss +++ b/scss/ionic/_mixins.scss @@ -95,6 +95,10 @@ background-color: $bgColor; border-color: $borderColor; color: $color; + + .title { + color: $color; + } } @mixin tab-style($bgColor, $borderColor, $color) {