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