Lines Matching refs:shadow
30 -webkit-transition: text-shadow 0.5s linear;
31 -moz-transition: text-shadow 0.5s linear;
32 -ms-transition: text-shadow 0.5s linear;
33 -o-transition: text-shadow 0.5s linear;
34 transition: text-shadow 0.5s linear;
39 text-shadow: 0 0 15px cyan;
187 -webkit-transition-property: background-color, box-shadow;
189 -moz-transition-property: background-color, box-shadow;
191 -ms-transition-property: background-color, box-shadow;
193 -o-transition-property: background-color, box-shadow;
195 transition-property: background-color, box-shadow;
201 box-shadow: 0 0 10px cyan;
231 box-shadow: 2px 2px 3px #999;
232 -webkit-box-shadow: 2px 2px 3px #999;
233 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
422 -webkit-transition-property: background-color, box-shadow;
424 -moz-transition-property: background-color, box-shadow;
426 -ms-transition-property: background-color, box-shadow;
428 -o-transition-property: background-color, box-shadow;
430 transition-property: background-color, box-shadow;
436 box-shadow: 0 0 15px cyan;
500 -webkit-transition: box-shadow 0.5s linear;
501 -moz-transition: box-shadow 0.5s linear;
502 -ms-transition: box-shadow 0.5s linear;
503 -o-transition: box-shadow 0.5s linear;
504 transition: box-shadow 0.5s linear;
510 box-shadow: 0 0 15px cyan;
529 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
534 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
538 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
542 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
561 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
565 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
569 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
645 text-shadow: none;
762 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
763 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
764 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);