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