File: style.css

package info (click to toggle)
opendb 0.81p18-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,716 kB
  • ctags: 6,787
  • sloc: php: 50,213; sql: 3,098; sh: 272; makefile: 54; xml: 48
file content (26 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
	OpenDb 0.51-dev3+ 'Printable' theme style sheet
*/

/* Default for Body */
BODY       { background-color:#FFFFFF; color:#000000 }

A:link,A:visited,A:active,A:hover     { text-decoration:none; }

/* For headers in pages, which might include order_by links, etc */
.navbar    { background-color:#7F7F7F; color:#FFFFFF; font-weight:bold; font-family:Verdana; text-align:center  }

/* Navigation links - such as Next / Previous and Page numbers, and other nav links */
.footer    { color:#7F7F7F; font-family:Verdana, Arial; font-size:x-small }

/* All help text */
.help	   { color:#7F7F7F; font-family:Verdana, Arial; font-size:x-small }

/* Print Listing title */
.printtitle { color:#7F7F7F; font-family:Verdana, Arial; font-size:x-large }

/* Input field, prompt cell definition */
.prompt    { color:#000000; background-color: #CFCFCF; font-weight:bold; font-family:Verdana }
/* Input field data cell definition */
.data      { background-color:#EFEFEF; font-family:Verdana; font-size:small; }