File: x.css

package info (click to toggle)
wget2 2.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 22,248 kB
  • sloc: ansic: 121,144; sh: 11,559; makefile: 878; xml: 182; sed: 16
file content (13 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
@IMPORT "http://example.com"

@media print {
  * {
 background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important
;
  -ms-filter: none !important;
 } /* Black prints faster: sanbeiji.com/archives/953 */
header #search{ width:138px; height:25px; background:url(/common/img/search.png) top left no-repeat; position:absolute; top:12px; right:20px; }
  background:url( '/common/img/search.png' );
  background:url( '//example.com/common/img/search.png' );
  background:url("/common/img/search.png");
}