You need to sign in or sign up before continuing.
EMV_LAYOUT_TWO.css 2.56 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
@charset "UTF-8";

/*-----------------------------------------------------------------------------
File name : LAYOUT-TWO.css
Description : Style for two-columns page layout 
Version :   1.0
Author :    James
Date : 
-----------------------------------------------------------------------------*/
body {
	background: #BEBFC0 url(../IMAGES/EMPVIEW/BG.gif) repeat;
	text-align: center;
}

/* =Page Wrapper
-------------------------------------------------*/
#wrapper {
	background: #FFFFFF /*url(../IMAGES/EMPVIEW/BG_SIDEBAR_206.gif) repeat-y */;
}

#container {
}

/* =Main Content
-----------------------------------------------------------------------------*/
#content {
	/*margin: 10px 15px 0 215px;*/
	padding: 0;
	/*width: 735px;*/
	/*float: right;*/
	background: #FFFFFF;
	height: auto;
	/* edit by pas öҹѺ IE 6 */
	margin: 10px 15px 10px 10px;
	float:center;
	width: 98%;
}

/* =Side Bar
-----------------------------------------------------------------------------*/
#sidebar {
	width: 200px;
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 30px 0;
	/*position: absolute;*/
}
#sidebar a {
	color: #FFFFFF;
}
#sidebar .user-info {
	margin: 0;
	padding: 10px;
	background: #2583D6 url(../IMAGES/EMPVIEW/BOX_P.gif) left top no-repeat;
	color: #000000;
	text-align: center;
}
.user-info .employee-pic {
	padding: 0 0 5px 0;
}
.user-info .username {
	font-weight: bold;
}
.user-info .admin-menu {
	font-weight: bold;
	color: #FFFFFF;
}
.user-info .admin-menu a {
	padding: 0 4px;
	color: #FFFFFF;
}

#sidebar .box-gray-left {
	background: #787A7B;
	margin: 0 auto;
	text-align: right;
	padding : 5px 0;
	color: #FFFFFF;
}
.box-gray-left span {
	font-weight: bold;
	margin: 0px 22px 0px 7px;
}

#sidebar .box-gray {
	background: #787A7B;
	margin: 0 auto;
	text-align: center;
	padding : 5px 0;
	color: #FFFFFF;
}
.box-gray span {
	font-weight: bold;
}
.box-gray #inbox {
	margin: 0 2px 0 5px;
}
.box-gray #pm {
	margin: 0 5px 0 2px;
}

#sidebar .left-nev {
	margin: 0;
	padding: 0px 10px 10px 10px;
	font-size: 12px;
}
#sidebar .content {
	margin: 0;
	padding: 10px 5px;
}
.left-nev ul li {
	color: #FFF;
	padding: 1px 0;
	border-bottom:1px dashed #FFF; /* 鹻բ */
	line-height: 25px; 
}
.left-nev ul li a {
	text-decoration: none;
}

#content1 {
/*
	margin: 10px 15px 0 215px;
	padding: 0;
*/
	padding: 10px 10px 0 5px;
	margin:0;
	width:82%;
	float: right;
	background: #FFFFFF;
	height: auto;
}

#content2 {
/*TREMP002 TREMP010*/
	padding: 0;
	background: #FFFFFF;
	height: auto;
	margin: 10px 10px 10px 10px;
	float:left;
	width: 825px;
}