~bestpractical/rt/master

« back to all changes in this revision

Viewing changes to html/NoAuth/css/web2/nav.css

  • Committer: sunnavy
  • Date: 2008-05-14 13:22:46 UTC
  • Revision ID: git-v1:0f0c8baef62a06a13d6fb54683d6c7d75d5f1283
source layout change! html now lives in share/html

git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.8-TESTING@12308 e417ac7c-1bcc-0310-8ffa-8f5827389a85

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%# BEGIN BPS TAGGED BLOCK {{{
2
 
%# 
3
 
%# COPYRIGHT:
4
 
%#  
5
 
%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC 
6
 
%#                                          <jesse@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
 
 
49
 
div#nav {
50
 
 position: absolute;
51
 
 left: 0;
52
 
 font-size: 0.8em;
53
 
 top: 3.2em;
54
 
 width: 11em;
55
 
 background: #fff;
56
 
 -moz-border-radius-bottomright: 0.5em;
57
 
 -webkit-border-bottom-right-radius: 0.5em;
58
 
  border-left: 1px solid #999;  
59
 
border-top: 1px solid #999;
60
 
 
61
 
 -moz-border-radius-topright: 0.5em;
62
 
 -webkit-border-top-right-radius: 0.5em;
63
 
 z-index: 99;
64
 
 
65
 
 
66
 
}
67
 
 
68
 
div#nav ul {
69
 
 padding-left: 0.75em;
70
 
 margin-left: 0;
71
 
 padding-right: 0.75em;
72
 
 list-style-type: none;
73
 
}
74
 
 
75
 
div#nav li:first-child {
76
 
 border-top: 1px solid #ccc;
77
 
 padding-top: 0.25em;
78
 
 
79
 
}
80
 
 
81
 
div#nav li {
82
 
 padding: 0.125em;
83
 
 padding-bottom: 0.25em;
84
 
 margin-bottom: 0.25em;
85
 
 border-bottom: 1px solid #ccc;
86
 
 padding-left: 0.5em;
87
 
 margin-right: 0.25em;
88
 
 margin-left: 0em;
89
 
}
90
 
 
91
 
div#nav li li:first-child {
92
 
    margin-top: 0.25em;
93
 
}
94
 
div#nav li li {
95
 
    margin-left: -0.5em;
96
 
    padding-left: 1em;
97
 
    margin-right: -0.5em;
98
 
}
99
 
 
100
 
div#nav li li:last-child {
101
 
    margin-bottom: 0; 
102
 
    padding-bottom: 0;
103
 
    border: none;
104
 
}
105
 
 
106
 
div#nav .bullet {
107
 
 display: none;
108
 
}
109
 
 
110
 
div#nav .separator {
111
 
display: none;
112
 
}
113
 
 
114
 
 
115
 
div#nav a, div#page-navigation a{
116
 
 text-decoration: none;
117
 
 color: #000;
118
 
}
119
 
 
120
 
div#nav a:hover, div#page-navigation a:hover {
121
 
 text-decoration: underline;
122
 
}
123
 
 
124
 
 
125
 
 
126
 
div#nav a.selected, div#page-navigation a.selected {
127
 
  font-weight: bold;
128
 
}
129
 
 
130
 
 
131
 
div#nav a.selected:after {
132
 
/* content: " > " */
133
 
}
134
 
 
135
 
div#page-navigation {
136
 
 background: white;
137
 
 position: relative;
138
 
 width:100%;
139
 
 z-index: 10;
140
 
 
141
 
}
142
 
 
143
 
 
144
 
div#page-navigation ul {
145
 
 
146
 
}
147
 
 
148
 
div#page-navigation ul#page-menu {
149
 
 display: block;
150
 
 position: absolute;
151
 
 left: 9em;
152
 
 font-size: 0.8em;
153
 
 top: 2.3em;
154
 
 height: 1em;
155
 
 background-color: white;
156
 
 right: 0em;
157
 
 padding-top:0.5em;
158
 
 padding-bottom:0.75em;
159
 
 border-top: 1px solid #aaa;
160
 
 
161
 
}
162
 
 
163
 
/* ie hack */
164
 
* html div#page-navigation ul#page-menu {
165
 
    left: 6.5em;
166
 
    top: 3.2em;
167
 
    padding-left: 2em;
168
 
}
169
 
 
170
 
 
171
 
div#page-navigation ul#actions-menu {
172
 
 position: absolute;
173
 
 right: 1em;
174
 
 top: 5.2em;
175
 
 margin-top: 0em;
176
 
 padding: 0.25em;
177
 
 padding-left: 0.5em;
178
 
 padding-right: 0.5em;
179
 
 
180
 
 background: #dedede;
181
 
 border-left: 1px solid #aaa;
182
 
 border-bottom: 2px solid #aaa;
183
 
 -moz-border-radius-bottomleft: 0.5em;
184
 
 -webkit-border-bottom-left-radius: 0.5em;
185
 
 
186
 
 
187
 
 
188
 
}
189
 
 
190
 
 
191
 
 
192
 
div#page-navigation ul li{
193
 
 display: inline;
194
 
 
195
 
}
196
 
 
197
 
 
198
 
ul.page-navigation ul.page-menu {
199
 
 float: right;
200
 
}
201