File: test4.2.css

package info (click to toggle)
libcroco 0.6.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,012 kB
  • ctags: 1,587
  • sloc: ansic: 20,890; sh: 8,393; makefile: 197
file content (24 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@charset "ISO-8859-1" ;

@import url("http://www.yahoo.com/css") print , screen ;

@font-face {
 font-family: "Robson Celtic";
 src: url("http://site/fonts/rob-celt")	
}



@page left:one-two {
      margin: 10pt;
      border:none
}

@media print , screen , projection {
      H1 { font-family: "Robson Celtic", serif }

      P { 
	  background: black ;
	  foreground: white ;
      }
}