novel_human 发表于 2020-5-23 10:58

第一次用sigil做epub《地错外传-芙蕾雅》

本帖最后由 novel_human 于 2020-5-23 23:32 编辑

一直想做出类似多看那种排版格式比较好的epub,以前为了方便,就用python down下txt,然后用epubuilder做电子书,非常方便但是样式不好看,而且图片不能点击放大。这次 用sigil做了一下,主要排版都是:[自翻][大森藤ノ]在地下城寻求邂逅是否搞错了什么 眷族年代记Episode芙蕾雅 5.11 完大佬 ashmay 的工作(划重点),我只是把帖子和图片用软件规整了一下。

不知道能不能发布,发布的要求和注意事项是什么(原来按照 轻小说分享区分享以前制作的《小书痴下克上》合集没有通过,不知道什么原因,所以现在先发个帖,问问路子)


效果预览
http://img03.sogoucdn.com/app/a/100520146/22A8182FDFAF810333B7AACEE77FC899http://img01.sogoucdn.com/app/a/100520146/1EFC91150F100D686E47A16CD70EB2CBhttp://img04.sogoucdn.com/app/a/100520146/95AC8FE469BF38FA9228D358F1579C7Fhttp://img01.sogoucdn.com/app/a/100520146/78222CC30A8FCCCB1CB54EA4A54101DE




制作情况


http://img01.sogoucdn.com/app/a/100520146/BA6F732AFF912AAA0B8C11C42C57CF2Bhttp://img01.sogoucdn.com/app/a/100520146/7FD7F8BA2E97798D9021A70DD47D7527




novel_human 发表于 2020-5-23 11:09

对应CSS

/*预设文本样式*/
body{
        padding: 0%;
        margin-top: 0%;
        margin-bottom: 0%;
        margin-left: 1%;
        margin-right: 1%;
        line-height: 130%;
        text-align: justify;
}

h4{
        font-size: 1.5em;
        text-align: center;
        line-height: 1.2em;
        text-indent: 0em;
        font-weight: bold;
        margin-top: 1em;
        margin-bottom: 1.5em;
}
div{
        margin: 0px;
        padding: 0px;
        text-align: justify;
}
p{
        text-indent: 2em;
        display: block;
        line-height: 1.3em;
        margin-top: 0.4em;
        margin-bottom: 0.4em;
}

/*图片相关*/
.illus{
        text-indent: 0em;
        text-align: center;
}
.cover{
        margin: 0em;
        padding: 0em;
        text-indent: 0em;
        text-align: center;
}
.coverborder{
        border-style: none solid none solid;
        border-color: #000000;
        border-width: 1px;
}



/*预设格式相关样式*/
.right{
        text-indent: 0em;
        text-align: right;
}
.left{
        text-indent: 0em;
        text-align: left;
}
.center{
        text-indent: 0em;
    text-align: center;
}
.zin{
    text-indent: 0em;
}
.bold{
    font-weight: bold;
}
.stress{
        font-weight: bold;
        font-size: 1.1em;
        margin-top: 0.3em;
        margin-bottom: 0.3em;
}
.author{
        font-size: 1.2em;
        text-align: right;
        font-weight: bold;
        font-style: italic;
        margin-right: 1em;
}
.dash-break{
        word-break: break-all;
        word-wrap: break-word;
}
.no-d{
        text-decoration: none;
}
.bc{
        border-collapse: collapse;
}
.dash-break{
        word-break: break-all;
        word-wrap: break-word;
}
.message{
        text-indent: 0em;
        line-height: 1.2em;
        margin-top: 0.2em;
        margin-bottom: 0.2em;
}
.meg{
        font-size: 1.3em;
        text-indent: 0em;
        font-weight: bold;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}

