/[webpac2]/trunk/vhost/ecas/ecas.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/vhost/ecas/ecas.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1352 - (hide annotations)
Fri Oct 22 17:42:17 2010 UTC (13 years, 6 months ago) by mglavica
File MIME type: text/css
File size: 822 byte(s)
template and css changes

1 dpavlin 1173 /* design for this vhost */
2    
3 mglavica 1261 .title, .urlp {
4     display: block;
5     padding-left: 11em;
6     }
7    
8 dpavlin 1173 .title {
9     font-weight: bold;
10 mglavica 1352 color: #336699 ;
11 dpavlin 1173 }
12    
13 mglavica 1352 a {
14     color: #336699 ;
15     text-decoration: none;
16     }
17 mglavica 1261
18 mglavica 1352 a:hover {
19     text-decoration: underline;
20     }
21    
22 mglavica 1180 #inputs label {
23     clear: left;
24     }
25    
26 mglavica 1261 #results label {
27     width: 11em;
28     }
29    
30 mglavica 1251 h1 {
31 mglavica 1352 /* font-family: Trebuchet MS,Lucida,Arial,sans-serif ;
32     color: #336699 ; */
33     color: #FF6600 ;
34     font-size: 15px;
35 mglavica 1251 }
36    
37 mglavica 1352 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 mglavica 1251 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 mglavica 1352 float: right;
69 mglavica 1251 }
70 mglavica 1352
71     .message {
72     background-color: #FFF;
73     color: #666;
74     font-size: 90%;
75     }

  ViewVC Help
Powered by ViewVC 1.1.26