如何製作一本epub3電子書

編輯歷史

時間 作者 版本
2022-02-17 12:57 – 12:57 che wei liu r358 – r366
顯示 diff
如何製作一本epub3電子書
+
+ 最新內容請至
+ https://g0v.hackmd.io/85E4O7Y3TJCZ7902ic0bNg
+
+
+
+
+
這則教學使用「電電轉換器」製作電子書。
(348 行未修改)
2016-07-16 01:09 – 01:14 雨蒼 林 r335 – r357
顯示 diff
(136 行未修改)
*}
*
- *strong {
- * font-family: "HelveticaNeue-Medium", "STKaiTi-TC-Regular";
+ *strong, blockquote {
+ * font-family: "HelveticaNeue-Medium", "STKaiTi-TC-Regular", "DFKai-SB";
*}
*
(201 行未修改)
*
這邊字體名稱設定是「shs.otf」,你可以改成自己喜歡的名稱。
-
- 如果是有字體,可把style.css改成這樣:
-
- *@charset "UTF-8";
- */* でんでんコンバーター縦書きデフォルト */
- *@namespace "http://www.w3.org/1999/xhtml";
- *@namespace epub "http://www.idpf.org/2007/ops";
- *html {
- * -epub-writing-mode: horizontal-tb;
- * -webkit-writing-mode: horizontal-tb;
- * writing-mode: horizontal-tb;
- *}
- *
- *body {
- * text-align: justify;
- * text-justify: inter-ideograph;
- * font-family: source, serif, sans-serif;
- * vertical-align: baseline;
- * word-wrap: break-word;
- *}
- *
- *@font-face {
- * font-family: source;
- * src: url(shs.otf);
- *}
- *
- *h1, h2, h3, h4, h5, h6 {
- * font-family: serif, sans-serif;
- * font-weight: normal;
- * color: inherit;
- *}
- *
- *h1 {
- * font-size: 2em;
- * text-align: center;
- * margin-right: 0.625em;
- * margin-left: 0.625em;
- *}
- *
- *h2 {
- * font-size: 1.8em;
- * text-align: center;
- * margin-right: 0.83333em;
- * margin-left: 0.83333em;
- *}
- *
- *h3 {
- * font-size: 1.5em;
- * text-align: center;
- * margin-right: 1.11111em;
- * margin-left: 1.11111em;
- *}
- *
- *h4 {
- * font-size: 1.25em;
- * margin-right: 1.25em;
- * margin-left: 1.25em;
- *}
- *
- *h5 {
- * font-size: 1.125em;
- * margin-right: 1.42857em;
- * margin-left: 1.42857em;
- *}
- *
- *h6 {
- * font-size: 1em;
- * margin-right: 1.66667em;
- * margin-left: 1.66667em;
- *}
- *
- *p {
- * margin-right: 1.25em;
- * margin-left: 1.25em;
- * line-height: 1.8;
- * text-indent: 2em;
- *}
- *
- *li p {
- * text-indent: 0;
- *}
- *
- *p, li, dt, dd {
- * line-height: 1.8;
- *}
- *
- *b, strong, dt, caption, figcaption, th {
- * font-family: sans-serif, serif;
- *}
- *
- *strong, blockquote {
- * font-family: "HelveticaNeue-Medium", "STKaiTi-TC-Regular";
- *}
- *
- *blockquote, ul,
- *fieldset, form,
- *ol, dl, menu {
- * margin-right: 1.25em;
- * margin-left: 1.25em;
- * padding: 0;
- *}
- *
- *blockquote blockquote, blockquote ol, blockquote ul, blockquote dl, ol blockquote, ol ol, ol ul, ol dl, ul blockquote, ul ol, ul ul, ul dl, dl blockquote, dl ol, dl ul, dl dl {
- * margin-right: 0em;
- * margin-left: 0em;
- *}
- *
- *ol, ul, menu, dd {
- * margin-top: 2em;
- *}
- *
- *ol li ol {
- * margin-top: 0em;
- * margin-left: 2em;
- *}
- *
- *ol li ul {
- * margin-top: 0em;
- * margin-left: 2em;
- *}
- *
- *ul li ol {
- * margin-top: 0em;
- * margin-left: 2em;
- *}
- *
- *ul li ul {
- * margin-top: 0em;
- * margin-left: 2em;
- *}
- *
- *li:last-child {
- * margin-bottom: 1em;
- *}
- *
- *
- *a {
- * color: #0538b2;
- *}
- *a:hover {
- * color: #b2058e;
- *}
- *a:active {
- * color: #b27f05;
- *}
- *
- *pre {
- * white-space: pre-wrap;
- *}
- *
- *img {
- * width: auto;
- * height: auto;
- * max-width: 100%;
- * max-height: 100%;
- *}
- *
- *hr {
- * margin-right: 1.25em;
- * margin-left: 1.25em;
- *}
- *
- *table {
- * border-collapse: collapse;
- * border-spacing: 0;
- *}
- *
- *rt {
- * font-family: serif, sans-serif;
- *}
- *
- *.tcy {
- * -epub-text-combine: horizontal;
- * -webkit-text-combine: horizontal;
- * text-combine-horizontal: all;
- *}
- *
- *.sideways {
- * -epub-text-orientation: sideways;
- *}
- *
- *.upright {
- * -epub-text-orientation: rotate-right;
- * -epub-text-orientation: upright;
- * -webkit-text-orientation: upright;
- * -epub-text-combine: horizontal;
- * -webkit-text-combine: horizontal;
- * text-combine-horizontal: all;
- *}
- *
- *.pagenum {
- * color: gray;
- * font-size: 0.8em;
- *}
- *
- *.footnotes hr {
- * margin-right: 1.25em;
- * margin-left: 1.25em;
- *}
- *.footnotes ol {
- * margin-top: 2em;
- *}
- *.footnotes li {
- * font-size: 0.875em;
- *}
- *
- *a.noteref {
- * font-size: 0.75em;
- * vertical-align: super;
- *}
- *
- *nav#toc, nav#landmarks, nav#loi, nav#lot, nav#page-list {
- * margin-left: 2.5em;
- *}
- *nav#toc ol, nav#landmarks ol, nav#loi ol, nav#lot ol, nav#page-list ol {
- * margin-top: 1em;
- *}
- *
- *table, tr, td, th{
- * border: 1px #666 solid;
- *}
- *
- *tr:nth-child(even) {
- * background-color: #f2f2f2;
- *}
- *
- *.-epub-media-overlay-active {
- * background-color: yellow;
- *}
- *
- *h2 {
- * margin-top: 0.66667em;
- *}
- *
- *h3 {
- * margin-top: 1.77778em;
- *}
- *
- *h4 {
- * margin-top: 3em;
- * font-family: sans-serif, serif;
- *}
- *
- *blockquote {
- * margin-top: 1em;
- *}
- *
- *p {
- * margin: 0;
- *}
- *
- *a {
- * text-decoration: none;
- *}
- *
- *u {
- * text-decoration: overline;
- *}
- *
- *@media print {
- * h1 {
- * page-break-before: always;
- * }
- *
- * h1, h2, h3,
- * h4, h5, h6 {
- * page-break-after: avoid;
- * }
- *
- * ul, ol, dl {
- * page-break-before: avoid;
- * }
- *}
- *
- *.pull-right {
- * text-align: right;
- *}
- *
而關於書本目錄的設定在「nav.xhtml」檔案,可以把不要的目錄層級設定`display: hidden`
(4 行未修改)
2016-07-15 17:12 – 17:12 雨蒼 林 r327 – r334
顯示 diff
(343 行未修改)
*
這邊字體名稱設定是「shs.otf」,你可以改成自己喜歡的名稱。
+
+ 如果是有字體,可把style.css改成這樣:
+
+ *@charset "UTF-8";
+ */* でんでんコンバーター縦書きデフォルト */
+ *@namespace "http://www.w3.org/1999/xhtml";
+ *@namespace epub "http://www.idpf.org/2007/ops";
+ *html {
+ * -epub-writing-mode: horizontal-tb;
+ * -webkit-writing-mode: horizontal-tb;
+ * writing-mode: horizontal-tb;
+ *}
+ *
+ *body {
+ * text-align: justify;
+ * text-justify: inter-ideograph;
+ * font-family: source, serif, sans-serif;
+ * vertical-align: baseline;
+ * word-wrap: break-word;
+ *}
+ *
+ *@font-face {
+ * font-family: source;
+ * src: url(shs.otf);
+ *}
+ *
+ *h1, h2, h3, h4, h5, h6 {
+ * font-family: serif, sans-serif;
+ * font-weight: normal;
+ * color: inherit;
+ *}
+ *
+ *h1 {
+ * font-size: 2em;
+ * text-align: center;
+ * margin-right: 0.625em;
+ * margin-left: 0.625em;
+ *}
+ *
+ *h2 {
+ * font-size: 1.8em;
+ * text-align: center;
+ * margin-right: 0.83333em;
+ * margin-left: 0.83333em;
+ *}
+ *
+ *h3 {
+ * font-size: 1.5em;
+ * text-align: center;
+ * margin-right: 1.11111em;
+ * margin-left: 1.11111em;
+ *}
+ *
+ *h4 {
+ * font-size: 1.25em;
+ * margin-right: 1.25em;
+ * margin-left: 1.25em;
+ *}
+ *
+ *h5 {
+ * font-size: 1.125em;
+ * margin-right: 1.42857em;
+ * margin-left: 1.42857em;
+ *}
+ *
+ *h6 {
+ * font-size: 1em;
+ * margin-right: 1.66667em;
+ * margin-left: 1.66667em;
+ *}
+ *
+ *p {
+ * margin-right: 1.25em;
+ * margin-left: 1.25em;
+ * line-height: 1.8;
+ * text-indent: 2em;
+ *}
+ *
+ *li p {
+ * text-indent: 0;
+ *}
+ *
+ *p, li, dt, dd {
+ * line-height: 1.8;
+ *}
+ *
+ *b, strong, dt, caption, figcaption, th {
+ * font-family: sans-serif, serif;
+ *}
+ *
+ *strong, blockquote {
+ * font-family: "HelveticaNeue-Medium", "STKaiTi-TC-Regular";
+ *}
+ *
+ *blockquote, ul,
+ *fieldset, form,
+ *ol, dl, menu {
+ * margin-right: 1.25em;
+ * margin-left: 1.25em;
+ * padding: 0;
+ *}
+ *
+ *blockquote blockquote, blockquote ol, blockquote ul, blockquote dl, ol blockquote, ol ol, ol ul, ol dl, ul blockquote, ul ol, ul ul, ul dl, dl blockquote, dl ol, dl ul, dl dl {
+ * margin-right: 0em;
+ * margin-left: 0em;
+ *}
+ *
+ *ol, ul, menu, dd {
+ * margin-top: 2em;
+ *}
+ *
+ *ol li ol {
+ * margin-top: 0em;
+ * margin-left: 2em;
+ *}
+ *
+ *ol li ul {
+ * margin-top: 0em;
+ * margin-left: 2em;
+ *}
+ *
+ *ul li ol {
+ * margin-top: 0em;
+ * margin-left: 2em;
+ *}
+ *
+ *ul li ul {
+ * margin-top: 0em;
+ * margin-left: 2em;
+ *}
+ *
+ *li:last-child {
+ * margin-bottom: 1em;
+ *}
+ *
+ *
+ *a {
+ * color: #0538b2;
+ *}
+ *a:hover {
+ * color: #b2058e;
+ *}
+ *a:active {
+ * color: #b27f05;
+ *}
+ *
+ *pre {
+ * white-space: pre-wrap;
+ *}
+ *
+ *img {
+ * width: auto;
+ * height: auto;
+ * max-width: 100%;
+ * max-height: 100%;
+ *}
+ *
+ *hr {
+ * margin-right: 1.25em;
+ * margin-left: 1.25em;
+ *}
+ *
+ *table {
+ * border-collapse: collapse;
+ * border-spacing: 0;
+ *}
+ *
+ *rt {
+ * font-family: serif, sans-serif;
+ *}
+ *
+ *.tcy {
+ * -epub-text-combine: horizontal;
+ * -webkit-text-combine: horizontal;
+ * text-combine-horizontal: all;
+ *}
+ *
+ *.sideways {
+ * -epub-text-orientation: sideways;
+ *}
+ *
+ *.upright {
+ * -epub-text-orientation: rotate-right;
+ * -epub-text-orientation: upright;
+ * -webkit-text-orientation: upright;
+ * -epub-text-combine: horizontal;
+ * -webkit-text-combine: horizontal;
+ * text-combine-horizontal: all;
+ *}
+ *
+ *.pagenum {
+ * color: gray;
+ * font-size: 0.8em;
+ *}
+ *
+ *.footnotes hr {
+ * margin-right: 1.25em;
+ * margin-left: 1.25em;
+ *}
+ *.footnotes ol {
+ * margin-top: 2em;
+ *}
+ *.footnotes li {
+ * font-size: 0.875em;
+ *}
+ *
+ *a.noteref {
+ * font-size: 0.75em;
+ * vertical-align: super;
+ *}
+ *
+ *nav#toc, nav#landmarks, nav#loi, nav#lot, nav#page-list {
+ * margin-left: 2.5em;
+ *}
+ *nav#toc ol, nav#landmarks ol, nav#loi ol, nav#lot ol, nav#page-list ol {
+ * margin-top: 1em;
+ *}
+ *
+ *table, tr, td, th{
+ * border: 1px #666 solid;
+ *}
+ *
+ *tr:nth-child(even) {
+ * background-color: #f2f2f2;
+ *}
+ *
+ *.-epub-media-overlay-active {
+ * background-color: yellow;
+ *}
+ *
+ *h2 {
+ * margin-top: 0.66667em;
+ *}
+ *
+ *h3 {
+ * margin-top: 1.77778em;
+ *}
+ *
+ *h4 {
+ * margin-top: 3em;
+ * font-family: sans-serif, serif;
+ *}
+ *
+ *blockquote {
+ * margin-top: 1em;
+ *}
+ *
+ *p {
+ * margin: 0;
+ *}
+ *
+ *a {
+ * text-decoration: none;
+ *}
+ *
+ *u {
+ * text-decoration: overline;
+ *}
+ *
+ *@media print {
+ * h1 {
+ * page-break-before: always;
+ * }
+ *
+ * h1, h2, h3,
+ * h4, h5, h6 {
+ * page-break-after: avoid;
+ * }
+ *
+ * ul, ol, dl {
+ * page-break-before: avoid;
+ * }
+ *}
+ *
+ *.pull-right {
+ * text-align: right;
+ *}
+ *
而關於書本目錄的設定在「nav.xhtml」檔案,可以把不要的目錄層級設定`display: hidden`
(4 行未修改)
2016-03-03 16:04 – 16:11 雨蒼 林 r227 – r326
顯示 diff
(101 行未修改)
*h4 {
* font-size: 1.25em;
- * text-align: center;
* margin-right: 1.25em;
* margin-left: 1.25em;
(50 行未修改)
*ol, ul, menu, dd {
* margin-top: 2em;
+ *}
+ *
+ *ol li ol {
+ * margin-top: 0em;
+ * margin-left: 2em;
+ *}
+ *
+ *ol li ul {
+ * margin-top: 0em;
+ * margin-left: 2em;
+ *}
+ *
+ *ul li ol {
+ * margin-top: 0em;
+ * margin-left: 2em;
+ *}
+ *
+ *ul li ul {
+ * margin-top: 0em;
+ * margin-left: 2em;
*}
*
(136 行未修改)
*}
*
- *.byline {
+ *.pull-right {
* text-align: right;
*}
- *
要特別注意的是,其中有幾行是中文字型設定
(9 行未修改)
*}
- 如果要加上字型設定,請把
+ 如果要加上字型設定,請把字體放入「OEBPS」資料夾,然後在「content.opf」檔案中的這裡:
+
+ *<manifest>
+ *<item media-type="image/jpeg" href="cover.jpg" id="_cover.jpg" properties="cover-image" />
+ *
+ 修改為這樣:
+
+ *<manifest>
+ *<item media-type="application/otf" href="shs.otf" id="font" />
+ *<item media-type="text/css" href="template.css" id="_template.css" />
+ *
+ 這邊字體名稱設定是「shs.otf」,你可以改成自己喜歡的名稱。
+
+ 而關於書本目錄的設定在「nav.xhtml」檔案,可以把不要的目錄層級設定`display: hidden`
+
+ 修改完成後,把這整個epub重新封裝起來即可。可以用epub檢查程式試試看有沒有問題。
+
+ 之後,這就是一個可用的epub檔案了!
2016-03-03 16:04 (unknown) r226
顯示 diff
(316 行未修改)
2016-03-03 15:41 – 16:04 雨蒼 林 r1 – r225
顯示 diff
- Untitled
+ 如何製作一本epub3電子書
- This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
+ 這則教學使用「電電轉換器」製作電子書。
+
+ 如果您手邊沒有原始檔案,可參考使用「黨產解密」一書。
+
+ https://github.com/billy3321/decipher_kmt_property
+
+ 首先,先將書籍圖片編輯好,內文放置到完整的markdown檔案中。
+
+ Markdown檔案的語法可參考此,其中「註釋」和「換頁」與一般markdown比較不一樣,要注意一下。
+ http://conv.denshochan.com/tw/markdown
+
+ Markdown檔案在此:
+
+ https://github.com/billy3321/decipher_kmt_property/blob/master/full.md
+
+ 電電轉換器設定檔:
+
+ https://github.com/billy3321/decipher_kmt_property/blob/master/ddconv.yml
+
+ 接著打開電電轉換器,網址:
+
+ http://conv.denshochan.com/tw/
+
+ 他左上角的「上傳」可以一次選取多個檔案,請一次把所有的檔案都選好:markdown檔案、所有圖片、電電轉換器設定檔、封面(請命名為cover.jpg)。輸入欄位的書本標題隨意,之後會被電電轉換器的設定覆蓋。
+
+ *
+
+
+ 選好後,請點選「轉換」按鈕,下載一個epub。
+
+ 接著,請把epub解壓縮。
+
+ 解壓縮後,進入「OEBPS」資料夾。
+
+ 首先移除「toc.ncx」檔案。接著,修改「content.opf」檔案
+
+ 把這幾行
+
+ *<item media-type="application/x-dtbncx+xml" href="toc.ncx" id="_toc.ncx" />
+ *</manifest>
+ *<spine page-progression-direction="ltr" toc="_toc.ncx">
+
+ 修改成這樣:
+
+ *</manifest>
+ *<spine page-progression-direction="ltr">
+
+ 然後把「style.css」修改為以下內容:
+
+ *@charset "UTF-8";
+ */* でんでんコンバーター縦書きデフォルト */
+ *@namespace "http://www.w3.org/1999/xhtml";
+ *@namespace epub "http://www.idpf.org/2007/ops";
+ *html {
+ * -epub-writing-mode: horizontal-tb;
+ * -webkit-writing-mode: horizontal-tb;
+ * writing-mode: horizontal-tb;
+ *}
+ *
+ *body {
+ * text-align: justify;
+ * text-justify: inter-ideograph;
+ * font-family: source, serif, sans-serif;
+ * vertical-align: baseline;
+ * word-wrap: break-word;
+ *}
+ *
+ *@font-face {
+ * font-family: source;
+ * src: url(shs.otf);
+ *}
+ *
+ *h1, h2, h3, h4, h5, h6 {
+ * font-family: serif, sans-serif;
+ * font-weight: normal;
+ * color: inherit;
+ *}
+ *
+ *h1 {
+ * font-size: 2em;
+ * text-align: center;
+ * margin-right: 0.625em;
+ * margin-left: 0.625em;
+ *}
+ *
+ *h2 {
+ * font-size: 1.8em;
+ * text-align: center;
+ * margin-right: 0.83333em;
+ * margin-left: 0.83333em;
+ *}
+ *
+ *h3 {
+ * font-size: 1.5em;
+ * text-align: center;
+ * margin-right: 1.11111em;
+ * margin-left: 1.11111em;
+ *}
+ *
+ *h4 {
+ * font-size: 1.25em;
+ * text-align: center;
+ * margin-right: 1.25em;
+ * margin-left: 1.25em;
+ *}
+ *
+ *h5 {
+ * font-size: 1.125em;
+ * margin-right: 1.42857em;
+ * margin-left: 1.42857em;
+ *}
+ *
+ *h6 {
+ * font-size: 1em;
+ * margin-right: 1.66667em;
+ * margin-left: 1.66667em;
+ *}
+ *
+ *p {
+ * margin-right: 1.25em;
+ * margin-left: 1.25em;
+ * line-height: 1.8;
+ * text-indent: 2em;
+ *}
+ *
+ *li p {
+ * text-indent: 0;
+ *}
+ *
+ *p, li, dt, dd {
+ * line-height: 1.8;
+ *}
+ *
+ *b, strong, dt, caption, figcaption, th {
+ * font-family: sans-serif, serif;
+ *}
+ *
+ *strong {
+ * font-family: "HelveticaNeue-Medium", "STKaiTi-TC-Regular";
+ *}
+ *
+ *blockquote, ul,
+ *fieldset, form,
+ *ol, dl, menu {
+ * margin-right: 1.25em;
+ * margin-left: 1.25em;
+ * padding: 0;
+ *}
+ *
+ *blockquote blockquote, blockquote ol, blockquote ul, blockquote dl, ol blockquote, ol ol, ol ul, ol dl, ul blockquote, ul ol, ul ul, ul dl, dl blockquote, dl ol, dl ul, dl dl {
+ * margin-right: 0em;
+ * margin-left: 0em;
+ *}
+ *
+ *ol, ul, menu, dd {
+ * margin-top: 2em;
+ *}
+ *
+ *a {
+ * color: #0538b2;
+ *}
+ *a:hover {
+ * color: #b2058e;
+ *}
+ *a:active {
+ * color: #b27f05;
+ *}
+ *
+ *pre {
+ * white-space: pre-wrap;
+ *}
+ *
+ *img {
+ * width: auto;
+ * height: auto;
+ * max-width: 100%;
+ * max-height: 100%;
+ *}
+ *
+ *hr {
+ * margin-right: 1.25em;
+ * margin-left: 1.25em;
+ *}
+ *
+ *table {
+ * border-collapse: collapse;
+ * border-spacing: 0;
+ *}
+ *
+ *rt {
+ * font-family: serif, sans-serif;
+ *}
+ *
+ *.tcy {
+ * -epub-text-combine: horizontal;
+ * -webkit-text-combine: horizontal;
+ * text-combine-horizontal: all;
+ *}
+ *
+ *.sideways {
+ * -epub-text-orientation: sideways;
+ *}
+ *
+ *.upright {
+ * -epub-text-orientation: rotate-right;
+ * -epub-text-orientation: upright;
+ * -webkit-text-orientation: upright;
+ * -epub-text-combine: horizontal;
+ * -webkit-text-combine: horizontal;
+ * text-combine-horizontal: all;
+ *}
+ *
+ *.pagenum {
+ * color: gray;
+ * font-size: 0.8em;
+ *}
+ *
+ *.footnotes hr {
+ * margin-right: 1.25em;
+ * margin-left: 1.25em;
+ *}
+ *.footnotes ol {
+ * margin-top: 2em;
+ *}
+ *.footnotes li {
+ * font-size: 0.875em;
+ *}
+ *
+ *a.noteref {
+ * font-size: 0.75em;
+ * vertical-align: super;
+ *}
+ *
+ *nav#toc, nav#landmarks, nav#loi, nav#lot, nav#page-list {
+ * margin-left: 2.5em;
+ *}
+ *nav#toc ol, nav#landmarks ol, nav#loi ol, nav#lot ol, nav#page-list ol {
+ * margin-top: 1em;
+ *}
+ *
+ *table, tr, td, th{
+ * border: 1px #666 solid;
+ *}
+ *
+ *tr:nth-child(even) {
+ * background-color: #f2f2f2;
+ *}
+ *
+ *.-epub-media-overlay-active {
+ * background-color: yellow;
+ *}
+ *
+ *h2 {
+ * margin-top: 0.66667em;
+ *}
+ *
+ *h3 {
+ * margin-top: 1.77778em;
+ *}
+ *
+ *h4 {
+ * margin-top: 3em;
+ * font-family: sans-serif, serif;
+ *}
+ *
+ *blockquote {
+ * margin-top: 1em;
+ *}
+ *
+ *p {
+ * margin: 0;
+ *}
+ *
+ *a {
+ * text-decoration: none;
+ *}
+ *
+ *u {
+ * text-decoration: overline;
+ *}
+ *
+ *@media print {
+ * h1 {
+ * page-break-before: always;
+ * }
+ *
+ * h1, h2, h3,
+ * h4, h5, h6 {
+ * page-break-after: avoid;
+ * }
+ *
+ * ul, ol, dl {
+ * page-break-before: avoid;
+ * }
+ *}
+ *
+ *.byline {
+ * text-align: right;
+ *}
+ *
+
+ 要特別注意的是,其中有幾行是中文字型設定
+
+
+ *body {
+ * font-family: source, serif, sans-serif;
+ *}
+ *
+ *@font-face {
+ * font-family: source;
+ * src: url(shs.otf);
+ *}
+
+ 如果要加上字型設定,請把
2016-03-03 15:41 (unknown) r0
顯示 diff
+ Untitled
+ This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!