ZB 1.1.0 Front-end Refactoring. Forum.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4796 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2008-11-07 10:56:38 +00:00
parent 699b278938
commit 8ba9b9aa93
5 changed files with 7 additions and 31 deletions

View file

@ -5,19 +5,7 @@
/* Editor Type Selector */
.editorTypeSelector a,
.editorTypeSelector a span{ background-color:#444; background-image:url(../images/black/tabCorner.gif);}
/* Editor Type Selector - Hover */
.editorTypeSelector a:hover,
.editorTypeSelector a:active,
.editorTypeSelector a:focus,
.editorTypeSelector a:hover span,
.editorTypeSelector a:active span,
.editorTypeSelector a:focus span{ background-color:#555;}
/* Editor Type Selector - Active */
.editorTypeSelector li.active a,
.editorTypeSelector li.active a span{ background-color:#666;}
.editorTypeSelector a span{ background-image:url(../../../common/tpl/images/buttonBlack.gif); color:#fff;}
/* Editor Container */
.xeEditor{ border-color:#666;}

View file

@ -13,8 +13,8 @@
.editorTypeSelector li{ float:left; margin-right:5px;}
.editorTypeSelector a,
.editorTypeSelector a span{ position:relative; display:block; float:left; background-repeat:no-repeat; cursor:pointer; _cursor /**/:hand; white-space:nowrap;}
.editorTypeSelector a{ background-position:left top; text-decoration:none !important;}
.editorTypeSelector a span{ padding:3px 15px; left:3px; background-position:right top;}
.editorTypeSelector a{ background-position:left -65px; text-decoration:none !important;}
.editorTypeSelector a span{ padding:3px 15px; left:3px; background-position:right -65px;}
/* Editor Type Selector - Hover */
.editorTypeSelector a:hover span,
@ -22,7 +22,7 @@
.editorTypeSelector a:focus span{ font-weight:bold; letter-spacing:-1px;}
/* Editor Type Selector - Active */
.editorTypeSelector li.active a{ top:-2px; margin-bottom:-2px;}
.editorTypeSelector li.active a{ top:-2px; margin-bottom:-4px;}
.editorTypeSelector li.active a span{ padding:5px 15px; font-weight:bold; letter-spacing:-1px;}
/* Skip Tool Box */

View file

@ -5,19 +5,7 @@
/* Editor Type Selector */
.editorTypeSelector a,
.editorTypeSelector a span{ background-color:#eee; background-image:url(../images/white/tabCorner.gif);}
/* Editor Type Selector - Hover */
.editorTypeSelector a:hover,
.editorTypeSelector a:active,
.editorTypeSelector a:focus,
.editorTypeSelector a:hover span,
.editorTypeSelector a:active span,
.editorTypeSelector a:focus span{ background-color:#e8e8e8;}
/* Editor Type Selector - Active */
.editorTypeSelector li.active a,
.editorTypeSelector li.active a span{ background-color:#ddd;}
.editorTypeSelector a span{ background-image:url(../../../common/tpl/images/buttonWhite.gif);}
/* Editor Container */
.xeEditor{ border-color:#ddd;}