first pass RT4 merge, RT#13852
[freeside.git] / rt / share / html / NoAuth / css / aileron / 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 }
94
95 #main-navigation a {
96     border-top: none;
97 }
98
99 #main-navigation li li a {
100     border-top: 1px solid white;
101 }
102
103 #app-nav.sf-menu > li:first-child > a {
104     border-left: none;
105 }
106
107 #main-navigation #app-nav > li, #main-navigation #app-nav > li > a {
108     background-color: transparent;
109 }
110
111 #page-navigation {
112     position: absolute;
113     top: 6em;
114     right: 0em;
115     left: auto;
116     z-index: 9995;
117     font-size: 0.9em;
118 }
119
120 #page-navigation .sf-menu li, #page-navigation .sf-menu li li, #page-navigation .sf-menu li li li {
121     background-color: #fff;
122 }
123
124 #page-navigation .sf-menu a:visited, #page-navigation .sf-menu a {
125     border: none;
126     color: #000;
127 }
128
129 /* to stop a "flash" of an unstyled menu on an older browser,  hide the menu until superfish has initialized it */
130 #app-nav.toplevel { display: none; }
131 #app-nav.toplevel.sf-menu { display:block; }
132 #page-menu.toplevel { display: none; }
133 #page-menu.toplevel.sf-menu { display:block; }
134
135 #topactions {
136  position: absolute;
137  background: transparent;
138  top: 3.2em;
139  right: 0.7em;
140  width: auto;
141  min-width: 42em;
142  font-size: 0.9em;
143  z-index: 99;
144 }
145
146 #topactions form * {
147     vertical-align: top;
148 }
149
150 #topactions button, #topactions select, #topactions input{
151  padding-top: 0em;
152  padding-bottom: 0em;
153  width: 8em;
154
155 }
156
157 #topactions #simple-search .field{
158  margin-left: 1em;
159  color: #787;
160  }
161
162 #topactions #simple-search .field:focus {
163  color: #000;
164  }