Mình tìm không thấy đoạn mã mà bạn gửi! mình dùng xenforo 1.5.2
/* GENERIC STYLE
--------------------------------------------------------- */
/* Clearfix */
.clearfix:after {
clear: both;
content: "";
display: block;
height: 0;
visibility: hidden;
}
* html .clearfix {
height: 1%;
}
:first-child + html .clearfix {
min-height: 1%;
}
/* End Clearfix */
.register_form .pageContent
{
background: @contentBackground !important;
}
.fa
{
margin-right: 5px;
}
.member_notable .mainContent .section,
.online_list .section
{
margin-top: 0;
}
.memberList .memberListItem
{
border-left: 1px solid @primaryLightest;
border-right: 1px solid @primaryLightest;
}
.messageUserBlock .avatar img
{
width: 96px;
height: 96px;
}
#Notices .panel .noticeContent a
{
color: red;
}
/******** Navigation Side Bar *********/
.navigationSideBar .section
{
}
.navigationSideBar .subHeading
{
padding: 8px 10px !important;
margin: 0 !important;
border-right: 0;
}
.navigationSideBar .LogOut
{
color: @secondaryMedium;
font-weight: bold;
}
/******** Bread Crumb **********/
.breadcrumb .crust .arrow span:before
{
content: "/";
}
.breadcrumb .crust:last-child .arrow
{
display: none;
}
/********* Node List Show/Hide *********/
.nodeList .category .category_toggle_container
{
display: block;
float: right;
position: absolute;
top: 0px;
right: 0px;
width: 39px;
height: 43px;
box-sizing: border-box;
padding-top: 17px;
padding-right: 14px;
}
.nodeList .category .category_toggle_container a.toggle_arrow.collapse
{
background: url('@imagePath/extra/icon-sodium.png') no-repeat -5px 2px;
text-indent: -9999px;
float: right;
width: 10px;
height: 10px;
}
.nodeList .category .category_toggle_container a.toggle_arrow
{
background: url('@imagePath/extra/icon-sodium.png') no-repeat -5px -11px;
text-indent: -9999px;
float: right;
width: 10px;
height: 10px;
}
/****** Page nav *******/
.PageNav a.text:hover
{
background: none;
color: @secondaryMedium;
}
#exposeMask
{
background: #000000 !important;
opacity: 0.8 !important;
}
.xenForm .submitUnit
{
border: none;
}
.node .linkNodeInfo .nodeText
{
margin-right: 10px;
}
.sidebar .visitorPanel .secondaryContent
{
overflow: hidden;
}