node_list.css làm lỗi navitabs TRONG SUỐT

Thảo luận trong 'Style & Template Questions' bắt đầu bởi sonhatq, 17/3/13.

1votes
5/5, 1 vote

  1. sonhatq

    sonhatq Member

    Bài viết:
    157
    Likes :
    5
    không biết tái sao nữa
    tmình show node_list.css
    anh em trợ giúp mình với
    chắc chắn 100% là cái node_list.css này gây ra việc navitaps trong suốt, mình tháy cái node_list css khác thì không sao, nhưng đã phải vất vả lắm mới tạo được cái temp ưng ý
    Mã:
    .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 .nodeTitle
        {
            @property "nodeTitle";
            font-size: 12pt;
            @property "/nodeTitle";
        }
     
            .node .unread .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 .nodeLastPost
    {
        @property "secondaryContent";
        background-image: url('@imagePath/xenforo/gradients/category-23px-light.png');
        background-repeat: repeat-x;
        background-position: top;
        padding: 10px;
        @property "/secondaryContent";
        -xenforo-nomatch-border-bottom: 0px solid @primaryLighterStill;
     
        @property "nodeLastPost";
        font-size: 11px;
        padding: 3px 10px;
        margin: 10px;
        border-radius: 3px;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 14px;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        width: 210px;
        height: 28px;
        @property "/nodeLastPost";
        -xenforo-nomatch-border: 0px solid @primaryLighterStill;
    }
     
        .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 0;
    }
     
        .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";
        }
     
        .node .nodeInfo:hover .tinyIcon[href],
        .Touch .node .tinyIcon
        {
            @property "nodeTinyIconHover";
            opacity: 1;
            @property "/nodeTinyIconHover";
        }
     
            /*.node .feedIcon
            {
                background: transparent url('@imagePath/xenforo/xenforo-ui-sprite.png') no-repeat -112px -16px;
            }*/
     
    /* 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";
        }
     
    /* 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: rgb(255, 255, 255);
        background: rgb(161, 182, 201) url('http://chovo.vn/upload/grsmall.png') repeat-x top;
        padding: 5px 10px;
        margin: 3px auto 0;
        border: 1px solid rgb(161, 182, 201);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        @property "/subHeading";
     
        @property "categoryStrip";
        color: @textCtrlBackground;
        background-image: url('http://chovo.vn/upload/grsmall.png');
        padding: 0 10px;
        margin: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        min-height: 6px;
        line-height: 30px;
        height: 30px;
        @property "/categoryStrip";
    }
     
        .nodeList .categoryStrip .nodeTitle
        {
            @property "categoryStripTitle";
            font-weight: bold;
            font-size: 12pt;
            color: rgb(250, 247, 244);
            @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;
    }
     
    /*.nodeStats dl,
    .subForumsPopup .PopupControl
    {
        padding-top: 2px;
    }*/
     
    .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;
        }
     
    /** new discussion button below nodelist **/
     
    .nodeListNewDiscussionButton
    {
        margin-top: 10px;
        text-align: right;
    }
     
     
     
    
     
    Đang tải...
  2. sonhatq

    sonhatq Member

    Bài viết:
    157
    Likes :
    5
    fixed demo

    ai bị lỗi như mình
    thí tim và thay
    Mã:
    .node .nodeLastPost
    {
        @property "secondaryContent";
        background-color: rgb(252, 252, 255);
        padding: 10px;
        border-bottom: 0px solid @primaryLighterStill;
        @property "/secondaryContent";
     
        @property "nodeLastPost";
        font-size: 11px;
        padding: 3px 10px;
        margin: 10px;
        border: 0px solid @primaryLighterStill;
        border-radius: 3px;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 14px;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        width: 210px;
        height: 28px;
        @property "/nodeLastPost";
     
    }
     
  3. kiensanmoi

    kiensanmoi New Member

    Bài viết:
    9
    Likes :
    0
    - Sao mình sữa theo mà không được.
     
  4. zhaosin

    zhaosin Member

    Bài viết:
    70
    Likes :
    18
    Chính xác là mình cũng bị lỗi này, a/e giúp vs, share cho mình cái node_list.css default :((
     
comments powered by Disqus

Chia sẻ trang này

Đang tải...