Différences entre les versions de « MediaWiki:Mobile.css »

De Wikirouge
Aller à la navigation Aller à la recherche
m
m
Balises : Modification par mobile Modification par le web mobile
(7 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
/* CSS placed here will affect users of the mobile site
+
/* CSS placed here will affect users of the mobile site */
 +
 
 
.content p { text-align: justify; }
 
.content p { text-align: justify; }
.header { border: 1px solid red; }
+
.content a { color: #6b0053; }
.client-js .section_heading.openSection { border-bottom: 1px solid red; }
+
.content a.new { color: #b32901; }
.client-js .section_heading, .client-js .content_block { border-bottom: 1px solid rgba(255, 206, 206, 1); }
+
 
*/
+
.branding-box h1 span {  display: none; }
 +
.branding-box h1::before {  
 +
    background-image: url('images/WR-Logo.png');
 +
    background-size: 50px 55px;
 +
    display: inline-block;
 +
    width: 55px;
 +
    height: 50px;
 +
    content:"";  }
 +
 
 +
#footer-places-privacy { display: none ! important; }

Version du 16 novembre 2017 à 19:39

/* CSS placed here will affect users of the mobile site  */

.content p { text-align: justify; }
.content a { color: #6b0053; }
.content a.new { color: #b32901; }

.branding-box h1 span {  display: none; }
.branding-box h1::before { 
    background-image: url('images/WR-Logo.png');
    background-size: 50px 55px;
    display: inline-block;
    width: 55px; 
    height: 50px;
    content:"";  }

#footer-places-privacy { display: none ! important; }