RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / freeside3 / nav.css
1 %# BEGIN BPS TAGGED BLOCK {{{
2 %#
3 %# COPYRIGHT:
4 %#
5 %# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
6 %#                                          <sales@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 .sf-menu {
49     width: 100%;
50 }
51
52 .sf-menu li:hover {
53     background-color: #CFDEFF;
54 }
55
56 .sf-menu li, .sf-menu li li, .sf-menu li li li {
57     background-color: #eaeaea;
58 }
59
60 .sf-sub-indicator {
61     background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.png);
62 }
63
64 .sf-menu li li .sf-sub-indicator {
65     margin-top: -3px;
66 }
67
68 #page-menu.sf-menu li .sf-sub-indicator {
69     top: 0.7em;
70 }
71
72 #page-menu.sf-menu li:hover ul, #page-menu.sf-menu li.sfHover ul {
73     top: 2.5em;
74 }
75
76 #page-menu.sf-menu li ul {
77     border-bottom: 2px solid #ccc;
78 }
79
80 #main-navigation {
81     position: absolute;
82     top: 1px;
83     left: 0;
84     z-index: 9999;
85     text-color: #000;
86 }
87
88 #main-navigation .sf-menu a, #main-navigation .sf-menu a:hover {
89     padding-top: 0.5em;
90     padding-bottom: 0.5em;
91     border-color: #fff;
92     color: #000;
93 background-color: #000000;
94 }
95
96 #main-navigation a {
97     border-top: none;
98 }
99
100 #main-navigation li li a {
101     border-top: 1px solid white;
102 }
103
104 #app-nav.sf-menu > li:first-child > a {
105     border-left: none;
106 }
107
108 #main-navigation #app-nav > li, #main-navigation #app-nav > li > a {
109     background-color: transparent;
110 }
111
112 #page-navigation {
113     position: absolute;
114     /*top: 6em;*/
115     top: 13em;
116     right: 0em;
117     left: auto;
118     font-size: 0.9em;
119     z-index: 9995;
120 }
121
122 #page-navigation .sf-menu li, #page-navigation .sf-menu li li, #page-navigation .sf-menu li li li {
123     /*background-color: #fff; */
124     background-color: #f8f8f8;
125 }
126
127 #page-navigation .sf-menu a:visited, #page-navigation .sf-menu a {
128 /*    border: none; */
129     color: #000;
130 }
131
132 /* to stop a "flash" of an unstyled menu on an older browser,  hide the menu until superfish has initialized it */
133 #app-nav.toplevel { display: none; }
134 #app-nav.toplevel.sf-menu { display:block; }
135 #page-menu.toplevel { display: none; }
136 #page-menu.toplevel.sf-menu { display:block; }
137
138 /*  ## new ticket via customer, and we already have a ticket search box
139
140 #topactions {
141  position: absolute;
142  background: transparent;
143  top: 3.2em;
144  right: 0.7em;
145  width: auto;
146  min-width: 42em;
147  font-size: 0.9em;
148  z-index: 99;
149 }
150
151 #topactions form * {
152     vertical-align: top;
153 }
154
155 #topactions button, #topactions select, #topactions input{
156  padding-top: 0em;
157  padding-bottom: 0em;
158  width: 8em;
159
160 }
161
162 #topactions #simple-search .field{
163  margin-left: 1em;
164  color: #787;
165  }
166
167 #topactions #simple-search .field:focus {
168  color: #000;
169  }
170
171 */