Scarlett Fondatrice
Messages : 634 Date d'inscription : 16/10/2013 Age : 76 Localisation : Dinan(Bretagne
| Sujet: Code feuille style CSS(Juste changer couleur texte aréa Ven 7 Nov - 20:08 | |
| - Code:
-
body { background-position: center; } .sceditor-container { ...vos propriétés } .sceditor-container { width: 99% !important; margin: auto !important; } .sceditor-container { width: 99% !important; margin: 10px auto !important; } .sceditor-container { width: 99% !important; margin: 10px auto 10px auto !important; } .sceditor-container { width: 99% !important; margin: 10px auto !important; background: #333333 !important; border: 1px solid #333333 !important; } .sceditor-toolbar { background: #141414 !important; border-bottom: 1px solid #141414 !important; } .sceditor-group { background: #444444 !important; border: 1px outset #333333 !important; border-radius: 5px !important; } a.sceditor-button { background: #777777 !important; border-radius: 20px !important; } a.sceditor-button:hover { background: #999999 !important; } a.sceditor-button.active { background: #c2c2c2 !important; } .sceditor-container textarea, .sceditor-container iframe { padding: 5px !important; background: #8BA1CA!important; border: 1px solid #333333 !important; } #av_quickreply img{ position: relative; top: 35px; left: 15px; }
#av_quickreply { float: left; } /*--- Smileys ---*/
.sceditor-emoticons {width: 350px !important; height: 250px !important; overflow: auto !important;} img.smiley {width: auto !important; height : auto !important;} .mini_ava { float: left; } .mini_ava img { width: 40px; height: 40px; margin: 0 5px; border-radius: 10px; transition: all 2s; -moz-transition: all 2s; -webkit-transition: all 2s; -o-transition: all 2s; } .mini_ava img:hover { width: 80px; height: 80px; }*
{QUICK_REPLY_FORM}
if(document.getElementById('i_icon_mini_logout'))document.getElementById(
'polka').style.display='block'; .signature_div img{ max-width: 500px !important; max-height: 200px !important; }/* Centrage automatique dans les messages debut */
tr.post td {
text-align: center;
}
/* Centrage automatique dans les messages fin * tr.annonce td {background-color:#FAB60A!important;} /* Modifie la couleur de fond des annonces */ tr.post-it td {background-color:#FAB60A!important;} /* Modifie la couleur de fond des post-it */ |
|