diff onlypaths/css/slider.css @ 46:26c2b3ad21c7 laserkard

[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author rlm
date Sun, 31 Jan 2010 12:33:33 -0500
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/onlypaths/css/slider.css	Sun Jan 31 12:33:33 2010 -0500
     1.3 @@ -0,0 +1,136 @@
     1.4 +/*
     1.5 + * Ext JS Library 2.1
     1.6 + * Copyright(c) 2006-2008, Ext JS, LLC.
     1.7 + * licensing@extjs.com
     1.8 + * 
     1.9 + * http://extjs.com/license
    1.10 + */
    1.11 +#slider-fill {
    1.12 +    width:50px; 
    1.13 +    height:20px;
    1.14 +    padding:0px;
    1.15 +    margin:0px;   
    1.16 +    background-image:url(../img/rainbow1.png);  
    1.17 +    background-position: 0px 2px;  
    1.18 +    background-repeat: no-repeat; 
    1.19 +    
    1.20 +}  
    1.21 +#slider-stroke {
    1.22 +    width:50px; 
    1.23 +    height:20px;
    1.24 +    padding:0px;
    1.25 +    margin:0px;   
    1.26 +    background-image:url(../img/rainbow1.png);  
    1.27 +    background-position: 0px 2px;  
    1.28 +    background-repeat: no-repeat;
    1.29 +}    
    1.30 +#opacity-slider-fill {  
    1.31 +    position: relative; 
    1.32 +    top:-3px;
    1.33 +
    1.34 +    width:50px; 
    1.35 +    height:14px;
    1.36 +    padding-top:0px;
    1.37 +    padding-left:0px;
    1.38 +    padding-right:0px; 
    1.39 +    margin-left:0px; 
    1.40 +    margin-right:0px;   
    1.41 +    background-image:url(../img/bar.gif);  
    1.42 +    background-position: 0px 2px;  
    1.43 +    background-repeat: repeat-x;    
    1.44 +    background-color: #ff0000;
    1.45 +    opacity: 1;
    1.46 +    -moz-opacity: 1;
    1.47 +    filter: alpha(opacity=100);
    1.48 +
    1.49 +}
    1.50 +
    1.51 +#opacity-slider-stroke {   
    1.52 +    position: relative; 
    1.53 +    top:-20px;
    1.54 +
    1.55 +
    1.56 +    width:50px; 
    1.57 +    height:14px;
    1.58 +    padding-top:0px; 
    1.59 +    padding-left:0px;
    1.60 +    padding-right:0px;
    1.61 +    margin-left:0px;  
    1.62 +    margin-right:0px; 
    1.63 +    background-image:url(../img/bar.gif);  
    1.64 +    background-position: 0px 2px;  
    1.65 +    background-repeat: repeat-x;  
    1.66 +    background-color: #000000;  
    1.67 +    opacity: 1;
    1.68 +    -moz-opacity: 1;
    1.69 +    filter: alpha(opacity=100);
    1.70 +
    1.71 +} 
    1.72 +
    1.73 +#width-slider-stroke-mask {   
    1.74 +    position: relative; 
    1.75 +    top:-4px;
    1.76 +    width:1px; 
    1.77 +    height:14px;      
    1.78 +    padding-top:0px; 
    1.79 +    padding-left:0px;
    1.80 +    padding-right:0px;
    1.81 +    margin-left:0px;  
    1.82 +    margin-right:0px; 
    1.83 +    background-color: #000000; 
    1.84 + 
    1.85 +} 
    1.86 +#width-slider-stroke { 
    1.87 +    position:relative;
    1.88 +    width:50px; 
    1.89 +    height:14px;
    1.90 +    top:-18px;
    1.91 +    padding-top:0px; 
    1.92 +    padding-left:0px;
    1.93 +    padding-right:0px;
    1.94 +    margin-left:0px;  
    1.95 +    margin-right:0px; 
    1.96 +    background-image:url(../img/bar.gif);  
    1.97 +    background-position: 0px 2px;  
    1.98 +    background-repeat: repeat-x;  
    1.99 +    background-color: transparent; 
   1.100 + 
   1.101 +} 
   1.102 +#slider-fill .x-slider-thumb { 
   1.103 +    top:0px; 
   1.104 +    height:12px;
   1.105 +    background-image:url(../img/slider-point.gif); 
   1.106 +        padding:0px;
   1.107 +    margin:0px;   
   1.108 +
   1.109 +}
   1.110 +#slider-stroke .x-slider-thumb { 
   1.111 +    top:0px;  
   1.112 +    height:12px;
   1.113 +    background-image:url(../img/slider-point.gif); 
   1.114 +}
   1.115 +#opacity-slider-fill .x-slider-thumb { 
   1.116 +    top:0px;
   1.117 +    background-image:url(../img/slider-metal.gif); 
   1.118 +}
   1.119 +#opacity-slider-stroke .x-slider-thumb { 
   1.120 +    top:0px;
   1.121 +    background-image:url(../img/slider-metal.gif);  
   1.122 +}
   1.123 +#width-slider-stroke .x-slider-thumb { 
   1.124 +    top:0px;
   1.125 +    background-image:url(../img/slider-metal.gif); 
   1.126 +}
   1.127 +
   1.128 +.x-slider{zoom:1;}
   1.129 +.x-slider-inner{position:relative;left:0;top:0;overflow:visible;zoom:1;}
   1.130 +.x-slider-focus{position:absolute;left:0;top:0;width:1px;height:1px;line-height:1px;font-size:1px;-moz-outline:0 none;outline:0 none;-moz-user-select:normal;-khtml-user-select:normal;}
   1.131 +
   1.132 +.x-slider-horz .x-slider-thumb-over{background-position:-14px -15px;}
   1.133 +.x-slider-horz .x-slider-thumb-drag{background-position:-28px -30px;}
   1.134 +
   1.135 +
   1.136 +.x-slider-horz{padding-left:7px;background:transparent url() no-repeat 0 -22px;}
   1.137 +.x-slider-horz .x-slider-end{padding-right:7px;zoom:1;background:transparent url() no-repeat right -44px;}
   1.138 +.x-slider-horz .x-slider-inner{background:transparent url() repeat-x 0 0;height:22px;}
   1.139 +.x-slider-horz .x-slider-thumb{width:14px;height:15px;position:absolute;left:0;top:3px;background:transparent url() no-repeat 0 0;}