|
|
@@ -19,19 +19,23 @@ nav .bubble{position:relative;top:-8px;left:-8px;margin-right:-20px;}
|
|
|
.toolbar .bubble{top:-52px;left:4px;}
|
|
|
.toolbar abbr{position:absolute;top:34px;width:inherit;height:11px;margin-left:0px;display:block !important;font-size:11px;line-height:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
|
|
|
.groupbar{position:absolute;top:39px;height:34px;width:100%;line-height:34px;}.groupbar a{padding:0px;}
|
|
|
-aside{position:absolute;top:0px;bottom:0px;height:auto;width:256px;max-width:256px;opacity:0;z-index:0;}
|
|
|
-aside.show{opacity:1;}
|
|
|
-header~aside{padding-top:40px;}
|
|
|
-footer~aside{padding-bottom:40px;}
|
|
|
+aside{position:absolute;width:inherit;height:inherit;top:0px;visibility:hidden;z-index:0;width:256px;max-width:256px;}
|
|
|
+aside.show{visibility:visible;}
|
|
|
+header:not(.extended)~aside{top:40px;}
|
|
|
+header.extended~aside{top:74px;}
|
|
|
+footer~aside{bottom:40px;height:auto;}
|
|
|
+footer.toolbar~aside{bottom:48px;}
|
|
|
aside~article{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0);-webkit-transition:-webkit-transform 250ms cubic-bezier(0.39, 0.575, 0.565, 1);}
|
|
|
aside a{display:block;width:244px;height:40px;padding:0 6px;font-size:15px;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
|
|
|
aside .icon{width:24px;float:left;margin:8px 4px 0 0;font-size:24px;line-height:24px;text-align:center;}
|
|
|
aside .anchor{font-weight:bold;padding:3px 10px 4px;}
|
|
|
aside .bubble{float:right;font-size:11px;margin:12px 4px 0 0;}
|
|
|
-@media handheld, only screen and (min-width: 768px){[data-target="aside"]{display:none !important;} aside{opacity:1;} aside~article{width:auto !important;left:256px;right:0px !important;}}article{position:relative;width:inherit;height:inherit;top:0px;display:none;z-index:0;opacity:0;}
|
|
|
-header~article{top:40px;}
|
|
|
+@media handheld, only screen and (min-width: 768px){[data-target="aside"]{display:none !important;} aside{opacity:1;} aside~article{width:auto !important;left:256px;right:0px !important;}}article{position:absolute;width:inherit;height:auto;top:0px;bottom:0px;visibility:hidden;z-index:0;}
|
|
|
+article.current{visibility:visible;z-index:1;}
|
|
|
+header:not(.extended)~article{top:40px;}
|
|
|
header.extended~article{top:74px;}
|
|
|
-article.current{display:block;z-index:1;opacity:1;}
|
|
|
+footer:not(.toolbar)~article{bottom:40px;}
|
|
|
+footer.toolbar~article{bottom:48px;}
|
|
|
article.aside{-webkit-transform:translate3d(256px, 0, 0);transform:translate3d(256px, 0, 0);}
|
|
|
@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;}
|