Add CSS files

This commit is contained in:
2025-05-12 15:46:13 +00:00
parent 967007b0c7
commit 4a4ed02e8a
583 changed files with 83461 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
.yui-skin-sam .yui-slider-rail-x {
background: url("rail-classic-x.png") repeat-x 0 7px;
min-height: 19px;
*height: 19px;
}
.yui-skin-sam .yui-slider-rail-y {
background: url("rail-classic-y.png") repeat-y 7px 0;
min-width: 19px;
*width: 19px;
}

View File

@@ -0,0 +1,8 @@
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
.yui-slider{display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;vertical-align:middle;}.yui-slider-content{position:relative;}.yui-slider-rail{position:relative;}.yui-slider-thumb{position:absolute;}.yui-slider-thumb-image{display:block;}.yui-slider-image-error .yui-slider-thumb{height:10px;width:10px;background:#000;color:#000;overflow:hidden;}.yui-slider-image-error .yui-slider-thumb-image{display:none;}.yui-skin-sam .yui-slider-rail-x{background:url("rail-classic-x.png") repeat-x 0 7px;min-height:19px;*height:19px;}.yui-skin-sam .yui-slider-rail-y{background:url("rail-classic-y.png") repeat-y 7px 0;min-width:19px;*width:19px;}

View File

@@ -0,0 +1,42 @@
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
.yui-slider {
/* xbrowser inline-block styles */
display: -moz-inline-stack; /* FF2 */
display: inline-block;
*display: inline; /* IE 7- (with zoom) */
zoom: 1;
vertical-align: middle;
}
.yui-slider-content {
position: relative;
}
.yui-slider-rail {
position: relative;
}
.yui-slider-thumb {
position: absolute;
}
.yui-slider-thumb-image {
/* to collapse vertical space around short thumbs in tall line-height */
display: block;
}
.yui-slider-image-error .yui-slider-thumb {
height: 10px;
width: 10px;
background: #000;
color: #000;
overflow: hidden;
}
.yui-slider-image-error .yui-slider-thumb-image {
display: none;
}