|
| 1 | +/** |
| 2 | +* @version $Id: grid-responsive.css 20941 2014-05-07 19:46:51Z kevin $ |
| 3 | +* @author RocketTheme http://www.rockettheme.com |
| 4 | +* @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC |
| 5 | +* @license http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License |
| 6 | +*/ |
| 7 | + |
| 8 | +body {min-width: 100px !important;} |
| 9 | +body [class*="rt-grid"] {display: inline;float: left;position: relative;margin: 0;} |
| 10 | + |
| 11 | +.rt-container {width: 1200px;margin: 0 auto;} |
| 12 | +.rt-grid-1 {width: 100px;} |
| 13 | +.rt-grid-2 {width: 200px;} |
| 14 | +.rt-grid-3 {width: 300px;} |
| 15 | +.rt-grid-4 {width: 400px;} |
| 16 | +.rt-grid-5 {width: 500px;} |
| 17 | +.rt-grid-6 {width: 600px;} |
| 18 | +.rt-grid-7 {width: 700px;} |
| 19 | +.rt-grid-8 {width: 800px;} |
| 20 | +.rt-grid-9 {width: 900px;} |
| 21 | +.rt-grid-10 {width: 1000px;} |
| 22 | +.rt-grid-11 {width: 1100px;} |
| 23 | +.rt-grid-12 {width: 1200px;} |
| 24 | + |
| 25 | +.rt-push-1 {left: 100px;} |
| 26 | +.rt-push-2 {left: 200px;} |
| 27 | +.rt-push-3 {left: 300px;} |
| 28 | +.rt-push-4 {left: 400px;} |
| 29 | +.rt-push-5 {left: 500px;} |
| 30 | +.rt-push-6 {left: 600px;} |
| 31 | +.rt-push-7 {left: 700px;} |
| 32 | +.rt-push-8 {left: 800px;} |
| 33 | +.rt-push-9 {left: 900px;} |
| 34 | +.rt-push-10 {left: 1000px;} |
| 35 | +.rt-push-11 {left: 1100px;} |
| 36 | + |
| 37 | +.rt-pull-1 {left: -100px;} |
| 38 | +.rt-pull-2 {left: -200px;} |
| 39 | +.rt-pull-3 {left: -300px;} |
| 40 | +.rt-pull-4 {left: -400px;} |
| 41 | +.rt-pull-5 {left: -500px;} |
| 42 | +.rt-pull-6 {left: -600px;} |
| 43 | +.rt-pull-7 {left: -700px;} |
| 44 | +.rt-pull-8 {left: -800px;} |
| 45 | +.rt-pull-9 {left: -900px;} |
| 46 | +.rt-pull-10 {left: -1000px;} |
| 47 | +.rt-pull-11 {left: -1100px;} |
| 48 | + |
| 49 | +.rt-prefix-1 {padding-left: 100px;} |
| 50 | +.rt-prefix-2 {padding-left: 200px;} |
| 51 | +.rt-prefix-3 {padding-left: 300px;} |
| 52 | +.rt-prefix-4 {padding-left: 400px;} |
| 53 | +.rt-prefix-5 {padding-left: 500px;} |
| 54 | +.rt-prefix-6 {padding-left: 600px;} |
| 55 | +.rt-prefix-7 {padding-left: 700px;} |
| 56 | +.rt-prefix-8 {padding-left: 800px;} |
| 57 | +.rt-prefix-9 {padding-left: 900px;} |
| 58 | +.rt-prefix-10 {padding-left: 1000px;} |
| 59 | +.rt-prefix-11 {padding-left: 1100px;} |
| 60 | + |
| 61 | +@media only screen and (min-width: 960px) and (max-width: 1199px) { |
| 62 | + .rt-container {width: 960px;} |
| 63 | + .rt-grid-1 {width: 80px;} |
| 64 | + .rt-grid-2 {width: 160px;} |
| 65 | + .rt-grid-3 {width: 240px;} |
| 66 | + .rt-grid-4 {width: 320px;} |
| 67 | + .rt-grid-5 {width: 400px;} |
| 68 | + .rt-grid-6 {width: 480px;} |
| 69 | + .rt-grid-7 {width: 560px;} |
| 70 | + .rt-grid-8 {width: 640px;} |
| 71 | + .rt-grid-9 {width: 720px;} |
| 72 | + .rt-grid-10 {width: 800px;} |
| 73 | + .rt-grid-11 {width: 880px;} |
| 74 | + .rt-grid-12 {width: 960px;} |
| 75 | + |
| 76 | + .rt-push-1 {left: 80px;} |
| 77 | + .rt-push-2 {left: 160px;} |
| 78 | + .rt-push-3 {left: 240px;} |
| 79 | + .rt-push-4 {left: 320px;} |
| 80 | + .rt-push-5 {left: 400px;} |
| 81 | + .rt-push-6 {left: 480px;} |
| 82 | + .rt-push-7 {left: 560px;} |
| 83 | + .rt-push-8 {left: 640px;} |
| 84 | + .rt-push-9 {left: 720px;} |
| 85 | + .rt-push-10 {left: 800px;} |
| 86 | + .rt-push-11 {left: 880px;} |
| 87 | + |
| 88 | + .rt-pull-1 {left: -80px;} |
| 89 | + .rt-pull-2 {left: -160px;} |
| 90 | + .rt-pull-3 {left: -240px;} |
| 91 | + .rt-pull-4 {left: -320px;} |
| 92 | + .rt-pull-5 {left: -400px;} |
| 93 | + .rt-pull-6 {left: -480px;} |
| 94 | + .rt-pull-7 {left: -560px;} |
| 95 | + .rt-pull-8 {left: -640px;} |
| 96 | + .rt-pull-9 {left: -720px;} |
| 97 | + .rt-pull-10 {left: -800px;} |
| 98 | + .rt-pull-11 {left: -880px;} |
| 99 | + |
| 100 | + .rt-prefix-1 {padding-left: 80px;} |
| 101 | + .rt-prefix-2 {padding-left: 160px;} |
| 102 | + .rt-prefix-3 {padding-left: 240px;} |
| 103 | + .rt-prefix-4 {padding-left: 320px;} |
| 104 | + .rt-prefix-5 {padding-left: 400px;} |
| 105 | + .rt-prefix-6 {padding-left: 480px;} |
| 106 | + .rt-prefix-7 {padding-left: 560px;} |
| 107 | + .rt-prefix-8 {padding-left: 640px;} |
| 108 | + .rt-prefix-9 {padding-left: 720px;} |
| 109 | + .rt-prefix-10 {padding-left: 800px;} |
| 110 | + .rt-prefix-11 {padding-left: 880px;} |
| 111 | +} |
| 112 | + |
| 113 | +@media only screen and (min-width: 768px) and (max-width: 959px) { |
| 114 | + .rt-container {width: 768px;} |
| 115 | + .rt-grid-1 {width: 64px;} |
| 116 | + .rt-grid-2 {width: 128px;} |
| 117 | + .rt-grid-3 {width: 192px;} |
| 118 | + .rt-grid-4 {width: 256px;} |
| 119 | + .rt-grid-5 {width: 320px;} |
| 120 | + .rt-grid-6 {width: 384px;} |
| 121 | + .rt-grid-7 {width: 448px;} |
| 122 | + .rt-grid-8 {width: 512px;} |
| 123 | + .rt-grid-9 {width: 576px;} |
| 124 | + .rt-grid-10 {width: 640px;} |
| 125 | + .rt-grid-11 {width: 704px;} |
| 126 | + .rt-grid-12 {width: 768px;} |
| 127 | + |
| 128 | + .rt-push-1 {left: 64px;} |
| 129 | + .rt-push-2 {left: 128px;} |
| 130 | + .rt-push-3 {left: 192px;} |
| 131 | + .rt-push-4 {left: 256px;} |
| 132 | + .rt-push-5 {left: 320px;} |
| 133 | + .rt-push-6 {left: 384px;} |
| 134 | + .rt-push-7 {left: 448px;} |
| 135 | + .rt-push-8 {left: 512px;} |
| 136 | + .rt-push-9 {left: 576px;} |
| 137 | + .rt-push-10 {left: 640px;} |
| 138 | + .rt-push-11 {left: 704px;} |
| 139 | + |
| 140 | + .rt-pull-1 {left: -64px;} |
| 141 | + .rt-pull-2 {left: -128px;} |
| 142 | + .rt-pull-3 {left: -192px;} |
| 143 | + .rt-pull-4 {left: -256px;} |
| 144 | + .rt-pull-5 {left: -320px;} |
| 145 | + .rt-pull-6 {left: -384px;} |
| 146 | + .rt-pull-7 {left: -448px;} |
| 147 | + .rt-pull-8 {left: -512px;} |
| 148 | + .rt-pull-9 {left: -576px;} |
| 149 | + .rt-pull-10 {left: -640px;} |
| 150 | + .rt-pull-11 {left: -704px;} |
| 151 | + |
| 152 | + .rt-prefix-1 {padding-left: 64px;} |
| 153 | + .rt-prefix-2 {padding-left: 128px;} |
| 154 | + .rt-prefix-3 {padding-left: 192px;} |
| 155 | + .rt-prefix-4 {padding-left: 256px;} |
| 156 | + .rt-prefix-5 {padding-left: 320px;} |
| 157 | + .rt-prefix-6 {padding-left: 384px;} |
| 158 | + .rt-prefix-7 {padding-left: 448px;} |
| 159 | + .rt-prefix-8 {padding-left: 512px;} |
| 160 | + .rt-prefix-9 {padding-left: 576px;} |
| 161 | + .rt-prefix-10 {padding-left: 640px;} |
| 162 | + .rt-prefix-11 {padding-left: 704px;} |
| 163 | +} |
| 164 | + |
| 165 | +@media only screen and (min-width: 481px) and (max-width: 767px) { |
| 166 | + body {-webkit-tap-highlight-color: transparent;} |
| 167 | + .rt-container {width: 480px;} |
| 168 | + .rt-container [class*="rt-grid"] {display: block;float: none;position: relative;width: 100%;} |
| 169 | + .rt-container [class*="rt-push"], [class*="rt-pull"] {left: auto;} |
| 170 | + .rt-container [class*="rt-prefix"] {padding-left: 0;} |
| 171 | +} |
| 172 | + |
| 173 | +@media only screen and (max-width: 480px) { |
| 174 | + body {-webkit-tap-highlight-color: transparent;} |
| 175 | + .rt-container {width: 95%;} |
| 176 | + .rt-container [class*="rt-grid"] {display: block;float: none;position: relative;width: 100%;} |
| 177 | + .rt-container [class*="rt-push"], [class*="rt-pull"] {left: auto;} |
| 178 | + .rt-container [class*="rt-prefix"] {padding-left: 0;} |
| 179 | +} |
0 commit comments