Jump to content

Recommended Posts

Posted

Ce sa modific in asta: table.ipb_table ol.subforums1 {margin-top: 3px;float: left;width: 33%;}table.ipb_table ol.subforums1 li{background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%;padding: 0 15px 0 15px;margin: 0;float: left;}table.ipb_table .subforums1 li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); }table.ipb_table ol.subforums2 {width: 33%;overflow: hidden;}table.ipb_table ol.subforums2 li {background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%;padding: 0 15px 0 15px;margin: 0;float: left;}table.ipb_table .subforums2 li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); }table.ipb_table ol.subforums3 {width: 33%;overflow: hidden;}table.ipb_table ol.subforums3 li {background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%;padding: 0 15px 0 15px;margin: 0;float: left;}table.ipb_table .subforums3 li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); }  

Sa pot pune acest fa-fa icon:    http://fontawesome.io/icon/paper-plane/

          76561198331386503.pngAddFriend.png

Posted

In locul codului aluia cu subforumurile pe 3 coloane am pus asta:

table.ipb_table ol.subforums1 {
    margin-top: 3px;
    float: left;
    width: 33%;
}

table.ipb_table ol.subforums1 li {
    padding: 0 15px 0 10px;
    margin: 0;
    float: left;
}

table.ipb_table .subforums1 li.unread {
    font-weight: bold;
}

table.ipb_table ol.subforums2 {
    width: 33%;
    overflow: hidden;
}

table.ipb_table ol.subforums2 li {
    padding: 0 15px 0 15px;
    margin: 0;
    float: left;
}

table.ipb_table .subforums2 li.unread {
    font-weight: bold;
}

table.ipb_table ol.subforums3 {
    width: 33%;
    overflow: hidden;
}

table.ipb_table ol.subforums3 li {
    padding: 0 15px 0 15px;
    margin: 0;
    float: left;
}

table.ipb_table .subforums3 li.unread {
    font-weight: bold;
 }

table.ipb_table ol.subforums1 li:before {
    font-family: 'FontAwesome';
    content: "\f1d8";
    margin-right: 3px;
    font-size: 9px;
    position: relative;
    top: -1.5px;
    color:grey;
}

table.ipb_table ol.subforums1 li.unread:before {
    color: #76a1c7;
    font-weight: 100;
    font-size: 8px;
    transition: all 0.3s;
}

.subforums1 a {
    transition: all 0.5s;
    color: grey;
}

.subforums1 a:hover {
    color: #76a1c7;
}

 

Si am inlocuit la " table.ipb_table ol.subforums1 li:before { "  la linia aia content cu ce fa-fa icon am vrut !

 

  • Upvote 1

          76561198331386503.pngAddFriend.png

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.