(no commit message)
[freeside.git] / fs_selfservice / fri / theme / navigation.css
1 /*
2  * Navigation
3  */
4
5 /* Menu */
6
7 #menu {
8   width: 148px;
9   float: left;
10 }
11
12 /* Nav */
13
14 .nav {
15   font-weight: bold;
16   color: #105D90;
17   margin-right: 20px;
18 }
19
20 .nav p {
21   margin:  0px;
22   padding-top: 2px;
23   padding-bottom: 3px;
24   background: #FFF; 
25 }
26
27 .nav a:visited  {
28   color: #105D90;
29 }
30
31 .sub    {
32   margin-left: 1em;
33 }
34
35 .navtext {
36   margin-left: 20px;
37 }
38
39 .nav_b1 {
40   height: 1px; 
41   font-size: 1px; 
42   overflow: hidden; 
43   display: block; 
44   background: #EEE; 
45   margin:0 5px;
46 }
47
48 .nav_b2 {
49   height: 1px; 
50   font-size: 1px; 
51   overflow: hidden; 
52   display: block; 
53   background: #FFF; 
54   border-right: 2px solid #EEE; 
55   border-left: 2px solid #EEE; 
56   margin:0 3px;
57 }
58
59 .nav_b3 {
60   height: 1px; 
61   font-size: 1px; 
62   overflow: hidden; 
63   display:block; 
64   background: #FFF; 
65   border-right: 1px solid #EEE; 
66   border-left: 1px solid #EEE; 
67   margin: 0 2px;
68 }
69
70 .nav_b4 {
71   height: 2px; 
72   font-size: 1px; 
73   overflow: hidden; 
74   display:block; 
75   background: #FFF;
76   border-right: 1px solid #EEE; 
77   border-left:1px solid #EEE; 
78   margin:0 1px;
79 }
80
81 #nav_menu {
82   background: #FFF; 
83   border-right: 1px solid #EEE; 
84   border-left: 1px solid #EEE;
85   padding-left: 0.75em;
86 }
87
88 /* Subnav */
89
90 .subnav {
91   font-weight: bold;
92   color: #105D90;
93   margin-right: 20px;
94 }
95
96 .subnav p {
97   margin:  0px;
98   padding-top: 2px;
99   padding-bottom: 3px;
100   background: #BEC8D1; 
101 }
102
103 .subnav a:visited  {
104   color: #105D90;
105 }
106
107 .subnav a.current, a:visited.current {
108   color: #404040;
109 }
110
111 .subnav_b1 {
112   height: 1px; 
113   font-size: 1px; 
114   overflow: hidden; 
115   display: block; 
116   background: #aaa; 
117   margin:0 5px;
118 }
119
120 .subnav_b2 {
121   height: 1px; 
122   font-size: 1px; 
123   overflow: hidden; 
124   display: block; 
125   background: #BEC8D1; 
126   border-right: 2px solid #aaa; 
127   border-left: 2px solid #aaa; 
128   margin:0 3px;
129 }
130
131 .subnav_b3 {
132   height: 1px; 
133   font-size: 1px; 
134   overflow: hidden; 
135   display:block; 
136   background: #BEC8D1; 
137   border-right: 1px solid #aaa; 
138   border-left: 1px solid #aaa; 
139   margin: 0 2px;
140 }
141
142 .subnav_b4 {
143   height: 2px; 
144   font-size: 1px; 
145   overflow: hidden; 
146   display:block; 
147   background: #BEC8D1;
148   border-right: 1px solid #aaa; 
149   border-left:1px solid #aaa; 
150   margin:0 1px;
151 }
152
153 .subnav_title {
154   font-weight: normal;
155   color: #105D90;
156   font-size: 12px;
157   padding-left: 1em;
158 }
159
160 #subnav_menu {
161   background: #BEC8D1; 
162   border-right: 1px solid #aaa; 
163   border-left: 1px solid #aaa;
164   padding-left: 1.25em;
165 }
166