3d316351 |
1 | |
2 | titledbox |
3 | { |
4 | border : 2px groove #CCD0DD; |
5 | padding : 7px !important; |
6 | margin : 5px; |
7 | } |
29c4873a |
8 | label |
3d316351 |
9 | { |
10 | margin : 0px 40px 2px 6px; |
11 | padding : 0px 3px 0px 3px; |
12 | background-color : ThreeDFace; |
13 | } |
14 | |
15 | .titledbox-body |
16 | { |
17 | padding : inherit; |
18 | } |
19 | |
20 | /** box formatting **/ |
21 | box[autostretch="never"] |
22 | { |
23 | vertical-align : middle; |
24 | } |
25 | |
26 | box[autostretch="never"][valign="top"] |
27 | { |
28 | vertical-align : top; |
29 | } |
30 | |
31 | box[autostretch="never"][valign="bottom"] |
32 | { |
33 | vertical-align : bottom; |
34 | } |
35 | |
36 | box[autostretch="never"][halign="center"] |
37 | { |
38 | text-align : center; |
39 | } |
40 | |
41 | box[autostretch="never"][halign="right"] |
42 | { |
43 | text-align : right; |
44 | } |
45 | |
46 | row[autostretch="never"] |
47 | { |
48 | vertical-align : middle; |
49 | } |
50 | |
51 | |
29c4873a |
52 | |