自行設計主題風格

架構說明

Step by step

1. 首頁

2. 內頁框架

3. 首頁資料區

4. 右邊幅

檔案命名規則

CSS說明

完工檢查表

   重點說明◆首頁CSS ◆內頁框架CSS  |  ◆intro CSS  |  ◆edge CSS 進階用法(跨越版型限制)  |  CSS基本概述(參考)

edge區塊中CSS樣式檔

■ CSS樣式檔:由以下兩大部分共同組成

1. 共用標籤:不分 edge 版型皆會存在的。

2. 模組標籤:依所選用的 edge 版型不同,而選用不同的模組標記。

共用標籤

a:active → 設定正被選取之超連結文字顯現方式。
a:hover → 設定當滑鼠移至超連結文字上面時的顯現方式。
a:link → 設定超連結之文字顯現方式
a:visited → 設定瀏覽過之超連結文字顯現方式。

a:active{color: #9933FF; font-weight: normal}
a:hover{color: #DC4301;text-decoration:underline;}
a:link{color: #9966CC;text-decoration:none;}
a:visited{color: #0099FF;text-decoration:none;}

模組標籤 (編輯者請依選用的 edge 版型所顯示內容來選用以下的專屬模組標籤)

設 為 首 頁(訊息文字)

.edgedata_sethome{color: #333333;font-size:12px;letter-spacing : 1px; font-family : Arial; }

 

加 入 最 愛(訊息文字)

.edgedata_bookmark{color: #333333;font-size:12px;letter-spacing : 1px; font-family : Arial; }

 

訪 客 數(訊息文字)

.edgedata_counter{color: #333333;font-size:12px;letter-spacing : 1px; font-family : Arial; }

 

推 薦 商 品

#edgerec_text{color: #333333;font-size:12px;letter-spacing : 1px; font-family : Arial; }

 

特 價 商 品

#edgesp_text{color: #333333;font-size:12px;letter-spacing : 1px; font-family : Arial; }

 

公 佈 欄

#edgeab_text{color: #333333;font-size:12px;letter-spacing : 1px; font-family : Arial; }

 

好 站 相 連

#edgeweblink_text{color: #333333;font-size:12px;letter-spacing : 1px; font-family : Arial; }

 

活 動 訊 息

#edgeaction_text{color: #333333;font-size:12px;letter-spacing : 1px; font-family : Arial; }

 

商 品 搜 尋

.edgesearch_input{ width:90px;border-left-color : #B89ED0; border-left-style : solid; border-right-color : #B89ED0; border-right-style : solid; border-top-color : #B89ED0; border-top-style : solid; border-bottom-color : #B89ED0; border-bottom-style : solid; border-bottom-width : 1px; border-left-width : 1px; border-top-width : 1px; border-right-width : 1px; height: 19px; background-color : #F5EAFF; color : #3366CC; vertical-align : middle; font-size : 12px; text-indent : 3px; font-family: verdana,Arial, }

 

會 員 登 錄

.edgemember_input{ width:90px;border-left-color : #B89ED0;border-left-style : solid;border-right-color : #B89ED0; border-right-style : solid;border-top-color : #B89ED0;border-top-style : solid;border-bottom-color : #B89ED0;border-bottom-style : solid;border-bottom-width : 1px;border-left-width : 1px; border-top-width : 1px; border-right-width : 1px; height: 19px; background-color : #F5EAFF; color : #3366CC;vertical-align : middle; font-size : 12px;text-indent : 3px; font-family: verdana,Arial, }

.edgemember_title {color: #593694;font-size:12px;line-height : 18px;font-family : Arial; text-indent : 3px;}

#edgemember_text {color: #7F02CE;font-size:9pt;line-height : 18px;font-family : Arial;}

 

訂 閱 電 子 報

.edgeepaper_input{ width:90px;border-left-color : #B89ED0;border-left-style : solid;border-right-color : #B89ED0; border-right-style : solid;border-top-color : #B89ED0;border-top-style : solid;border-bottom-color : #B89ED0;border-bottom-style : solid;border-bottom-width : 1px;border-left-width : 1px; border-top-width : 1px; border-right-width : 1px; height: 19px; background-color : #F5EAFF; color : #3366CC;vertical-align : middle; font-size : 12px;text-indent : 3px; font-family: verdana,Arial, }

#edgeepaper_text{color: #7F02CE;font-size:9pt;line-height : 18px;font-family : Arial;}

 

H T M L 自 由 編 輯 區

.iframe_edge{ width:120px;height :300px;}