{"id":3353,"date":"2013-06-03T19:37:54","date_gmt":"2013-06-03T17:37:54","guid":{"rendered":"http:\/\/gr-01.de\/www-whitepapers.grafik-und-redaktion.de\/?p=3353"},"modified":"2013-06-03T19:37:54","modified_gmt":"2013-06-03T17:37:54","slug":"media-queries-for-standard-devices","status":"publish","type":"post","link":"https:\/\/whitepapers.grafik-und-redaktion.de\/?p=3353","title":{"rendered":"Media Queries for Standard Devices"},"content":{"rendered":"<pre><code>via &lt;a href=&quot;http:\/\/css-tricks.com\/snippets\/css\/media-queries-for-standard-devices\/&quot;&gt;CSS-Tricks&lt;\/a&gt;\n\n\/* Smartphones (portrait and landscape) ----------- *\/\n@media only screen \nand (min-device-width : 320px) \nand (max-device-width : 480px) {\n\/* Styles *\/\n}\n\n\/* Smartphones (landscape) ----------- *\/\n@media only screen \nand (min-width : 321px) {\n\/* Styles *\/\n}\n\n\/* Smartphones (portrait) ----------- *\/\n@media only screen \nand (max-width : 320px) {\n\/* Styles *\/\n}\n\n\/* iPads (portrait and landscape) ----------- *\/\n@media only screen \nand (min-device-width : 768px) \nand (max-device-width : 1024px) {\n\/* Styles *\/\n}\n\n\/* iPads (landscape) ----------- *\/\n@media only screen \nand (min-device-width : 768px) \nand (max-device-width : 1024px) \nand (orientation : landscape) {\n\/* Styles *\/\n}\n\n\/* iPads (portrait) ----------- *\/\n@media only screen \nand (min-device-width : 768px) \nand (max-device-width : 1024px) \nand (orientation : portrait) {\n\/* Styles *\/\n}\n\n\/* Desktops and laptops ----------- *\/\n@media only screen \nand (min-width : 1224px) {\n\/* Styles *\/\n}\n\n\/* Large screens ----------- *\/\n@media only screen \nand (min-width : 1824px) {\n\/* Styles *\/\n}\n\n\/* iPhone 4 ----------- *\/\n@media\nonly screen and (-webkit-min-device-pixel-ratio : 1.5),\nonly screen and (min-device-pixel-ratio : 1.5) {\n\/* Styles *\/\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>via &lt;a href=&quot;<a href=\"http:\/\/css-tricks.com\/snippets\/css\/media-queries-for-standard-devices\/&quot;&gt;CSS-Tricks&lt;\/a&#038;gt\" class=\"autohyperlink\" target=\"_blank\">css-tricks.com\/snippets\/css\/media-queries-for-stan&#8230;<\/a>; \/* Smartphones (portrait and landscape) &#8212;&#8212;&#8212;&#8211; *\/ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { \/* Styles *\/ } \/* Smartphones (landscape) &#8212;&#8212;&#8212;&#8211; *\/ @media only screen and (min-width : 321px) { \/* &hellip; <a href=\"https:\/\/whitepapers.grafik-und-redaktion.de\/?p=3353\">Weiterlesen &rarr;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/whitepapers.grafik-und-redaktion.de\/index.php?rest_route=\/wp\/v2\/posts\/3353"}],"collection":[{"href":"https:\/\/whitepapers.grafik-und-redaktion.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/whitepapers.grafik-und-redaktion.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/whitepapers.grafik-und-redaktion.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/whitepapers.grafik-und-redaktion.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3353"}],"version-history":[{"count":1,"href":"https:\/\/whitepapers.grafik-und-redaktion.de\/index.php?rest_route=\/wp\/v2\/posts\/3353\/revisions"}],"predecessor-version":[{"id":3354,"href":"https:\/\/whitepapers.grafik-und-redaktion.de\/index.php?rest_route=\/wp\/v2\/posts\/3353\/revisions\/3354"}],"wp:attachment":[{"href":"https:\/\/whitepapers.grafik-und-redaktion.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3353"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/whitepapers.grafik-und-redaktion.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3353"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/whitepapers.grafik-und-redaktion.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}