/////////////////////////////////////////////////////
// /common/common.css
/////////////////////////////////////////////////////
/*
common.css
Release 1.0
by Great
*/
body {
font-family: 샘물체;
color: black;
background-color: white;
font-size: small;}
* html body {
/* http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */
font-size: x-small; /* for IE5.x/win */
f\ont-size: small; /* for other IE versions */
}
tr.tr_selecdIndex {
font-size: 100%;
font-weight: bold;
text-decoration:none;
background:#CBE7BA
}
td.td_header {
font-family: 샘물체;
font-size: 250%;
font-weight: bold;
text-decoration:none
}
td.td_title {
font-family: 샘물체;
font-size: 150%;
color: #0000FF;
font-weight: bold;
text-decoration:none
}
td.td_selecdIndex {
font-size: 120%;
font-weight: bold;
text-decoration:none
}
h1 {
font-size: 160%;
font-weight: bold;
border-bottom: 1px solid #ddd;
width: 100%;
}
h2 {
font-size: 130%;
font-weight: bold;
}
h3 {
font-size: 110%;
font-weight: bold;
}
h4 {
font-size: 100%; /* for IE7 */
font-weight: bold;
}
h5 {
font-weight: bold;
display: inline;
}
h6 {
font-weight: bold;
font-style: italic;
display: inline;
}
a:link {
color: #000000;
background: inherit;
text-decoration:none
}
a:visited {
color: #000000;
background: inherit;
text-decoration:none
}
a:hover {
text-decoration:none
}
a img {
border-style: none;
}
/////////////////////////////////////////////////////
// /common/common.js
/////////////////////////////////////////////////////
/*
common.js
Release 1.0
by Great
*/
/*
* 목록 재조회
*/
function backToList(form){
try{
form.target = "body";
form.action = "/board/searchBoard.action";
form.forward.value = "mgr_ready";
form.isBackToList.value = "Y";
form.submit();
}catch(e){
alert(e.message);
}
}
댓글 없음:
댓글 쓰기