]> git.uio.no Git - usit-rt.git/blame - share/html/NoAuth/css/ballard/boxes.css
Upgrade to 4.0.8 with mod of ExternalAuth + absolute paths to ticket-menu.
[usit-rt.git] / share / html / NoAuth / css / ballard / boxes.css
CommitLineData
84fb5b46
MKG
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.titlebox {
49 border-left: 1px solid #ccc;
50 border-top: 1px solid #ccc;
51 background-color: #efefef;
52 padding-top: 1em;
53 margin-top: 1em;
54 margin-left: 1em;
55 -moz-border-radius: 0.5em;
56 -webkit-border-radius: 0.5em;
dab09ea8 57 border-radius: 0.5em;
84fb5b46
MKG
58 margin-bottom: 2em;
59 border-bottom: 2px solid #aaa;
60 border-right: 2px solid #aaa;
61 padding-right: 1em;
62}
63
64* html .titlebox {
65 border-top: none;
66 border-left: none;
67}
68
69.titlebox .titlebox {
70
71 background-color: #ffffff;
72 margin-top: 1em;
73 -moz-border-radius: 0.5em;
74 -webkit-border-radius: 0.5em;
dab09ea8 75 border-radius: 0.5em;
84fb5b46
MKG
76 margin-right: 0.25em;
77
78}
79
80
81.titlebox {
82 margin-left: 0em;
83 margin-right: 0em;
84 min-height: 1.25em;
85
86}
87
88
89
90.titlebox .titlebox-title {
91 position: relative;
92 margin-top: -1.5em;
93 padding-bottom: 0.25em;
94 padding-left: 1em;
95 margin-right: -1em;
96
97}
98
99.titlebox .titlebox-title a {
100 text-decoration: none;
101 color: black;
102
103}
104
105.titlebox .titlebox-title a:hover {
106 text-decoration: underline;
107
108}
109
110.titlebox .titlebox-title .left {
111 font-weight: bold;
112 background: #ccc;
113 margin-left: 0.75em;
114 padding:0.5em;
115 padding-left: 0.75em;
116 padding-right: 0.75em;
117 -moz-border-radius: 0.5em;
118 -webkit-border-radius: 0.5em;
dab09ea8 119 border-radius: 0.5em;
84fb5b46
MKG
120 border-bottom: 2px solid #aaa;
121 border-right: 2px solid #aaa;
122
123
124}
125
126.titlebox .titlebox-title .right-empty {
127 display:none;
128}
129
130.titlebox .titlebox-title .right {
131 position: absolute;
132 right: 0;
133 top: 0.5em;
134 font-size: 0.9em;
135 background: #dedede;
136 border-left: 1px solid #ccc;
137 border-bottom: 1px solid #ccc;
138 padding-right: 0.4em;
139 padding-left: 0.4em;
140 padding-bottom: 0.2em;
141 padding-top: 0.5em;
142 -moz-border-radius-bottomleft: 0.25em;
143 -webkit-border-bottom-left-radius: 0.25em;
dab09ea8 144 border-bottom-left-radius: 0.25em;
84fb5b46
MKG
145
146
147 -moz-border-radius-topright: 0.25em;
148 -webkit-border-top-right-radius: 0.25em;
dab09ea8 149 border-top-right-radius: 0.25em;
84fb5b46
MKG
150
151}
152
153.titlebox .titlebox-title .right a,
154.titlebox .titlebox-title .right a:visited {
155 color: #000;
156}
157
158.titlebox .titlebox-content {
159 padding-top: 0.5em;
160 padding-left: 1em;
161 padding-bottom: 1em;
162
163}
164
165.titlebox .titlebox-title .widget a {
166 display: block;
167 margin: 0;
168 margin-top: 0.6em;
169 width: 20px;
170
171 background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rollup-arrow.gif) no-repeat center 0;
172
173 position: absolute;
174 top: -1em;
175 left: 0.15em;
176 float: left;
177
178 padding: 7px 0 0 0;
179 overflow: hidden;
180}
181
182* html .titlebox .titlebox-title .widget a {
183 top: 0em;
184 left: -1.5em;
185}
186
187.titlebox.rolled-up .titlebox-title .widget a {
188 background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rolldown-arrow.gif);
189}