File: userguide.css

package info (click to toggle)
freetds 0.91-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,692 kB
  • sloc: ansic: 80,219; sh: 10,925; sql: 1,275; makefile: 803; perl: 665; php: 22
file content (19 lines) | stat: -rw-r--r-- 295 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
/*
 * $Id: userguide.css,v 1.1 2005/10/03 02:52:29 jklowden Exp $
 */

/* Set the screen background to gray */
.SCREEN {
	background-color: #F0F0F0;
}

/* Render user input as boldface */
.USERINPUT {
  font-weight: bold;
}

/* Make filenames green (why not?) */
.FILENAME {
	color: #007a00;
}