/*文字大小*/
.em05{
    font-size: 0.5em;
}
.em06{
    font-size: 0.6em;
}
.em07{
    font-size: 0.7em;
}
.em08{
    font-size: 0.8em;
}
.em09{
    font-size: 0.9em;
}
.em10{
    font-size: 1.0em;
}
.em11{
    font-size: 1.1em;
}
.em12{
    font-size: 1.2em;
}
.em13{
    font-size: 1.3em;
}
.em14{
    font-size: 1.4em;
}
.em15{
    font-size: 1.5em;
}
.em16{
    font-size: 1.6em;
}
.em17{
    font-size: 1.7em;
}
.em18{
    font-size: 1.8em;
}
.em18{
    font-size: 1.9em;
}
.em20{
    font-size: 2em;
}

.em21{
    font-size: 2.1em;
}
.em22{
    font-size: 2.2em;
}
.em23{
    font-size: 2.3em;
}
.em24{
    font-size: 2.4em;
}
.em25{
    font-size: 2.5em;
}
.em26{
    font-size: 2.6em;
}
.em27{
    font-size: 2.7em;
}
.em28{
    font-size: 2.8em;
}
.em29{
    font-size: 2.9em;
}
.em30{
    font-size: 3.0em;
}

.em31{
    font-size: 3.1em;
}
.em32{
    font-size: 3.2em;
}
.em33{
    font-size: 3.3em;
}
.em34{
    font-size: 3.4em;
}
.em35{
    font-size: 3.5em;
}
.em36{
    font-size: 3.6em;
}
.em37{
    font-size: 3.7em;
}
.em38{
    font-size: 3.8em;
}
.em39{
    font-size: 3.9em;
}
.em40{
    font-size: 4.0em;
}

.em41{
    font-size: 4.1em;
}
.em42{
    font-size: 4.2em;
}
.em43{
    font-size: 4.3em;
}
.em44{
    font-size: 4.4em;
}
.em45{
    font-size: 4.5em;
}
.em46{
    font-size: 4.6em;
}
.em47{
    font-size: 4.7em;
}
.em48{
    font-size: 4.8em;
}
.em49{
    font-size: 4.9em;
}
.em50{
    font-size: 5em;
}

/*预设目录样式*/
.contents{
        text-indent: 0em;
        text-align: center;
           border-bottom: 0.1em dotted #000000;
    padding: 0.5em 0 0.4em 0;
    margin-bottom: 0.7em;
    font-weight: bold;
}
.mulu{
        text-indent: 0em;
        text-align: center;
}
.co20{
        color:#000000;
}

/*预设title样式*/
.title-width{
    width: 100%;
}
.bb{
    border-bottom: 3px solid #000000;
}
.blb{
    border-left: 3px solid #000000;
    border-bottom: 3px solid #000000;
}
.bl{
    border-left: 3px solid #000000;
}
.br{
    border-right: 3px solid #000000;
}
.brt{
    border-right: 3px solid #000000;
    border-top: 3px solid #000000;
}
.bt{
    border-top: 3px solid #000000;
}

/*图片允许放大*/
/*
html代码:

<div class="duokan-image-single illus"><img alt="图片名" src="../Images/图片名.jpg" /></div>
*/

/*预设注释样式
       by lucifer004提供*/

.sign{
        font-size: 0.8em;
        font-weight: bold;
        vertical-align: super;
}
.note{
        font-size: 0.8em;
        text-indent: -1.6em;
        margin: 0.5em 2% 1em 2.5em;
        padding: 0.8em 0.8em 0.8em 1.9em;
        background-color: #F1D99D;
        border: 1px #BC905A solid;
        border-radius: 0 10px;
        box-shadow: 2px 2px 4px #555555;
}


/*以下填写自定义css样式*/

/*常用*/

.noindent {
        text-indent: 0em;
}

.fr{
        float:right;
}
.fl{
        float:left;
}

.cut-line {
        text-indent: 0em;
    line-height: 0;
        margin-top: 0.3em;
        margin-bottom: 0.3em;
}

.lap {
        font-size: 1.5em;
        text-indent: 0em;
        font-weight: bold;
        text-align: center;
        margin-top: 0em;
        margin-bottom:0em;
}

.rotate90{
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);   
}

/*行高*/

.lh00{
        line-height: 0em;
}

.lh01{
        line-height: 1em;
}

.lh02{
        line-height: 2em;
}

.lh03{
        line-height: 3.5em;
}

