[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 /* 2 YUI 3.17.2 (build 9c3c78e) 3 Copyright 2014 Yahoo! Inc. All rights reserved. 4 Licensed under the BSD License. 5 http://yuilibrary.com/license/ 6 */ 7 8 /*! 9 Pure v0.4.2 10 Copyright 2014 Yahoo! Inc. All rights reserved. 11 Licensed under the BSD License. 12 https://github.com/yui/pure/blob/master/LICENSE.md 13 */ 14 15 /*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/ 16 17 .yui3-g { 18 letter-spacing: -0.31em; 19 /* Webkit: collapse white-space between units */ 20 *letter-spacing: normal; 21 /* reset IE < 8 */ 22 *word-spacing: -0.43em; 23 /* IE < 8: collapse white-space between units */ 24 text-rendering: optimizespeed; 25 /* Webkit: fixes text-rendering: optimizeLegibility */ 26 /* 27 Sets the font stack to fonts known to work properly with the above letter 28 and word spacings. See: https://github.com/yui/pure/issues/41/ 29 30 The following font stack makes Pure Grids work on all known environments. 31 32 * FreeSans: Ships with many Linux distros, including Ubuntu 33 34 * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and 35 Arial to get picked up by the browser, even though neither is available 36 in Chrome OS. 37 38 * Droid Sans: Ships with all versions of Android. 39 40 * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows. 41 */ 42 font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; 43 /* 44 Use flexbox when possible to avoid `letter-spacing` side-effects. 45 46 NOTE: Firefox (as of 25) does not currently support flex-wrap, so the 47 `-moz-` prefix version is omitted. 48 */ 49 display: -webkit-flex; 50 -webkit-flex-flow: row wrap; 51 /* IE10 uses display: flexbox */ 52 display: -ms-flexbox; 53 -ms-flex-flow: row wrap; 54 } 55 56 /* Opera as of 12 on Windows needs word-spacing. 57 The ".opera-only" selector is used to prevent actual prefocus styling 58 and is not required in markup. 59 */ 60 61 .opera-only :-o-prefocus, 62 .yui3-g { 63 word-spacing: -0.43em; 64 } 65 66 .yui3-u { 67 display: inline-block; 68 *display: inline; 69 /* IE < 8: fake inline-block */ 70 zoom: 1; 71 letter-spacing: normal; 72 word-spacing: normal; 73 vertical-align: top; 74 text-rendering: auto; 75 } 76 77 /* 78 Resets the font family back to the OS/browser's default sans-serif font, 79 this the same font stack that Normalize.css sets for the `body`. 80 */ 81 82 .yui3-g [class *= "yui3-u"] { 83 font-family: sans-serif; 84 }/*! 85 Pure v0.4.2 86 Copyright 2014 Yahoo! Inc. All rights reserved. 87 Licensed under the BSD License. 88 https://github.com/yui/pure/blob/master/LICENSE.md 89 */ 90 91 .yui3-u-1, 92 .yui3-u-1-1, 93 .yui3-u-1-2, 94 .yui3-u-1-3, 95 .yui3-u-2-3, 96 .yui3-u-1-4, 97 .yui3-u-3-4, 98 .yui3-u-1-5, 99 .yui3-u-2-5, 100 .yui3-u-3-5, 101 .yui3-u-4-5, 102 .yui3-u-5-5, 103 .yui3-u-1-6, 104 .yui3-u-5-6, 105 .yui3-u-1-8, 106 .yui3-u-3-8, 107 .yui3-u-5-8, 108 .yui3-u-7-8, 109 .yui3-u-1-12, 110 .yui3-u-5-12, 111 .yui3-u-7-12, 112 .yui3-u-11-12, 113 .yui3-u-1-24, 114 .yui3-u-2-24, 115 .yui3-u-3-24, 116 .yui3-u-4-24, 117 .yui3-u-5-24, 118 .yui3-u-6-24, 119 .yui3-u-7-24, 120 .yui3-u-8-24, 121 .yui3-u-9-24, 122 .yui3-u-10-24, 123 .yui3-u-11-24, 124 .yui3-u-12-24, 125 .yui3-u-13-24, 126 .yui3-u-14-24, 127 .yui3-u-15-24, 128 .yui3-u-16-24, 129 .yui3-u-17-24, 130 .yui3-u-18-24, 131 .yui3-u-19-24, 132 .yui3-u-20-24, 133 .yui3-u-21-24, 134 .yui3-u-22-24, 135 .yui3-u-23-24, 136 .yui3-u-24-24 { 137 display: inline-block; 138 *display: inline; 139 zoom: 1; 140 letter-spacing: normal; 141 word-spacing: normal; 142 vertical-align: top; 143 text-rendering: auto; 144 } 145 146 .yui3-u-1-24 { 147 width: 4.1667%; 148 *width: 4.1357%; 149 } 150 151 .yui3-u-1-12, 152 .yui3-u-2-24 { 153 width: 8.3333%; 154 *width: 8.3023%; 155 } 156 157 .yui3-u-1-8, 158 .yui3-u-3-24 { 159 width: 12.5000%; 160 *width: 12.4690%; 161 } 162 163 .yui3-u-1-6, 164 .yui3-u-4-24 { 165 width: 16.6667%; 166 *width: 16.6357%; 167 } 168 169 .yui3-u-1-5 { 170 width: 20%; 171 *width: 19.9690%; 172 } 173 174 .yui3-u-5-24 { 175 width: 20.8333%; 176 *width: 20.8023%; 177 } 178 179 .yui3-u-1-4, 180 .yui3-u-6-24 { 181 width: 25%; 182 *width: 24.9690%; 183 } 184 185 .yui3-u-7-24 { 186 width: 29.1667%; 187 *width: 29.1357%; 188 } 189 190 .yui3-u-1-3, 191 .yui3-u-8-24 { 192 width: 33.3333%; 193 *width: 33.3023%; 194 } 195 196 .yui3-u-3-8, 197 .yui3-u-9-24 { 198 width: 37.5000%; 199 *width: 37.4690%; 200 } 201 202 .yui3-u-2-5 { 203 width: 40%; 204 *width: 39.9690%; 205 } 206 207 .yui3-u-5-12, 208 .yui3-u-10-24 { 209 width: 41.6667%; 210 *width: 41.6357%; 211 } 212 213 .yui3-u-11-24 { 214 width: 45.8333%; 215 *width: 45.8023%; 216 } 217 218 .yui3-u-1-2, 219 .yui3-u-12-24 { 220 width: 50%; 221 *width: 49.9690%; 222 } 223 224 .yui3-u-13-24 { 225 width: 54.1667%; 226 *width: 54.1357%; 227 } 228 229 .yui3-u-7-12, 230 .yui3-u-14-24 { 231 width: 58.3333%; 232 *width: 58.3023%; 233 } 234 235 .yui3-u-3-5 { 236 width: 60%; 237 *width: 59.9690%; 238 } 239 240 .yui3-u-5-8, 241 .yui3-u-15-24 { 242 width: 62.5000%; 243 *width: 62.4690%; 244 } 245 246 .yui3-u-2-3, 247 .yui3-u-16-24 { 248 width: 66.6667%; 249 *width: 66.6357%; 250 } 251 252 .yui3-u-17-24 { 253 width: 70.8333%; 254 *width: 70.8023%; 255 } 256 257 .yui3-u-3-4, 258 .yui3-u-18-24 { 259 width: 75%; 260 *width: 74.9690%; 261 } 262 263 .yui3-u-19-24 { 264 width: 79.1667%; 265 *width: 79.1357%; 266 } 267 268 .yui3-u-4-5 { 269 width: 80%; 270 *width: 79.9690%; 271 } 272 273 .yui3-u-5-6, 274 .yui3-u-20-24 { 275 width: 83.3333%; 276 *width: 83.3023%; 277 } 278 279 .yui3-u-7-8, 280 .yui3-u-21-24 { 281 width: 87.5000%; 282 *width: 87.4690%; 283 } 284 285 .yui3-u-11-12, 286 .yui3-u-22-24 { 287 width: 91.6667%; 288 *width: 91.6357%; 289 } 290 291 .yui3-u-23-24 { 292 width: 95.8333%; 293 *width: 95.8023%; 294 } 295 296 .yui3-u-1, 297 .yui3-u-1-1, 298 .yui3-u-5-5, 299 .yui3-u-24-24 { 300 width: 100%; 301 } 302 /* YUI CSS Detection Stamp */ 303 #yui3-css-stamp.cssgrids { display: none; }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |