source: trunk/web/addons/job_monarch/lib/extjs-30/resources/css/visual/box.css @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 1.5 KB
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 Ext JS, LLC
4 * licensing@extjs.com
5 * http://www.extjs.com/license
6 */
7.x-box-tl {
8        background-image: url(../images/default/box/corners.gif);
9}
10
11.x-box-tc {
12        background-image: url(../images/default/box/tb.gif);
13}
14
15.x-box-tr {
16        background-image: url(../images/default/box/corners.gif);
17}
18
19.x-box-ml {
20        background-image: url(../images/default/box/l.gif);
21}
22
23.x-box-mc {
24        background-color: #eee;
25    background-image: url(../images/default/box/tb.gif);
26        font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
27        color: #393939;
28        font-size: 12px;
29}
30
31.x-box-mc h3 {
32        font-size: 14px;
33        font-weight: bold;
34}
35
36.x-box-mr {
37        background-image: url(../images/default/box/r.gif);
38}
39
40.x-box-bl {
41        background-image: url(../images/default/box/corners.gif);
42}
43
44.x-box-bc {
45        background-image: url(../images/default/box/tb.gif);
46}
47
48.x-box-br {
49        background-image: url(../images/default/box/corners.gif);
50}
51
52.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
53        background-image: url(../images/default/box/corners-blue.gif);
54}
55
56.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
57        background-image: url(../images/default/box/tb-blue.gif);
58}
59
60.x-box-blue .x-box-mc {
61        background-color: #c3daf9;
62}
63
64.x-box-blue .x-box-mc h3 {
65        color: #17385b;
66}
67
68.x-box-blue .x-box-ml {
69        background-image: url(../images/default/box/l-blue.gif);
70}
71
72.x-box-blue .x-box-mr {
73        background-image: url(../images/default/box/r-blue.gif);
74}
Note: See TracBrowser for help on using the repository browser.