Thay icon rss cho xenforo

Thảo luận trong 'Installation & Upgrade Questions' bắt đầu bởi Cafe, 27/2/14.

1votes
5/5, 1 vote

  1. Cafe

    Cafe New Member

    Bài viết:
    53
    Likes :
    3
    Cho mình hỏi muốn thay icon rss cho xenforo thì vào đâu vậy? Mình muốn thay lại icon mặc định của xenforo mà tìm mãi không thấy. Bác Nào biết chỉ giúp với. Xin cảm ơn!
    [​IMG]
     
    Đang tải...
  2. phamthanhliem

    phamthanhliem Member

    Bài viết:
    296
    Likes :
    35
    Bạn tiết kiệm quá mức, ai tìm được chỗ thay icon của bạn cũng là thiên tài, mà thay thì tìm trong css mà thay bạn à, còn cách view css thì bạn dùng 1 trình duyệt nào view cũng được.
     
  3. Cafe

    Cafe New Member

    Bài viết:
    53
    Likes :
    3
    Tìm ko có bác ah! hazz. thế mình mới hỏi
     
  4. phamthanhliem

    phamthanhliem Member

    Bài viết:
    296
    Likes :
    35
    view code bằng hình à bác, ý mình là: bác đưa cái site bác ra đây em view cho bác, bác cứ xoắn ác quá, khổ cho em
     
  5. Cafe

    Cafe New Member

    Bài viết:
    53
    Likes :
    3
    Bác xem giúp em cái link: http://vietfx.vn/forum/
     
  6. vuvanhoan

    vuvanhoan Member

    Bài viết:
    55
    Likes :
    25
    nó ở đây nè
    styles/default/xenforo/xenforo-ui-sprite.png
    http://vxf.vn/styles/default/xenforo/xenforo-ui-sprite.png

    Tìm node_list.css
    Mã:
    .node .tinyIcon
        {
            @property "nodeTinyIcon";
            background: transparent url('@imagePath/xenforo/xenforo-ui-sprite.png') no-repeat -112px -16px;
            margin: 1px 4px;
            display: block;
            white-space: nowrap;
            text-indent: 9999px;
            overflow: hidden;
            opacity: 0.25;
            width: 14px;
            height: 14px;
            @property "/nodeTinyIcon";
        }
     
    Cafe thích bài này.
  7. Cafe

    Cafe New Member

    Bài viết:
    53
    Likes :
    3
    Tìm trong node_list.css nhưng không có bạn ah
    HTML:
    .nodeList { zoom: 1; }
    .nodeList .node {
        zoom: 1;
        vertical-align: bottom;
    }
    
    .nodeList .node.level_1
    {
        margin-bottom: 20px;
    }
    
    .nodeList .node.level_1:last-child
    {
        margin-bottom: 0;
    }
    
    .nodeList .node.groupNoChildren + .node.groupNoChildren
    {
        margin-top: -20px;
    }
    
    .node .nodeInfo
    {
        overflow: hidden; zoom: 1;
        position: relative;
    }
    
        .node .nodeInfo.primaryContent,
        .node .nodeInfo.secondaryContent
        {
            padding: 0;
        }
    
    .node .nodeIcon
    {
        @property "nodeIcon";
        margin: 10px 0 10px 10px;
        float: left;
        width: 36px;
        height: 36px;
        @property "/nodeIcon";   
    }
    
        .node .forumNodeInfo .nodeIcon,
        .node .categoryForumNodeInfo .nodeIcon
        {
            @property "nodeIconForum";
            background-image: url('@imagePath/xenforo/node-sprite.png');
            background-repeat: no-repeat;
            background-position: 0 0;
            @property "/nodeIconForum";
        }
    
        .node .forumNodeInfo.unread .nodeIcon,
        .node .categoryForumNodeInfo.unread .nodeIcon
        {
            @property "nodeIconForumUnread";
            background-image: url('@imagePath/xenforo/node-sprite.png');
            background-repeat: no-repeat;
            background-position: -36px 0;
            @property "/nodeIconForumUnread";
        }
    
        .node .pageNodeInfo .nodeIcon
        {
            @property "nodeIconPage";
            background-image: url('@imagePath/xenforo/node-sprite.png');
            background-repeat: no-repeat;
            background-position: -72px 0;
            @property "/nodeIconPage";
        }
    
        .node .linkNodeInfo .nodeIcon
        {
            @property "nodeIconLink";
            background-image: url('@imagePath/xenforo/node-sprite.png');
            background-repeat: no-repeat;
            background-position: -108px 0;
            @property "/nodeIconLink";
        }
    
    .node .nodeText
    {
        @property "nodeText";
        margin: 10px 270px 10px 56px;
        @property "/nodeText";
    }
    
        .node .nodeText .nodeTitle
        {   
            @property "nodeTitle";
            font-size: 12pt;
            @property "/nodeTitle";
        }
       
            .node .unread .nodeText .nodeTitle
            {
                @property "nodeTitleUnread";
                font-weight: bold;
                @property "/nodeTitleUnread";
            }
    
        .node .nodeDescription
        {
            @property "nodeDescription";
            font-size: 11px;
            @property "/nodeDescription";
        }
       
        .hasJs .node .nodeDescriptionTooltip
        {
            /* will be shown as a tooltip */
            display: none;
        }
       
        .Touch .node .nodeDescriptionTooltip
        {
            /* touch browsers don't see description tooltips */
            display: block;
        }
    
        .node .nodeStats
        {
            @property "nodeStats";
            font-size: 11px;
            margin-top: 2px;
            @property "/nodeStats";
        }
       
        .node .nodeExtraNote
        {
            text-align: right;
            font-size: 11px;
            color: @mutedTextColor;
        }
       
        .node .subForumList
        {
            overflow: hidden; *zoom: 1;
            margin: -5px 0 @nodeText.margin-bottom;
            margin-left: @nodeText.margin-left;
        }
       
            .node .subForumList li
            {
                float: left;
                width: 31%;
                margin: 2px 0 2px 2%;
            }
           
                .node .subForumList li .nodeTitle
                {
                    font-size: 11px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }
               
                .node .subForumList .unread .nodeTitle
                {
                    @property "nodeTitleUnread";
                font-weight: bold;
                @property "/nodeTitleUnread";
                }
           
                .node .subForumList li ol,
                .node .subForumList li ul
                {
                    display: none;
                }
    
    .node .nodeLastPost
    {
        background-color: #EEEEEE;
        font-size: 11px;
        height: 28px;
        line-height: 14px;
        margin: 10px;
        overflow: hidden;
        padding: 3px 10px;
        position: absolute;
        right: 0;
        top: 0;
        white-space: nowrap;
        width: 210px;
        word-wrap: normal;
    }
    
    .node .nodeLastPost .lastThreadTitle
    {
        text-overflow: ellipsis;
        max-width: 100%;
        display: block;
        overflow: hidden;
    }
    
        .node .nodeLastPost .lastThreadMeta
        {
            display: block;
        }
    
        .node .nodeLastPost .noMessages
        {
            line-height: 28px;
        }
    
    .node .nodeControls
    {
        position: absolute;
        top: 0;
        right: {xen:calc '@nodeLastPost.border-left-width + @nodeLastPost.padding-left + @nodeLastPost.width + @nodeLastPost.padding-right + @nodeLastPost.border-right-width + @nodeLastPost.margin-right'}px;
        margin: 20px 5px;
    }
           
    /* description tooltip */
    
    .nodeDescriptionTip
    {
        @property "nodeDescriptionTip";
        padding: 4px 10px;
        margin-top: -22px;
        line-height: 1.5;
        width: 350px;
        height: auto;
        @property "/nodeDescriptionTip";
    }
    
        .nodeDescriptionTip .arrow
        {
            @property "nodeDescriptionTipArrow";
            border: 6px solid transparent;
            border-right-color: @tooltip.background-color;
            border-left: 1px none black;
            top: 6px;
            left: -6px;
            bottom: auto;
            @property "/nodeDescriptionTipArrow";
        }
       
        .nodeDescriptionTip.arrowBottom .arrow
        {
            top: auto;
            left: 10px;
            bottom: -6px;
            border: 6px solid transparent;
            border-top-color: @tooltip.background-color;
            border-bottom: 1px none black;
        }
       
    /* main area - used for L2 categories and most other nodes */
    
    .nodeList .categoryForumNodeInfo,
    .nodeList .forumNodeInfo,
    .nodeList .pageNodeInfo,
    .nodeList .linkNodeInfo
    {
        @property "primaryContent";
        background-color: #FFFFF;
        padding: 10px;
        @property "/primaryContent";
       
        padding: 0;
    }
    
    /* category strip - used for L1 categories and group headers */
    
    .nodeList .categoryStrip
    {
        @property "subHeading";
        font-size: 11px;
        color: white;
        background-color: black;
        padding: 5px 10px;
        margin: 3px auto 0;
        @property "/subHeading";
       
        @property "categoryStrip";
        padding: 5px 10px;
        min-height: 6px;
        @property "/categoryStrip";
    }
    
        .nodeList .categoryStrip .nodeTitle
        {
            @property "categoryStripTitle";
            font-size: 11pt;
            color: #ffffff;
            text-transform: uppercase;
            @property "/categoryStripTitle";
        }
       
            .nodeList .categoryStrip .nodeTitle a
            {
                color: @categoryStripTitle.color;
            }
    
        .nodeList .categoryStrip .nodeDescription
        {
            @property "categoryStripDescription";
            font-size: 10px;
            color: @secondaryDarker;
            @property "/categoryStripDescription";
        }
       
            .nodeList .categoryStrip .nodeDescription a
            {
                color: @categoryStripDescription.color;
            }
    
    .nodeList .node.groupNoChildren + .node.groupNoChildren .categoryStrip
    {
        display: none;
    }
    
    /* node stats area */
    
    .nodeStats
    {
        overflow: hidden; zoom: 1;
    }
    
    .nodeStats dl,
    .subForumsPopup
    {
        float: left;
        display: block;
        margin-right: 3px;
    }
    
    .subForumsPopup.Popup .PopupControl.PopupOpen
    {
        background-image: none;
    }
    
    .subForumsPopup a.PopupControl
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .subForumsPopup .dt
    {
        color: @mutedTextColor;
    }
    
    .subForumsPopup .PopupOpen .dt
    {
        color: @body.color;
    }
    
    .subForumsMenu .node .node /* for depths 2+ */
    {
        padding-left: 10px;
    }
    
        .subForumsMenu .node .nodeTitle
        {
            font-size: 11px;
        }
       
        .subForumsMenu .node .unread .nodeTitle
        {
            @property "nodeTitleUnread";
            font-weight: bold;
            @property "/nodeTitleUnread";
        }
       
    /** new discussion button below nodelist **/
    
    .nodeListNewDiscussionButton
    {
        margin-top: 10px;
        text-align: right;
    }
    
    <xen:if is="@enableResponsive">
    @media (max-width:@maxResponsiveMediumWidth)
    {
        .Responsive .node .nodeText
        {
            margin-right: 0;
        }
       
        .Responsive.Touch .node .nodeDescriptionTooltip,
        .Responsive .node .nodeDescription
        {
            display: none;
        }
    
        .Responsive .node .nodeLastPost
        {
            position: static;
            height: auto;
            width: auto;
            background: none;
            border: none;
            padding: 0;
            margin: -{xen:calc '@nodeText.margin-bottom - 2'}px 0 @nodeText.margin-bottom @nodeText.margin-left;
        }
       
            .Responsive .node .nodeLastPost .noMessages
            {
                display: none;
            }
           
            .Responsive .node .nodeLastPost .lastThreadTitle,
            .Responsive .node .nodeLastPost .lastThreadUser
            {
                display: none;
            }
                   
            .Responsive .node .nodeLastPost .lastThreadDate:before
            {
                content: attr(data-latest);
            }
    
        .Responsive .node .nodeControls
        {
            display: none;
        }
           
        .Responsive .node .subForumList
        {
            display: none;
        }
       
        .Responsive .nodeDescriptionTip
        {
            width: auto;
            max-width: 350px;
        }
    }
    
    @media (max-width:@maxResponsiveNarrowWidth)
    {
        .Responsive .subForumsPopup
        {
            display: none;
        }
    }
    
    </xen:if>
     
  8. Lightness

    Lightness Imma Superman

    Bài viết:
    1,021
    Likes :
    772
    Cái của bác đó là xài font chứ ko phải ảnh -_-
    Tìm <i class="fa fa-rss"></i>
     
    Cafe thích bài này.
  9. Cafe

    Cafe New Member

    Bài viết:
    53
    Likes :
    3
    Search template cũng ko thấy ra bạn ah!
     
  10. Lightness

    Lightness Imma Superman

    Bài viết:
    1,021
    Likes :
    772
    Bác pm yh em nhé, dưới chữ kí ý :D
     
comments powered by Disqus
: rss

Chia sẻ trang này

Đang tải...