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; }
|