xtheme-slate.css.svn-base

来自「一个使用ssh+ext的例子。 希望对开发这个应用的人带来好处。仔细研究里面的」· SVN-BASE 代码 · 共 673 行 · 第 1/2 页

SVN-BASE
673
字号
    border-color:#abc;
}
.x-panel-collapsed .x-window-tl {
    border-color:#abc;
}

.x-window-plain .x-window-mc {
    background: #e8e8e8;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    border-top:1px solid #abc;
    border-left:1px solid #abc;
}

.x-window-plain .x-window-body {
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
    border-bottom:1px solid #abc;
    border-right:1px solid #abc;
    background:transparent !important;
}

body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
    background-color: #eceef0;
}


/* HTML Editor */
.x-html-editor-wrap {
    border-color:#abc;
}
.x-html-editor-tb .x-btn-text {
	background:transparent url(../images/slate/editor/tb-sprite.gif) no-repeat scroll 0%;
}


/* Borders go last for specificity */
.x-panel-noborder .x-panel-body-noborder {
    border-width:0;
}

.x-panel-noborder .x-panel-header-noborder {
    border-width:0;
    border-bottom:1px solid #abc;
}

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
    border-width:0;
    border-bottom:1px solid #abc;
}

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
    border-width:0;
    border-top:1px solid #abc;
}

.x-window-noborder .x-window-mc {
    border-width:0;
}
.x-window-plain .x-window-body-noborder {
    border-width:0;
}

.x-tab-panel-noborder .x-tab-panel-body-noborder {
	border-width:0;
}

.x-tab-panel-noborder .x-tab-panel-header-noborder {
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
}

.x-tab-panel-noborder .x-tab-panel-footer-noborder {
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:0;
}


.x-tab-panel-bbar-noborder .x-toolbar {
    border-width:0;
    border-top:1px solid #abc;
}

.x-tab-panel-tbar-noborder .x-toolbar {
    border-width:0;
    border-bottom:1px solid #abc;
}

/* Forms */
.x-form-text, textarea.x-form-field {
	border:1px solid #9ab; 
}
.x-trigger-wrap-focus .x-form-trigger {
	border-bottom:1px solid #4a7192;
}
.x-form-focus,textarea.x-form-focus {
	border:1px solid #4a7192;
}

.x-form-field-wrap .x-form-trigger {
	background:transparent url(../images/slate/form/trigger.gif) no-repeat 0 0;
}
.x-form-field-wrap .x-form-date-trigger {
	background-image:url(../images/slate/form/date-trigger.gif);
}
.x-form-field-wrap .x-form-clear-trigger {
	background-image:url(../images/slate/form/clear-trigger.gif);
}
.x-form-field-wrap .x-form-search-trigger {
	background-image:url(../images/slate/form/search-trigger.gif);
}

.x-form-field-wrap .x-form-trigger {
	border-bottom:1px solid #778899;
}

.x-form fieldset legend {
	color:#333;
}

/* 	the following need to be duplicated from ext-all.js,
	otherwise hover effects are broken */
.x-form-field-wrap .x-form-trigger-over{background-position:-17px 0;}
.x-form-field-wrap .x-form-trigger-click{background-position:-34px 0;}
.x-trigger-wrap-focus .x-form-trigger{background-position:-51px 0;}
.x-trigger-wrap-focus .x-form-trigger-over{background-position:-68px 0;}
.x-trigger-wrap-focus .x-form-trigger-click{background-position:-85px 0;}


/* Grid */

