diff options
Diffstat (limited to 'theme/css/phone.css')
-rw-r--r-- | theme/css/phone.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/theme/css/phone.css b/theme/css/phone.css new file mode 100644 index 0000000..3f211dd --- /dev/null +++ b/theme/css/phone.css | |||
@@ -0,0 +1,21 @@ | |||
1 | /* Smartphones (portrait) ----------- */ | ||
2 | /* Styles */ | ||
3 | /* line 9, ../sass/phone.scss */ | ||
4 | slides > slide { | ||
5 | /* width: $slide-width !important; | ||
6 | height: $slide-height !important; | ||
7 | margin-left: -$slide-width / 2 !important; | ||
8 | margin-top: -$slide-height / 2 !important; | ||
9 | */ | ||
10 | -webkit-transition: none !important; | ||
11 | -webkit-transition: none !important; | ||
12 | -moz-transition: none !important; | ||
13 | -ms-transition: none !important; | ||
14 | -o-transition: none !important; | ||
15 | transition: none !important; | ||
16 | } | ||
17 | |||
18 | /* iPhone 4 ----------- */ | ||
19 | @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { | ||
20 | /* Styles */ | ||
21 | } | ||