Toggle main menu visibility
新聞
下載
教材
影音
討論
其他選單
好站連結
行事曆
電子相簿
常見問題
萬用表單
即時留言簿
友站消息
社大學員
:::
登入
登入
帳號
密碼
登入
重整畫面
:::
所有書籍
「[1092] 前端技術入門」目錄
MarkDown
6-4 theme.tpl
1. HTML5與CSS3入門
1-1 css/style.css
1-2 index.html
2. 進階自適應排版技術
2-1 theme.html
2-2 css/style.css
3. 製作成XOOPS佈景
3-1 theme.tpl
3-2 css/style.css
3-3 xotpl/nav.tpl
3-4 xotpl/block.tpl
3-5 xotpl/canvas.tpl
3-6 xotpl/search.tpl
3-7 xotpl/logo.tpl
4. 讓佈景可透過tad_themes來管理
4-1 theme.tpl
4-2 css/style.css
4-3 config.php
4-4 xotpl/nav.tpl
4-5 xotpl/menu.tpl
4-6 xotpl/opt.tpl
5. 用CSS3美化區塊
5-1 xotpl/block.tpl
5-2 css/style.css
5-3 theme.tpl
6. 利用多背景來組成自適應畫面
6-1 modules\system\system_siteclosed.tpl
6-2 config.php
6-3 xotpl\nav.tpl
6-4 theme.tpl
6-5 css\style.css
6-6 xotpl\header.tpl
6-7 xotpl\carousel.tpl
6-8 config2_slide.php
6-9 language\tchinese_utf8\main.php
6-10 config2.php
6-6 xotpl\header.tpl
\[1092\] 前端技術入門 =============== ```css @import url("https://schoolweb.tn.edu.tw/uploads/fonts/woff2.css"); @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600&display=swap'); @font-face { font-family: SweiSpikeLegCJKtc-Regular; src: url(https://cdn.jsdelivr.net/gh/max32002/swei-spike-leg@2.0/WebFont/CJK%20TC/SweiSpikeLegCJKtc-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/swei-spike-leg@2.0/WebFont/CJK%20TC/SweiSpikeLegCJKtc-Regular.woff) format("woff"); } @font-face { font-family: naikaifont; src: url(https://cdn.jsdelivr.net/gh/max32002/naikaifont@1.0/webfont/NaikaiFont-Regular-Lite.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/naikaifont@1.0/webfont/NaikaiFont-Regular-Lite.woff) format("woff"); } body { background: url(../images/tree_t.png) no-repeat top left, url(../images/tree_b.png) no-repeat bottom left, url(../images/tree_m.png) repeat-y top left, url(../images/tree_b_r.png) repeat-x bottom left, url(../images/bg_s.png) ; } header{ margin-top: 300px; } #nav { background: #A5BB8F; } aside { background: #dadec58f; border-radius: 8px; min-height: 450px !important; } article { /* min-height: 450px !important; */ } #footer { /* background: #A5BB8F; */ min-height: 150px; } .my-container-width { max-width: 1350px; } .block { /* margin-top: 1rem; margin-bottom: 3rem; */ margin: 1rem 0 3rem; } /* .blockTitle { color: rgba(48, 113, 150, 0.562); font-family: naikaifont, SweiSpikeLegCJKtc-Regular, "Noto Serif TC", sans-serif, mnyylti, Mamelon; } */ .blockHead { text-align: center; position: relative; } #page_center .blockHead { text-align: left; padding-left: 1.85rem; } .blockTitle { font-family: naikaifont; color: #ffffff; height: 40px; font-size: 1.5rem; } .bbg1 { text-shadow: 0px 2px #804454, 2px 0px #804454, -2px 0px #804454, 0px -2px #804454, -2px -2px #804454, 2px 2px #804454, 2px -2px #804454, -2px 2px #804454; background: url(../images/bbg1.png) no-repeat; } .bbg2 { text-shadow: 0px 2px #36626b, 2px 0px #36626b, -2px 0px #36626b, 0px -2px #36626b, -2px -2px #36626b, 2px 2px #36626b, 2px -2px #36626b, -2px 2px #36626b; background: url(../images/bbg2.png) no-repeat; } .bbg3 { text-shadow: 0px 2px #6b6b1e, 2px 0px #6b6b1e, -2px 0px #6b6b1e, 0px -2px #6b6b1e, -2px -2px #6b6b1e, 2px 2px #6b6b1e, 2px -2px #6b6b1e, -2px 2px #6b6b1e; background: url(../images/bbg3.png) no-repeat; } .bbg4 { text-shadow: 0px 2px #3c583d, 2px 0px #3c583d, -2px 0px #3c583d, 0px -2px #3c583d, -2px -2px #3c583d, 2px 2px #3c583d, 2px -2px #3c583d, -2px 2px #3c583d; background: url(../images/bbg4.png) no-repeat; } @media only screen and (max-width: 768px) { #page_center .blockHead, .blockHead { text-align: left; padding-left: 30%; } } a:link{ color: rgb(36, 139, 100); } a:visited{ color: rgb(14, 53, 38); } a:hover{ text-decoration: none; } p::selection, div::selection{ background: tomato; color:white; } .blockTitle { display: inline-block; padding-right: 2rem; } .block:hover .blocktool { position: absolute; content: url(../images/settings.png); } ```
:::
搜尋
search
進階搜尋
QR Code 區塊
快速登入
所有討論區
「PHP全端開發」線上課程討論區
XOOPS使用討論區
一般研習學員
社大學員專用
路過哈啦區
XOOPS佈景設計
XOOPS模組開發
Tad書籍區
即時留言簿
書籍目錄
展開
|
闔起
線上使用者
67
人線上 (
31
人在瀏覽
線上書籍
)
會員: 0
訪客: 67
更多…