【发布时间】:2014-09-09 04:49:33
【问题描述】:
我到处寻找这个,没有运气!我希望你们能帮助我:)
我正在制作一个自定义 tumblr 主题,但我不喜欢 tumblr 以表格方式显示其帖子 cmets。我的意思具体是这样的:
在 tumblr 主题的代码中,实际上并没有具体调用这些 cmets 的渲染,大部分时间它只是帖子正文、图片标题等的一部分。我知道字符串是呈现为块引号,因此通过为此创建自定义 css,我可以稍微改变外观。
但我想要做的主要事情是删除嵌套,以便添加评论的人的姓名始终由评论本身组成,并且从上到下,从最旧到最新。例如,我希望将上述转发列表呈现为:
unicornhairs: her suit tho omg
bakinginthebatcave: I love wedding photos of strangers. I don't even know you but I'm so happy that you're happy and you look so lovely and it's so wonderful and affirming somehow. I don't know. Wedding photos make me happy.
rainbowrowell: Does her suit have stripes down the inside of the legs? REVERSE HAN SOLO.
bookoisseur: oh i love this
I frickin love these kinds of weddings <3
这种事情可能吗?我该怎么做?
【问题讨论】:
-
是的,这是可能的,我在我的博客上做过,但我必须继续添加代码。希望稍后我会发布答案。
-
如果你在谈论仪表板,你无能为力,但在你自己的 tumblr 上你可以控制它。
标签: css customization tumblr tumblr-themes