skin RT 3.8, RT#6640
[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-left: 1px solid #999;  
58 border-top: 1px solid #999;
59
60  -moz-border-radius-topright: 0.5em;
61  -webkit-border-top-right-radius: 0.5em;
62  z-index: 99;
63
64
65 }
66
67 div#nav ul {
68  padding-left: 0.75em;
69  margin-left: 0;
70  padding-right: 0.75em;
71  list-style-type: none;
72 }
73
74 div#nav li:first-child {
75  border-top: 1px solid #ccc;
76  padding-top: 0.25em;
77
78 }
79
80 div#nav li {
81  padding: 0.125em;
82  padding-bottom: 0.25em;
83  margin-bottom: 0.25em;
84  border-bottom: 1px solid #ccc;
85  padding-left: 0.5em;
86  margin-right: 0.25em;
87  margin-left: 0em;
88 }
89
90 div#nav li li:first-child {
91     margin-top: 0.25em;
92 }
93 div#nav li li {
94     margin-left: -0.5em;
95     padding-left: 0.25em;
96     margin-right: -0.5em;
97 }
98
99 div#nav li li:last-child {
100     margin-bottom: 0; 
101     padding-bottom: 0;
102     border: none;
103 }
104
105 div#nav .bullet {
106  display: none;
107 }
108
109 div#nav .separator {
110 display: none;
111 }
112
113
114 div#nav a, div#page-navigation a{
115  text-decoration: none;
116  font-weight: normal;
117  color: #000;
118 }
119
120 div#nav a:hover, div#page-navigation a:hover {
121  text-decoration: underline;
122 }
123
124
125
126 div#nav a.selected, div#page-navigation a.selected {
127   font-weight: bold;
128 }
129
130
131 div#nav a.selected:after {
132 /* content: " > " */
133 }
134
135 div#page-navigation {
136  background: white;
137  position: relative;
138  /* width:100%; */
139  z-index: 10;
140
141 }
142
143
144 div#page-navigation ul {
145
146 }
147
148 div#page-navigation ul#page-menu {
149  display: block;
150  /* position: absolute; */
151  float: left;
152  left: 8em;
153  font-size: 0.9em;
154  top: 2.3em;
155  min-height: 1em;
156  background-color: white;
157  right: 0em;
158  padding-top:0.3em;
159  padding-bottom:0.5em;
160  padding-right: 4em;
161  border-top: 1px solid #aaa;
162
163 }
164
165 /* ie hack */
166 * html div#page-navigation ul#page-menu {
167     left: 6.5em;
168     top: 3.2em;
169     padding-left: 2em;
170 }
171
172
173 div#page-navigation ul#actions-menu {
174  /* position: absolute; */
175  float: right;
176  right: 1em;
177  top: 5.2em;
178  margin-top: 0em;
179  padding: 0.25em;
180  padding-left: 0.5em;
181  padding-right: 0.5em;
182
183  background: #dedede;
184  border-left: 1px solid #aaa;
185  border-bottom: 2px solid #aaa;
186  -moz-border-radius-bottomleft: 0.5em;
187  -webkit-border-bottom-left-radius: 0.5em;
188  -moz-border-radius-topright: 0.25em;
189  -webkit-border-top-right-radius: 0.25em;
190
191
192
193 }
194
195
196
197 div#page-navigation ul li{
198  display: inline;
199
200 }
201
202
203 ul.page-navigation ul.page-menu {
204  float: right;
205 }
206