[ 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 /* YUI CSS Detection Stamp */ 86 #yui3-css-stamp.cssgrids-base { 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 |