Difference between revisions of "MediaWiki:Common.css"

From Rasmapedia
Jump to navigation Jump to search
Line 4: Line 4:
 
    
 
    
  
a.external { color: green !important; }
+
.mw-body-content a:link {color: green}
 
 
/* Highlight linked elements (such as clicked references) in blue */
 
body.action-info .mw-body-content :target,
 
.citation:target {
 
background-color: #def;  /* Fallback */
 
background-color: rgba(0, 127, 255, 0.133);
 
 
}
 
}

Revision as of 18:55, 2 April 2021

/* CSS placed here will be applied to all skins */

P { text-indent: 2em }
  

.mw-body-content a:link {color: green}
}