|
|
@@ -1,14 +1,21 @@
|
|
|
-section{position:absolute;position:fixed;width:100%;height:inherit;z-index:0;-webkit-transform:translate3d(320px, 0, 0);transform:translate3d(320px, 0, 0);-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform 250ms cubic-bezier(0.39, 0.575, 0.565, 1);}
|
|
|
-section:first-child,section.show{z-index:1;-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0);}
|
|
|
-section.hide{z-index:0;-webkit-transform:translate3d(-320px, 0, 0);transform:translate3d(-320px, 0, 0);}
|
|
|
+section{position:absolute;left:0px;top:0px;width:100%;height:100%;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform 250ms cubic-bezier(0.39, 0.575, 0.565, 1);}section:first-child,section.show{-webkit-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0);}
|
|
|
+section.hide{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}
|
|
|
header,footer{position:absolute;left:0px;width:100%;height:38px;display:block;z-index:2;line-height:38px;}
|
|
|
header{top:0px;}
|
|
|
footer{bottom:0px;}
|
|
|
-header .title,footer .title{float:left;margin:0 8px;font-size:1.15em;}
|
|
|
-header .title{position:absolute;left:0px;width:100%;margin:0px auto;z-index:-1;text-align:center;}
|
|
|
+header .title,footer .title{margin:0 8px;float:left;z-index:-1;font-size:1.15em;font-weight:bold;}
|
|
|
+header .title{position:absolute;left:0px;right:0px;text-align:center;display:inline-block;}
|
|
|
section header a.button,section footer a.button{margin:3px 3px auto 4px;}
|
|
|
section header a.button.icon,section footer a.button.icon{width:17px;}
|
|
|
-aside{position:absolute;top:0px;bottom:0px;height:auto;width:256px;opacity:0;}
|
|
|
+nav{height:inherit;text-align:center;}nav a{padding:0 3px;z-index:1000;float:left;}nav a .icon{font-size:2.2em;line-height:38px;display:inline-block;padding:0 5px;}
|
|
|
+nav a abbr{position:relative;bottom:5px;margin-left:2px;display:none;font-size:1.05em;}
|
|
|
+nav a.current abbr{display:inline;}
|
|
|
+nav .bubble{position:relative;top:-16px;left:-10px;margin-right:-20px;}
|
|
|
+.toolbar{height:48px;display:block;}.toolbar nav{display:block;}
|
|
|
+.toolbar a{padding:0;}
|
|
|
+.toolbar .icon{display:block;font-size:2.5em;line-height:48px;}
|
|
|
+.toolbar .bubble{top:-54px;left:6px;padding:1px 4px;}
|
|
|
+aside{position:absolute;top:0px;bottom:0px;height:auto;width:256px;opacity:0;z-index:0;}
|
|
|
aside.show{opacity:1;}
|
|
|
header~aside{padding-top:40px;}
|
|
|
footer~aside{padding-bottom:40px;}
|
|
|
@@ -25,13 +32,3 @@ article.aside{-webkit-transform:translate3d(256px, 0, 0);transform:translate3d(2
|
|
|
@media handheld, only screen and (min-width: 768px){article.aside{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0);}}article .title{font-size:1.1em;margin:0px 0 4px;}
|
|
|
article .title .icon{margin-right:4px;}
|
|
|
article .text{margin:4px 0 8px;display:block;font-size:0.9em;font-weight:normal;line-height:1.4em;}
|
|
|
-nav{height:inherit;text-align:center;}
|
|
|
-nav a{display:inline-block;padding:0 6px;height:inherit;float:left;}
|
|
|
-nav .icon{font-size:2.2em;line-height:38px;}
|
|
|
-nav a abbr{position:relative;bottom:5px;margin-left:2px;display:none;font-size:1.05em;}
|
|
|
-nav a.current abbr{display:inline;}
|
|
|
-.toolbar{height:48px;display:block;}
|
|
|
-.toolbar a{float:left;padding:0;}
|
|
|
-.toolbar .icon{display:block;font-size:2.5em;line-height:48px;}
|
|
|
-nav .bubble{position:relative;top:-16px;left:-8px;margin-right:-20px;}
|
|
|
-.toolbar .bubble{top:-54px;left:6px;padding:1px 4px;}
|