RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / freeside3 / layout.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 /* body */
49
50 body {
51     padding:0;
52     margin:0;
53     background: #f8f8f8;
54     font-family: arial, helvetica, sans-serif;
55     color: #000000;
56 }
57
58 div#body {
59     position: relative;
60 /*    padding: 1.8em 1em 1em 1em;
61 */
62     padding: 0.5em;
63 /*    -moz-border-radius-topleft: 0.5em;
64     -webkit-border-top-left-radius: 0.5em;
65     -moz-border-radius-bottomleft: 0.5em;
66     -webkit-border-bottom-left-radius: 0.5em;
67     margin-left: 1em;
68     margin-top: 1em;
69     margin-right: 1em;
70     margin-bottom: 1em;
71 */
72     min-height: 10%;
73 /*
74     background: #fff;
75     border-top: 2px solid #ccc;
76     border-left: 2px solid #ccc;
77 */
78     z-index:1;
79 /*
80     border-radius: 0.5em 0 0 0.5em;
81 */
82
83 }
84
85 div#footer {
86  position: absolute;
87  right: 0;
88  text-align: right;
89  font-size: 0.9em;
90  margin-top: 2em;
91  background: #fff;
92  margin-bottom: 0;
93  padding-left: 3em;
94  padding-right: 1em;
95  border-top: 2px solid #aaa;
96  border-left: 2px solid #aaa;
97  -moz-border-radius-topleft: 0.5em;
98  -webkit-border-top-left-radius: 0.5em;
99  -moz-border-radius-bottomleft: 0.5em;
100  -webkit-border-bottom-left-radius: 0.5em;
101
102   border-radius: 0.5em 0 0.5em 0;
103 }
104
105 div#footer #time {
106     display: none ;
107 }
108
109 div#footer #bpscredits {
110  text-align: right;
111  background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/bpslogo.png) no-repeat top right;
112  padding-top: 4em;
113 }
114
115
116 /* logo stuff */
117
118 div#logo {
119     position: absolute;
120     right: 2px;
121     top: 0;
122     height: 2.3em;
123 }
124
125 div#logo a img {
126     border: 0;
127     height: 100% !important;
128     width: auto !important;
129     float: right;
130 }
131
132 div#logo .rtname {
133     position: relative;
134     font-weight: bold;
135     text-align: center;
136     top: 0.7em;
137     padding-right: 1em;
138     float:left;
139 }
140
141
142 div#quickbar, div#logo {
143     font-size: 0.9em;
144 }
145 div#quickbar a, div#logo a {
146     color: #000;
147 }
148
149
150 div#quickbar {
151  background: #eaeaea;
152  padding-top: 1em;
153  padding-left: 1em;
154  padding-bottom: 0.5em;
155  height: 1em;
156  border-bottom: 1px solid #ccc;
157
158 }
159
160 div#header h1 {
161  position: absolute;
162  left: 0.5em;
163  right: 20em;
164  top: 1.6em;
165  overflow: hidden;
166  height: 1em;
167  font-size: 1.4em;
168  margin-top: 0.4em;
169  padding: 0.25em;
170  color: #fff;
171 }
172
173 /* in multi-column layouts, make sure we have an internal gutter */
174
175 tr .boxcontainer {
176       padding-right: 1em;
177 }
178
179 tr .boxcontainer:last-child {
180       padding-right: 0;
181 }