diff options
Diffstat (limited to 'rt/share/html/NoAuth/css/ballard/nav.css')
| -rw-r--r-- | rt/share/html/NoAuth/css/ballard/nav.css | 192 |
1 files changed, 192 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/ballard/nav.css b/rt/share/html/NoAuth/css/ballard/nav.css new file mode 100644 index 000000000..dc29818fe --- /dev/null +++ b/rt/share/html/NoAuth/css/ballard/nav.css @@ -0,0 +1,192 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# <sales@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work is distributed in the hope that it will be useful, but +%# WITHOUT ANY WARRANTY; without even the implied warranty of +%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%# General Public License for more details. +%# +%# You should have received a copy of the GNU General Public License +%# along with this program; if not, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +#main-navigation { + background-color: #fff; + -moz-border-radius-bottomright: 0.5em; + -webkit-border-bottom-right-radius: 0.5em; + border-bottom-right-radius: 0.5em; + -moz-border-radius-topright: 0.5em; + -webkit-border-top-right-radius: 0.5em; + border-top-right-radius: 0.5em; + width: 10em; + font-size: 0.85em; + position: absolute; + top: 6.2em; + left: 0em; + z-index: 9997; + background-color: none; + padding-top: 1em; + padding-right: 0.5em; + padding-left: 0.5em; +} + +#main-navigation ul { + list-style-type: none; + padding: 0; + margin: 0; + padding-left: 8px; /* not em, since our font size reduces */ + border-left: 1px solid #ccc; + margin-top: 0.2em; + padding-top: 0.2em; + + margin-bottom: 0.2em; + padding-bottom: 0.2em; +} + +#main-navigation { + text-color: #000; +} + +#main-navigation li ul { + font-size: 0.9em; +} + +#main-navigation li ul ul { + font-size: 1em; +} + +#main-navigation li:first-child { +} + +#main-navigation li:last-child { + border-bottom: none; +} + + +#main-navigation a, +#main-navigation a:visited { + padding-top: 0.5em; + padding-bottom: 0.5em; + color: #000; + border: none; +} + +#main-navigation li { +} + + +#main-navigation ul a, +#main-navigation ul a:visited { + color: #000; +} + + +#main-navigation li li, #main-navigation li li li { + border-left: none; + background-color: #fff; + text-color: #547CCC; +} + +#page-navigation { + position: absolute; + top: 6em; + right: 0em; + z-index: 9995; + font-size: 0.9em; + background-color: #eee; + border: 1px solid #ccc; + -moz-border-radius-bottomleft: 0.5em; + -webkit-border-bottom-left-radius: 0.5em; + border-bottom-left-radius: 0.5em; + padding: 0; + padding-top: 0.5em; + padding-right: 0.5em; + width: 60%; + text-align: right; +} + +#page-navigation ul { + list-style-type: none; + padding: 0; + padding-left: 0.3em; + display: inline; +} + +#page-navigation li { + display: inline; + padding: 0.3em; +} +#page-navigation li.has-children>a { + display: none; +} + +#page-navigation { + margin: 0; +} + +#topactions { + position: absolute; + background: transparent; + top: 3.2em; + right: 0.7em; + width: auto; + min-width: 42em; + font-size: 0.9em; + z-index: 99; +} + +#topactions form * { + vertical-align: top; +} + +#topactions button, #topactions select, #topactions input{ + padding-top: 0em; + padding-bottom: 0em; + width: 8em; + +} + +#topactions #simple-search .field{ + margin-left: 1em; + color: #787; + } + +#topactions #simple-search .field:focus { + color: #000; + } + |
