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