« MediaWiki:Common.css » : différence entre les versions

Au bon endroit
Aucun résumé des modifications
(Au bon endroit)
 
(17 versions intermédiaires par 3 utilisateurs non affichées)
Ligne 2 : Ligne 2 :


/* <source lang="css"> */
/* <source lang="css"> */
.page-Main_Page h1.firstHeading { display: none; }
   
   
/* Main page fixes */
/* Main page fixes */
Ligne 15 : Ligne 13 :
body.page-Main_Page #mp-topbanner {
body.page-Main_Page #mp-topbanner {
   clear: both;
   clear: both;
}
body.page-Accueil h1.firstHeading {  /* Cache le titre de l'Accueil */
  display: none;
}
}
   
   
Ligne 259 : Ligne 261 :
     border: 0;
     border: 0;
     padding: 0;
     padding: 0;
}
.infoboximage {
    max-width:300px;
    text-align:center;
}
img {
  max-width: inherit;
  max-height: inherit;
  height: inherit;
  width: inherit;
  object-fit: cover;
}
}
   
   
Ligne 943 : Ligne 960 :
     height: 13em;
     height: 13em;
}
}
/* Pie chart test: Transparent borders */
.transborder {
    border: solid transparent;
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
   
   
/* Reduce line-height for <sup> and <sub> */
/* Reduce line-height for <sup> and <sub> */
Ligne 948 : Ligne 973 :
     line-height: 1em;
     line-height: 1em;
}
}
   
   
/* The backgrounds for galleries. */
/* The backgrounds for galleries. */
Ligne 980 : Ligne 1 004 :


.quote
.quote
{
background: url(http://vpmedias.fr/wp-content/themes/premiumnews/functions/images/quote.png) no-repeat 0 3px;
margin: 1em 20px;
padding: 0 0 0 55px;
font-family: serif;
font-size: 1.2em;
font-style: italic;
color:#777;
min-height: 32px;
}


{ background: url(http://vpmedias.fr/wp-content/themes/premiumnews/functions/images/quote.png) no-repeat 0 3px; margin: 1em 20px;padding: 0 0 0 55px;font-family: serif; font-size: 1.2em;font-style: italic; color:#777;min-height: 32px; }
/* </source> */
/* </source> */