Files
@ a2fe0ac8d007
Branch filter:
Location: kallithea/rhodecode/public/js/yui/menu/assets/skins/sam/menu-skin.css
a2fe0ac8d007
5.7 KiB
text/css
Updated nginx proxy example to work better with large pushes
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 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 | /*
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
*/
/* MenuBar style rules */
.yui-skin-sam .yuimenubar {
font-size: 93%; /* 12px */
line-height: 2; /* ~24px */
*line-height: 1.9; /* For IE */
border: solid 1px #808080;
background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
}
/* MenuBarItem style rules */
.yui-skin-sam .yuimenubarnav .yuimenubaritem {
border-right: solid 1px #ccc;
}
.yui-skin-sam .yuimenubaritemlabel {
padding: 0 10px;
color: #000;
text-decoration: none;
cursor: default;
border-style: solid;
border-color: #808080;
border-width: 1px 0;
*position: relative; /* Necessary to get negative margins in IE. */
margin: -1px 0;
}
.yui-skin-sam .yuimenubaritemlabel:visited {
color: #000;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel {
padding-right: 20px;
/*
Prevents the label from shifting left in IE when the
".yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected"
rule us applied.
*/
*display: inline-block;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {
background: url(menubaritem_submenuindicator.png) right center no-repeat;
}
/* MenuBarItem states */
/* Selected MenuBarItem */
.yui-skin-sam .yuimenubaritem-selected {
background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;
}
.yui-skin-sam .yuimenubaritemlabel-selected {
border-color: #7D98B8;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected {
border-left-width: 1px;
margin-left: -1px;
*left: -1px; /* For IE */
}
/* Disabled MenuBarItem */
.yui-skin-sam .yuimenubaritemlabel-disabled,
.yui-skin-sam .yuimenubaritemlabel-disabled:visited {
cursor: default;
color: #A6A6A6;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled {
background-image: url(menubaritem_submenuindicator_disabled.png);
}
/* Menu style rules */
.yui-skin-sam .yuimenu {
font-size: 93%; /* 12px */
line-height: 1.5; /* 18px */
*line-height: 1.45; /* For IE */
}
.yui-skin-sam .yuimenubar .yuimenu,
.yui-skin-sam .yuimenu .yuimenu {
font-size: 100%;
}
.yui-skin-sam .yuimenu .bd {
/*
The following application of zoom:1 prevents first tier submenus of a MenuBar from hiding
when the mouse is moving from an item in a MenuBar to a submenu in IE 7.
*/
*zoom: 1;
_zoom: normal; /* Remove this rule for IE 6. */
border: solid 1px #808080;
background-color: #fff;
}
.yui-skin-sam .yuimenu .yuimenu .bd {
*zoom: normal;
}
.yui-skin-sam .yuimenu ul {
padding: 3px 0;
border-width: 1px 0 0 0;
border-color: #ccc;
border-style: solid;
}
.yui-skin-sam .yuimenu ul.first-of-type {
border-width: 0;
}
/* Group titles */
.yui-skin-sam .yuimenu h6 {
font-weight: bold;
border-style: solid;
border-color: #ccc;
border-width: 1px 0 0 0;
color: #a4a4a4;
padding: 3px 10px 0 10px;
}
.yui-skin-sam .yuimenu ul.hastitle,
.yui-skin-sam .yuimenu h6.first-of-type {
border-width: 0;
}
/* Top and bottom scroll controls */
.yui-skin-sam .yuimenu .yui-menu-body-scrolled {
border-color: #ccc #808080;
overflow: hidden;
}
.yui-skin-sam .yuimenu .topscrollbar,
.yui-skin-sam .yuimenu .bottomscrollbar {
height: 16px;
border: solid 1px #808080;
background: #fff url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;
}
.yui-skin-sam .yuimenu .topscrollbar {
border-bottom-width: 0;
background-position: center -950px;
}
.yui-skin-sam .yuimenu .topscrollbar_disabled {
background-position: center -975px;
}
.yui-skin-sam .yuimenu .bottomscrollbar {
border-top-width: 0;
background-position: center -850px;
}
.yui-skin-sam .yuimenu .bottomscrollbar_disabled {
background-position: center -875px;
}
/* MenuItem style rules */
.yui-skin-sam .yuimenuitem {
/*
For IE 7 Quirks and IE 6 Strict Mode and Quirks Mode:
Used to collapse superfluous white space between <li> elements
that is triggered by the "display" property of the <a> elements being
set to "block."
*/
_border-bottom: solid 1px #fff;
}
.yui-skin-sam .yuimenuitemlabel {
padding: 0 20px;
color: #000;
text-decoration: none;
cursor: default;
}
.yui-skin-sam .yuimenuitemlabel:visited {
color: #000;
}
.yui-skin-sam .yuimenuitemlabel .helptext {
margin-top: -1.5em;
*margin-top: -1.45em; /* For IE*/
}
.yui-skin-sam .yuimenuitem-hassubmenu {
background-image: url(menuitem_submenuindicator.png);
background-position: right center;
background-repeat: no-repeat;
}
.yui-skin-sam .yuimenuitem-checked {
background-image: url(menuitem_checkbox.png);
background-position: left center;
background-repeat: no-repeat;
}
/* Menu states */
/* Visible Menu */
.yui-skin-sam .yui-menu-shadow-visible {
background-color: #000;
/*
Opacity can be expensive, so defer the use of opacity until the
menu is visible.
*/
opacity: .12;
filter: alpha(opacity=12); /* For IE */
}
/* MenuItem states */
/* Selected MenuItem */
.yui-skin-sam .yuimenuitem-selected {
background-color: #B3D4FF;
}
/* Disabled MenuItem */
.yui-skin-sam .yuimenuitemlabel-disabled,
.yui-skin-sam .yuimenuitemlabel-disabled:visited {
cursor: default;
color: #A6A6A6;
}
.yui-skin-sam .yuimenuitem-hassubmenu-disabled {
background-image: url(menuitem_submenuindicator_disabled.png);
}
.yui-skin-sam .yuimenuitem-checked-disabled {
background-image: url(menuitem_checkbox_disabled.png);
}
|