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


Aucun résumé des modifications
Aucun résumé des modifications
Ligne 27 : Ligne 27 :
// LOGOS BAS DE PAGE  
// LOGOS BAS DE PAGE  


.footer-places:after { content: '<hr> <div><script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5a95bff17a5d613d"></script> <div style="float: left;"class="addthis_inline_share_toolbox"></div> &nbsp; <a href="https://www.oqlf.gouv.qc.ca/"><img src='https://datafranca.org/images/oqlf-logo-bas-48.png'  height="48" ></a> &nbsp;<a href="http://crdm.ulaval.ca/"><img src='https://datafranca.org/images/crdm-footer.png'  height="48" ></a><a href="https://mila.quebec/"><img src='https://datafranca.org/images/mila-footer.png'  height="45" >  <a href="https://www.teluq.ca/"><img src='https://datafranca.org/images/uteluq-footer.png'  height="48" ></a> <a href="https://ai.google/research/teams/brain/"><img src='https://datafranca.org/images/google-footer.png'  height="40" ></a>  <hr>'; }
#footer-places:after { content: "<hr><div><script type='text/javascript' src='//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5a95bff17a5d613d'></script> <div style='float: left;'class='addthis_inline_share_toolbox'></div> &nbsp; <a href='https://www.oqlf.gouv.qc.ca/'><img src='https://datafranca.org/images/oqlf-logo-bas-48.png'  height='48' ></a> &nbsp;<a href='http://crdm.ulaval.ca/'><img src='https://datafranca.org/images/crdm-footer.png'  height='48' ></a><a href='https://mila.quebec/'><img src='https://datafranca.org/images/mila-footer.png'  height='45' >  <a href='https://www.teluq.ca/'><img src='https://datafranca.org/images/uteluq-footer.png'  height='48' ></a> <a href='https://ai.google/research/teams/brain/'><img src='https://datafranca.org/images/google-footer.png'  height='40' ></a>  <hr>"; }
 
 
#footer-places:after { content: '<hr> <div><script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5a95bff17a5d613d"></script> <div style="float: left;"class="addthis_inline_share_toolbox"></div> &nbsp; <a href="https://www.oqlf.gouv.qc.ca/"><img src='https://datafranca.org/images/oqlf-logo-bas-48.png' height="48" ></a> &nbsp;<a href="http://crdm.ulaval.ca/"><img src='https://datafranca.org/images/crdm-footer.png'  height="48"  ></a><a href="https://mila.quebec/"><img src='https://datafranca.org/images/mila-footer.png'  height="45" >  <a href="https://www.teluq.ca/"><img src='https://datafranca.org/images/uteluq-footer.png'  height="48" ></a> <a href="https://ai.google/research/teams/brain/"><img src='https://datafranca.org/images/google-footer.png'  height="40" ></a>  <hr>'; }

Version du 26 avril 2019 à 00:14

/* changer les entêtes MediaWiki  */
div#content h1 {font-family:  'Verdana',  sans-serif ; font-weight: bold  }
div#content h2 {font-family:  'Helvetica',  sans-serif ; font-weight: bold ; font-size: 1.25em; }

div#content h1, div#content h2 {color:#BB0000; }


div#mw-panel div.portal h3 { color: #bb0000; }
div#simpleSearch { width: 16em; }


/*  Sidebar */
/*div#mw-panel div.portal h3,  div#mw-panel div.portal div.body ul li { font-size: 0.75em;  }*/


/* Images  responsive   */
res-img {max-width:100%; height:auto; }

#mw-panel .portal .body li {    line-height: 1.5em;   font-size: 0.5em;   }

//  Enlever le mot MODIFIER  des sections
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection {   float: right;  display:none; }
.ltr .mw-editsection {float: right;  display:none; }



// LOGOS BAS DE PAGE 

#footer-places:after { content: "<hr><div><script type='text/javascript' src='//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5a95bff17a5d613d'></script> <div style='float: left;'class='addthis_inline_share_toolbox'></div> &nbsp; <a href='https://www.oqlf.gouv.qc.ca/'><img src='https://datafranca.org/images/oqlf-logo-bas-48.png'  height='48' ></a> &nbsp;<a href='http://crdm.ulaval.ca/'><img src='https://datafranca.org/images/crdm-footer.png'   height='48'  ></a><a href='https://mila.quebec/'><img src='https://datafranca.org/images/mila-footer.png'   height='45' >  <a href='https://www.teluq.ca/'><img src='https://datafranca.org/images/uteluq-footer.png'   height='48' ></a> <a href='https://ai.google/research/teams/brain/'><img src='https://datafranca.org/images/google-footer.png'   height='40' ></a>  <hr>"; }