Wikidot 中的 CSS 樣版

Wikidot

簡介

申請使用

操作介面

網站管理

帳戶管理

基本語法

模組

樣板

嵌入服務

嵌入HTML

數學式

CSS 排版

問與答

Facebook

訊息

相關網站

參考文獻

最新修改

簡體版

English

在 Wikidot 當中,您只要用 module 模組,就可以設定網頁呈現排版方式,語法如下所示。

[[module CSS]]
...
[[/module]]

以下是筆者網站中所用的 CSS 排版,謹供參考 !

[[module CSS]]
#page-title { color:#222222; font-size:20px; font-weight:bold; font-family:標楷體; text-align:center; }
#main-content h1 { color:#222222;font-size:200%; font-weight:bold; font-style:normal; font-family:標楷體, Times New Roman; }
#main-content h2 { color:#222222;font-size:160%; font-weight:bold; font-style:normal; font-family:標楷體, Times New Roman; margin-left:5px; color:brown; }
#main-content h3 { color:#222222; font-size:120%; font-weight:bold; font-style:normal; font-family:標楷體, Times New Roman; }
#main-content LI { line-height:200%; }
#main-content { line-height:200%; }
.yui-content a { text-decoration:none; color:#336699; }
.yui-content .newpage { text-decoration:none; color:#996633; }
.yui-navset { min-height:1400px; }
#header h1 span { color:white;font-size:20px; font-style:normal; font-family:標楷體, Times New Roman; }
#header h2 span { color:#dddddd;font-size:16px; font-style:normal; font-family:標楷體, Times New Roman; }

H1 { font-family:標楷體, Times New Roman; font-size:20px; text-decoration:none; line-height:160%;  font-weight:bold; }
H1 span { font-family:標楷體, Times New Roman; font-size:20px; text-decoration:none; line-height:160%; font-weight:bold; }
H1 a { font-family:標楷體, Times New Roman; font-size:20px; text-decoration:none; line-height:160%; font-weight:bold; }
H2 { font-family:細明體, Times New Roman; font-size:12px; text-decoration:none; line-height:80%; margin-left:0px; font-weight:normal; }
H2 span { font-family:細明體, Times New Roman; font-size:12px; text-decoration:none; line-height:80%; margin-left:0px; font-weight:normal; }
H2 a { font-family:細明體, Times New Roman; font-size:12px; text-decoration:none; line-height:80%; margin-left:0px; font-weight:normal; }
H3 { font-family:細明體, Times New Roman; font-size:12px; text-decoration:none; line-height:80%; margin-left:10px; font-weight:normal; }
H3 a { font-family:細明體, Times New Roman; font-size:12px; text-decoration:none; line-height:80%; margin-left:10px; font-weight:normal; }

.collapsible-block-link  { font-family:細明體, Tahoma; font-size:16px; text-decoration:none; line-height:160%;  font-weight:bold; }

[[/module]]

Facebook

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License