File: css_simple

package info (click to toggle)
libcss-perl 1.09-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 980 kB
  • sloc: perl: 13,716; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
a:visited	{
		 background-color: red;
		border: 1px solid #000000;
/*		 color: blue;          an internal comment */
		 foo: "bar";
		}
foo.bar, baz		{
		 font: monospace;
		 color: black;
		baz: url(la/la/la);
		fop: url("la la la")
		}
foo.xyzzy, a p	{
		 font: sans-serif;
		}