Jump to content
  • IceGame # Spatiu Publicitar

Locked [Tutorial] Aranjare Suborumuri In 2,3,4 Coloane


Barlap

Recommended Posts

Mergeti La Look & Feel > "Stilul Tau" > CSS> IPB_style.css si cauta urmatoarele:

table.ipb_table .subforums {
margin: 2px 0 3px 5px;
padding-left: 20px;
background: url({style_images_url}/subforum_stem.png ) no-repeat left 4px;
}
table.ipb_table .subforums li.unread { font-weight: bold; }

table.ipb_table .expander {
visibility: hidden;
width: 16px;
height: 16px;
display: inline-block;
}

Inlocuiti cu:

table.ipb_table .subforums {
margin: 2px 0 3px 0px;
padding-left: 0px;
overflow: hidden;
width: 450px;
}
table.ipb_table .subforums li{
background: url( name/subforum_nonew.png) no-repeat left 3px;
width: 27%;
padding: 4px 14px 0px;
margin: 0;
float: left;
}
table.ipb_table .subforums li.unread {
font-weight: bold;
background-image: url( name/subforum_new.png);
}

# Pentru a schimba numarul coloane trebuie sa modificati: width: 450px; & width: 27%;

# Numarul coloanelor depinde de forumul Dvs. cat va permite: width

 

Ex: width: 550px; & width: 25% = 4
Ex: width: 450px; & width: 27% = 3
Ex: width: 400px; & width: 33% = 2

Link to comment
Share on other sites

Please disable AdBlocker in order to help us keeping the forum up and running!

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By visiting our community, you agree to our Terms of Use.