2012-10-31 17:26:43 +00:00
|
|
|
ol#empty {
|
2013-04-15 17:26:34 +00:00
|
|
|
opacity: 0;
|
2012-10-31 17:26:43 +00:00
|
|
|
}
|
2009-09-29 22:09:21 +00:00
|
|
|
|
|
|
|
div#fx-tests h4 {
|
2013-04-15 17:26:34 +00:00
|
|
|
background: red;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#fx-tests h4.pass {
|
2013-04-15 17:26:34 +00:00
|
|
|
background: green;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#fx-tests div.box {
|
2013-04-15 17:26:34 +00:00
|
|
|
background: red;
|
|
|
|
overflow: hidden;
|
|
|
|
border: 2px solid #000;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#fx-tests div.overflow {
|
2013-04-15 17:26:34 +00:00
|
|
|
overflow: visible;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.autoheight {
|
2013-04-15 17:26:34 +00:00
|
|
|
height: auto;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.autowidth {
|
2013-04-15 17:26:34 +00:00
|
|
|
width: auto;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.autoopacity {
|
2013-08-26 22:54:13 +00:00
|
|
|
opacity: 1;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.largewidth {
|
2013-04-15 17:26:34 +00:00
|
|
|
width: 100px;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.largeheight {
|
2013-04-15 17:26:34 +00:00
|
|
|
height: 100px;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.medwidth {
|
2013-04-15 17:26:34 +00:00
|
|
|
width: 50px;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.medheight {
|
2013-04-15 17:26:34 +00:00
|
|
|
height: 50px;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.medopacity {
|
2013-04-15 17:26:34 +00:00
|
|
|
opacity: 0.5;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.nowidth {
|
2013-04-15 17:26:34 +00:00
|
|
|
width: 0px;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.noheight {
|
2013-04-15 17:26:34 +00:00
|
|
|
height: 0px;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.noopacity {
|
2013-04-15 17:26:34 +00:00
|
|
|
opacity: 0;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#fx-tests div.widewidth {
|
2013-04-15 17:26:34 +00:00
|
|
|
background-repeat: repeat-x;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#fx-tests div.wideheight {
|
2013-04-15 17:26:34 +00:00
|
|
|
background-repeat: repeat-y;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#fx-tests div.widewidth.wideheight {
|
2013-04-15 17:26:34 +00:00
|
|
|
background-repeat: repeat;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#fx-tests div.noback {
|
2013-04-15 17:26:34 +00:00
|
|
|
background-image: none;
|
2009-09-29 22:09:21 +00:00
|
|
|
}
|
|
|
|
|
2012-10-31 17:26:43 +00:00
|
|
|
.chain-test,
|
|
|
|
.chain-test div {
|
2013-04-15 17:26:34 +00:00
|
|
|
width: 100px;
|
|
|
|
height: 20px;
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
2012-10-31 17:26:43 +00:00
|
|
|
}
|
|
|
|
.chain-test div {
|
2013-04-15 17:26:34 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2012-10-31 17:26:43 +00:00
|
|
|
}
|
2009-09-29 22:09:21 +00:00
|
|
|
|
2012-10-31 17:26:43 +00:00
|
|
|
.chain-test {
|
2013-04-15 17:26:34 +00:00
|
|
|
background: red;
|
2012-10-31 17:26:43 +00:00
|
|
|
}
|
|
|
|
.chain-test div {
|
2013-04-15 17:26:34 +00:00
|
|
|
background: green;
|
2012-10-31 17:26:43 +00:00
|
|
|
}
|
2009-09-29 22:09:21 +00:00
|
|
|
|
2012-10-31 17:26:43 +00:00
|
|
|
.chain-test-out {
|
2013-04-15 17:26:34 +00:00
|
|
|
background: green;
|
2012-10-31 17:26:43 +00:00
|
|
|
}
|
|
|
|
.chain-test-out div {
|
2013-04-15 17:26:34 +00:00
|
|
|
background: red;
|
|
|
|
display: none;
|
2012-10-31 17:26:43 +00:00
|
|
|
}
|
2009-09-29 22:09:21 +00:00
|
|
|
|
2009-11-11 19:17:16 +00:00
|
|
|
#nothiddendiv { font-size: 16px; }
|
|
|
|
#nothiddendivchild.em { font-size: 2em; }
|
|
|
|
#nothiddendivchild.prct { font-size: 150%; }
|
2011-04-12 23:32:18 +00:00
|
|
|
|
2011-05-25 17:58:05 +00:00
|
|
|
/* #9239 Attach a background to the body( avoid crashes in removing the test element in support ) */
|
2011-06-08 00:54:11 +00:00
|
|
|
body, div { background: url(http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif) no-repeat -1000px 0; }
|
2011-05-25 17:58:05 +00:00
|
|
|
|
2011-10-23 20:07:07 +00:00
|
|
|
/* #10501 */
|
2012-06-26 17:48:31 +00:00
|
|
|
section { background:#f0f; display:block; }
|
|
|
|
|
|
|
|
/* #11971 */
|
2012-07-12 15:57:28 +00:00
|
|
|
#foo { background: url(1x1.jpg) right bottom no-repeat; }
|
2013-02-01 13:22:08 +00:00
|
|
|
|
2014-04-26 17:24:05 +00:00
|
|
|
/* #14824 */
|
|
|
|
#span-14824 { display: block; }
|
|
|
|
|
2013-02-01 13:22:08 +00:00
|
|
|
#display { display: list-item !important; }
|
2016-01-11 07:26:55 +00:00
|
|
|
|
|
|
|
.block { display: block; }
|
|
|
|
.inline { display: inline; }
|
|
|
|
.list-item { display: list-item; }
|
|
|
|
.hidden, .none { display: none; }
|
2016-02-11 19:31:49 +00:00
|
|
|
|
|
|
|
#div-gh-2836 {
|
|
|
|
position: relative;
|
|
|
|
overflow: auto;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
#div-gh-2836 div {
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|