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