BLOG'BUZZ Forum Index

Aller en bas de la page

Share/Bookmark


 CLIQUEZ ICI ET ENREGISTREZ VOUS !! 
    Bienvenue !!  Guest 
             
[Résolu] Doublons dans mon CSS


 
Post new topic   Reply to topic    BLOG'BUZZ Forum Index -> AIDE POUR MON BLOG ou MON SITE !!! -> CSS & HTML !! Photobucket
Previous topic :: Next topic  
Lefantomedurezo
Membre
Membre

Offline


Joined: 05 Aug 2009
Posts: 18

 PostPosted: Tue 11 Aug - 09:38    Post subject: [Résolu] Doublons dans mon CSS Reply with quote Back to top

Bonjour, j'ai remarqué que sur mon CSS original (celui du theme non modifié) il y a des doublons de classes, avec les même paramettres dessus:

est ce normal?

et si il y a des paramettres contradictoires sur le CSS, lequel sera pris en compte au chargement de la page?
___________________________________
http://lefantomedurezo.over-blog.com/
 
Visit poster’s website
Rony
Administrateurs
Administrateurs

Offline


Joined: 29 Jan 2009
Posts: 1,773
Masculin Vierge (24aoû-22sep) 虎 Tigre

 PostPosted: Tue 11 Aug - 10:20    Post subject: [Résolu] Doublons dans mon CSS Reply with quote Back to top

à mon avis si tu as des doublons sur le thème original, cela doit être normal, c'est ton hébergeur qui a créé le code css donc il sait ce qu'il fait !!  (mais je viens de regarder ton css et je ne constate pas de doublons Shocked ) peux tu être plus précis !!!!!!!

quant aux paramètres  c'est en général le dernier ajouté qui fait loi !!

mais on va attendre le retour de notre pro "Cire69" pour en avoir confirmation !! Wink
___________________________________
Il vaut mieux savoir un peu de tout, que tout sur très peu.
(Blaise PASCAL)


afin que vos questions et les réponses apportées servent à tous ! Je ne réponds pas aux MP demande d'aide.
 
jipi
Modérateur & Analyste
Modérateur & Analyste

Offline


Joined: 23 Mar 2009
Posts: 1,134
Localisation: paris
Masculin Capricorne (22déc-19jan)

 PostPosted: Tue 11 Aug - 12:40    Post subject: [Résolu] Doublons dans mon CSS Reply with quote Back to top

Moi cette question et la réponse de rony m'amenent à me poser une autre question du coup.

Ne pourrait-on pas alléger la page (et donc le temps de chargement) en supprimant les doublons§? Puisque ded toute façon ce sont les derniers paramètres qui font foi.
___________________________________
Aide gratuite webmasters
Assistance, dépannage, initiation informatique à domicile
Grat'logs
 
Visit poster’s website MSN
Lefantomedurezo
Membre
Membre

Offline


Joined: 05 Aug 2009
Posts: 18

 PostPosted: Wed 12 Aug - 00:08    Post subject: [Résolu] Doublons dans mon CSS Reply with quote Back to top

il y a deux fois le .article
le body aussi.

