News:

Wondering if this will always be free?  See why free is better.

Main Menu

Ajutor.

Started by Vlady_xD, October 19, 2013, 05:10:49 AM

Previous topic - Next topic

Vlady_xD

Salut,ma poate ajuta cineva ,cum sa fac acele 3 blocks pe forum-ul meu la prima pagina?
Multumesc.

TwisteR42O..


Vlady_xD

Am SimplePortal, dar zic cum sa faca astea:

TwisteR42O..

Pai..
<div class="introductions">
<div class="intro_container">
<div class="cat_bar grid_bar"><h3 class="catbg">Elegant, Effective, Powerful, Free</h3></div>
<div class="windowbg">
<div class="content smalltext introduction">
<span class="floatleft"><img src="http://media.simplemachinesweb.com/site/images/icons/intro1.png" alt="" class="intro_icon"></span>
<div class="intro_text">
<div class="intro_text_cont">SMF is all that in one package, giving you an easy to use forum with many powerful features for you as well as your users. SMF is an open-source project made by volunteers from across the world.</div>
<a href="http://download.simplemachines.org" class="floatleft site_button_active">Download SMF</a>


<a href="http://www.simplemachines.org/about/features.php" class="floatright site_button">Learn More</a>
<br class="clear">
</div>
</div>
<span class="botslice"><span></span></span>
</div>
</div>
<div class="intro_container">
<div class="cat_bar grid_bar"><h3 class="catbg">Easily Customizable</h3></div>
<div class="windowbg">
<div class="content smalltext introduction">
<span class="floatleft"><img src="http://media.simplemachinesweb.com/site/images/icons/intro2.png" alt="" class="intro_icon"></span>
<div class="intro_text">
<div class="intro_text_cont">SMF features a powerful Package Manager, allowing you to quickly apply any of the hundreds of modifications in our database, as well as a variety of custom themes that change the way your site looks.</div>
<a href="http://custom.simplemachines.org" class="floatright site_button">Customize Site</a>
<br class="clear">
</div>
</div>
<span class="botslice"><span></span></span>
</div>
</div>
<div class="intro_container">
<div class="cat_bar grid_bar"><h3 class="catbg">High Quality Support</h3></div>
<div class="windowbg">
<div class="content smalltext introduction">
<span class="floatleft"><img src="http://media.simplemachinesweb.com/site/images/icons/intro3.png" alt="" class="intro_icon"></span>
<div class="intro_text">
<div class="intro_text_cont">Should you run into any problem, SMF's experienced Support Team will come to your aid, along with our very helpful community members, ready to assist you and address whatever issue(s) you are encountering.
</div>
<a href="http://support.simplemachines.org" class="floatright site_button">Learn More</a>

<br class="clear">
</div>
</div>
<span class="botslice"><span></span></span>
</div>
</div>
</div>


Cauta fisierul site.css. Pune codul urmator:
CTRL + F si cauta .introductions
.introductions {
    float: left;
    width: 99%;
}

Tot in site.css, cauta #wrapper, .introductions . Pune asta:
#wrapper, .introductions {
    min-width: 75em !important;
}

Iar in index.css, pune urmatoarele coduri:
body, td, th, tr {
    color: rgb(68, 68, 68);
}

si, respectiv asta:
body {
    font: 78%/130% "Verdana","Arial","Helvetica",sans-serif;
}




Astea le-am luat cu inspect element de la Firefox. Sper sa functioneze.

Vlady_xD


Advertisement: