Help Tăng size icon cho box

gamevuinet

Private
Chào các bạn.

Mình mới tham gia vào xenforo, gặp vài trỡ ngại về tăng kích thước cho icon của từng chuyên mục, dù đã chỉnh lại kích thước nhưng không được.

Các bạn cho mình hỏi để tăng kích thước icon cho từng box trong xxenfo như demo ảnh với.
Cám ơn nhiều
Untitled.png
 
mình thấy nó cũm to rùi mak ,không thì bạn vô đây chỉnh lại extra.css
tìm và sửa dưới đoạn mã này
Mã:
/** Custom Node Icons **/
.node .nodeInfo.primaryContent, .node .nodeInfo.secondaryContent {
padding: 2px 0;
}

html .node .nodeIcon {
margin: 6px;
width: 36px;
height: 36px;
}

.node.node_2 .nodeIcon {
background: transparent url("/link-dan-den-hinh-icon.png") no-repeat top left !important;
}
 
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;
}
 
Back
Top