From 1ee605864f227d40cc83e798dc117ad8e01acb64 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 4 Dec 2012 16:13:12 -0500 Subject: Bug 818091 - Install a full copy of YUI3 into the js directory for use with new extensions/projects --- js/yui3/cssgrids/cssgrids.css | 168 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 js/yui3/cssgrids/cssgrids.css (limited to 'js/yui3/cssgrids/cssgrids.css') diff --git a/js/yui3/cssgrids/cssgrids.css b/js/yui3/cssgrids/cssgrids.css new file mode 100644 index 000000000..d133d8a14 --- /dev/null +++ b/js/yui3/cssgrids/cssgrids.css @@ -0,0 +1,168 @@ +/* +YUI 3.7.3 (build 5687) +Copyright 2012 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ +.yui3-g { + letter-spacing: -0.31em; /* webkit: collapse white-space between units */ + *letter-spacing: normal; /* reset IE < 8 */ + word-spacing: -0.43em; /* IE < 8 && gecko: collapse white-space between units */ +} + +.yui3-u { + display: inline-block; + zoom: 1; *display: inline; /* IE < 8: fake inline-block */ + letter-spacing: normal; + word-spacing: normal; + vertical-align: top; +} +.yui3-u-1, +.yui3-u-1-2, +.yui3-u-1-3, +.yui3-u-2-3, +.yui3-u-1-4, +.yui3-u-3-4, +.yui3-u-1-5, +.yui3-u-2-5, +.yui3-u-3-5, +.yui3-u-4-5, +.yui3-u-1-6, +.yui3-u-5-6, +.yui3-u-1-8, +.yui3-u-3-8, +.yui3-u-5-8, +.yui3-u-7-8, +.yui3-u-1-12, +.yui3-u-5-12, +.yui3-u-7-12, +.yui3-u-11-12, +.yui3-u-1-24, +.yui3-u-5-24, +.yui3-u-7-24, +.yui3-u-11-24, +.yui3-u-13-24, +.yui3-u-17-24, +.yui3-u-19-24, +.yui3-u-23-24 { + display: inline-block; + zoom: 1; *display: inline; /* IE < 8: fake inline-block */ + letter-spacing: normal; + word-spacing: normal; + vertical-align: top; +} + +.yui3-u-1 { + display: block; +} + +.yui3-u-1-2 { + width: 50%; +} + +.yui3-u-1-3 { + width: 33.33333%; +} + +.yui3-u-2-3 { + width: 66.66666%; +} + +.yui3-u-1-4 { + width: 25%; +} + +.yui3-u-3-4 { + width: 75%; +} + +.yui3-u-1-5 { + width: 20%; +} + +.yui3-u-2-5 { + width: 40%; +} + +.yui3-u-3-5 { + width: 60%; +} + +.yui3-u-4-5 { + width: 80%; +} + +.yui3-u-1-6 { + width: 16.656%; +} + +.yui3-u-5-6 { + width: 83.33%; +} + +.yui3-u-1-8 { + width: 12.5%; +} + +.yui3-u-3-8 { + width: 37.5%; +} + +.yui3-u-5-8 { + width: 62.5%; +} + +.yui3-u-7-8 { + width: 87.5%; +} + +.yui3-u-1-12 { + width: 8.3333%; +} + +.yui3-u-5-12 { + width: 41.6666%; +} + +.yui3-u-7-12 { + width: 58.3333%; +} + +.yui3-u-11-12 { + width: 91.6666%; +} + +.yui3-u-1-24 { + width: 4.1666%; +} + +.yui3-u-5-24 { + width: 20.8333%; +} + +.yui3-u-7-24 { + width: 29.1666%; +} + +.yui3-u-11-24 { + width: 45.8333%; +} + +.yui3-u-13-24 { + width: 54.1666%; +} + +.yui3-u-17-24 { + width: 70.8333%; +} + +.yui3-u-19-24 { + width: 79.1666%; +} + +.yui3-u-23-24 { + width: 95.8333%; +} + +/* YUI CSS Detection Stamp */ +#yui3-css-stamp.cssgrids { display: none; } -- cgit v1.2.3-24-g4f1b