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 span::before {  content:url('images/WR-Logo.png'); }
+
.branding-box h1::before {  content:url('images/WR-Logo.png'); }
 +
.branding-box h1 span {  display: none; }

Version du 16 novembre 2017 à 19:29

/* 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::before {  content:url('images/WR-Logo.png'); }
.branding-box h1 span {  display: none; }