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