Warning: mysql_db_query(): supplied argument is not a valid MySQL-Link resource in /data/Develop/classweb/webView/style.php on line 23
/* =========================================== */
/* 整體 ================================ begin */
/* =========================================== */
/* 針對一般內容之設定,包含邊界、文字、背景等 */
body {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #000000;
text-align: center;
margin: 0px 0px 0px 1px;
width: 100%;
height: 100%;
background-image: url("/media/classweb/scenery/17-bg.gif");
background-position: top center;
background-color: #F2F2F2;
background-repeat: repeat-y;
}
/* 為使選單區與內容區過寬之圖片不致破壞版面所做的特別設定,不建議更動 */
table {
table-layout: fixed;
}
/* 針對一般超連結之設定 */
a {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #999999;
text-decoration: underline;
}
/* 針對一般超連結之設定(未瀏覽) */
a:link {
color: #999999;
text-decoration: underline;
}
/* 針對一般超連結之設定(已瀏覽) */
a:visited {
color: #999999;
text-decoration: underline;
}
/* 針對一般超連結之設定(滑鼠移至上方) */
a:hover {
color: #000000;
text-decoration: none;
}
/* 針對下拉式選單之設定 */
select {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #000000;
}
/* 針對按鍵之設定 */
.button {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #000000;
}
/* =========================================== */
/* 整體 ================================== end */
/* =========================================== */
/* =========================================== */
/* 框架 ================================ begin */
/* =========================================== */
/* 主框架 */
#block_main {
margin: 0px auto 0px;
width: 100%;
padding-bottom: 0px;
background-image: url("/media/classweb/scenery/17-main.png");
background-position: top center;
background-repeat: no-repeat;
}
/* 上方標題區框架 */
#block_top {
margin: 0px auto 0px;
width: 770px;
height: 150px;
}
/* 中央(包含選單與內容)框架 */
#block_center {
margin: 0px auto 0px;
width: 770px;
height:100%;
}
/* 選單區框架 */
#block_menu {
float: left;
margin-top: 130px;
width: 150px;
text-align: left;
}
/* 內容區框架 */
#block_content {
float: right;
margin-top: 110px;
padding: 0px;
width: 610px;
}
/* =========================================== */
/* 框架 ================================== end */
/* =========================================== */
/* =========================================== */
/* 上方標題區設定 ====================== begin */
/* =========================================== */
/* 針對班網名稱之設定 */
.web_name {
font-family: 新細明體;
font-size: 18pt;
color: #FFFFFF;
font-weight: bold;
text-align: right;
display: ;
padding: 70px 0px 0px 10px;
}
/* =========================================== */
/* 上方標題區設定 ======================== end */
/* =========================================== */
/* =========================================== */
/* 選單區設定 ========================== begin */
/* =========================================== */
/* 針對選單標題之設定 */
.menu_title {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #000000;
text-align: left;
margin: 10px 0px 2px 10px;
padding-left: 26px;
background-image: url("/media/classweb/scenery/17-dot.gif");
background-repeat: no-repeat;
}
/* 針對選單超連結之設定 */
a.a_menu {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #999999;
text-decoration: none;
}
/* 針對選單超連結之設定(未瀏覽) */
a.a_menu:link {
color: #999999;
text-decoration: none;
}
/* 針對選單超連結之設定(已瀏覽) */
a.a_menu:visited {
color: #999999;
text-decoration: none;
}
/* 針對選單超連結之設定(滑鼠移至上方) */
a.a_menu:hover {
color: #000000;
text-decoration: underline;
}
/* =========================================== */
/* 選單區設定 ============================ end */
/* =========================================== */
/* =========================================== */
/* 內容區設定 ========================== begin */
/* =========================================== */
/* 針對外框架之設定 */
.content_frame {
margin: 0px 0px 0px 0px;
}
/* 針對主標題之設定 */
.content_date {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
font-weight: normal;
color: #000000;
text-align: left;
padding: 0px;
margin: 10px 10px 10px 0px;
border-bottom:1px solid #000000;
}
/* 針對內框架之設定 */
.content_main {
margin: 0px;
padding: 0px;
width: 100%;
}
/* 針對文章標題之設定 */
.content_title {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #000000;
text-align: left;
padding: 0px;
margin: 10px 10px 10px 10px;
word-wrap: break-word;
overflow: hidden;
}
/* 針對文章內容之設定 */
.content_body {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #000000;
text-align: left;
margin: 10px 20px 10px 20px;
padding: 0px;
word-wrap: break-word;
overflow: hidden;
}
/* 針對文章資訊(包含發表者、時間與回應數量等)之設定 */
.content_sign {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 9pt;
color: #000000;
text-align: right;
border-bottom: 1px dotted #999999;
margin: 10px 20px 10px 20px;
}
/* 針對文章資訊超連結之設定 */
a.a_sign {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 9pt;
color: #999999;
text-decoration: underline;
}
/* 針對文章資訊超連結之設定(未瀏覽) */
a.a_sign:link {
color: #999999;
text-decoration: underline;
}
/* 針對文章資訊超連結之設定(已瀏覽) */
a.a_sign:visited {
color: #999999;
text-decoration: underline;
}
/* 針對文章資訊超連結之設定(滑鼠移至上方) */
a.a_sign:hover {
color: #000000;
text-decoration: none;
}
/* 針對換頁控制之設定 */
.content_pagechange {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #999999;
text-align: right;
margin: 10px 20px 10px 10px;
}
/* 針對換頁超連結之設定 */
a.a_pagechange {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 9pt;
color: #999999;
text-decoration: underline;
}
/* 針對換頁超連結之設定(未瀏覽) */
a.a_pagechange:link {
color: #999999;
text-decoration: underline;
}
/* 針對換頁超連結之設定(已瀏覽) */
a.a_pagechange:visited {
color: #999999;
text-decoration: underline;
}
/* 針對換頁超連結之設定(滑鼠移至上方) */
a.a_pagechange:hover {
color: #000000;
text-decoration: none;
}
/* 針對說明文字之設定 */
.content_prompt {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #000000;
}
/* 針對行事曆標題之設定 */
.calendar_title {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #000000;
line-height: 120%;
text-align: left;
height: 14px;
margin: 20px 10px 10px 0px;
padding: 0px 0px 5px 20px;
}
/* 針對行事曆內容框之設定 */
.calendar_table {
height: 30px;
margin: 10px 10px 10px 20px;
}
/* 針對行事曆標題字母之設定(週一至週五) */
.calendar_week {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #000000;
}
/* 針對行事曆標題字母之設定(週六) */
.calendar_weekend6 {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #00a000;
border-color: #999999;
border-top:none;
border-left: none;
border-right: none;
}
/* 針對行事曆標題字母之設定(週日) */
.calendar_weekend7 {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #FF0000;
border-color: #999999;
border-top:none;
border-left: none;
border-right: none;
}
/* 針對行事曆標題區域外框之設定 */
.calendar_weekframe {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
/* 針對行事曆日期數字之設定(非當月份) */
.calendar_day {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #a0a0a0;
line-height: 120%;
empty-cells: show;
border-color: #999999;
border-top:none;
border-left: none;
border-right: none;
}
/* 針對行事曆日期數字之設定(當月份週一至週五) */
.calendar_wday {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12pt;
color: #000000;
line-height: 120%;
empty-cells: show;
border-color: #999999;
border-top:none;
border-left: none;
border-right: none;
}
/* 針對行事曆日期區域表格之設定 */
.calendar_content {
border-color: #999999;
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
}
/* 針對相簿邊框之設定 */
.work_table {
border: 1px solid #999999;
border-top: none;
border-left: none;
}
/* 針對相簿邊框之設定 */
.work_td {
border: 1px solid #999999;
border-bottom: none;
border-right: none;
}
/* =========================================== */
/* 內容區設定 ============================ end */
/* =========================================== */