|  | |
| 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
|
| Sujet: Aujourd'hui c'est "grand ménage sur mon forum" 7/2/2010, 16:09 Par : Tyli | #9489 |
| 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;} |
|
|
| | |
 | | Zeco (Absent pour la semaine)
  Age: 17 Nombre de messages: 3386 Localisation: Ici Emploi/loisirs: Peindre en noir... Humeur: Ca va... Date d'inscription: 30/07/2007
|
| Sujet: Re: Aujourd'hui c'est "grand ménage sur mon forum" 7/2/2010, 16:18 Par : Zeco | #9492 |
| 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 | » presentation par demeter Hier à 20:34
» bouton plus sur sos forum par demeter Hier à 20:33
» PlanèteFoot et ses partenaires par Stéphanois Hier à 20:04
» Analyse la guilde par Dudu 31/8/2010, 17:57
» Portail déformé ? par Joky 28/8/2010, 20:16
» Tableau par Izaya 28/8/2010, 17:04
» Taille des avatars par Jiben 27/8/2010, 12:10
» Profil sur phpbb2 par Laurent 25/8/2010, 08:54
» QEEL, Navigation, Onglet, Widgets.. par Final-Blond 25/8/2010, 08:07
» Infobulle et soucis de hover sur image par Final-Blond 25/8/2010, 08:05
» Selecteur de theme par feuilles de style CSS alterbatives par Final-Blond 25/8/2010, 08:02
» [css] Feuille de style par Final-Blond 25/8/2010, 07:41
|
|
|
|
| |