added header_first to WebPAC::Input::CSV
[webpac2] / vhost / ecas / ecas.css
1 /* design for this vhost */
2
3 .title, .urlp {
4         display: block;
5         padding-left: 11em;
6 }
7
8 .title {
9         font-weight: bold;
10         color: #336699 ;
11 }
12
13 a {
14         color: #336699 ;
15         text-decoration: none;
16 }
17
18 a:hover {
19         text-decoration: underline;
20 }
21
22 #inputs label {
23         clear: left;
24 }
25
26 #results label {
27         width: 11em;
28 }
29
30 h1 {
31         font-family: Trebuchet MS,Lucida,Arial,sans-serif ;
32         color: #336699 ; 
33         color: #FF6600 ;
34         color: #336699 ;
35         font-size: 24px;
36         font-weight: 100;
37 }
38
39 h2 {
40         font-weight: bold;
41         padding-top: 30px;
42         font-size: 15px;
43         color: #666;
44 }       
45
46 body {
47         color: #666666;
48         font-size: 12px;
49 }
50
51 form label,
52 form select,
53 form input {
54         float: none;
55 }
56
57
58 form input[name=search] {
59         clear: none;
60 }
61
62
63 #attr_operator {
64         font-size: 12px;
65         padding-left: 8em;
66 }
67
68 #plimit {
69         text-align: right;
70         float: right;
71 }
72
73 .message {
74         background-color: #FFF;
75         color: #666;
76         font-size: 90%;
77 }