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

@ -11,7 +11,7 @@
.board .inputText, .board .inputText,
.board textarea, .board textarea,
.board select{ background:#333; color:#fff;} .board select{ background:#333; color:#fff;}
.board a:link{color:#fff;} .board a{color:#fff;}
/* Board Header */ /* Board Header */
.boardHeader .boardTitle{ border-color:#999; background-image:url(../images/common/iconBoardHeading.gif);} .boardHeader .boardTitle{ border-color:#999; background-image:url(../images/common/iconBoardHeading.gif);}

View file

@ -10,7 +10,7 @@
.board .inputText, .board .inputText,
.board textarea, .board textarea,
.board select{ background:#fff; color:#333;} .board select{ background:#fff; color:#333;}
.board a:link{color:#000;} .board a{color:#000;}
/* Board Header */ /* Board Header */
.boardHeader .boardTitle{ border-color:#ddd; background-image:url(../images/common/iconBoardHeading.gif);} .boardHeader .boardTitle{ border-color:#ddd; background-image:url(../images/common/iconBoardHeading.gif);}

View file

@ -5,19 +5,7 @@
/* Editor Type Selector */ /* Editor Type Selector */
.editorTypeSelector a, .editorTypeSelector a,
.editorTypeSelector a span{ background-color:#444; background-image:url(../images/black/tabCorner.gif);} .editorTypeSelector a span{ background-image:url(../../../common/tpl/images/buttonBlack.gif); color:#fff;}
/* 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;}
/* Editor Container */ /* Editor Container */
.xeEditor{ border-color:#666;} .xeEditor{ border-color:#666;}

View file

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

View file

@ -5,19 +5,7 @@
/* Editor Type Selector */ /* Editor Type Selector */
.editorTypeSelector a, .editorTypeSelector a,
.editorTypeSelector a span{ background-color:#eee; background-image:url(../images/white/tabCorner.gif);} .editorTypeSelector a span{ background-image:url(../../../common/tpl/images/buttonWhite.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;}
/* Editor Container */ /* Editor Container */
.xeEditor{ border-color:#ddd;} .xeEditor{ border-color:#ddd;}