File: properties-vendor.css

package info (click to toggle)
python-lesscpy 0.15.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,488 kB
  • sloc: python: 3,591; sh: 5; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
div.vendor {
	-moz-transform: translate(0,11em)rotate(-90deg);
	-webkit-animation: anim2 7s infinite ease-in-out;
}
div.long {
	-moz-box-shadow: 0pt 0pt 2px rgba(255,255,255,0.4)inset, 0pt 4px 6px rgba(255,255,255,0.4)inset;
}
div.styles {
	display: -moz-inline-stack;
	background: -webkit-gradient(linear,left top,left bottom,from(red),to(blue));
}