diff options
| author | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-10 20:55:53 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-10 20:55:53 +0200 |
| commit | 406abd7c4df1ace2cd3e4e17159e8941a2e8c0c4 (patch) | |
| tree | a324be16021f44f2fd6d55e609f47024e945b1db /themes/greydragon_old/css/ipad.css | |
Initial import
Diffstat (limited to 'themes/greydragon_old/css/ipad.css')
| -rw-r--r-- | themes/greydragon_old/css/ipad.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/themes/greydragon_old/css/ipad.css b/themes/greydragon_old/css/ipad.css new file mode 100644 index 0000000..801356f --- /dev/null +++ b/themes/greydragon_old/css/ipad.css @@ -0,0 +1,20 @@ +/* Start Apple Styles */
+/* These styles support Apple products display of CSS. NOTES (orientation:landscape), (orientation:portrait) can also be used to be more specific */
+/* iPad [portrait + landscape] */
+@media only screen and (min-device-width:768px) and (max-device-width:1024px)
+{
+ #cboxOverlay { height: 200%; width: 200%; }
+ .g-bar#g-site-menu { width: 200%; }
+}
+
+/* iPhone 4 [portrait + landscape] */
+@media only screen and (resolution:326dpi) { }
+
+/* screen and (resolution: 163dpi) */
+/* iPhone 3 [portrait + landscape] */
+@media only screen and (max-device-width:480px) { }
+
+/* iPod Touch and older [portrait + landscape] */
+@media only screen and (resolution:326dpi) { }
+
+/* End Apple Styles */
|
