18 @media all and (device-aspect-ratio: 16 / 9) {
23 @media all and (orientation: portrait) {
28 @media handheld and (min-width: 42), screen and (min-width: 20em) {
38 background-color: red;
41 @media print and (orientation: landscape) {
51 @media screen and (orientation: landscape) {
57 .first .second .third {
60 .first .second .fourth {
64 @media a and b and c {
65 .first .second .third {
74 @media a and x, b and c and x, a and y, b and c and y {
87 @media handheld and (max-width: 100px) {
100 @media handheld and (max-width: 200px) {
105 @media only screen and (max-width: 200px) {
141 @bottom-left-corner {
150 @bottom-right-corner {
166 content: "Page " counter(page);
173 @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 128dpcm) {
181 @media (max-width: 500px) {
186 @media (max-width: 1000px) {
192 @media (max-width: 1000px) and (max-width: 500px) {
197 @media (max-width: 1200px) {
200 @media (max-width: 1200px) and (max-width: 900px) {
205 @media (min-width: 480px) {
206 .nav-justified > li {
210 @media (min-width: 768px) and (min-width: 480px) {
216 .all-and-tv-variables {