Files
@ 289ff43cc190
Branch filter:
Location: kallithea/rhodecode/public/js/yui/container/assets/skins/sam/container-skin.css
289ff43cc190
5.1 KiB
text/css
update YUI dev libs to latest version
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 | /*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
/* Panel modality mask styles */
.yui-skin-sam .mask {
background-color: #000;
opacity: .25;
filter: alpha(opacity=25); /* Set opacity in IE */
}
/* Panel styles */
.yui-skin-sam .yui-panel-container {
padding:0 1px;
/* Padding added for IE to allow 0,0 alignment with shadow */
*padding:2px;
}
.yui-skin-sam .yui-panel {
position: relative;
left:0;
top:0;
border-style: solid;
border-width: 1px 0;
border-color: #808080;
z-index: 1;
/* Rollback rounded corner support for IE6/7 */
*border-width:1px;
*zoom:1;
_zoom:normal;
}
.yui-skin-sam .yui-panel .hd,
.yui-skin-sam .yui-panel .bd,
.yui-skin-sam .yui-panel .ft {
border-style: solid;
border-width: 0 1px;
border-color: #808080;
margin: 0 -1px;
/* Rollback rounded corner support for IE6/7 */
*margin:0;
*border:0;
}
.yui-skin-sam .yui-panel .hd {
border-bottom: solid 1px #ccc;
}
.yui-skin-sam .yui-panel .bd,
.yui-skin-sam .yui-panel .ft {
background-color: #F2F2F2;
}
.yui-skin-sam .yui-panel .hd {
padding: 0 10px;
font-size: 93%; /* 12px */
line-height: 2; /* ~24px */
*line-height: 1.9; /* For IE */
font-weight: bold;
color: #000;
background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -200px;
}
.yui-skin-sam .yui-panel .bd {
padding: 10px;
}
.yui-skin-sam .yui-panel .ft {
border-top: solid 1px #808080;
padding: 5px 10px;
font-size: 77%;
}
.yui-skin-sam .yui-panel-container.focused .yui-panel .hd {
}
.yui-skin-sam .container-close {
position: absolute;
top: 5px;
right: 6px;
width: 25px;
height: 15px;
background: url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -300px;
cursor:pointer;
}
/* Panel underlay styles */
.yui-skin-sam .yui-panel-container .underlay {
right: -1px;
left: -1px;
}
.yui-skin-sam .yui-panel-container.matte {
padding: 9px 10px;
background-color: #fff;
}
.yui-skin-sam .yui-panel-container.shadow {
/* IE 7 Quirks Mode and IE 6 Standards Mode and Quirks mode */
_padding: 2px 4px 0 2px;
}
.yui-skin-sam .yui-panel-container.shadow .underlay {
position: absolute;
top: 2px;
left: -3px;
right: -3px;
bottom: -3px;
/* IE7 Strict (provides 3px shadow (when combined with 2px padding applied to container) */
*top: 4px;
*left: -1px;
*right: -1px;
*bottom: -1px;
/* IE 7 Quirks Mode and IE 6 Standards Mode and Quirks mode */
_top: 0;
_left: 0;
_right: 0;
_bottom: 0;
_margin-top: 3px;
_margin-left: -1px;
background-color: #000;
opacity: .12;
filter: alpha(opacity=12); /* Set opacity in IE */
}
/* Dialog styles */
.yui-skin-sam .yui-dialog .ft {
border-top: none;
padding: 0 10px 10px 10px;
font-size: 100%;
}
.yui-skin-sam .yui-dialog .ft .button-group {
display: block;
text-align: right;
}
/* Dialog default button style */
.yui-skin-sam .yui-dialog .ft button.default {
font-weight:bold;
}
/* Dialog default YUI Button style */
.yui-skin-sam .yui-dialog .ft span.default {
border-color: #304369;
background-position: 0 -1400px;
}
.yui-skin-sam .yui-dialog .ft span.default .first-child {
border-color: #304369;
}
.yui-skin-sam .yui-dialog .ft span.default button {
color: #fff;
}
/* Dialog YUI Button disabled state */
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled {
background-position:0pt -1500px;
border-color:#ccc;
}
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled .first-child {
border-color:#ccc;
}
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled button {
color:#a6a6a6;
}
/* SimpleDialog icon styles */
.yui-skin-sam .yui-simple-dialog .bd .yui-icon {
background: url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;
width: 16px;
height: 16px;
margin-right: 10px;
float: left;
}
.yui-skin-sam .yui-simple-dialog .bd span.blckicon {
background-position: 0 -1100px;
}
.yui-skin-sam .yui-simple-dialog .bd span.alrticon {
background-position: 0 -1050px;
}
.yui-skin-sam .yui-simple-dialog .bd span.hlpicon {
background-position: 0 -1150px;
}
.yui-skin-sam .yui-simple-dialog .bd span.infoicon {
background-position: 0 -1200px;
}
.yui-skin-sam .yui-simple-dialog .bd span.warnicon {
background-position: 0 -1900px;
}
.yui-skin-sam .yui-simple-dialog .bd span.tipicon {
background-position: 0 -1250px;
}
/* Tooltip styles */
.yui-skin-sam .yui-tt .bd {
position: relative;
top: 0;
left: 0;
z-index: 1;
color: #000;
padding: 2px 5px;
border-color: #D4C237 #A6982B #A6982B #A6982B;
border-width: 1px;
border-style: solid;
background-color: #FFEE69;
}
.yui-skin-sam .yui-tt.show-scrollbars .bd {
overflow: auto;
}
.yui-skin-sam .yui-tt-shadow {
top: 2px;
right: -3px;
left: -3px;
bottom: -3px;
background-color: #000;
}
.yui-skin-sam .yui-tt-shadow-visible {
opacity: .12;
filter: alpha(opacity=12); /* For IE */
}
|