.x-grid3-row-selected {
	background:#fbf0d2;
	border:1px dotted #ccc;
}
.x-grid3-hd-btn{
	background:#f2daa9 url(../images/slate/grid/grid3-hd-btn.gif) no-repeat left center;
}
.x-grid3-header{
	background:#f9f9f9 url(../images/slate/grid/grid3-hrow.gif) repeat-x 0 bottom;
}
td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc .x-grid3-hd-inner,td.x-grid3-hd-menu-open .x-grid3-hd-inner{
	background:#ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
}
.sort-asc .x-grid3-sort-icon{
	background-image:url(../images/slate/grid/sort_asc.gif);
}
.sort-desc .x-grid3-sort-icon{
	background-image:url(../images/slate/grid/sort_desc.gif);
}
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
}
.x-grid3-cell-selected{
	background-color:#ffb11c!important;
}
.x-grid3-body .x-grid3-td-expander{
	background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-td-checker{
	background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-td-numberer{
	background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander{
	background:transparent url(../images/slate/grid/grid3-special-col-sel-bg.gif) repeat-y right;
}
.x-grid-group-hd {
	border-bottom:2px solid #abb;
}
.x-grid-group-hd div {
	color: #456;
}
.x-dd-drag-proxy .x-grid3-hd-inner{
	background:#ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
	border:1px solid #abc;
}
.x-tbar-page-first{
	background-image:url(../images/slate/grid/page-first.gif)!important;
}
.x-tbar-page-last{
	background-image:url(../images/slate/grid/page-last.gif)!important;
}
.x-tbar-page-next{
	background-image:url(../images/slate/grid/page-next.gif)!important;
}
.x-tbar-page-prev{
	background-image:url(../images/slate/grid/page-prev.gif)!important;
}
.x-paging-info {
	color:#FFFFFF;
}


/* Progress Bar */

.x-progress-bar{
	background:#9CBFEE url( ../../resources/images/slate/progress/progress-bg.gif ) repeat-x left center;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}


/* Combos */
.x-combo-list{
	border:1px solid #89a;
}
.x-combo-list .x-combo-selected{
	border:1px dotted #ccc!important;
	background:#fbf0d2;
}


/* Calendars */

.x-date-middle,.x-date-left,.x-date-right{
	background:url(../images/slate/shared/hd-sprite.gif) repeat-x 0 -83px;
}
.x-date-bottom {
	background:#DFECFB url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
	border-top:1px solid #abc;
}
.x-date-right a{
	background-image:url(../images/slate/shared/right-btn.gif);
}
.x-date-left a{
	background-image:url(../images/slate/shared/left-btn.gif);
}
.x-date-inner th{
	background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
	border-bottom:1px solid #abc;
	color:#345;
}
.x-date-inner .x-date-selected a {
	background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
	border:1px solid #89a;
}
.x-date-inner a:hover,.x-date-inner .x-date-disabled a:hover{
	background:#cfdce1;
}
td.x-date-mp-month a:hover,td.x-date-mp-year a:hover{
	color:#123;
	background:#cfdce1;
}
.x-date-mp-ybtn a{
	background:transparent url(../images/slate/panel/tool-sprites.gif) no-repeat;
}
.x-date-mp-btns {
	background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
}
td.x-date-mp-sel a{
	background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
	border:1px solid #abc;
}
.x-date-mp-btns button{
	background:#405574;
	border:1px solid;
	border-color:#abc #055 #055 #abc;
}

/* Resizable Handle */
.x-resizable-over .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-east{
	background:url(../images/slate/sizer/e-handle.gif);background-position:left;
}
.x-resizable-over .x-resizable-handle-west,.x-resizable-pinned .x-resizable-handle-west{
	background:url(../images/slate/sizer/e-handle.gif);background-position:left;
}
.x-resizable-over .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-south{
	background:url(../images/slate/sizer/s-handle.gif);background-position:top;
}
.x-resizable-over .x-resizable-handle-north,.x-resizable-pinned .x-resizable-handle-north{
	background:url(../images/slate/sizer/s-handle.gif);background-position:top;
}
.x-resizable-over .x-resizable-handle-southeast,.x-resizable-pinned .x-resizable-handle-southeast{
	background:url(../images/slate/sizer/se-handle.gif);background-position:top left;
}
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
	background:url(../images/slate/sizer/nw-handle.gif);background-position:bottom right;
}
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
	background:url(../images/slate/sizer/ne-handle.gif);background-position:bottom left;
}
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
	background:url(../images/slate/sizer/sw-handle.gif);background-position:top right;
}

/* Tips */
.x-tip .x-tip-close{
	background-image:url(../images/slate/qtip/close.gif);
}
.x-tip .x-tip-tc{
	background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -62px;
}
.x-tip .x-tip-tl{
	background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 0;
}
.x-tip .x-tip-tr{
	background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right 0;
}
.x-tip .x-tip-bc{
	background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -121px;
}
.x-tip .x-tip-bl{
	background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -59px;
}
.x-tip .x-tip-br{
	background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -59px;
}
.x-tip .x-tip-ml{
	background:#fff url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -124px;
}
.x-tip .x-tip-mr{
	background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -124px;
}
.x-form-invalid-tip .x-tip-tc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;padding-top:6px;}
.x-form-invalid-tip .x-tip-tl{background-image:url(../images/default/form/error-tip-corners.gif);}
.x-form-invalid-tip .x-tip-tr{background-image:url(../images/default/form/error-tip-corners.gif);}
.x-form-invalid-tip .x-tip-bc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;height:6px;}
.x-form-invalid-tip .x-tip-bl{background:url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;}
.x-form-invalid-tip .x-tip-br{background:url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;}
.x-form-invalid-tip .x-tip-ml{background-image:url(../images/default/form/error-tip-corners.gif);}
.x-form-invalid-tip .x-tip-mr{background-image:url(../images/default/form/error-tip-corners.gif);}




/* Miscellaneous */

.x-item-disabled * {
	color:#333 !important;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?