diff inteligent_robot/io2012slides/theme/scss/phone.scss @ 3:fea44bb81877 default tip

many change
author taiki
date Tue, 10 Dec 2013 15:31:33 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inteligent_robot/io2012slides/theme/scss/phone.scss	Tue Dec 10 15:31:33 2013 +0900
@@ -0,0 +1,35 @@
+@import "compass/css3/transition";
+
+
+/*Smartphones (portrait and landscape) ----------- */
+/*@media only screen
+and (min-width : 320px)
+and (max-width : 480px) {
+
+}*/
+
+/* Smartphones (portrait) ----------- */
+//@media only screen and (max-device-width: 480px) {
+/* Styles */
+//$slide-width: 350px;
+//$slide-height: 500px;
+
+slides > slide {
+/*  width: $slide-width !important;
+  height: $slide-height !important;
+  margin-left: -$slide-width / 2 !important;
+  margin-top: -$slide-height / 2 !important;
+*/
+  // Don't do full slide transitions on mobile.
+  -webkit-transition: none !important; // Bug in compass? Not sure why the below is not working
+  @include transition(none !important);
+}
+
+//}
+
+/* iPhone 4 ----------- */
+@media
+only screen and (-webkit-min-device-pixel-ratio : 1.5),
+only screen and (min-device-pixel-ratio : 1.5) {
+/* Styles */
+}
\ No newline at end of file