merging RT 4.0.6
[freeside.git] / rt / share / html / NoAuth / css / ballard / boxes.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 .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 .left {
109     font-weight: bold;
110     background: #ccc;
111     margin-left: 0.75em;
112     padding:0.5em;
113     padding-left: 0.75em;
114     padding-right: 0.75em;
115     -moz-border-radius: 0.5em;
116     -webkit-border-radius: 0.5em;
117     border-bottom: 2px solid #aaa;
118     border-right: 2px solid #aaa;
119
120
121 }
122
123 .titlebox .titlebox-title .right-empty {
124  display:none;
125 }
126
127 .titlebox .titlebox-title .right {
128   position: absolute;
129    right: 0;
130    top: 0.5em;
131   font-size: 0.9em;
132   background: #dedede;
133   border-left: 1px solid #ccc;
134  border-bottom: 1px solid #ccc;
135  padding-right: 0.4em;
136  padding-left: 0.4em;
137  padding-bottom: 0.2em;
138  padding-top: 0.5em;
139  -moz-border-radius-bottomleft: 0.25em;
140  -webkit-border-bottom-left-radius: 0.25em;
141  
142  
143  -moz-border-radius-topright: 0.25em;
144  -webkit-border-top-right-radius: 0.25em;
145
146 }
147
148 .titlebox .titlebox-title .right a,
149 .titlebox .titlebox-title .right a:visited {
150  color: #000;
151 }
152
153 .titlebox .titlebox-content {
154  padding-top: 0.5em;
155  padding-left: 1em;
156  padding-bottom: 1em;
157
158 }
159
160 .titlebox .titlebox-title .widget a {
161   display: block;
162   margin: 0;
163   margin-top: 0.6em;
164   width: 20px;
165
166   background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rollup-arrow.gif) no-repeat center 0;
167
168   position: absolute;
169   top: -1em;
170   left: 0.15em;
171   float: left;
172
173   padding: 7px 0 0 0;
174   overflow: hidden;
175 }
176
177 * html .titlebox .titlebox-title .widget a {
178     top: 0em;
179     left: -1.5em; 
180 }
181
182 .titlebox.rolled-up .titlebox-title .widget a {
183     background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rolldown-arrow.gif);
184 }