mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
compass config, css refererence updates
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<h1 class="title">Alerts</h1>
|
<h1 class="title">Alerts</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="content-padded has-header">
|
<main class="content content-padded has-header">
|
||||||
|
|
||||||
<p class="alert">
|
<p class="alert">
|
||||||
<strong>Warning!</strong> Best check yo self, you're not looking too good.
|
<strong>Warning!</strong> Best check yo self, you're not looking too good.
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
<link rel="stylesheet" href="app.css">
|
<link rel="stylesheet" href="app.css">
|
||||||
|
|
||||||
<script src="/vendor/angular/1.2.0rc1/angular-1.2.0rc1.min.js"></script>
|
<script src="/vendor/angular/1.2.0rc1/angular-1.2.0rc1.min.js"></script>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
<link rel="stylesheet" href="app.css">
|
<link rel="stylesheet" href="app.css">
|
||||||
|
|
||||||
<script src="/vendor/angular/angular.js"></script>
|
<script src="/vendor/angular/angular.js"></script>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
<h1 class="title">Buttons</h1>
|
<h1 class="title">Buttons</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="content-padded has-header">
|
<main class="content content-padded has-header">
|
||||||
<p>
|
<p>
|
||||||
<a class="button button-default">Default</a>
|
<a class="button button-default">Default</a>
|
||||||
<a class="button button-secondary">Secondary</a>
|
<a class="button button-secondary">Secondary</a>
|
||||||
|
|||||||
1800
example/css/ionic-structure.css
Normal file
1800
example/css/ionic-structure.css
Normal file
File diff suppressed because it is too large
Load Diff
387
example/css/ionic-theme.css
Normal file
387
example/css/ionic-theme.css
Normal file
@ -0,0 +1,387 @@
|
|||||||
|
@charset "UTF-8";
|
||||||
|
/* line 2, ../../scss/ionic/theme/_base.scss */
|
||||||
|
body {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.25;
|
||||||
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 8, ../../scss/ionic/theme/_base.scss */
|
||||||
|
main {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 12, ../../scss/ionic/theme/_base.scss */
|
||||||
|
.full-section {
|
||||||
|
-webkit-box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.2), 3px 0px 10px rgba(0, 0, 0, 0.2);
|
||||||
|
-moz-box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.2), 3px 0px 10px rgba(0, 0, 0, 0.2);
|
||||||
|
box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.2), 3px 0px 10px rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 9, ../../scss/ionic/theme/_alerts.scss */
|
||||||
|
.alert {
|
||||||
|
margin-bottom: 1.42857;
|
||||||
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||||
|
background-color: #fcf8e3;
|
||||||
|
border: 1px solid #fbeed5;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 16, ../../scss/ionic/theme/_alerts.scss */
|
||||||
|
.alert,
|
||||||
|
.alert h4 {
|
||||||
|
color: #c09853;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 25, ../../scss/ionic/theme/_alerts.scss */
|
||||||
|
.alert-success {
|
||||||
|
background-color: #dff0d8;
|
||||||
|
border-color: #d6e9c6;
|
||||||
|
color: #468847;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 30, ../../scss/ionic/theme/_alerts.scss */
|
||||||
|
.alert-success h4 {
|
||||||
|
color: #468847;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 34, ../../scss/ionic/theme/_alerts.scss */
|
||||||
|
.alert-danger,
|
||||||
|
.alert-error {
|
||||||
|
background-color: #f2dede;
|
||||||
|
border-color: #eed3d7;
|
||||||
|
color: #b94a48;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 40, ../../scss/ionic/theme/_alerts.scss */
|
||||||
|
.alert-danger h4,
|
||||||
|
.alert-error h4 {
|
||||||
|
color: #b94a48;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 43, ../../scss/ionic/theme/_alerts.scss */
|
||||||
|
.alert-info {
|
||||||
|
background-color: #d9edf7;
|
||||||
|
border-color: #bce8f1;
|
||||||
|
color: #3a87ad;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 48, ../../scss/ionic/theme/_alerts.scss */
|
||||||
|
.alert-info h4 {
|
||||||
|
color: #3a87ad;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 1, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar {
|
||||||
|
background-color: white;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 0;
|
||||||
|
/*
|
||||||
|
Disabled temporarily because it's annoying for testing.
|
||||||
|
@media screen and (orientation : landscape) {
|
||||||
|
padding: $barPaddingLandscape;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
/* line 6, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-header {
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
}
|
||||||
|
/* line 9, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-footer {
|
||||||
|
border-top-width: 1px;
|
||||||
|
}
|
||||||
|
/* line 13, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-default {
|
||||||
|
background-color: white;
|
||||||
|
border-color: #dddddd;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
/* line 17, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-default .tab-item a {
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
/* line 21, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-secondary {
|
||||||
|
background-color: whitesmoke;
|
||||||
|
border-color: #cccccc;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
/* line 25, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-secondary .tab-item a {
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
/* line 29, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-primary {
|
||||||
|
background-color: #6999e9;
|
||||||
|
border-color: #5981c5;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
/* line 33, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-primary .tab-item a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
/* line 37, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-info {
|
||||||
|
background-color: #60d2e6;
|
||||||
|
border-color: #51b3c4;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
/* line 41, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-info .tab-item a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
/* line 45, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-success {
|
||||||
|
background-color: #89c163;
|
||||||
|
border-color: #71a052;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
/* line 49, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-success .tab-item a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
/* line 53, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-warning {
|
||||||
|
background-color: #f0b840;
|
||||||
|
border-color: #cf9a29;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
/* line 57, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-warning .tab-item a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
/* line 61, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-danger {
|
||||||
|
background-color: #de5645;
|
||||||
|
border-color: #bc4435;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
/* line 66, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-danger .tab-item a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
/* line 70, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-dark {
|
||||||
|
background-color: #444444;
|
||||||
|
border-color: #111111;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
/* line 75, ../../scss/ionic/theme/_bar.scss */
|
||||||
|
.bar.bar-dark .tab-item a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 1, ../../scss/ionic/theme/_button.scss */
|
||||||
|
.button {
|
||||||
|
color: #222222;
|
||||||
|
border-radius: 2px;
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
|
padding: 10px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 9, ../../scss/ionic/theme/_button.scss */
|
||||||
|
a.button {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 13, ../../scss/ionic/theme/_button.scss */
|
||||||
|
.button-default {
|
||||||
|
color: #333333;
|
||||||
|
background-color: white;
|
||||||
|
border-color: #dddddd;
|
||||||
|
}
|
||||||
|
/* line 11, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-default:hover {
|
||||||
|
color: #333333;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
/* line 20, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-default.active, .button-default:active {
|
||||||
|
background-color: #ebebeb;
|
||||||
|
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12);
|
||||||
|
border-color: #c4c4c4;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 16, ../../scss/ionic/theme/_button.scss */
|
||||||
|
.button-secondary {
|
||||||
|
color: #333333;
|
||||||
|
background-color: whitesmoke;
|
||||||
|
border-color: #cccccc;
|
||||||
|
}
|
||||||
|
/* line 11, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-secondary:hover {
|
||||||
|
color: #333333;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
/* line 20, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-secondary.active, .button-secondary:active {
|
||||||
|
background-color: #e1e1e1;
|
||||||
|
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12);
|
||||||
|
border-color: #b3b3b3;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 19, ../../scss/ionic/theme/_button.scss */
|
||||||
|
.button-primary {
|
||||||
|
color: white;
|
||||||
|
background-color: #6999e9;
|
||||||
|
border-color: #5981c5;
|
||||||
|
}
|
||||||
|
/* line 11, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-primary:hover {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
/* line 20, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-primary.active, .button-primary:active {
|
||||||
|
background-color: #4581e4;
|
||||||
|
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12);
|
||||||
|
border-color: #3d67ae;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 22, ../../scss/ionic/theme/_button.scss */
|
||||||
|
.button-info {
|
||||||
|
color: white;
|
||||||
|
background-color: #60d2e6;
|
||||||
|
border-color: #51b3c4;
|
||||||
|
}
|
||||||
|
/* line 11, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-info:hover {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
/* line 20, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-info.active, .button-info:active {
|
||||||
|
background-color: #3dc8e0;
|
||||||
|
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12);
|
||||||
|
border-color: #3998a9;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 25, ../../scss/ionic/theme/_button.scss */
|
||||||
|
.button-success {
|
||||||
|
color: white;
|
||||||
|
background-color: #89c163;
|
||||||
|
border-color: #71a052;
|
||||||
|
}
|
||||||
|
/* line 11, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-success:hover {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
/* line 20, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-success.active, .button-success:active {
|
||||||
|
background-color: #73b447;
|
||||||
|
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12);
|
||||||
|
border-color: #597e41;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 28, ../../scss/ionic/theme/_button.scss */
|
||||||
|
.button-warning {
|
||||||
|
color: white;
|
||||||
|
background-color: #f0b840;
|
||||||
|
border-color: #cf9a29;
|
||||||
|
}
|
||||||
|
/* line 11, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-warning:hover {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
/* line 20, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-warning.active, .button-warning:active {
|
||||||
|
background-color: #edaa1a;
|
||||||
|
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12);
|
||||||
|
border-color: #a47a21;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 31, ../../scss/ionic/theme/_button.scss */
|
||||||
|
.button-danger {
|
||||||
|
color: white;
|
||||||
|
background-color: #de5645;
|
||||||
|
border-color: #bc4435;
|
||||||
|
}
|
||||||
|
/* line 11, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-danger:hover {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
/* line 20, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-danger.active, .button-danger:active {
|
||||||
|
background-color: #d43926;
|
||||||
|
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12);
|
||||||
|
border-color: #94362a;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 34, ../../scss/ionic/theme/_button.scss */
|
||||||
|
.button-dark {
|
||||||
|
color: white;
|
||||||
|
background-color: #444444;
|
||||||
|
border-color: #111111;
|
||||||
|
}
|
||||||
|
/* line 11, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-dark:hover {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
/* line 20, ../../scss/ionic/_mixins.scss */
|
||||||
|
.button-dark.active, .button-dark:active {
|
||||||
|
background-color: #303030;
|
||||||
|
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12);
|
||||||
|
border-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 37, ../../scss/ionic/theme/_button.scss */
|
||||||
|
.button-transparent {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 41, ../../scss/ionic/theme/_button.scss */
|
||||||
|
.button-borderless [class^="icon-"] {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 1, ../../scss/ionic/theme/_listview.scss */
|
||||||
|
.list-divider {
|
||||||
|
background-color: whitesmoke;
|
||||||
|
color: #222222;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 7, ../../scss/ionic/theme/_listview.scss */
|
||||||
|
a.list-item {
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 2, ../../scss/ionic/theme/_menu.scss */
|
||||||
|
.ion-panel {
|
||||||
|
background: #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 6, ../../scss/ionic/theme/_menu.scss */
|
||||||
|
.ion-panel-left .ion-panel {
|
||||||
|
border-right: 1px solid #bbbbbb;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 10, ../../scss/ionic/theme/_menu.scss */
|
||||||
|
.ion-panel-right .ion-panel {
|
||||||
|
border-left: 1px solid #bbbbbb;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 2, ../../scss/ionic/theme/_pull-to-refresh.scss */
|
||||||
|
.ptr-content {
|
||||||
|
background: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 1, ../../scss/ionic/theme/_tabs.scss */
|
||||||
|
.tabs {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* line 5, ../../scss/ionic/theme/_tabs.scss */
|
||||||
|
.tab-item a {
|
||||||
|
font-family: "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
font-weight: 200;
|
||||||
|
}
|
||||||
|
/* line 13, ../../scss/ionic/theme/_tabs.scss */
|
||||||
|
.tab-item i {
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
2187
example/css/ionic.css
Normal file
2187
example/css/ionic.css
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
<link rel="stylesheet" href="app.css">
|
<link rel="stylesheet" href="app.css">
|
||||||
<style>
|
<style>
|
||||||
.swiperight {
|
.swiperight {
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
<style>
|
<style>
|
||||||
#drag-me {
|
#drag-me {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
<link rel="stylesheet" href="app.css">
|
<link rel="stylesheet" href="app.css">
|
||||||
|
|
||||||
<script src="/vendor/angular/angular.js"></script>
|
<script src="/vendor/angular/angular.js"></script>
|
||||||
@ -21,7 +21,7 @@
|
|||||||
<h1 class="title">Ionic</h1>
|
<h1 class="title">Ionic</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="content-padded has-header">
|
<main class="content content-padded has-header">
|
||||||
<p><a class="button button-block button-default" href="alerts.html">Alerts</a></p>
|
<p><a class="button button-block button-default" href="alerts.html">Alerts</a></p>
|
||||||
<p><a class="button button-block button-default" href="buttons.html">Buttons</a></p>
|
<p><a class="button button-block button-default" href="buttons.html">Buttons</a></p>
|
||||||
<p><a class="button button-block button-default" href="button-groups.html">Button Groups</a></p>
|
<p><a class="button button-block button-default" href="button-groups.html">Button Groups</a></p>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body ng-app="peopleApp">
|
<body ng-app="peopleApp">
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
<link rel="stylesheet" href="app.css">
|
<link rel="stylesheet" href="app.css">
|
||||||
|
|
||||||
<script src="/vendor/angular/angular.js"></script>
|
<script src="/vendor/angular/angular.js"></script>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../../dist/ionic.css">
|
<link rel="stylesheet" href="css/ionic.css">
|
||||||
<link rel="stylesheet" href="app.css">
|
<link rel="stylesheet" href="app.css">
|
||||||
|
|
||||||
<script src="/vendor/angular/1.2.0rc1/angular-1.2.0rc1.min.js"></script>
|
<script src="/vendor/angular/1.2.0rc1/angular-1.2.0rc1.min.js"></script>
|
||||||
|
|||||||
24
scss/compass/config.rb
Normal file
24
scss/compass/config.rb
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Require any additional compass plugins here.
|
||||||
|
|
||||||
|
# Set this to the root of your project when deployed:
|
||||||
|
http_path = "/"
|
||||||
|
css_dir = "../../example/css"
|
||||||
|
sass_dir = "../"
|
||||||
|
images_dir = "../../example/css/images"
|
||||||
|
javascripts_dir = "../../example/js"
|
||||||
|
|
||||||
|
# You can select your preferred output style here (can be overridden via the command line):
|
||||||
|
output_style = :expanded # or :nested or :compact or :compressed
|
||||||
|
|
||||||
|
# To enable relative paths to assets via compass helper functions. Uncomment:
|
||||||
|
# relative_assets = true
|
||||||
|
|
||||||
|
# To disable debugging comments that display the original location of your selectors. Uncomment:
|
||||||
|
# line_comments = false
|
||||||
|
|
||||||
|
|
||||||
|
# If you prefer the indented syntax, you might want to regenerate this
|
||||||
|
# project again passing --syntax sass, or you can uncomment this:
|
||||||
|
# preferred_syntax = :sass
|
||||||
|
# and then run:
|
||||||
|
# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
|
||||||
@ -82,6 +82,7 @@ $listItemBorder: 1px solid #ddd;
|
|||||||
|
|
||||||
|
|
||||||
// Panels
|
// Panels
|
||||||
|
// -------------------------
|
||||||
$panelBg: #fff;
|
$panelBg: #fff;
|
||||||
$panelBorderRadius: 2px;
|
$panelBorderRadius: 2px;
|
||||||
$panelInnerBorder: #ddd;
|
$panelInnerBorder: #ddd;
|
||||||
|
|||||||
41
tools/jsdoc/jsdoc
Executable file
41
tools/jsdoc/jsdoc
Executable file
@ -0,0 +1,41 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# rhino discards the path to the current script file, so we must add it back
|
||||||
|
SOURCE="$0"
|
||||||
|
while [ -h "$SOURCE" ] ; do SOURCE="$(readlink "$SOURCE")"; done
|
||||||
|
# Get a Windows path under MinGW or Cygwin
|
||||||
|
BASEPATH="$( cd -P "$( dirname "$SOURCE" )" && (pwd -W 2>/dev/null || cygpath -w $(pwd) 2>/dev/null || pwd))"
|
||||||
|
if [ "${BASEPATH%${BASEPATH#?}}" != "/" ] ; then
|
||||||
|
BASEPATH="$( echo "$BASEPATH" | sed -e 's@\\@/@g' )"
|
||||||
|
# We need a extra slash for URLs
|
||||||
|
UBASEPATH="/$BASEPATH"
|
||||||
|
else
|
||||||
|
UBASEPATH="$BASEPATH"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# for whatever reason, Rhino requires module paths to be valid URIs
|
||||||
|
URLPATH="file://$UBASEPATH"
|
||||||
|
URLPATH=`echo "$URLPATH" | sed -e 's/ /%20/g'`
|
||||||
|
ENCODEDBASEPATH=`echo "$BASEPATH" | sed -e 's/ /%20/g'`
|
||||||
|
|
||||||
|
if test "$1" = "--debug"
|
||||||
|
then
|
||||||
|
echo "Running Debug"
|
||||||
|
CMD="org.mozilla.javascript.tools.debugger.Main -debug -opt -1"
|
||||||
|
# strip --debug argument
|
||||||
|
shift
|
||||||
|
else
|
||||||
|
CMD="org.mozilla.javascript.tools.shell.Main"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#Conditionally execute different command lines depending on whether we're running tests or not
|
||||||
|
if test "$1" = "-T"
|
||||||
|
then
|
||||||
|
echo "Running Tests"
|
||||||
|
cd -P "$(dirname "$SOURCE")"
|
||||||
|
java -classpath "${BASEPATH}/rhino/js.jar" ${CMD} -opt -1 -modules "${URLPATH}/node_modules" -modules "${URLPATH}/rhino" -modules "${URLPATH}/lib" -modules "${URLPATH}" "${BASEPATH}/jsdoc.js" "$@" --dirname="${BASEPATH}/"
|
||||||
|
|
||||||
|
else
|
||||||
|
# normal mode should be quiet
|
||||||
|
java -classpath "${BASEPATH}/rhino/js.jar" ${CMD} -modules "${URLPATH}/node_modules" -modules "${URLPATH}/rhino" -modules "${URLPATH}/lib" -modules "${URLPATH}" "${BASEPATH}/jsdoc.js" "$@" --dirname="${BASEPATH}/"
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user