Lines Matching refs:gradient

411   #gradient > .vertical(@primaryColor, @secondaryColor);
417 #gradient {
420 background-image: -moz-linear-gradient(left, @startColor, @endColor); // FF 3.6+
421 …background-image: -webkit-gradient(linear, 0 0, 100% 0, from(@startColor), to(@endColor)); // Safa…
422 …background-image: -webkit-linear-gradient(left, @startColor, @endColor); // Safari 5.1+, Chrome 10+
423 background-image: -o-linear-gradient(left, @startColor, @endColor); // Opera 11.10
424 background-image: linear-gradient(to right, @startColor, @endColor); // Standard, IE10
426 …filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', Grad…
430 background-image: -moz-linear-gradient(top, @startColor, @endColor); // FF 3.6+
431 …background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), to(@endColor)); // Safa…
432 … background-image: -webkit-linear-gradient(top, @startColor, @endColor); // Safari 5.1+, Chrome 10+
433 background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10
434 background-image: linear-gradient(to bottom, @startColor, @endColor); // Standard, IE10
436 …filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', Grad…
441 background-image: -moz-linear-gradient(@deg, @startColor, @endColor); // FF 3.6+
442 …background-image: -webkit-linear-gradient(@deg, @startColor, @endColor); // Safari 5.1+, Chrome 10+
443 background-image: -o-linear-gradient(@deg, @startColor, @endColor); // Opera 11.10
444 background-image: linear-gradient(@deg, @startColor, @endColor); // Standard, IE10
448 …background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(@startColor), color-stop(@color…
449 background-image: -webkit-linear-gradient(left, @startColor, @midColor @colorStop, @endColor);
450 background-image: -moz-linear-gradient(left, @startColor, @midColor @colorStop, @endColor);
451 background-image: -o-linear-gradient(left, @startColor, @midColor @colorStop, @endColor);
452 background-image: linear-gradient(to right, @startColor, @midColor @colorStop, @endColor);
454 …filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', Grad…
459 …background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), color-stop(@colorStop, …
460 background-image: -webkit-linear-gradient(@startColor, @midColor @colorStop, @endColor);
461 background-image: -moz-linear-gradient(top, @startColor, @midColor @colorStop, @endColor);
462 background-image: -o-linear-gradient(@startColor, @midColor @colorStop, @endColor);
463 background-image: linear-gradient(@startColor, @midColor @colorStop, @endColor);
465 …filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', Grad…
469 …background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(@innerColor)…
470 background-image: -webkit-radial-gradient(circle, @innerColor, @outerColor);
471 background-image: -moz-radial-gradient(circle, @innerColor, @outerColor);
472 background-image: -o-radial-gradient(circle, @innerColor, @outerColor);
477 …background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,.15)),…
478 …background-image: -webkit-linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, tran…
479 …background-image: -moz-linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transpa…
480 …background-image: -o-linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transpare…
481 …background-image: linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent …
486 filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
519 // in these cases the gradient won't cover the background, so we override