64942d70659cc6dd40a21968e8ec10a8f582de1b
[freeside.git] / rt / share / html / NoAuth / css / freeside2.1 / nav.css
1 %# BEGIN BPS TAGGED BLOCK {{{
2 %# 
3 %# COPYRIGHT:
4 %# 
5 %# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
6 %#                                          <jesse@bestpractical.com>
7 %# 
8 %# (Except where explicitly superseded by other copyright notices)
9 %# 
10 %# 
11 %# LICENSE:
12 %# 
13 %# This work is made available to you under the terms of Version 2 of
14 %# the GNU General Public License. A copy of that license should have
15 %# been provided with this software, but in any event can be snarfed
16 %# from www.gnu.org.
17 %# 
18 %# This work is distributed in the hope that it will be useful, but
19 %# WITHOUT ANY WARRANTY; without even the implied warranty of
20 %# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21 %# General Public License for more details.
22 %# 
23 %# You should have received a copy of the GNU General Public License
24 %# along with this program; if not, write to the Free Software
25 %# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
26 %# 02110-1301 or visit their web page on the internet at
27 %# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
28 %# 
29 %# 
30 %# CONTRIBUTION SUBMISSION POLICY:
31 %# 
32 %# (The following paragraph is not intended to limit the rights granted
33 %# to you to modify and distribute this software under the terms of
34 %# the GNU General Public License and is only of importance to you if
35 %# you choose to contribute your changes and enhancements to the
36 %# community by submitting them to Best Practical Solutions, LLC.)
37 %# 
38 %# By intentionally submitting any modifications, corrections or
39 %# derivatives to this work, or any other work intended for use with
40 %# Request Tracker, to Best Practical Solutions, LLC, you confirm that
41 %# you are the copyright holder for those contributions and you grant
42 %# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
43 %# royalty-free, perpetual, license to use, copy, create derivative
44 %# works based on those contributions, and sublicense and distribute
45 %# those contributions and any derivatives thereof.
46 %# 
47 %# END BPS TAGGED BLOCK }}}
48 div#nav {
49  position: absolute;
50  left: 0;
51  font-size: 0.9em;
52  top: 3.2em;
53  width: 10.5em;
54  background: #fff;
55  -moz-border-radius-bottomright: 0.5em;
56  -webkit-border-bottom-right-radius: 0.5em;
57  border-radius-bottomright: 0.5em;
58   border-left: 1px solid #999;  
59 border-top: 1px solid #999;
60
61  -moz-border-radius-topright: 0.5em;
62  -webkit-border-top-right-radius: 0.5em;
63  border-radius-topright: 0.5em;
64  z-index: 99;
65
66
67 }
68
69 div#nav ul {
70  padding-left: 0.75em;
71  margin-left: 0;
72  padding-right: 0.75em;
73  list-style-type: none;
74 }
75
76 div#nav li:first-child {
77  border-top: 1px solid #ccc;
78  padding-top: 0.25em;
79
80 }
81
82 div#nav li {
83  padding: 0.125em;
84  padding-bottom: 0.25em;
85  margin-bottom: 0.25em;
86  border-bottom: 1px solid #ccc;
87  padding-left: 0.5em;
88  margin-right: 0.25em;
89  margin-left: 0em;
90 }
91
92 div#nav li li:first-child {
93     margin-top: 0.25em;
94 }
95 div#nav li li {
96     margin-left: -0.5em;
97     padding-left: 0.25em;
98     margin-right: -0.5em;
99 }
100
101 div#nav li li:last-child {
102     margin-bottom: 0; 
103     padding-bottom: 0;
104     border: none;
105 }
106
107 div#nav .bullet {
108  display: none;
109 }
110
111 div#nav .separator {
112 display: none;
113 }
114
115
116 div#nav a, div#page-navigation a{
117  text-decoration: none;
118  font-weight: normal;
119  color: #000;
120 }
121
122 div#nav a:hover, div#page-navigation a:hover {
123  text-decoration: underline;
124 }
125
126
127
128 div#nav a.selected, div#page-navigation a.selected {
129   font-weight: bold;
130 }
131
132
133 div#nav a.selected:after {
134 /* content: " > " */
135 }
136
137 div#page-navigation {
138  background: white;
139  position: relative;
140  /* width:100%; */
141  z-index: 10;
142
143 }
144
145
146 div#page-navigation ul {
147
148 }
149
150 div#page-navigation ul#page-menu {
151  display: block;
152  /* position: absolute; */
153  float: left;
154  left: 8em;
155  font-size: 0.9em;
156  top: 2.3em;
157  min-height: 1em;
158  background-color: white;
159  right: 0em;
160  padding-top:0.3em;
161  padding-bottom:0.5em;
162  padding-right: 4em;
163  border-top: 1px solid #aaa;
164
165 }
166
167 /* ie hack */
168 * html div#page-navigation ul#page-menu {
169     left: 6.5em;
170     top: 3.2em;
171     padding-left: 2em;
172 }
173
174
175 div#page-navigation ul#actions-menu {
176  /* position: absolute; */
177  float: right;
178  right: 1em;
179  top: 5.2em;
180  margin-top: 0em;
181  padding: 0.25em;
182  padding-left: 0.5em;
183  padding-right: 0.5em;
184
185  background: #dedede;
186  border-left: 1px solid #aaa;
187  border-bottom: 2px solid #aaa;
188  -moz-border-radius-bottomleft: 0.5em;
189  -webkit-border-bottom-left-radius: 0.5em;
190  border-radius-bottomleft: 0.5em;
191  -moz-border-radius-topright: 0.25em;
192  -webkit-border-top-right-radius: 0.25em;
193  border-radius-topright: 0.25em;
194
195
196
197 }
198
199
200
201 div#page-navigation ul li{
202  display: inline;
203
204 }
205
206
207 ul.page-navigation ul.page-menu {
208  float: right;
209 }
210