|
1 | | -.grid, |
2 | | -.grid *, |
3 | | -.grid *:before, |
4 | | -.grid *:after { |
| 1 | +.editor-grid, |
| 2 | +.editor-grid *, |
| 3 | +.editor-grid *:before, |
| 4 | +.editor-grid *:after { |
5 | 5 | box-sizing: border-box; |
6 | 6 | } |
7 | 7 |
|
8 | | -.grid { |
| 8 | +.editor-grid { |
9 | 9 | margin-bottom: 10px; |
10 | 10 | } |
11 | 11 |
|
12 | | -.grid-background { |
| 12 | +.editor-grid-background { |
13 | 13 | background-color: #eee; |
14 | 14 | padding: 10px; |
15 | 15 | } |
16 | 16 |
|
17 | | -.grid-background.grid { |
| 17 | +.editor-grid-background.editor-grid { |
18 | 18 | padding-bottom: 0; |
19 | 19 | } |
20 | 20 |
|
21 | | -.grid-background-highlight { |
| 21 | +.editor-grid-background-highlight { |
22 | 22 | background-color: #c27386; |
23 | 23 | padding: 10px; |
24 | 24 | } |
25 | 25 |
|
26 | | -.grid-background-highlight.grid { |
| 26 | +.editor-grid-background-highlight.editor-grid { |
27 | 27 | padding-bottom: 0; |
28 | 28 | } |
29 | 29 |
|
30 | | -.grid-shadow { |
| 30 | +.editor-grid-shadow { |
31 | 31 | box-shadow: 0 0 7px rgba(0, 0, 0, .5); |
32 | 32 | padding: 10px; |
33 | 33 | } |
34 | 34 |
|
35 | | -.grid-shadow.grid { |
| 35 | +.editor-grid-shadow.editor-grid { |
36 | 36 | padding-bottom: 0; |
37 | 37 | } |
38 | 38 |
|
39 | | -.grid-equal-height .grid-container { |
| 39 | +.editor-grid-equal-height .editor-grid-container { |
40 | 40 | display: -webkit-flex; |
41 | 41 | display: -ms-flexbox; |
42 | 42 | display: flex; |
|
46 | 46 | flex-wrap: wrap; |
47 | 47 | } |
48 | 48 |
|
49 | | -.grid-container { |
| 49 | +.editor-grid-container { |
50 | 50 | letter-spacing: -.31em; |
51 | 51 | *letter-spacing: normal; |
52 | 52 | *word-spacing: -.43em; |
|
56 | 56 | margin-left: -2%; |
57 | 57 | } |
58 | 58 |
|
59 | | -.grid-container, .grid-container .opera-only :-o-prefocus { |
| 59 | +.editor-grid-container, .editor-grid-container .opera-only :-o-prefocus { |
60 | 60 | word-spacing: -.43em |
61 | 61 | } |
62 | 62 |
|
|
105 | 105 | right: 1px; |
106 | 106 | } |
107 | 107 |
|
108 | | -.grid-unit-12 { |
| 108 | +.editor-grid-unit-12 { |
109 | 109 | width: 98%; |
110 | 110 | } |
111 | | -.grid-unit-12:before { |
| 111 | +.editor-grid-unit-12:before { |
112 | 112 | content: '12 / 12' |
113 | 113 | } |
114 | 114 |
|
115 | | -.grid-unit-11 { |
| 115 | +.editor-grid-unit-11 { |
116 | 116 | width: 89.66666667%; |
117 | 117 | } |
118 | | -.grid-unit-11:before { |
| 118 | +.editor-grid-unit-11:before { |
119 | 119 | content: '11 / 12' |
120 | 120 | } |
121 | 121 |
|
122 | | -.grid-unit-10 { |
| 122 | +.editor-grid-unit-10 { |
123 | 123 | width: 81.33333333%; |
124 | 124 | } |
125 | | -.grid-unit-10:before { |
| 125 | +.editor-grid-unit-10:before { |
126 | 126 | content: '10 / 12' |
127 | 127 | } |
128 | 128 |
|
129 | | -.grid-unit-9 { |
| 129 | +.editor-grid-unit-9 { |
130 | 130 | width: 73%; |
131 | 131 | } |
132 | | -.grid-unit-9:before { |
| 132 | +.editor-grid-unit-9:before { |
133 | 133 | content: '9 / 12' |
134 | 134 | } |
135 | 135 |
|
136 | | -.grid-unit-8 { |
| 136 | +.editor-grid-unit-8 { |
137 | 137 | width: 64.66666667%; |
138 | 138 | } |
139 | | -.grid-unit-8:before { |
| 139 | +.editor-grid-unit-8:before { |
140 | 140 | content: '8 / 12' |
141 | 141 | } |
142 | 142 |
|
143 | | -.grid-unit-7 { |
| 143 | +.editor-grid-unit-7 { |
144 | 144 | width: 56.33333333%; |
145 | 145 | } |
146 | | -.grid-unit-7:before { |
| 146 | +.editor-grid-unit-7:before { |
147 | 147 | content: '7 / 12' |
148 | 148 | } |
149 | 149 |
|
150 | | -.grid-unit-6 { |
| 150 | +.editor-grid-unit-6 { |
151 | 151 | width: 48%; |
152 | 152 | } |
153 | | -.grid-unit-6:before { |
| 153 | +.editor-grid-unit-6:before { |
154 | 154 | content: '6 / 12' |
155 | 155 | } |
156 | 156 |
|
157 | | -.grid-unit-5 { |
| 157 | +.editor-grid-unit-5 { |
158 | 158 | width: 39.66666667%; |
159 | 159 | } |
160 | | -.grid-unit-5:before { |
| 160 | +.editor-grid-unit-5:before { |
161 | 161 | content: '5 / 12' |
162 | 162 | } |
163 | 163 |
|
164 | | -.grid-unit-4 { |
| 164 | +.editor-grid-unit-4 { |
165 | 165 | width: 31.33333333%; |
166 | 166 | } |
167 | | -.grid-unit-4:before { |
| 167 | +.editor-grid-unit-4:before { |
168 | 168 | content: '4 / 12' |
169 | 169 | } |
170 | 170 |
|
171 | | -.grid-unit-3 { |
| 171 | +.editor-grid-unit-3 { |
172 | 172 | width: 23%; |
173 | 173 | } |
174 | | -.grid-unit-3:before { |
| 174 | +.editor-grid-unit-3:before { |
175 | 175 | content: '3 / 12' |
176 | 176 | } |
177 | 177 |
|
178 | | -.grid-unit-2 { |
| 178 | +.editor-grid-unit-2 { |
179 | 179 | width: 14.66666667%; |
180 | 180 | } |
181 | | -.grid-unit-2:before { |
| 181 | +.editor-grid-unit-2:before { |
182 | 182 | content: '2 / 12' |
183 | 183 | } |
184 | 184 |
|
185 | | -.grid-unit-1 { |
| 185 | +.editor-grid-unit-1 { |
186 | 186 | width: 6.33333333%; |
187 | 187 | } |
188 | | -.grid-unit-1:before { |
| 188 | +.editor-grid-unit-1:before { |
189 | 189 | content: '1 / 12' |
190 | 190 | } |
0 commit comments