MyBB.support, le portail francophone de MyBB

Full Version: Comment mettre plusieurs cadres "colourful announce"? (1.6)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Si vous désirez obtenir le même résultat que sur le site MyBB.com :
[attachment=707]

Alors vous devez éditer votre "Header Template" par votre Panneau de Contrôle d'Administrateur et ajouter à la fin ce code :

PHP Code:
<style type="text/css">
.
alert {
    
background#FFF6BF;
    
border-top2px solid #FFD324;
    
border-bottom2px solid #FFD324;
    
text-aligncenter;
    
margin10px auto;
    
padding5px 20px;
}

.
notice {
    
background#ADCBE7;
    
border-top2px solid #0F5C8E;
    
border-bottom2px solid #0F5C8E;
    
text-aligncenter;
    
margin10px auto;
    
padding5px 20px;
}

.
notice2 {
    
background#D6ECA6;
    
border-top2px solid #8DC93E;
    
border-bottom2px solid #8DC93E;
    
text-aligncenter;
    
margin10px auto;
    
padding5px 20px;
}
</
style>

<
class="alert"><strong>Latest News:</strong> <a href="http://blog.mybb.com/2010/08/03/mybb-1-6-released/">MyBB 1.6 Released</a> (August 32010)</p>

<
class="notice2"><strong>MyBB on Twitter:</strongFollow <a href="http://www.twitter.com/mybbgroup/">@mybbgroup</a> for the latest on MyBB and exclusive content.</p>

<
class="notice"><strong>Are you on the <a href="http://www.mybboard.com/mailinglist.php">MyBB mailing list?</a></strong> - Sign up for notification of new MyBB releases and updates.</p

Vous pouvez maintenant changer les couleurs, styles et contenus comme bon vous semble!
 Translation utility provided by Regentronique