/[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

Diff of /trunk/vhost/ecas/ecas.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1351 by mglavica, Tue Jul 28 22:52:43 2009 UTC revision 1352 by mglavica, Fri Oct 22 17:42:17 2010 UTC
# Line 7  Line 7 
7    
8  .title {  .title {
9          font-weight: bold;          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 {  #inputs label {
23          clear: left;          clear: left;
# Line 19  Line 28 
28  }  }
29    
30  h1 {  h1 {
31          font-family: Trebuchet MS,Lucida,Arial,sans-serif ;  /*      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,  form label,
# Line 41  form input[name=search] { Line 65  form input[name=search] {
65    
66  #plimit {  #plimit {
67          text-align: right;          text-align: right;
68            float: right;
69    }
70    
71    .message {
72            background-color: #FFF;
73            color: #666;
74            font-size: 90%;
75  }  }

Legend:
Removed from v.1351  
changed lines
  Added in v.1352

  ViewVC Help
Powered by ViewVC 1.1.26