template and css changes
[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         font-size: 15px;
35 }
36
37 h2 {
38         font-weight: bold;
39         padding-top: 30px;
40         font-size: 15px;
41         color: #666;
42 }       
43
44 body {
45         color: #666666;
46         font-size: 12px;
47 }
48
49 form label,
50 form select,
51 form input {
52         float: none;
53 }
54
55
56 form input[name=search] {
57         clear: none;
58 }
59
60
61 #attr_operator {
62         font-size: 12px;
63         padding-left: 8em;
64 }
65
66 #plimit {
67         text-align: right;
68         float: right;
69 }
70
71 .message {
72         background-color: #FFF;
73         color: #666;
74         font-size: 90%;
75 }