Merge branch 'master' of https://github.com/jgoodman/Freeside
[freeside.git] / rt / share / html / NoAuth / css / web2 / 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     -moz-border-radius-bottomleft: 0.5em;
64     -webkit-border-bottom-left-radius: 0.5em;
65     margin-left: 10em;
66     margin-top: 5.8em;
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#body.login-body {
79     top: -2.5em;
80     margin-right: 10em;
81 }
82
83 div#footer {
84  position: absolute;
85  right: 0;
86  text-align: right;
87  font-size: 0.9em;
88  margin-top: 2em;
89  background: #fff;
90  margin-bottom: 0;
91  padding-left: 3em;
92  padding-right: 1em;
93  border-top: 2px solid #aaa;
94  border-left: 2px solid #aaa;
95  -moz-border-radius-topleft: 0.5em;
96  -webkit-border-top-left-radius: 0.5em;
97  -moz-border-radius-bottomleft: 0.5em;
98  -webkit-border-bottom-left-radius: 0.5em;
99
100   border-radius: 0.5em 0 0.5em 0;
101 }
102
103 div#footer #time {
104     display: none ;
105 }
106
107 div#footer #bpscredits {
108  text-align: right;
109  background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/bpslogo.png) no-repeat top right;
110  padding-top: 4em;
111 }
112
113
114 /* logo stuff */
115
116 div#logo {
117     position: absolute;
118     right: 2px;
119     top: 0;
120     height: 2.3em;
121 }
122
123 div#logo a img {
124     border: 0;
125     height: 100% !important;
126     width: auto !important;
127     float: right;
128 }
129
130 div#logo .rtname {
131     position: relative;
132     font-weight: bold;
133     text-align: center;
134     top: 0.7em;
135     padding-right: 1em;
136     float:left;
137 }
138
139
140 div#quickbar, div#logo {
141     font-size: 0.9em;
142 }
143 div#quickbar a, div#logo a { 
144     color: #000;
145 }
146
147
148 div#quickbar {
149  background: #eaeaea;
150  padding-top: 1em;
151  padding-left: 1em;
152  padding-bottom: 0.5em;
153  height: 1em;
154  border-bottom: 1px solid #ccc;
155
156 }
157
158 #prefs-menu.sf-menu li li {
159     background: #eaeaea;
160 }
161
162 #prefs-menu.sf-menu #li-preferences {
163     background: none;
164 }
165
166 #prefs-menu.sf-menu li:hover,
167 #prefs-menu.sf-menu li.sfHover,
168 #prefs-menu.sf-menu #li-preferences.sfHover,
169 #prefs-menu.sf-menu #li-preferences:hover,
170 #prefs-menu.sf-menu a:focus,
171 #prefs-menu.sf-menu a:hover,
172 #prefs-menu.sf-menu a:active,
173 {
174     background-color: #CFDEFF;
175     text-color: #000;
176     color: #000;
177     border: none;
178 }
179
180 #prefs-menu .sfHover a,
181 #prefs-menu .sfHover a:visited {
182     color: #000;
183     border: none;
184 }
185
186
187
188 div#header h1 {
189  position: absolute;
190  left: 7em;
191  right: 20em;
192  top: 1.4em;
193  overflow: hidden;
194  height: 1em;
195  font-size: 1.4em;
196  margin-top: 0.4em;
197  padding: 0.25em;
198  color: #fff;
199 }
200
201 /* in multi-column layouts, make sure we have an internal gutter */
202
203 tr .boxcontainer {
204       padding-right: 1em;
205 }
206
207 tr .boxcontainer:last-child {
208       padding-right: 0;
209 }
210