skin RT 3.8, RT#6640
[freeside.git] / rt / share / html / NoAuth / css / freeside2.1 / layout.css
1 %# BEGIN BPS TAGGED BLOCK {{{
2 %# 
3 %# COPYRIGHT:
4 %# 
5 %# This software is Copyright (c) 1996-2009 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 /* body */
49
50 body {
51
52
53     padding:0;
54     margin:0;
55
56     background: #547CCC url(<%RT->Config->Get('WebPath')%>/NoAuth/css/freeside2.1/images/background-gradient.png) top left repeat-x ;
57     font-family: arial, helvetica, sans-serif;
58
59     color: #000000;
60 }
61
62 div#body {
63     position: relative;
64     padding: 1em;
65     padding-top: 1.8em;
66     -moz-border-radius: 0.5em;
67     -webkit-border-radius: 0.5em;
68     /* margin-left: 10.5em; */
69     /* margin-top: 5.2em; */
70     margin-left: .5em;
71     margin-top: 3.0em;
72     margin-right: 1em;
73     margin-bottom: 0em;
74     min-height: 10%;
75     background: #fff;
76     border-top: 2px solid #ccc;
77     border-left: 2px solid #ccc;
78     z-index:1;
79
80
81 }
82
83 #topactions {
84  position: absolute;
85  background: transparent;
86  top: 3.8em; 
87  right: 1em;
88  width: auto;
89  min-width: 42em;
90  font-size: 0.9em;
91  z-index: 99;
92 }
93
94 #topactions form * {
95     vertical-align: top;
96 }
97
98 #topactions button, #topactions select, #topactions input{
99  padding-top: 0em;
100  padding-bottom: 0em;
101  width: 8em;
102
103 }
104
105 #topactions form {
106  display: block;
107
108 }
109
110 #topactions #CreateTicketInQueue {
111  text-align: right; 
112
113 }
114 #topactions #simple-search {
115     float: right;
116 }
117
118 #topactions #simple-search .field{
119  margin-left: 1em;
120  color: #787;
121  }
122
123 #topactions #simple-search .field:focus {
124  color: #000;
125  }
126
127 #topactions #GotoTicket {
128  text-align: right; 
129
130 }
131
132 div#footer {
133  position: absolute;
134  right: 0;
135   text-align: right;
136  font-size: 0.9em;
137  margin-top: 2em;
138  background: #fff;
139  margin-bottom: 0;
140  padding-left: 3em;
141  padding-right: 1em;
142
143
144
145
146
147  border-top: 2px solid #aaa;
148  border-left: 2px solid #aaa;
149
150
151
152  -moz-border-radius-topleft: 0.5em;
153  -webkit-border-top-left-radius: 0.5em;
154  -moz-border-radius-bottomleft: 0.5em;
155  -webkit-border-bottom-left-radius: 0.5em;
156 }
157
158 div#footer #time {
159 display: none ;
160 }
161
162 div#footer #bpscredits {
163  text-align: right;
164  background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images//bplogo.gif) no-repeat top right;
165  padding-top: 4em;
166
167
168
169 /* logo stuff */
170
171 div#logo {
172 }
173
174
175 div#logo a {
176      display: none;
177     position: absolute;
178     left: 0;
179     bottom: 0;
180 }
181 div#logo a img {
182     border: 0;
183 }
184 div#logo .rtname {
185     position: absolute;
186     font-weight: bold;
187     top: 1em;
188     left: 1em;
189 }
190
191
192 div#quickbar, div#logo {
193     font-size: 0.9em;
194 }
195 div#quickbar a, div#logo a { 
196     color: #000;
197 }
198
199
200 div#quickbar {
201  background: #eaeaea;
202  padding-top: 1em;
203  padding-left: 1em;
204  padding-bottom: 0.5em;
205  height: 1em;
206  border-bottom: 1px solid #ccc;
207
208 }
209 div#quick-personal {
210     float: right;
211     margin-right: 1em;
212 }
213
214
215 div#header h1 {
216  position: absolute;
217  left: 7.25em;
218  right: 20em;
219  overflow: hidden;
220  height: 1em;
221  font-size: 1.4em;
222  margin-top: 0.4em;
223  padding: 0.25em;
224  color: #fff;
225 }
226
227 /* in multi-column layouts, make sure we have an internal gutter */
228
229 tr .boxcontainer {
230       padding-right: 1em;
231 }
232
233 tr .boxcontainer:last-child {
234       padding-right: 0;
235 }
236