root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / XML_Examples / witsml.css @ 16

Revision 16, 0.8 kB (checked in by ryland, 15 years ago)
Line 
1BODY, TR {
2        font-family: 'Trebuchet MS', Arial, sans-serif;
3        }
4       
5BODY {
6        background: white;
7        color: black;
8        border: 0px none white;
9        }
10
11TH {
12        font-size: 110%;
13        font-weight: normal;
14        background: #6699FF;
15        color: white;
16        padding: 1px 5px;
17        }
18       
19.mainheader {
20        font-size: 200%;
21        font-weight: bold;
22        background: #6699FF;
23        color: white;
24}
25
26/* Display format for item labels */
27.label {
28        text-align: left;
29        font-size: 100%;
30        font-weight: normal;
31        color: black;
32        }
33       
34/* Display format for data values */
35.dataval {
36        text-align: right;
37        font-size: 100%;
38        font-weight: bold;
39        color: black;
40        }
41       
42/* General HTML table formatting */     
43table {
44        border: 1px solid #000000;
45    background-color: #FFFFFF;
46        font-weight: normal;
47        color: black;
48   }
49   
50.listtable {
51        background-color: #CCE3FF;
52    }
Note: See TracBrowser for help on using the browser.