.lh04{
        line-height: 4em;
}

.lh05{
        line-height: 5em;
}

/*字型*/


.mtf{
    font-family: mtf;
}

@font-face {
    font-family: "mtf";
    src: url(../Fonts/mtf.ttf)
    }

.stf{
    font-family: stf;
}

@font-face {
    font-family: "stf";
    src: url(../Fonts/stf.ttf)
    }

.atf{
    font-family: atf;
}

@font-face {
    font-family: "atf";
    src: url(../Fonts/atf.ttf)
    }

.itcf{
    font-family: itcf;
}

@font-face {
    font-family: "itcf";
    src: url(../Fonts/itcf.ttf)
    }

.itef{
    font-family: itef;
}

@font-face {
    font-family: "itef";
    src: url(../Fonts/itef.ttf)
    }

/*封面*/

.cbg{
   background-image: url(../Images/cbi2.jpg);
   background-repeat:no-repeat;
   background-position:right bottom;
   background-size: cover;
}

.yellow {
        color: #F0E68C;
}

.relativecover1 {
position: relative;
top : 150%;
left : -10%;
}



.relativecover {
position: relative;
top : 102%;
left : -10%;
}

.ill2-box{
        width:15em;
        margin:auto auto auto auto;
        background-color:#EEE8AA;
        border-bottom:solid 1px #000000;
        border-top:solid 1px #000000;
        border-left:solid 1px #000000;
    border-right:solid 1px #000000;
}

.ill21-box{
        width:22em;
        margin:auto auto auto auto;
        background-color:#EEE8AA;
        border-bottom:solid 1px #000000;
        border-top:solid 1px #000000;
        border-left:solid 1px #000000;
    border-right:solid 1px #000000;
}

/*目錄*/
.contentsbox {
    margin-top:15%;
    margin-left:auto;
    margin-right:auto;
        text-indent: 0em;
    text-align:center;
}

.white {
        color: #FFFFFF;
}

/*人物介紹*/

.pibk{
   background-image: url(../Images/060bk.jpg);
   background-repeat:no-repeat;
   background-position:top;
   background-size: cover;
}

.pi-box1{
        width:25em;
        margin:3% auto 0 auto;
        border-bottom:solid 0px #000000;
        border-top:solid 0px #000000;
        border-left:solid 0px #000000;
    border-right:solid 0px #000000;
        border-radius:10px 10px 0 0;
    border-radius:30px;
}

.bc{
        border-collapse: collapse;

}

.vb{
        vertical-align: bottom;
}

.pihalfwidth {
    width:100%;
    margin:0px auto;
    height:5px;
    border:none;
    border-top:1px solid #000000;
}

cge340 发表于 2020-5-23 14:22

不懂,我就看看,等个大佬解惑

咕咕哒的咕 发表于 2020-5-23 15:35

三月份的我:等下个月我有空了,研究一下做epub自用
四月份的我:等下个月我有空了,研究一下做epub自用……
五月份的我:等下个月我有空了……

novel_human 发表于 2020-5-23 15:55

咕咕哒的咕 发表于 2020-5-23 15:35
三月份的我:等下个月我有空了,研究一下做epub自用
四月份的我:等下个月我有空了,研究一下做epub ...

我是不是抢了大佬的活

yibabilun 发表于 2020-5-23 16:30

轻小说分享区是直接发文的杯,如果乃要发txt就到下载区去发,要发epub就到下载区里的epub区发。发之前看看版规有什么要求,有木有满足就好的杯

novel_human 发表于 2020-5-23 17:57

yibabilun 发表于 2020-5-23 16:30
轻小说分享区是直接发文的杯,如果乃要发txt就到下载区去发,要发epub就到下载区里的epub区发。发之 ...

大佬,“轻小说分享区”,可以直接发制作好的epub吗?我是不是需要先向翻译大佬申请?

无oooo语 发表于 2020-5-23 17:59

咕咕哒的咕 发表于 2020-5-23 15:35
三月份的我:等下个月我有空了,研究一下做epub自用
四月份的我:等下个月我有空了,研究一下做epub ...

