Bug 5917 : Converted templates
[koha.git] / koha-tt / intranet-tmpl / prog / en / lib / yui / colorpicker / assets / skins / sam / colorpicker-skin.css
1 /*
2 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
5 version: 2.8.0r4
6 */
7
8 .yui-picker-panel {
9     background: #e3e3e3;
10     border-color: #888;
11 }
12
13 .yui-picker-panel .hd {
14         background-color:#ccc;
15         font-size:100%;
16         line-height:100%;
17         border:1px solid #e3e3e3;
18         font-weight:bold;
19         overflow:hidden;
20         padding: 6px;
21     color: #000;
22 }
23
24 .yui-picker-panel .bd {
25     background: #e8e8e8;
26     margin: 1px;
27     height: 200px;
28 }
29
30 .yui-picker-panel .ft {
31     background: #e8e8e8;
32     margin: 1px;
33     padding: 1px;
34              /*
35     text-align: center;
36     */
37 }
38
39 .yui-picker {
40     position: relative;
41 }
42
43 .yui-picker-hue-thumb { cursor:default; width:18px; height:18px; 
44 top: -8px;
45 left: -2px;
46     z-index: 9; position:absolute; }
47 .yui-picker-hue-bg {-moz-outline: none; outline:0px none;
48     position:absolute; left:200px; height:183px; width:14px;
49     background:url(hue_bg.png) no-repeat; 
50     top:4px; 
51 }
52
53 .yui-picker-bg {
54     -moz-outline: none; 
55     outline:0px none; 
56     position:absolute; 
57     top:4px;
58     left:4px; 
59     height:182px; 
60     width:182px; 
61     background-color:#F00; 
62     background-image: url(picker_mask.png);
63
64
65 *html .yui-picker-bg {
66     background-image: none;
67     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../build/colorpicker/assets/picker_mask.png', sizingMethod='scale');
68 }
69
70
71 .yui-picker-mask { position:absolute; z-index: 1; top:0px; left:0px; } 
72
73 .yui-picker-thumb { cursor:default; width:11px; height:11px; z-index: 9; position:absolute; 
74     top:-4px; left:-4px; }
75
76 .yui-picker-swatch { position:absolute; left:240px; top:4px; height:60px;
77     width:55px; border:1px solid #888; }
78 .yui-picker-websafe-swatch { position:absolute; left:304px; top:4px;
79     height:24px; width:24px; border:1px solid #888; }
80
81 .yui-picker-controls { position:absolute; top: 72px; left:226px; font:1em monospace;}
82 .yui-picker-controls .hd { background: transparent; border-width: 0px !important;}
83 .yui-picker-controls .bd { height: 100px; border-width: 0px !important;}
84 .yui-picker-controls ul {float:left;padding:0 2px 0 0;margin:0}
85 .yui-picker-controls li {padding:2px;list-style:none;margin:0}
86 .yui-picker-controls input { 
87     font-size: 0.85em;
88     width: 2.4em;
89 }
90 .yui-picker-hex-controls { 
91     clear: both; 
92     padding: 2px;
93 }
94 .yui-picker-hex-controls input { 
95     width: 4.6em;
96 }
97
98 .yui-picker-controls a {
99     font: 1em arial,helvetica,clean,sans-serif;
100     display:block;
101     *display:inline-block; /* IE */
102     padding: 0;
103     color: #000;
104
105 }