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

aucun résumé des modifications
(Prise en compte nouvelle CSS)
Aucun résumé des modifications
Ligne 6 : Ligne 6 :
#pfForm .ui-widget input,#pfForm .ui-widget{font-size:1em;}
#pfForm .ui-widget input,#pfForm .ui-widget{font-size:1em;}


.skin-vector-disable-max-width .mw-content-container {
  width: auto;
  max-width: 70% !important;
}


html {
html {
Ligne 159 : Ligne 155 :
background-repeat: no-repeat;  
background-repeat: no-repeat;  
background-image: url(/images/f/fd/Losangejaune9.png),url(/images/6/67/Losangebleu9.png);
background-image: url(/images/f/fd/Losangejaune9.png),url(/images/6/67/Losangebleu9.png);
background-position: left 4% top 50%,left 4% top 75%;
background-position: left 4% top 40%,left 4% top 75%;
}
}


#p-Contribuer.vector-menu ul li a {padding-left: 11px;}
#p-Contribuer.vector-menu ul li a {padding-left: 20px;}


@media (max-width: 999px) {
@media (max-width: 999px) {
Ligne 181 : Ligne 177 :


div.mw-page-container {max-width: unset;}
div.mw-page-container {max-width: unset;}
#mw-sidebar-checkbox:not(:checked) ~ .vector-sidebar-container-no-toc ~ .mw-content-container {
  grid-column: sidebar / content;
  margin-right: auto;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 70% !important;
  margin-left: 18%;
}


@media screen and (min-width: 1000px) {
@media screen and (min-width: 1000px) {
Ligne 195 : Ligne 182 :
     padding-left: 0;
     padding-left: 0;
   }
   }
}
div.mw-content-container {
  grid-column: sidebar / content;
  display: flex;
  justify-content: center;
  width: 100% !important;
  max-width: 70% !important;
  margin-left: 18%;
}
}


Ligne 236 : Ligne 214 :
/*MENU*/
/*MENU*/


div#mw-panel #p-Contribuer{background-color: #fff;background-repeat:no-repeat;background-image: url("/images/f/fd/Losangejaune9.png"),url("/images/6/67/Losangebleu9.png");background-position:left top 50%, left top 75%}
div#mw-panel #p-Contribuer{
  background-color: #fff;
  background-repeat:no-repeat;
  background-image: url("/images/f/fd/Losangejaune9.png"),url("/images/6/67/Losangebleu9.png");
  background-position:left top 40%, left top 75%
}


/*TOP*/
/*TOP*/
Ligne 304 : Ligne 287 :
/*div.description p,p.construc{margin-left:0}*/
/*div.description p,p.construc{margin-left:0}*/
.libelle{display:block;color:grey;}
.libelle{display:block;color:grey;}
p>.libelle{margin-left:-4em;}
p>.libelle{margin-left:-2em;}
.section{border-top:1px dashed #ffcf0f}
.section{border-top:1px dashed #ffcf0f}
.thematique{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;}
.thematique{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;}