rt 4.0.23
[freeside.git] / rt / share / html / NoAuth / css / ballard / nav.css
1 %# BEGIN BPS TAGGED BLOCK {{{
2 %#
3 %# COPYRIGHT:
4 %#
5 %# This software is Copyright (c) 1996-2015 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 #main-navigation {
49     background-color: #fff;
50     -moz-border-radius-bottomright: 0.5em;
51     -webkit-border-bottom-right-radius: 0.5em;
52     border-bottom-right-radius: 0.5em;
53     -moz-border-radius-topright: 0.5em;
54     -webkit-border-top-right-radius: 0.5em;
55     border-top-right-radius: 0.5em;
56     width: 10em;
57     font-size: 0.85em;
58     position: absolute;
59     top: 6.2em;
60     left: 0em;
61     z-index: 9997;
62     padding-top: 1em;
63     padding-right: 0.5em;
64     padding-left: 0.5em;
65 }
66
67 #main-navigation ul  {
68     list-style-type: none;
69     padding: 0;
70     margin: 0;
71     padding-left: 8px; /* not em, since our font size reduces */
72     border-left: 1px solid #ccc;
73     margin-top: 0.2em;
74     padding-top: 0.2em;
75
76     margin-bottom: 0.2em;
77     padding-bottom: 0.2em;
78 }
79
80 #main-navigation {
81     text-color: #000;
82 }
83
84 #main-navigation li ul {
85     font-size: 0.9em;
86 }
87
88 #main-navigation li ul ul {
89     font-size: 1em;
90 }
91
92 #main-navigation li:first-child {
93 }
94
95 #main-navigation li:last-child {
96     border-bottom: none;
97 }
98
99
100 #main-navigation a,
101 #main-navigation a:visited {
102     padding-top: 0.5em;
103     padding-bottom: 0.5em;
104     color: #000;
105     border: none;
106 }
107
108 #main-navigation li {
109 }
110
111
112 #main-navigation ul a,
113 #main-navigation ul a:visited {
114     color: #000;
115 }
116
117
118 #main-navigation li li, #main-navigation li li li {
119     border-left: none;
120     background-color: #fff;
121     text-color: #547CCC;
122 }
123
124 #page-navigation {
125     position: absolute;
126     top: 6em;
127     right: 0em;
128     z-index: 9995;
129     font-size: 0.9em;
130     background-color: #eee;
131     border: 1px solid #ccc;
132     -moz-border-radius-bottomleft: 0.5em;
133     -webkit-border-bottom-left-radius: 0.5em;
134     border-bottom-left-radius: 0.5em;
135     padding: 0;
136     padding-top: 0.5em;
137     padding-right: 0.5em;
138     width: 60%;
139     text-align: right;
140 }
141
142 #page-navigation ul {
143     list-style-type: none;
144     padding: 0;
145     padding-left: 0.3em;
146     display: inline;
147 }
148
149 #page-navigation li {
150     display: inline;
151     padding: 0.3em;
152 }
153 #page-navigation li.has-children>a {
154     display: none;
155 }
156
157 #page-navigation {
158     margin: 0;
159 }
160
161 #topactions {
162  position: absolute;
163  background: transparent;
164  top: 3.2em;
165  right: 0.7em;
166  width: auto;
167  min-width: 42em;
168  font-size: 0.9em;
169  z-index: 99;
170 }
171
172 #topactions form * {
173     vertical-align: top;
174 }
175
176 #topactions button, #topactions select, #topactions input{
177  padding-top: 0em;
178  padding-bottom: 0em;
179  width: 8em;
180
181 }
182
183 #topactions #simple-search .field{
184  margin-left: 1em;
185  color: #787;
186  }
187
188 #topactions #simple-search .field:focus {
189  color: #000;
190  }
191