Help Xin css Tinhte_tag của VXF

[VNXF] Theme Digital – Sự lựa chọn hoàn hảo cho diễn đàn công nghệ hiện đại

conkhidannb

Corporal
AI biết sửa từ khóa tag thành như hình chỉ giúp
Capturetag.PNG


mình đã làm theo này nhửng không tìm đk " tinhte_xentag_tags_thread_view"
http://vxf.vn/threads/chia-se-kinh-nghiem-lam-forum-xenforo-cua-fifavn.17979/#post-124981
 
vào tempalte tinhte_xentag.css thay tất cả bằng cái này nhé
.Tinhte_XenTag_TagsEditor {
overflow: auto;
}
.ctrlUnit dd .Tinhte_XenTag_TagsEditor li,
.Tinhte_XenTag_TagsEditor li {
float: left;
display: block;
border-radius: 5px;
margin: 2px 5px 2px 0;
}

.Tinhte_XenTag_TagsEditor .Tinhte_XenTag_Tag {
@property "secondaryContent.background";
background: @primaryLightest url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top;
@property "/secondaryContent.background";

color: @textCtrlText;
padding: 3px;
border: 1px solid @primaryLight;
}
.Tinhte_XenTag_TagsEditor .Tinhte_XenTag_Tag:hover {
background-color: @primaryLighterStill;
}
.Tinhte_XenTag_TagsEditor .Tinhte_XenTag_Tag a.delete {
color: #777777;
cursor: pointer;
font-size: 12px;
font-weight: bold;
outline: medium none;
text-decoration: none;
padding: 2px 0 2px 3px;
}

.Tinhte_XenTag_TagsEditor .Tinhte_XenTag_TagNew {
padding: 2px 4px 1px 0;
}
.Tinhte_XenTag_TagsEditor .Tinhte_XenTag_TagNew .textCtrl.Tinhte_XenTag_TagNewInput {
margin: 0 !important;
padding: 3px !important;
border: none !important;
width: inherit !important;
background: transparent !important;
}
.Tinhte_XenTag_TagsEditor .Tinhte_XenTag_TagNew .textCtrl.Tinhte_XenTag_TagNewInput:focus {
border: none !important;
background: transparent !important;
}

.Tinhte_XenTag_TagsInlineEditorForm {
/* this class is added to the form by javascript */
}
.xenForm.Tinhte_XenTag_TagsInlineEditorForm {
margin: 0;
width: auto;
}
.Tinhte_XenTag_TagsInlineEditorForm .Tinhte_XenTag_TagsEditor.textCtrl {
border: 0;
background: transparent;
}

/* Tag cloud */

.Tinhte_XenTag_TagCloud {
}
{xen:helper clearfix, '.Tinhte_XenTag_TagCloud'}

.Tinhte_XenTag_TagCloud .Tinhte_XenTag_TagCloudTag {
background: @primaryMedium;
color: @primaryLightest;
display: inline;
float: left;
margin: 0.2em;
padding: 0;
}

.Tinhte_XenTag_TagCloud .Tinhte_XenTag_TagCloudTag:hover {
background: @secondaryLighter;
color: @primaryDark;
}

.Tinhte_XenTag_TagCloud .Tinhte_XenTag_TagCloudTag a {
color: inherit;
display: block;
font-size: 1em;
font-weight: bold;
margin: 0.5em;
text-decoration: none;
white-space: nowrap;
}

.Tinhte_XenTag_TagCloud .Tinhte_XenTag_TagCloud_Level1 { background-color: @primaryLighterStill; color: @primaryMedium; }
.Tinhte_XenTag_TagCloud .Tinhte_XenTag_TagCloud_Level2 { background-color: @primaryLighter; }
.Tinhte_XenTag_TagCloud .Tinhte_XenTag_TagCloud_Level3 { background-color: @primaryLight; }

.tinhte_xentag_tag_list .xenForm fieldset {
/* disable the separating line for fieldset */
border: 0;
}

.Tinhte_XenTag_Copyright {
float: right;
}

<xen:if is="@tinhte_xentag_showIconInTagLink">
a.Tinhte_XenTag_TagLink:link,
a.Tinhte_XenTag_TagLink:visited,
a.Tinhte_XenTag_TagLink:hover,
a.Tinhte_XenTag_TagLink:focus {
background: url('@imagePath/Tinhte/XenTag/tag.png') bottom right no-repeat;
padding-right: 12px !important;
}
</xen:if>

.Tinhte_XenTag_TagResult {
}
.Tinhte_XenTag_TagResult_ContentCount {
float: right;
}

Ko cảm ơn ko được đâu bì nó giống 100% demo đó @@
 
Back
Top