我发现只有每天坚持做一点才能做一件事,想要等到有空基本是不可能的。。。

yibabilun 发表于 2020-5-23 18:00

novel_human 发表于 2020-5-23 17:57
大佬,“轻小说分享区”,可以直接发制作好的epub吗?我是不是需要先向翻译大佬申请? ...

如果只发epub,那要发到“epub区”,不是“轻小说分享区”。
如果是录入组录入的,那可以直接发。如果是翻译大佬翻译的,需要经过翻译大佬同意才可以发。
差不多就是这样

novel_human 发表于 2020-5-23 19:50

yibabilun 发表于 2020-5-23 18:00
如果只发epub,那要发到“epub区”,不是“轻小说分享区”。
如果是录入组录入的,那可以直接发。如果是 ...

大佬,录入组是个什么概念,每次看文之前都有,但是概念不清楚

yibabilun 发表于 2020-5-23 19:59

novel_human 发表于 2020-5-23 19:50
大佬,录入组是个什么概念,每次看文之前都有,但是概念不清楚

呃,简单来说轻小说分享区(包括最新轻小说分享区)里面基本可以分为翻译贴和录入贴。
翻译贴就是翻译组的大佬或者是野生的翻译大佬,翻译的小说。
录入贴就是录入组的大佬或者野生录入君,录入的小说。这里录入基本来自台湾版官方出版的繁体翻译版本酱紫。
帖子名字最前面会有标明是录入的还是翻译的酱紫。

novel_human 发表于 2020-5-23 20:19

yibabilun 发表于 2020-5-23 19:59
呃,简单来说轻小说分享区(包括最新轻小说分享区)里面基本可以分为翻译贴和录入贴。
翻译贴就是 ...

原来如此,受教了,我还是要问问翻译大大先

yibabilun 发表于 2020-5-23 20:31

novel_human 发表于 2020-5-23 20:19
原来如此,受教了,我还是要问问翻译大大先

如果得到允许,记得截图噢,然后去epub区发,记得看版规噢

novel_human 发表于 2020-5-23 20:52

yibabilun 发表于 2020-5-23 20:31
如果得到允许,记得截图噢,然后去epub区发,记得看版规噢

截图是什么意思?就是协商的聊天记录?,不过这种事情确实需要留心

novel_human 发表于 2020-5-23 20:52

yibabilun 发表于 2020-5-23 20:31
如果得到允许,记得截图噢,然后去epub区发,记得看版规噢

截图是什么意思?就是协商的聊天记录?,不过这种事情确实需要留心

yibabilun 发表于 2020-5-23 20:55

novel_human 发表于 2020-5-23 20:52
截图是什么意思?就是协商的聊天记录?,不过这种事情确实需要留心 ...

就比如乃问大佬能不能做了发布,大佬嗯一声,乃截个图就行的杯,帖子里问就行,或者私信也行的杯

novel_human 发表于 2020-5-23 20:57

yibabilun 发表于 2020-5-23 20:55
就比如乃问大佬能不能做了发布,大佬嗯一声,乃截个图就行的杯,帖子里问就行,或者私信也行的杯 ...

ok,多谢告知

novel_human 发表于 2020-5-23 20:57

yibabilun 发表于 2020-5-23 20:55
就比如乃问大佬能不能做了发布,大佬嗯一声,乃截个图就行的杯,帖子里问就行,或者私信也行的杯 ...

ok,多谢告知

haozhao68 发表于 2020-5-25 23:15

咕咕哒的咕 发表于 2020-5-23 15:35
三月份的我:等下个月我有空了,研究一下做epub自用
四月份的我:等下个月我有空了,研究一下做epub ...

你为什么不去抓一个人做,lk这边会做的大佬很多

咕咕哒的咕 发表于 2020-5-26 06:39

haozhao68 发表于 2020-5-25 23:15
你为什么不去抓一个人做,lk这边会做的大佬很多

我就想拿来自动,让别人做还得花时间联系,怪麻烦的
页: [1] 2
查看完整版本: 第一次用sigil做epub《地错外传-芙蕾雅》