| | UNE GALERIE D'AVATARS A ETE MISE EN PLACE POUR LES MEMBRES MERCI DE PENSER A COMPLETER VOTRE PROFIL ET DE CHOISIR UN AVATAR |
|
| | Aujourd'hui c'est "grand ménage sur mon forum" |
|---|
 |   | Tyli Membre

Nombre de messages: 102 Localisation: BZH Humeur: Excellente Date d'inscription: 13/10/2009
Remerciements reçus: 1
|
| Sujet: Aujourd'hui c'est "grand ménage sur mon forum" 7/2/2010, 15:09 Par : Tyli | |
| Re-bonjour Aujourd'hui je suis motivée pour remettre un peu d'ordre sur mon forum , je suis sur mon Css et j'avoue que c'est le grand bazar !! ma feuille est remplie de codes piochés à droite à gauche que j'ai trouvé aux cours de mes pérégrinations sur le net !! seulement voilà maintenant je ne sais plus à quoi correspond tous ces codes Y'a t'il un moyen pour bien les répertorier ? Voici mon Css | Spoiler: | | | | Code: | .code { -moz-border-radius-bottomleft:20px; -moz-border-radius-bottomright:20px; -moz-border-radius-topleft:20px; -moz-border-radius-topright:20px; background-color:#B9B58E; padding:10px; } .spoiler { -moz-border-radius-bottomleft:20px; -moz-border-radius-bottomright:20px; -moz-border-radius-topleft:20px; -moz-border-radius-topright:20px; background-color:#B9B58E; padding:5px; } .quote { -moz-border-radius-bottomleft:20px; -moz-border-radius-bottomright:20px; -moz-border-radius-topleft:20px; -moz-border-radius-topright:20px; background-image:(URL du Image de Fond CODE-préf. taille 200x200px en jpg); padding:10px; } input,textarea, select { color : code couleur; font: normal 11px Verdana,Arial,Helvetica,sans-serif; border-color : code coleur; border-radius: 9px 9px; -moz-border-radius: 9px; } .forumline{ -moz-border-radius: 20px 20px 20px 20px ; border-bottom: 6px #5A5947 solid;} .forumline{border: 8px #5A5947 solid;}
A:hover{text-transform:uppercase;}
a:hover{font-style:italic;}
.cattitle{ font-size: 25px ; }
th.secondarytitle { -moz-border-radius-topleft: 10px; -webkit-border-radius-topleft: 10px;}
table.ipbtable tfoot td { background-color: #f27330; }
.name { font-size : 18px; }
textarea { border: 0px; border-left: 2px solid #f01dad; border-right: 2px solid #f01dad; -moz-border-radius : 5px; }
A:hover { background-color:transparent; background-image:url(http://img315.imageshack.us/img315/8362/35co.gif); }
.name a { border-top: 2px dotted #999900; border-bottom: 2px dotted #999900; }
a { text-decoration: none; }
.row1 a { font-weight:bold; }
div.signature { font-family:Monotype Corsiva; }
.postdetails.poster-profile a img { -moz-border-radius-bottomleft:2px; -moz-border-radius-bottomright:2px; -moz-border-radius-topleft:2px; -moz-border-radius-topright:2px; border: 2px solid #006600; }
blink { visibility: expression((function(){ if (!window.IEBlink) { window.IEBlink = "visible"; setInterval(function() { window.IEBlink = (window.IEBlink=="visible"?"hidden":"visible"); var blinks = document.getElementsByTagName("blink"); for (var i=0; i < blinks.length; i++) { blinks[i].style.visibility=window.IEBlink; } }, 700) } return ""; })()); }
.postdetails.poster-profile a img { background-color: #006600; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; border-top: 5px solid #336666; border-bottom: 5px solid #336666; border-left: 5px solid #669900 ; border-right: 5px solid #669900; }
a.forumlink { text-shadow: #FFFFFF 2px 2px 2px; } .row3 a { text-shadow: #FFFFFF 2px 2px 2px; }
.name div span { text-shadow: #FFFFFF 2px 2px 2px; }
#textarea_content iframe, #text_editor_iframe, #text_editor_textarea { /*encadré réponse rapide */ border: 8px solid #336666; }
.button2{ -moz-border-radius: 5px;} |
|
|
| | |
 |   | ze_chaofan De retour de loin

Age: 16 Nombre de messages: 3232 Localisation: Un peu la même que mon ombre Emploi/loisirs: Dormir Humeur: Mnmnhmnhhmnh ? Date d'inscription: 30/07/2007
Remerciements reçus: 169
|
| Sujet: Re: Aujourd'hui c'est "grand ménage sur mon forum" 7/2/2010, 15:18 Par : ze_chaofan | |
| Hello...
Tout d'abord, on peut concentrer les border radius et toutes les sous propriétés, ce qui donne :| Spoiler: | | | | Code: | .code {-moz-border-radius:20px; background-color:#B9B58E; padding:10px; }
.spoiler {-moz-border-radius:20px; background-color:#B9B58E; padding:5px; }
.quote {-moz-border-radius:20px; background-image:(URL du Image de Fond CODE-préf. taille 200x200px en jpg); padding:10px; }
input,textarea, select { color : code couleur; font: normal 11px Verdana,Arial,Helvetica,sans-serif; border-color : code coleur; border-radius: 9px 9px; -moz-border-radius: 9px; }
.forumline{ -moz-border-radius: 20px 20px 20px 20px ; border-bottom: 6px #5A5947 solid; }
.forumline{border: 8px #5A5947 solid;}
a:hover{text-transform:uppercase;}
a:hover{font-style:italic;}
.cattitle{font-size: 25px ;}
th.secondarytitle {-moz-border-radius-topleft: 10px; -webkit-border-radius-topleft: 10px;} table.ipbtable tfoot td {background-color: #f27330;}
.name {font-size : 18px;}
textarea {border: 0px; border-left: 2px solid #f01dad; border-right: 2px solid #f01dad; -moz-border-radius : 5px; }
a:hover{ background-color:transparent; background-image:url(http://img315.imageshack.us/img315/8362/35co.gif); }
.name a{ border-top: 2px dotted #999900; border-bottom: 2px dotted #999900; }
a { text-decoration: none; }
.row1 a { font-weight:bold; }
div.signature { font-family:Monotype Corsiva;}
.postdetails.poster-profile a img { -moz-border-radius:2px; border: 2px solid #006600; }
blink { visibility: expression((function(){ if (!window.IEBlink) { window.IEBlink = "visible"; setInterval(function() { window.IEBlink = (window.IEBlink=="visible"?"hidden":"visible"); var blinks = document.getElementsByTagName("blink"); for (var i=0; i < blinks.length; i++) { blinks[i].style.visibility=window.IEBlink; } }, 700) } return ""; })()); }
.postdetails.poster-profile a img { background-color: #006600; -moz-border-radius:10px; border-top: 5px solid #336666; border-bottom: 5px solid #336666; border-left: 5px solid #669900 ; border-right: 5px solid #669900; }
a.forumlink { text-shadow: #FFFFFF 2px 2px 2px; } .row3 a { text-shadow: #FFFFFF 2px 2px 2px; } .name div span { text-shadow: #FFFFFF 2px 2px 2px;}
#textarea_content iframe, #text_editor_iframe, #text_editor_textarea { border: 8px solid #336666; }
.button2{ -moz-border-radius: 5px;} |
|
EDIT par la guerrière anti-scroll.
|
| | |
| Page 1 sur 1 |
| | Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| | Derniers sujets | » fichier video par ze_chaofan Hier à 21:08
» Installation Catégories comprimées par Ilianna 9/3/2010, 01:31
» pop-up Lorsque vous recevez le MP par Final-Blond 8/3/2010, 20:21
» Menu bizzare par Final-Blond 8/3/2010, 20:18
» installer un sélecteur de thèmes par Final-Blond 8/3/2010, 20:16
» Problème avec catégories comprimées par Final-Blond 8/3/2010, 20:15
» Nouvelle apparence du forum ! par ze_chaofan 8/3/2010, 20:13
» Catégories comprimées [questions] par Final-Blond 8/3/2010, 20:13
» [AIDE] Changer le nom "Membres" par Final-Blond 8/3/2010, 20:11
» Kikou par Ilianna 8/3/2010, 20:03
» Euh... salut ! ^^ par Solitude 8/3/2010, 10:52
» je me presente par Solitude 8/3/2010, 10:52
|
|
|
|
| |