Browse Source

Updating the base.css to use basic iOS7 styles.

pull/210/head
connors 12 years ago
parent
commit
9e0008b8da
  1. 12
      lib/css/base.css
  2. 14
      test/components/index.html

12
lib/css/base.css

@ -99,13 +99,13 @@ body {
bottom: 0;
left: 0;
font: 14px/1.25 "Helvetica Neue", sans-serif;
color: #222;
color: #000;
background-color: #fff;
}
/* Universal link styling */
a {
color: #0882f0;
color: #007aff;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Removes the dark touch outlines on links */
}
@ -118,7 +118,7 @@ a {
bottom: 0;
left: 0;
overflow: auto;
background-color: #fff;
background-color: #efeff4;
-webkit-transition-property: top, bottom;
transition-property: top, bottom;
-webkit-transition-duration: .2s, .2s;
@ -143,11 +143,11 @@ a {
/* Pad top/bottom of content so it doesn't hide behind .bar-title and .bar-tab.
Note: For these to work, content must come after both bars in the markup */
.bar-title ~ .content {
top: 44px;
padding-top: 44px;
}
.bar-tab ~ .content {
bottom: 51px;
padding-bottom: 51px;
}
.bar-header-secondary ~ .content {
top: 88px;
padding-top: 88px;
}

14
test/components/index.html

@ -18,6 +18,7 @@
<link rel="stylesheet" href="../../lib/css/sliders.css">
<link rel="stylesheet" href="../../lib/css/toggles.css">
<link rel="stylesheet" href="../../lib/css/push.css">
<script src="../../lib/js/push.js"></script>
<script src="../../lib/js/toggles.js"></script>
<script src="../../lib/js/sliders.js"></script>
@ -73,19 +74,6 @@
</li>
</ul>
</div>
<div class="slider">
<ul>
<li>
<img src="http://ionehellobeautiful.files.wordpress.com/2010/05/lebron-james3.jpg">
</li>
<li>
<img src="http://www.nba.com/media/allstar2006/james_300_060115.jpg">
</li>
<li>
<img src="http://hoopedia.nba.com/images/e/eb/Lebron-james_streetclothes.jpg">
</li>
</ul>
</div>
<!-- POPOVER ============================================================ -->
<div id="myPopover" class="popover">

Loading…
Cancel
Save