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

De Wikirouge
Aller à la navigation Aller à la recherche
m
Balises : Modification par mobile Modification par le web mobile
m
Balises : Modification par mobile Modification par le web mobile
Ligne 4 : Ligne 4 :
 
.content a { color: #6b0053; }
 
.content a { color: #6b0053; }
 
.content a.new { color: #b32901; }
 
.content a.new { color: #b32901; }
.branding-box h1::before {  content:url('images/WR-Logo.png'); }
+
 
 
.branding-box h1 span {  display: none; }
 
.branding-box h1 span {  display: none; }
 +
.branding-box h1::before {
 +
    background-image: url('images/WR-Logo.png');
 +
    background-size: 10px 20px;
 +
    display: inline-block;
 +
    width: 10px;
 +
    height: 20px;
 +
    content:"";  }

Version du 16 novembre 2017 à 19:31

/* 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: 10px 20px;
    display: inline-block;
    width: 10px; 
    height: 20px;
    content:"";  }