]> git.uio.no Git - usit-rt.git/blob - share/html/NoAuth/css/ballard/layout.css
Removed LDAP-lookup loop for new external users.
[usit-rt.git] / share / html / NoAuth / css / ballard / 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: #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: 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
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
96 div#footer #time {
97     display: none ;
98 }
99
100 div#footer #bpscredits {
101  text-align: right;
102  background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/bpslogo.png) no-repeat top right;
103  padding-top: 4em;
104 }
105
106
107 /* logo stuff */
108
109 div#logo {
110     position: absolute;
111     right: 2px;
112     top: 0;
113     height: 2.3em;
114 }
115
116 div#logo a img {
117     border: 0;
118     height: 100% !important;
119     width: auto !important;
120     float: right;
121 }
122
123 div#logo .rtname {
124     position: relative;
125     font-weight: bold;
126     text-align: center;
127     top: 0.7em;
128     padding-right: 1em;
129     float:left;
130 }
131
132
133 div#quickbar, div#logo {
134     font-size: 0.9em;
135 }
136 div#quickbar a, div#logo a { 
137     color: #000;
138 }
139
140
141 div#quickbar {
142  background: #eaeaea;
143  padding-top: 1em;
144  padding-left: 1em;
145  padding-bottom: 0.5em;
146  height: 1em;
147  border-bottom: 1px solid #ccc;
148
149 }
150
151 div#header h1 {
152  position: absolute;
153  left: 0.5em;
154  right: 20em;
155  top: 1.6em;
156  overflow: hidden;
157  height: 1em;
158  font-size: 1.4em;
159  margin-top: 0.4em;
160  padding: 0.25em;
161  color: #fff;
162 }
163
164 /* in multi-column layouts, make sure we have an internal gutter */
165
166 tr .boxcontainer {
167       padding-right: 1em;
168 }
169
170 tr .boxcontainer:last-child {
171       padding-right: 0;
172 }
173