~uwelk/kjg-sp-drupal-clean/trunk

« back to all changes in this revision

Viewing changes to navigation.css

  • Committer: uwe
  • Date: 2009-02-26 21:34:41 UTC
  • Revision ID: uwe@seelenserver.de-20090226213441-tva5a6m82rc95zx9
Initial checkin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: navigation.css,v 1.1.2.3 2008/09/12 21:50:37 psynaptic Exp $ */
 
2
 
 
3
/* Primary links */
 
4
 
 
5
#navigation {
 
6
  margin-bottom: 1em;
 
7
  text-align: center;
 
8
}
 
9
 
 
10
.primary-links {
 
11
    line-height: 2;
 
12
    background-color: #019ec1;
 
13
    border-bottom: 4px solid #32CD32;
 
14
    font-family: Verdana;
 
15
    font-size: 12px;
 
16
    font-weight: bold;
 
17
}
 
18
 
 
19
.secondary-links {
 
20
  line-height: 1.8;
 
21
  background-color: #32CD32;
 
22
  font-family: Verdana;
 
23
  font-size: 12px;
 
24
  font-weight: bold;
 
25
}
 
26
 
 
27
ul.primary-links li {
 
28
  padding: 0;
 
29
}
 
30
 
 
31
.primary-links a,
 
32
.secondary-links a {
 
33
  padding: 0 1em;
 
34
}
 
35
 
 
36
.primary-links a:link,
 
37
.primary-links a:visited {
 
38
  color: #FFF;
 
39
  padding: 0 1em;
 
40
}
 
41
 
 
42
.primary-links a:hover {
 
43
  color: #FFF;
 
44
}
 
45
 
 
46
.secondary-links a:hover {
 
47
  color: #494949;
 
48
}
 
49
 
 
50
.primary-links li.active a, .primary-links li.active-trail a{
 
51
  color: #FFF;
 
52
  border-bottom: 6px solid #32CD32;
 
53
}