|
1 | | - @font-face { |
| 1 | +@font-face { |
2 | 2 | font-family: 'Glyphicons Halflings'; |
3 | 3 |
|
4 | 4 | src: url('fonts/glyphicons-halflings-regular.eot'); |
5 | 5 | src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); |
6 | 6 | } |
7 | 7 |
|
8 | 8 | .container-narrow { |
9 | | - width: 800px; |
| 9 | + max-width: 800px; |
10 | 10 | } |
11 | 11 |
|
12 | 12 | .panel-heading-buttons h3 { |
@@ -36,3 +36,257 @@ label.label-switch { |
36 | 36 | form textarea { |
37 | 37 | resize: vertical; /* user can resize vertically, but width is fixed */ |
38 | 38 | } |
| 39 | + |
| 40 | +/* Utilities from Bootstrap 4 alpha 2. https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.2/css/bootstrap.css */ |
| 41 | + |
| 42 | +.img-fluid { |
| 43 | + display: block; |
| 44 | + max-width: 100%; |
| 45 | + height: auto; |
| 46 | +} |
| 47 | + |
| 48 | + |
| 49 | +.m-x-auto { |
| 50 | + margin-right: auto !important; |
| 51 | + margin-left: auto !important; |
| 52 | +} |
| 53 | + |
| 54 | +.m-a-0 { |
| 55 | + margin: 0 0 !important; |
| 56 | +} |
| 57 | + |
| 58 | +.m-t-0 { |
| 59 | + margin-top: 0 !important; |
| 60 | +} |
| 61 | + |
| 62 | +.m-r-0 { |
| 63 | + margin-right: 0 !important; |
| 64 | +} |
| 65 | + |
| 66 | +.m-b-0 { |
| 67 | + margin-bottom: 0 !important; |
| 68 | +} |
| 69 | + |
| 70 | +.m-l-0 { |
| 71 | + margin-left: 0 !important; |
| 72 | +} |
| 73 | + |
| 74 | +.m-x-0 { |
| 75 | + margin-right: 0 !important; |
| 76 | + margin-left: 0 !important; |
| 77 | +} |
| 78 | + |
| 79 | +.m-y-0 { |
| 80 | + margin-top: 0 !important; |
| 81 | + margin-bottom: 0 !important; |
| 82 | +} |
| 83 | + |
| 84 | +.m-a-1 { |
| 85 | + margin: 1rem 1rem !important; |
| 86 | +} |
| 87 | + |
| 88 | +.m-t-1 { |
| 89 | + margin-top: 1rem !important; |
| 90 | +} |
| 91 | + |
| 92 | +.m-r-1 { |
| 93 | + margin-right: 1rem !important; |
| 94 | +} |
| 95 | + |
| 96 | +.m-b-1 { |
| 97 | + margin-bottom: 1rem !important; |
| 98 | +} |
| 99 | + |
| 100 | +.m-l-1 { |
| 101 | + margin-left: 1rem !important; |
| 102 | +} |
| 103 | + |
| 104 | +.m-x-1 { |
| 105 | + margin-right: 1rem !important; |
| 106 | + margin-left: 1rem !important; |
| 107 | +} |
| 108 | + |
| 109 | +.m-y-1 { |
| 110 | + margin-top: 1rem !important; |
| 111 | + margin-bottom: 1rem !important; |
| 112 | +} |
| 113 | + |
| 114 | +.m-a-2 { |
| 115 | + margin: 1.5rem 1.5rem !important; |
| 116 | +} |
| 117 | + |
| 118 | +.m-t-2 { |
| 119 | + margin-top: 1.5rem !important; |
| 120 | +} |
| 121 | + |
| 122 | +.m-r-2 { |
| 123 | + margin-right: 1.5rem !important; |
| 124 | +} |
| 125 | + |
| 126 | +.m-b-2 { |
| 127 | + margin-bottom: 1.5rem !important; |
| 128 | +} |
| 129 | + |
| 130 | +.m-l-2 { |
| 131 | + margin-left: 1.5rem !important; |
| 132 | +} |
| 133 | + |
| 134 | +.m-x-2 { |
| 135 | + margin-right: 1.5rem !important; |
| 136 | + margin-left: 1.5rem !important; |
| 137 | +} |
| 138 | + |
| 139 | +.m-y-2 { |
| 140 | + margin-top: 1.5rem !important; |
| 141 | + margin-bottom: 1.5rem !important; |
| 142 | +} |
| 143 | + |
| 144 | +.m-a-3 { |
| 145 | + margin: 3rem 3rem !important; |
| 146 | +} |
| 147 | + |
| 148 | +.m-t-3 { |
| 149 | + margin-top: 3rem !important; |
| 150 | +} |
| 151 | + |
| 152 | +.m-r-3 { |
| 153 | + margin-right: 3rem !important; |
| 154 | +} |
| 155 | + |
| 156 | +.m-b-3 { |
| 157 | + margin-bottom: 3rem !important; |
| 158 | +} |
| 159 | + |
| 160 | +.m-l-3 { |
| 161 | + margin-left: 3rem !important; |
| 162 | +} |
| 163 | + |
| 164 | +.m-x-3 { |
| 165 | + margin-right: 3rem !important; |
| 166 | + margin-left: 3rem !important; |
| 167 | +} |
| 168 | + |
| 169 | +.m-y-3 { |
| 170 | + margin-top: 3rem !important; |
| 171 | + margin-bottom: 3rem !important; |
| 172 | +} |
| 173 | + |
| 174 | +.p-a-0 { |
| 175 | + padding: 0 0 !important; |
| 176 | +} |
| 177 | + |
| 178 | +.p-t-0 { |
| 179 | + padding-top: 0 !important; |
| 180 | +} |
| 181 | + |
| 182 | +.p-r-0 { |
| 183 | + padding-right: 0 !important; |
| 184 | +} |
| 185 | + |
| 186 | +.p-b-0 { |
| 187 | + padding-bottom: 0 !important; |
| 188 | +} |
| 189 | + |
| 190 | +.p-l-0 { |
| 191 | + padding-left: 0 !important; |
| 192 | +} |
| 193 | + |
| 194 | +.p-x-0 { |
| 195 | + padding-right: 0 !important; |
| 196 | + padding-left: 0 !important; |
| 197 | +} |
| 198 | + |
| 199 | +.p-y-0 { |
| 200 | + padding-top: 0 !important; |
| 201 | + padding-bottom: 0 !important; |
| 202 | +} |
| 203 | + |
| 204 | +.p-a-1 { |
| 205 | + padding: 1rem 1rem !important; |
| 206 | +} |
| 207 | + |
| 208 | +.p-t-1 { |
| 209 | + padding-top: 1rem !important; |
| 210 | +} |
| 211 | + |
| 212 | +.p-r-1 { |
| 213 | + padding-right: 1rem !important; |
| 214 | +} |
| 215 | + |
| 216 | +.p-b-1 { |
| 217 | + padding-bottom: 1rem !important; |
| 218 | +} |
| 219 | + |
| 220 | +.p-l-1 { |
| 221 | + padding-left: 1rem !important; |
| 222 | +} |
| 223 | + |
| 224 | +.p-x-1 { |
| 225 | + padding-right: 1rem !important; |
| 226 | + padding-left: 1rem !important; |
| 227 | +} |
| 228 | + |
| 229 | +.p-y-1 { |
| 230 | + padding-top: 1rem !important; |
| 231 | + padding-bottom: 1rem !important; |
| 232 | +} |
| 233 | + |
| 234 | +.p-a-2 { |
| 235 | + padding: 1.5rem 1.5rem !important; |
| 236 | +} |
| 237 | + |
| 238 | +.p-t-2 { |
| 239 | + padding-top: 1.5rem !important; |
| 240 | +} |
| 241 | + |
| 242 | +.p-r-2 { |
| 243 | + padding-right: 1.5rem !important; |
| 244 | +} |
| 245 | + |
| 246 | +.p-b-2 { |
| 247 | + padding-bottom: 1.5rem !important; |
| 248 | +} |
| 249 | + |
| 250 | +.p-l-2 { |
| 251 | + padding-left: 1.5rem !important; |
| 252 | +} |
| 253 | + |
| 254 | +.p-x-2 { |
| 255 | + padding-right: 1.5rem !important; |
| 256 | + padding-left: 1.5rem !important; |
| 257 | +} |
| 258 | + |
| 259 | +.p-y-2 { |
| 260 | + padding-top: 1.5rem !important; |
| 261 | + padding-bottom: 1.5rem !important; |
| 262 | +} |
| 263 | + |
| 264 | +.p-a-3 { |
| 265 | + padding: 3rem 3rem !important; |
| 266 | +} |
| 267 | + |
| 268 | +.p-t-3 { |
| 269 | + padding-top: 3rem !important; |
| 270 | +} |
| 271 | + |
| 272 | +.p-r-3 { |
| 273 | + padding-right: 3rem !important; |
| 274 | +} |
| 275 | + |
| 276 | +.p-b-3 { |
| 277 | + padding-bottom: 3rem !important; |
| 278 | +} |
| 279 | + |
| 280 | +.p-l-3 { |
| 281 | + padding-left: 3rem !important; |
| 282 | +} |
| 283 | + |
| 284 | +.p-x-3 { |
| 285 | + padding-right: 3rem !important; |
| 286 | + padding-left: 3rem !important; |
| 287 | +} |
| 288 | + |
| 289 | +.p-y-3 { |
| 290 | + padding-top: 3rem !important; |
| 291 | + padding-bottom: 3rem !important; |
| 292 | +} |
0 commit comments