88 lines
2 KiB
CSS
88 lines
2 KiB
CSS
/*
|
|
This file is part of Ext JS 3.4
|
|
|
|
Copyright (c) 2011-2013 Sencha Inc
|
|
|
|
Contact: http://www.sencha.com/contact
|
|
|
|
GNU General Public License Usage
|
|
This file may be used under the terms of the GNU General Public License version 3.0 as
|
|
published by the Free Software Foundation and appearing in the file LICENSE included in the
|
|
packaging of this file.
|
|
|
|
Please review the following information to ensure the GNU General Public License version 3.0
|
|
requirements will be met: http://www.gnu.org/copyleft/gpl.html.
|
|
|
|
If you are unsure which license is appropriate for your use, please contact the sales department
|
|
at http://www.sencha.com/contact.
|
|
|
|
Build date: 2013-04-03 15:07:25
|
|
*/
|
|
.x-box-tl {
|
|
background-image: url(../images/default/box/corners.gif);
|
|
}
|
|
|
|
.x-box-tc {
|
|
background-image: url(../images/default/box/tb.gif);
|
|
}
|
|
|
|
.x-box-tr {
|
|
background-image: url(../images/default/box/corners.gif);
|
|
}
|
|
|
|
.x-box-ml {
|
|
background-image: url(../images/default/box/l.gif);
|
|
}
|
|
|
|
.x-box-mc {
|
|
background-color: #eee;
|
|
background-image: url(../images/default/box/tb.gif);
|
|
font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
|
|
color: #393939;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.x-box-mc h3 {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.x-box-mr {
|
|
background-image: url(../images/default/box/r.gif);
|
|
}
|
|
|
|
.x-box-bl {
|
|
background-image: url(../images/default/box/corners.gif);
|
|
}
|
|
|
|
.x-box-bc {
|
|
background-image: url(../images/default/box/tb.gif);
|
|
}
|
|
|
|
.x-box-br {
|
|
background-image: url(../images/default/box/corners.gif);
|
|
}
|
|
|
|
.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
|
|
background-image: url(../images/default/box/corners-blue.gif);
|
|
}
|
|
|
|
.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
|
|
background-image: url(../images/default/box/tb-blue.gif);
|
|
}
|
|
|
|
.x-box-blue .x-box-mc {
|
|
background-color: #c3daf9;
|
|
}
|
|
|
|
.x-box-blue .x-box-mc h3 {
|
|
color: #17385b;
|
|
}
|
|
|
|
.x-box-blue .x-box-ml {
|
|
background-image: url(../images/default/box/l-blue.gif);
|
|
}
|
|
|
|
.x-box-blue .x-box-mr {
|
|
background-image: url(../images/default/box/r-blue.gif);
|
|
}
|