• <bdo id='5rTmW'></bdo><ul id='5rTmW'></ul>

    <i id='5rTmW'><tr id='5rTmW'><dt id='5rTmW'><q id='5rTmW'><span id='5rTmW'><b id='5rTmW'><form id='5rTmW'><ins id='5rTmW'></ins><ul id='5rTmW'></ul><sub id='5rTmW'></sub></form><legend id='5rTmW'></legend><bdo id='5rTmW'><pre id='5rTmW'><center id='5rTmW'></center></pre></bdo></b><th id='5rTmW'></th></span></q></dt></tr></i><div id='5rTmW'><tfoot id='5rTmW'></tfoot><dl id='5rTmW'><fieldset id='5rTmW'></fieldset></dl></div>
    1. <legend id='5rTmW'><style id='5rTmW'><dir id='5rTmW'><q id='5rTmW'></q></dir></style></legend>

      1. <tfoot id='5rTmW'></tfoot>

        <small id='5rTmW'></small><noframes id='5rTmW'>

        在 Tumblr 中定义每个标签的样式

        时间:2023-07-31
          <tbody id='b67Ax'></tbody>
            <bdo id='b67Ax'></bdo><ul id='b67Ax'></ul>
          • <i id='b67Ax'><tr id='b67Ax'><dt id='b67Ax'><q id='b67Ax'><span id='b67Ax'><b id='b67Ax'><form id='b67Ax'><ins id='b67Ax'></ins><ul id='b67Ax'></ul><sub id='b67Ax'></sub></form><legend id='b67Ax'></legend><bdo id='b67Ax'><pre id='b67Ax'><center id='b67Ax'></center></pre></bdo></b><th id='b67Ax'></th></span></q></dt></tr></i><div id='b67Ax'><tfoot id='b67Ax'></tfoot><dl id='b67Ax'><fieldset id='b67Ax'></fieldset></dl></div>

            <small id='b67Ax'></small><noframes id='b67Ax'>

            <tfoot id='b67Ax'></tfoot>

                  <legend id='b67Ax'><style id='b67Ax'><dir id='b67Ax'><q id='b67Ax'></q></dir></style></legend>
                  本文介绍了在 Tumblr 中定义每个标签的样式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想知道如何为特定标签定义特定样式.例如,如果我的帖子带有羊角面包或巧克力标签,我想让它们呈现某种风格.

                  I would like to know how to define the specific style for specific tags. For instance, I would like to have my posts render a certain style if they're tagged with Croissant or Chocolate.

                  我想知道我必须创建一个新类,并且我知道我必须为这个新类设置样式,但我不知道该怎么做.

                  I think know I have to create a new class and I know I have to style this new class but I don't know how to do it.

                  感谢您的帮助!

                  推荐答案

                  您需要在主题中使用 {TagsAsClasses}.

                  You'll need to use {TagsAsClasses} in your theme.

                  例如,您需要为您的主题编写类似的内容:

                  For example, you'll need to write something like for your theme:

                  <div id="{PostID}" class="post {PostType} {TagsAsClasses}">
                    <!-- ... -->
                  </div>
                  

                  如果您的帖子是照片帖子并且带有Croissant 和Chocolate 标签,那么您的HTML 将变为:

                  If your post is a photo post and has the tags Croissant and Chocolate, then your HTML becomes:

                  <div id="post-26107509778" class="post photo Croissant Chocolate">
                    <!-- ... -->
                  </div>
                  

                  然后您可以设置 .Croissant 或 .Chocolate 类的样式:

                  and then you can set the styles for the .Croissant or .Chocolate classes:

                  .Croissant {
                    /* add your styles here */
                  }
                  
                  .Chocolate {
                    /* add your styles here */
                  }
                  

                  更多信息请点击此处http://www.tumblr.com/docs/en/custom_themes

                  这篇关于在 Tumblr 中定义每个标签的样式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:下划线&lt;a&gt;悬停时标记 下一篇:在每个标记属性上换行并在 Visual Studio HTML 代码编辑器中保持对齐

                  相关文章

                1. <tfoot id='aCdJ7'></tfoot>

                  <small id='aCdJ7'></small><noframes id='aCdJ7'>

                2. <legend id='aCdJ7'><style id='aCdJ7'><dir id='aCdJ7'><q id='aCdJ7'></q></dir></style></legend>
                  <i id='aCdJ7'><tr id='aCdJ7'><dt id='aCdJ7'><q id='aCdJ7'><span id='aCdJ7'><b id='aCdJ7'><form id='aCdJ7'><ins id='aCdJ7'></ins><ul id='aCdJ7'></ul><sub id='aCdJ7'></sub></form><legend id='aCdJ7'></legend><bdo id='aCdJ7'><pre id='aCdJ7'><center id='aCdJ7'></center></pre></bdo></b><th id='aCdJ7'></th></span></q></dt></tr></i><div id='aCdJ7'><tfoot id='aCdJ7'></tfoot><dl id='aCdJ7'><fieldset id='aCdJ7'></fieldset></dl></div>
                      • <bdo id='aCdJ7'></bdo><ul id='aCdJ7'></ul>