un tout au debut et un tout à la fin du css (d'origine)
Code: Sélectionner - Agrandir / Réduire
[list=1][*][table cellpadding="3" cellspacing="1" border="0" align="center" width="90%"][tr][td][*]body, html {padding: 0px; margin: 0px;}  [*]#global{padding: 0px; margin: 0px auto; width: 950px;}  [*]  [*].ln {clear:both;}  [*].cl {float:left;}  [*].clear {clear:both;}  [*]  [*]/* modele */  [*]#cl_0_0 {margin:0px 0px 15px 0px; padding:0px; width:100%;}  [*]#cl_1_0 {margin:0 10px 0 0; width:625px; padding:5px}  [*]#cl_1_1 {margin:0px; width:300px; }  [*]#cl_2_0 {width:100%; margin:15px 0 0 0 ;}  [*].box {width:100%; overflow:hidden;}  [*]  [*]/* common screen */  [*]  [*]/* @group general */  [*]  [*]* {  [*]    margin: 0;  [*]    padding: 0;  [*]    outline: none;  [*]}  [*]  [*][color=#ff0000]body {  [/color][*]    font: normal 62.5% Arial, Helvetica, sans-serif;  [*]}     [*]  [*]#global {  [*]    background-repeat: repeat-x;  [*]}  [*]  [*]body, #miniGlobal {  [*]    background-color: #232323;  [*]    color: #e3e3e3;  [*]}  [*]  [*]img {  [*]    border: 0;  [*]}  [*]  [*]a {  [*]    text-decoration: underline;  [*]}  [*]  [*]a:hover {  [*]    text-decoration: underline;  [*]}  [*]  [*]p {  [*]    margin: .8em 0 .5em 0;  [*]}  [*]  [*]h1, h2, h3 {  [*]    font-weight: bold;  [*]    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;  [*]}  [*]  [*]input, textarea {  [*]    border: 0;  [*]    font: normal 12px Arial,Helvetica,sans-serif;  [*]    padding: 2px 5px;  [*]    background-repeat: no-repeat;  [*]    padding: 2px 5px;  [*]    background-color: #FFFFFF;  [*]}  [*]  [*]input.button, input.hitSubmit, input.submit {  [*]    border: 0;  [*]    font-family: bold 12px Arial, Helvetica, sans-serif;  [*]    padding: 2px 5px 1px;  [*]    text-transform: uppercase;  [*]    overflow: visible;  [*]    cursor: pointer;  [*]    font-weight: bold;  [*]}  [*]  [*]input.checkbox, input.radio {  [*]    background: none;  [*]    border: 0;  [*]    color:#FFF;  [*]}  [*]  [*]input.button, input.hitSubmit, input.submit, .afterReactions .spanAddComment {  [*]    background-repeat: repeat-x;  [*]    border-width: 1px;  [*]    border-style: solid;  [*]}  [*]  [*]textarea {  [*]    margin: 5px 0;  [*]}  [*]  [*]legend {  [*]    padding-left: 5px;  [*]    padding-right: 5px;  [*]}  [*]  [*]/* @end */  [*]  [*]/* @group header */  [*]  [*]#top {  [*]    text-align: left;  [*]    background-repeat: no-repeat;  [*]    padding: 20px 20px 30px;  [*]    background-position: left bottom;  [*]    overflow: hidden;  [*]    width: 910px;  [*]    min-height: 65px;  [*]}  [*]  [*]#header {  [*]    font-size: 1.2em;  [*]    background-repeat: no-repeat;  [*]    background-position: top;  [*]    min-height: 83px;  [*]    height:auto!important;  [*]    height:83px;  [*]}  [*]  [*]#top h1 {  [*]    padding: 0px;  [*]    margin: 0px;  [*]    font-size: 4em;  [*]    letter-spacing: -1px;  [*]    width: 910px;  [*]}  [*]  [*]#top a {  [*]    text-decoration: none;  [*]}  [*]  [*]#top, #top a {  [*]    color: #FFF;  [*]}  [*]  [*]#top .box-content {  [*]    padding: 0px;  [*]    background: transparent;  [*]    border: 0px none;  [*]}  [*]  [*]#top .box-titre {  [*]    display: none;  [*]}  [*]  [*]#top .box-footer {  [*]    display: none;  [*]}  [*]  [*]/* @end */  [*]  [*]/* @group footer */  [*]  [*]#footer p {  [*]    margin: 0;  [*]    padding: 0;  [*]}  [*]  [*]#footer .box-content {  [*]    padding: 0px;  [*]    background: transparent;  [*]    border: 0px none;  [*]}  [*]  [*]#footer .box-titre {  [*]    display: none;  [*]}  [*]  [*]#footer .box-footer {  [*]    display: none;  [*]}  [*]  [*]/* [*] [*] @end */  [*]  [*]/* @group content */  [*]  [*]#ln_1 {  [*]    padding: 0;  [*]    background-repeat: repeat-y;  [*]}  [*]  [*]* html #ln_1{  [*]    float:left;   [*]}  [*]*+html #ln_1 {  [*]    float:left;   [*]}  [*]  [*].pagination {  [*]    margin-bottom: 2px;  [*]}  [*]  [*].box-content p {  [*]    margin: 0;  [*]    padding: 3px;  [*]}  [*]  [*]/* @end */  [*]  [*]/* @group articles */  [*]  [*][color=#990000].article {  [/color][*]    margin-top: 5px;  [*]    padding: 0 0 0 0;  [*]    font-size: 1.2em;  [*]    line-height: 1.4;  [*]}  [*]  [*].article font {  [*]    line-height: normal;  [*]}  [*]  [*].contenuArticle {  [*]    padding: 0px 0px 5px 5px;  [*]    margin: 0px;  [*]    text-align: justify;  [*]}  [*]  [*].divTitreArticle h2 {  [*]    border: 0;  [*]    font-weight: bold;  [*]    margin: 10px 0 5px 0;  [*]    padding: 7px 0px 4px;  [*]    font-size: 1.6em;  [*]}  [*]  [*].divTitreArticle h2 a {  [*]    text-decoration: none;  [*]}  [*]  [*].topic {  [*]      [*]}  [*]  [*].topic a {  [*]    text-transform: lowercase;  [*]}  [*]  [*].contenuArticle img {  [*]    border-style: solid;  [*]    border-width: 1px;  [*]    padding: 3px;  [*]    background-color: #494949;  [*]    border-color: #3A3A3A;  [*]}  [*]  [*].contenuArticle img.GcheTexte {  [*]    float: left;  [*]    margin: 3px 10px 3px 0;  [*]}  [*]  [*].beforeArticle {  [*]    padding: 0;  [*]    margin: 25px 0 0 0;  [*]    width: 100%;  [*]    text-align: right;  [*]    border-bottom: 1px solid #3D3D3D;  [*]}  [*]  [*].cl ul {  [*]    margin: 0;  [*]    padding: 0;  [*]}  [*]  [*].contenuArticle, .extrait {  [*]      [*]}  [*]  [*].contenuArticle p {  [*]    margin: 10px 0;  [*]    padding: 0;  [*]}  [*]  [*].contenuArticle ul {  [*]    margin: 10px 15px;  [*]    padding: 0;  [*]}  [*].contenuArticle ol {  [*]    margin: 10px 15px;  [*]    padding: 0;  [*]}  [*]  [*].contenuArticle ul li {  [*]    margin: 0;  [*]    padding: 0;  [*]    background-repeat: no-repeat;  [*]    background-position: 0 4px;  [*]}  [*]  [*].extraitArticle {  [*]    margin-top: 10px;  [*]    margin-bottom: 20px;  [*]}  [*]  [*].hrExtrait {  [*]    display: none;  [*]}  [*]  [*].afterArticle, .plusExtrait {  [*]    margin: 0px;  [*]    padding: 6px 0 2px 0;  [*]    font-size: .95em;  [*]    text-align: right;  [*]}  [*]  [*].afterArticle a {  [*]    text-decoration: underline;  [*]}  [*]  [*].afterArticle a:hover {  [*]    text-decoration: none;  [*]}  [*]  [*].afterReactions {  [*]    margin-top: 20px;  [*]    padding: 2px 10px 2px 0px;  [*]    font-size: 1.1em;  [*]}  [*]  [*]/* @end */  [*]  [*]/* @group sidebar */  [*]  [*].box {  [*]    font-size: 1.1em;  [*]    line-height: 1.3;  [*]    margin: auto auto 15px;  [*]    padding: 0pt 15px 10px;  [*]    background-repeat: repeat-x;  [*]    background-position: bottom;  [*]    background-color: #333232;  [*]}  [*]  [*].box.pub {  [*]    padding-left: 0;  [*]    padding-right: 0;  [*]}  [*]  [*].box.pub .box-titre {  [*]    padding-left: 15px;  [*]    padding-right: 15px;  [*]}  [*]  [*].box.pub .box-content h2 {  [*]    font: bold 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;  [*]}  [*]  [*].box.pub .box-content div div h2, .box.pub .box-content div div div {  [*]    padding: 0 10px;  [*]}  [*]  [*].box li a, .box li a:hover {  [*]    color: #e3e3e3;  [*]}  [*]  [*].box h2 {  [*]    text-transform: uppercase;  [*]    font-size: 18px;  [*]    line-height: 20px;  [*]    color: #FFF;  [*]}  [*]  [*].box img {  [*]    background: #FFF;  [*]}  [*]  [*].box-titre {  [*]    padding-bottom: 5px;  [*]}  [*]  [*].box li {  [*]    list-style-type: none;  [*]}  [*]  [*].box li {  [*]    border-bottom-color: #3D3D3D;  [*]}  [*]  [*].box li:hover {  [*]    background-color: #393939;  [*]}  [*]  [*].box.articlerecent li,  [*].box.articlerecent li:hover,  [*].box.album li,  [*].box.album li:hover,  [*].box.categorie li,  [*].box.categorie li:hover,  [*].box.commentrecent li,  [*].box.commentrecent li:hover,  [*].box.archive li ,  [*].box.archive li:hover {  [*]    border-bottom-width: 1px;  [*]    border-bottom-style: solid;  [*]    display: block;  [*]    padding: 2px 5px 5px 5px;  [*]    text-decoration: none;  [*]}  [*]  [*].box.articlerecent a,  [*].box.album a,  [*].box.categorie a,  [*].box.commentrecent a,  [*].box.archive a {  [*]    text-decoration: none;  [*]}  [*]  [*].box li a.newWindow {  [*]    border: 0;  [*]    display: inline;  [*]    padding: 0;  [*]}  [*]  [*].box-content ul {  [*]    margin: 10px 0;  [*]}  [*]  [*].box .box-footer {  [*]    display: none;  [*]}  [*]  [*].box.presentation {  [*]    line-height: 1.4;  [*]}  [*]  [*].box.presentation a, .box.presentation a:hover {  [*]    text-decoration: underline;  [*]    border: 0;  [*]    padding: 0;  [*]    background: none;  [*]}  [*]  [*].box.presentation h3 {  [*]    margin: 5px 0pt;  [*]    text-transform: uppercase;  [*]    font-size: 1.3em;  [*]}  [*]  [*].box.presentation h3 a {  [*]    text-decoration: none;  [*]}  [*]  [*].listAll em {  [*]    font-style: normal;  [*]    text-transform: capitalize  [*]}  [*]  [*].listAll a {  [*]    text-decoration: underline;  [*]}  [*]  [*]/* calendrier */  [*]  [*].box.calendrier {  [*]    padding-left: 0;  [*]    padding-right: 0;  [*]}  [*]  [*].box.calendrier .box-titre {  [*]    padding-left: 15px;  [*]    padding-right: 15px;  [*]}  [*]  [*].calendarTable1 {  [*]    width: 100%;  [*]    font-size: .9em;  [*]}  [*]  [*].calendarTable1 {  [*]    padding: 0;  [*]}  [*]  [*].calendarTop1 {  [*]    background-color: #393939;  [*]}  [*]  [*].calendarHeader1 {  [*]    background-color: #393939;  [*]}  [*]  [*].calendarDays1 {  [*]    background-color: #393939;  [*]    color: #E3E3E3;  [*]}  [*]  [*].calendarTable1 {  [*]    background: transparent;  [*]}  [*]  [*].calendarToday1, .calendarToday1 a, .calendarToday1 a:hover {  [*]    color: #000;  [*]}  [*]  [*]/* recommander */  [*]#divRecommander {  [*]      [*]}  [*]  [*]#divRecommander span {  [*]    font-size: larger;  [*]}  [*]  [*]#divRecommander legend {  [*]    font-size: larger;  [*]}  [*]  [*]#divRecommander fieldset {  [*]    padding: 3px;  [*]    margin: 5px;  [*]}  [*]  [*].linkRecomm {  [*]    text-transform: capitalize;  [*]}  [*]  [*]/* album */  [*]  [*].box.album .center, .box.aleaim .center {  [*]    text-align: left !important;  [*]}  [*]  [*]/* syndication */  [*]  [*].w3c li a {  [*]    border: 0;  [*]    padding: 0;  [*]}  [*]  [*].w3c li a:hover {  [*]    background: transparent;  [*]}  [*]  [*]/* recherche */  [*]  [*].box.recherche input {  [*]    padding: 3px 4px;  [*]}  [*]  [*].box.recherche input.button {  [*]    padding: 1px 5px;  [*]    border-width: 1px;  [*]}  [*]  [*]/* @end */  [*]  [*]/* @group comments */  [*]  [*].afterReactions .spanAddComment, input.button, .afterReactions a {  [*]    color: #FFF;  [*]}  [*]  [*].commentMessage {  [*]    margin: 0 5px 0 5px;  [*]    padding: 4px 7px 4px 7px;  [*]}  [*]  [*].commentOption {  [*]    text-align: right;  [*]    margin-bottom: 10px;  [*]    padding: 1px 10px 2px 10px;  [*]    color: #9c9c9c;  [*]}  [*]  [*].commentMessage {  [*]    background-color: #353535;  [*]}  [*]  [*].commentOption a {  [*]    color: #9c9c9c;  [*]}  [*]  [*]#formComment label {  [*]    width: 70px;  [*]}  [*]  [*].commentMessage {  [*]    margin: 0px;  [*]    padding: 10px;  [*]    font-size: 1.1em;  [*]    line-height: 1.2em;  [*]    border: 0;  [*]}  [*]  [*].responseMessage, .responseOption {  [*]    margin-left: 20px;  [*]}  [*]  [*].commentOption {  [*]    text-align: right;  [*]    margin-bottom: 10px;  [*]    padding: 3px 5px 2px 5px;  [*]    background-repeat: repeat-x;  [*]    font-size: 10px;  [*]}  [*]  [*]h2.h2commentMessage {  [*]    margin: 10px 0 5px 0;  [*]    font-size: 16px;  [*]    color: #FFF;  [*]}  [*]  [*].afterReactions .spanAddComment {  [*]    font-size: 1.1em;  [*]    text-transform: capitalize;  [*]    font-weight: bold;  [*]    padding: 3px 5px;  [*]}  [*]  [*].afterReactions .spanAddComment a {  [*]    text-decoration: none;  [*]}  [*]  [*]#miniGlobal {  [*]    margin-top: -10px;  [*]    font-size: 1.1em;  [*]}  [*]  [*]#miniGlobal .center {  [*]    margin: 10px;  [*]}  [*]  [*]#miniGlobal h2 {  [*]    font-size: 1.6em;  [*]}  [*]  [*]#img_key {  [*]    vertical-align: middle;  [*]}  [*]  [*]/* @end [*] [*] */  [*]  [*]/* @group list all */  [*]  [*].resumeArticle {  [*]    margin-top: 5px;  [*]}  [*]  [*].listArticles {  [*]    font-size: 1.2em;  [*]    line-height: 1.3em;  [*]    padding: 10px 0;  [*]    border-bottom-style: solid;  [*]    border-bottom-width: 1px;  [*]}  [*]  [*].listArticles a, .listArticles a:hover {  [*]    font-weight: bold;  [*]    text-decoration: underline;  [*]}  [*]  [*].listArticles a:hover {  [*]    font-weight: bold;  [*]    text-decoration: underline;  [*]}  [*]  [*].listArticles a, .listArticles a:hover {  [*]    font-size: 1em;  [*]    font-weight: bold;  [*]    text-decoration: underline;  [*]}  [*]  [*]/* @end */  [*]  [*]/* @group misc */  [*]  [*]#ln_2 {  [*]    background-repeat: no-repeat;  [*]}  [*]  [*]#cl_1_1, #cl_1_2, #cl_1_0 {  [*]    position: relative;  [*]}  [*]  [*]#debug_hidden {  [*]    display: none;  [*]}  [*]  [*].GcheTexte {  [*]    float: left;  [*]    margin: 3px;  [*]}  [*]  [*].DrteTexte {  [*]    float: right;  [*]    margin: 3px;  [*]}  [*]  [*].CtreTexte {  [*]    margin: 3px auto;  [*]    display: block;  [*]}  [*]  [*].hitcitation {  [*]    font-style: italic;  [*]    text-align: justify;  [*]    padding: 5px 20px;  [*]    background: transparent !important;  [*]}  [*]  [*].hitencart {  [*]    text-align: justify;  [*]    font-weight: bold;  [*]    margin: 5px 0px;  [*]    padding: 5px 5px;  [*]}  [*]  [*].hitimportant {  [*]    font-weight: bold;  [*]    font-weight: bold;  [*]    font-size: 120%;  [*]}  [*]  [*].hitperso1 {  [*]    font-style: italic;  [*]}  [*]  [*].hitperso2 {  [*]    font-weight: bold;  [*]}  [*]  [*]#legals {  [*]    padding: 20px 0;  [*]}  [*]  [*]/* @end */  [*]  [*]/* @group right clic menu */  [*]  [*]#menuClicDroit {  [*]    position: absolute;  [*]    top: 0px;  [*]    left: 0px;  [*]    z-index: 500;  [*]    visibility: hidden;  [*]    background-color: #333232;  [*]    border: 1px solid #3A3A3A;  [*]    padding: 5px;  [*]    color: #E3E3E3;  [*]}  [*]  [*]#menuClicDroit li {  [*]    list-style-type: none;  [*]    margin: 0px;  [*]    padding: 0px  [*]}  [*]  [*]#menuClicDroit ul {  [*]    margin: 0px;  [*]    padding: 0px  [*]}  [*]  [*]#menuClicDroit a {  [*]    color: #E3E3E3;  [*]}  [*]  [*]/* @end */  [*]  [*]/* @group list all */  [*]  [*].resumeArticle {  [*]    background: transparent;  [*]}  [*]  [*].listArticles {  [*]    border-color: #3D3D3D;  [*]}  [*]  [*]/* @end */  [*]  [*]/* @group pagination */  [*]  [*].pagination {  [*]    margin-top: 10px;  [*]    margin-bottom: 30px;  [*]}  [*]  [*].pagination b.currentPage {  [*]    color: #FFF;  [*]}  [*]  [*].nextPage, .textNext, .previousPage, .textPrevious,.textLast,.textFirst {  [*]    border: 1px solid #3D3D3D;  [*]    border-top-color: #525252;  [*]    text-decoration: none;  [*]    background: #393939;  [*]    padding: 3px;  [*]    text-transform: uppercase;  [*]}  [*]  [*]/* @end */  [*]  [*]/* @group search */  [*]  [*].divTitleSearch h2 {  [*]    color: #FFF;  [*]    margin-bottom: 4px;  [*]}  [*]  [*].divSearchConcepts {  [*]    font-size: 12px;  [*]    margin-bottom: 10px;  [*]}  [*]  [*].divSearchConcepts h3, h3.searchResultsTitle {  [*]    font: normal 12px Arial, Helvetica, sans-serif;  [*]}  [*]  [*]  [*].searchResult {  [*]    padding: 10px 0 0 0;  [*]    font-size: 11px;  [*]    color: #CCC;  [*]}  [*]  [*].searchResult div {  [*]    color: #FFF;  [*]    font-size: 12px;  [*]}  [*]  [*].searchResult h3, .divSearchResults h3 {  [*]    font-size: 13px;  [*]    margin-bottom: 4px;  [*]}  [*]  [*]  [*]  [*].error {  [*]border:2px dashed red;  [*]color:red;  [*]display:block;  [*]font-weight:bold;  [*]margin:3px;  [*]padding:5px;  [*]text-align:center;  [*]}  [*]  [*]  [*].ok {  [*]border:2px dashed #00CC99;  [*]color:#00CC99;  [*]display:block;  [*]font-weight:bold;  [*]margin:3px;  [*]padding:5px;  [*]text-align:center;  [*]}  [*]/* @end */  [*]  [*]  [*]/* common article struct  7 */  [*]#cl_0_0 {  [*]    margin-bottom: 0;  [*]}  [*]  [*]#cl_1_0 {  [*]    width:630px;  [*]}  [*]  [*]#cl_1_1 {  [*]    margin-top: -15px;  [*]}  [*]  [*].box {  [*]    width: auto;  [*]}  [*]  [*]#global {margin:20px auto;}/*----------------------------------------------------------------------------*/  [*]/* Variation                                                                  */  [*]/*----------------------------------------------------------------------------*/  [*]/* default blue common screen */  [*]  [*]/* @group colors */  [*]  [*]a,  [*].box.presentation a,  [*].box.presentation li a,  [*].box .listAll a,  [*].box.concours a,  [*].titreArticle,  [*].infoExtrait,  [*].titreArticle,  [*].divTitreArticle h2,  [*].divPageTitle h2,  [*].titreExtrait a,  [*]a.linkRecomm,  [*].presentation h3 a,  [*].listArticles a,  [*]#miniGlobal h2,  [*].newWindow a,  [*].box a,  [*].box a:hover {  [*]    color: #2EA6E1;  [*]}  [*]  [*].calendarToday1 {  [*]    background: #2EA6E1;  [*]}  [*].calendarToday1, .calendarToday1 a, .calendarToday1 a:hover {  [*]    color: #FFF;  [*]}  [*]  [*]  [*]a:hover,  [*].box.presentation a:hover,  [*].box.presentation li a:hover,  [*].box .listAll a:hover,  [*].box.concours a:hover,  [*].titreArticle:hover,  [*].presentation h3 a:hover,  [*].listArticles a:hover,  [*].titreArticle:hover,  [*].titreExtrait a:hover,  [*].newWindow a:hover,  [*]a.linkRecomm:hover {  [*]    color: #86d3f9;  [*]}  [*]  [*]input.button, input.hitSubmit, input.submit, .afterReactions .spanAddComment, .afterReactions .spanAddTrackback {  [*]    background-color: #1e99d5;  [*]    border-color: #1e99d5;  [*]}  [*]  [*]/* @end */  [*]  [*]#header {  [*]    background-color: #1f9bd6;  [*]    background-image: url(http://fdata.over-blog.net/99/00/00/01/designs/267/blue/pics/bg-top.gif);  [*]}  [*]  [*].contenuArticle ul li {  [*]/*  background-image: url(http://fdata.over-blog.net/99/00/00/01/designs/267/blue/pics/bullet.gif);*/  [*]}  [*]  [*].pageContent ul li {  [*]/*  background-image: url(http://fdata.over-blog.net/99/00/00/01/designs/267/blue/pics/bullet.gif);*/  [*]}  [*]  [*].afterReactions .spanAddComment, .afterReactions .spanAddTrackback, input.button {  [*]    background-image: url(http://fdata.over-blog.net/99/00/00/01/designs/267/blue/pics/bg-button.gif);  [*]}  [*]  [*].box {  [*]    background-image: url(http://fdata.over-blog.net/99/00/00/01/designs/267/blue/pics/bg-box.gif);  [*]}  [*]  [*]input, textarea {  [*]    background-image: url(http://fdata.over-blog.net/99/00/00/01/designs/267/blue/pics/bg-field.gif);  [*]}  [*]  [*].commentOption {  [*]    background-image: url(http://fdata.over-blog.net/99/00/00/01/designs/267/blue/pics/bg-comment-meta.gif);  [*]}  [*]  [*].concours a img {border: 0px; background: transparent; margin: 0px;}  [*].concours {padding-right: 0px;}  [*]  [*]  [*]/* ray blue article 7 */  [*]  [*]#ln_1 {  [*]    background-image: url(http://fdata.over-blog.net/99/00/00/01/designs/267/blue/pics/bg-content_7.gif);  [*]}  [*]  [*]#top {  [*]    background-image: url(http://fdata.over-blog.net/99/00/00/01/designs/267/blue/pics/bg-header_7.gif);  [*]}  [*]  [*]#header {  [*]    background-color: #1f9bd6;  [*]    background-image: url(http://fdata.over-blog.net/99/00/00/01/designs/267/blue/pics/bg-top.gif);  [*]    font-size: 1.2em;  [*]    background-repeat: no-repeat;  [*]    background-position: top;  [*]    min-height: 83px;  [*]    height:auto!important;  [*]    height:83px;  [*]}  [*]  [*]#ln_2 {  [*]    background-image: url(http://fdata.over-blog.net/99/00/00/01/designs/267/blue/pics/bg-sidebar-bottom_7.gif);  [*]    background-position: right top;  [*]    padding:20px 0 5px 10px;  [*]}  [*]  [*]/* @group user */  [*]  [*][color=#990000]body {  [/color][*]    background-color: #232323;  [*]    color: #E3E3E3;  [*]    font-family: Arial,Helvetica,sans-serif;  [*]}  [*]  [*]a {  [*]    color: #2EA6E1;  [*]}  [*]  [*]#top {  [*]    padding: 20px 20px 30px;  [*]    text-align: left;  [*]    color: #FFF;  [*]}  [*]  [*].box-titre {  [*]    padding-bottom: 5px;  [*]}  [*]  [*].beforeArticle {  [*]    padding: 0;  [*]    margin: 25px 0 0 0;  [*]    width: 100%;  [*]    text-align: right;  [*]    border-bottom: 1px solid #3D3D3D;  [*]}  [*]  [*][color=#990000].article {  [/color][*]    margin-top: 5px;  [*]    padding: 0 0 0 0;  [*]    font-size: 1.2em;  [*]    line-height: 1.3;  [*]}  [*]  [*].contenuArticle {  [*]    padding: 0px 0px 5px 5px;  [*]    margin: 0px;  [*]    text-align: justify;  [*]}  [*].beforePage {  [*]    padding: 0;  [*]    margin: 25px 0 0 0;  [*]    width: 100%;  [*]    text-align: right;  [*]    border-bottom: 1px solid #3D3D3D;  [*]}  [*]  [*].page {  [*]    margin-top: 5px;  [*]    padding: 0 0 0 0;  [*]    font-size: 1.2em;  [*]    line-height: 1.3;  [*]}  [*]  [*].box {  [*]    margin: auto auto 15px;  [*]    background-color: #333232;  [*]}  [*]  [*].commentOption {  [*]    font-size: 10px;  [*]    color: #9c9c9c;  [*]}  [/td][/tr][/table][/list]

___________________________________
http://lefantomedurezo.over-blog.com/
 
Visit poster’s website
Rony
Administrateurs
Administrateurs

Offline


Joined: 29 Jan 2009
Posts: 1,773
Masculin Vierge (24aoû-22sep) 虎 Tigre

 PostPosted: Wed 12 Aug - 18:12    Post subject: [Résolu] Doublons dans mon CSS Reply with quote Back to top

C'est normal !! Smile

Avant tout, regarde bien (si je reprends ton exemple concernant le body, tu verras qu'il est attribué à 2 groupes différents !!)





 
Code: Sélectionner - Agrandir / Réduire



le premier :
·  ·  /* @group general */  <==ICI
  ·    
  ·  * {  
  ·      margin: 0;  
  ·      padding: 0;  
  ·      outline: none;  
  ·  }  
  ·    
  ·  body {  
  ·      font: normal 62.5% Arial, Helvetica, sans-serif;  

 
















 
Code: Sélectionner - Agrandir / Réduire



et le second :
·  /* @group user */  <== ICI
  ·    
  ·  body {  
  ·      background-color: #232323;  
  ·      color: #E3E3E3;  
  ·      font-family: Arial,Helvetica,sans-serif;  

 












Donc 2 fonctions et emplacements distincts ! Smile
Si tu veux plus d'explications  le boss sera plus à même de te renseigner Smile
___________________________________
Il vaut mieux savoir un peu de tout, que tout sur très peu.
(Blaise PASCAL)


afin que vos questions et les réponses apportées servent à tous ! Je ne réponds pas aux MP demande d'aide.
 
Lefantomedurezo
Membre
Membre

Offline


Joined: 05 Aug 2009
Posts: 18

 PostPosted: Wed 12 Aug - 22:26    Post subject: [Résolu] Doublons dans mon CSS Reply with quote Back to top

et pour article et trucmuchearticle?
___________________________________
http://lefantomedurezo.over-blog.com/
 
Visit poster’s website
Pelletc
Modérateur & Analyste
Modérateur & Analyste

Online


Joined: 02 Feb 2009
Posts: 492
Localisation: montlucon
Masculin Capricorne (22déc-19jan)

 PostPosted: Thu 13 Aug - 06:19    Post subject: [Résolu] Doublons dans mon CSS Reply with quote Back to top

pareil !

Dans ton CSS tu as plusieurs CSS, une partie pour ta page "groupe user" et un page "groupe générale"! Si tu modifie celui de groupe user, il n'y aura pas d'effert sur groupe generale!
___________________________________
 
Visit poster’s website MSN
cire69
Administrateurs
Administrateurs

Offline


Joined: 30 Jan 2009
Posts: 1,141
Masculin Gémeaux (21mai-20juin)

 PostPosted: Fri 14 Aug - 21:48    Post subject: [Résolu] Doublons dans mon CSS Reply with quote Back to top

c'est juste une question d'organisation du créateur de la feuille de style !

que tu ais un ou plusieurs codes avec différentes valeurs dans chaque code n'auras pas d'incidences sur quoi que ce soit !
la ou tu peu avoir des contradictions, serait si deux codes comporteraient deux propriétés avec des valeurs contradictoires !

tu peu très bien rassembler les propriétés dans leurs codes respectifs,  ça ne changera rien !

chaque créateur de feuille à son petit truc pour s'y retrouver, maintenant si tu veux les rassembler pour t'y retrouver autrement, pas de soucis, tu peu y aller ! Wink

attention pelletc, c'est pas tout à fait ça !
c'est vrai, il a plusieurs css, mais s'il applique une propriétés à la balise body d'une page, cela s'appliquera également sur toutes ses pages !

avant de faire une modif sur un css, il faut d'abord vérifier à quelle class ou balise ce codes appartient ! Wink
 
Visit poster’s website
Display posts from previous:   
Post new topic   Reply to topic    BLOG'BUZZ Forum Index -> CSS & HTML !! Photobucket All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
Share/Bookmark
Retour en haut de la page

Portal | Index | Administration Panel | Create a forum | Free support forum | Free forums directory | Report a violation | Conditions générales d'utilisation

Cobalt 2.0 phpBB theme/template by Jakob Persson.
Copyright © 2002-2004 Jakob Persson


Powered by phpBB © 2001, 2010 phpBB Group

Protected by Copyscape DMCA Plagiarism Scanner