rt 4.0.23
[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-2015 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   border-radius: 0.5em;
64
65 }
66
67 * html .titlebox {
68  border-top: none;
69  border-left: none;
70 }
71
72 .titlebox .titlebox { 
73
74  background-color: #ffffff;
75  margin-top: 1em;
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;
119     border-bottom: 2px solid #aaa;
120     border-right: 2px solid #aaa;
121
122     border-radius: 0.5em;
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   border-radius: 0 0.25em 0 0.25em;
151
152
153 }
154
155 .titlebox .titlebox-title .right a,
156 .titlebox .titlebox-title .right a:visited {
157  color: #000;
158 }
159
160 .titlebox .titlebox-content {
161  padding-top: 0.5em;
162  padding-left: 1em;
163  padding-bottom: 1em;
164
165 }
166
167 .titlebox .titlebox-title .widget a {
168   display: block;
169   margin: 0;
170   margin-top: 0.6em;
171   width: 20px;
172
173   background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rollup-arrow.gif) no-repeat center 0;
174
175   position: absolute;
176   top: -1em;
177   left: 0.15em;
178   float: left;
179
180   padding: 7px 0 0 0;
181   overflow: hidden;
182 }
183
184 * html .titlebox .titlebox-title .widget a {
185     top: 0em;
186     left: -1.5em; 
187 }
188
189 .titlebox.rolled-up .titlebox-title .widget a {
190     background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rolldown-arrow.gif);
191 }