📄 format.xsl~
字号:
ct:box<<<center><table> <xsl:for-each select='@*'> <xsl:attribute name='name(.)'><{.}></xsl:attribute> </xsl:for-each> <xsl:if test='not(@width)'> <xsl:attribute name='width'>100%</xsl:attribute> </xsl:if> <xsl:if test='not(@cellspacing)'> <xsl:attribute name='cellspacing'>0</xsl:attribute> </xsl:if> <xsl:if test='not(@border)'> <xsl:attribute name='border'>0</xsl:attribute> </xsl:if><tr><td><xsl:apply-templates/></td></tr></table></center>>></xsl:template>ct:section[title]<<<p/><table width='100%' class='section' cellspacing=0 cellpadding=3 border=0><tr><td> <font size='+1'><xsl:apply-templates select='title'/></font></td></tr><tr><td><xsl:apply-templates select='*[name(.)!="title"]'/></td></tr></table>>>ct:section[@title]<<<p/><table width='100%' class='section' cellspacing=0 cellpadding=3 border=0><tr><td> <font size='+1'><{@title}></font></td></tr><tr><td><xsl:apply-templates select='*'/></td></tr></table>>>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -