auto-novel icon indicating copy to clipboard operation
auto-novel copied to clipboard

[RFC] 添加强制横排样式表

Open kurikomoe opened this issue 1 month ago • 0 comments

有部份文库的样式表是 per html 内嵌的:

<style type="text/css">body { writing-mode: vertical-rl; } a { text-decoration: none; }</style>

例如: Image

因此建议在生成的机翻站 epub 内加入一个样式表,用 !important 强制样式。

xhtml:
<link rel="stylesheet" type="text/css" href="../Styles/Style0001.css" />

Style0001.css:
body { writing-mode: horizontal-tb!important; }

其他

考虑到不远的未来(真的不远么)的文库正则化 feature set,这个功能只适用到文库正则化功能实现之前。

kurikomoe avatar Nov 04 '25 01:11 kurikomoe