git-svn-id: http://xe-core.googlecode.com/svn/trunk@1159 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-16 07:02:05 +00:00
parent 08580328f1
commit 7885449381
2 changed files with 48 additions and 27 deletions

View file

@ -1,5 +1,10 @@
@charset "utf-8"; @charset "utf-8";
body {
margin:0px;
padding:0px;
}
/** /**
* 레이아웃 style * 레이아웃 style
**/ **/
@ -8,26 +13,30 @@
* 상단 로고 메인 1차 메뉴 * 상단 로고 메인 1차 메뉴
**/ **/
.layout_top { .layout_top {
border-bottom:3px solid #EEEEEE; margin:10px;
height:50px;
} }
/* 상단 로고 부분 */ /* 상단 로고 부분 */
.layout_logo { .layout_logo A {
float:left; font-weight:bold;
font-size:16pt;
color:#888888;
text-decoration:none;
} }
/* 상단 1차 메뉴 */ /* 상단 1차 메뉴 */
.layout_first_menu{ .layout_first_menu{
float:right; border-bottom:2px solid #DDDDDD;
margin-top:30px; width:100%;
text-align:right;
padding:3px 0px 3px 0px;
} }
/** /**
* 중간 영역 (왼쪽 메뉴 + 컨텐츠) * 중간 영역 (왼쪽 메뉴 + 컨텐츠)
**/ **/
.layout_middle { .layout_middle {
margin:10px 0px 10px 0px; margin:10px;
clear:both; clear:both;
} }
@ -42,8 +51,6 @@
/* 좌측 2차 메뉴 */ /* 좌측 2차 메뉴 */
.layout_second_menu { .layout_second_menu {
border:1px solid #EEEEEE;
padding:5px;
} }
/* 좌측 관리자 메뉴 */ /* 좌측 관리자 메뉴 */
@ -54,12 +61,17 @@
text-align:center; text-align:center;
} }
.layout_admin A {
color:#AAAAAA;
text-decoration:none;
}
/* 컨텐츠 */ /* 컨텐츠 */
.layout_content { .layout_content {
position:absolute; position:absolute;
left:0px; left:0px;
right:0px; padding:0px 0px 0px 240px;
padding:0px 10px 0px 240px; margin-right:10px;
} }
/** /**
@ -81,53 +93,60 @@
/* 1차 메뉴 */ /* 1차 메뉴 */
.first_menu { .first_menu {
margin-right:5px; background-color:#999999;
font-weight:normal; padding:3px 10px 3px 10px;
margin-left:5px;
} }
.first_menu A { .first_menu A {
color:#000000; font-weight:normal;
color:#FFFFFF;
text-decoration:none; text-decoration:none;
} }
.first_menu_selected { .first_menu_selected {
margin-right:5px; background-color:#000000;
font-weight:bold; padding:3px 10px 3px 10px;
margin-left:5px;
} }
.first_menu_selected A { .first_menu_selected A {
color:#000000; color:#FFFFFF;
font-weight:bold; font-weight:bold;
text-decoration:none; text-decoration:none;
} }
/* 2차 메뉴 */ /* 2차 메뉴 */
.second_menu { .second_menu {
margin-right:5px; padding:5px 0px 5px 5px;
font-weight:normal; background-color:#AAAAAA;
display:block; display:block;
border-bottom:1px solid #999999;
} }
.second_menu A { .second_menu A {
color:#000000; color:#FFFFFF;
text-decoration:none; text-decoration:none;
font-weight:normal;
} }
.second_menu_selected { .second_menu_selected {
margin-right:5px; padding:5px 0px 5px 5px;
font-weight:bold; background-color:#666666;
display:block; display:block;
border-bottom:1px solid #444444;
} }
.second_menu_selected A { .second_menu_selected A {
color:#000000; color:#FFFFFF;
font-weight:bold; font-weight:bold;
text-decoration:none; text-decoration:none;
} }
/* 3차 메뉴 */ /* 3차 메뉴 */
.third_menu { .third_menu {
margin-left:10px; padding:5px 0px 5px 20px;
border-bottom:1px solid #EEEEEE;
display:block; display:block;
} }
@ -137,9 +156,11 @@
} }
.third_menu_selected { .third_menu_selected {
margin-left:10px; padding:5px 0px 5px 20px;
border-bottom:1px solid #EEEEEE;
font-weight:bold; font-weight:bold;
display:block; display:block;
background-color:#EFEFEF;
} }
.third_menu_selected A { .third_menu_selected A {

View file

@ -33,7 +33,7 @@ xe_layout_menu['bottom_menu'][1][{$first_key}] = { "text":"{htmlspecialchars($fi
<!-- 상단 로고 및 main_menu 1차 출력 --> <!-- 상단 로고 및 main_menu 1차 출력 -->
<div class="layout_top"> <div class="layout_top">
<div class="layout_logo"> <div class="layout_logo">
{$layout_info->top_title} <a href="./">{$layout_info->top_title}</a>
</div> </div>
<div class="layout_first_menu"> <div class="layout_first_menu">