Difference between revisions of "MediaWiki:Common.css"

From Rasmapedia
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
P { text-indent: 2em }
 
P { text-indent: 2em }
 
    
 
    
a.new:link, #ca-talk > span > a {
 
color: #cc2200 !important;
 
}
 
a.new:visited, #ca-talk > span > a {
 
color: red !important;
 
}
 
  
/* Highlight linked elements (such as clicked references) in blue */
+
.mw-body-content a:link { color: #0000FF; } /* normal unvisited links */
body.action-info .mw-body-content :target,
+
.mw-body-content a:link:visited { color:#cc2200; } /* visited links */
.citation:target {
 
background-color: #def; /* Fallback */
 
background-color: rgba(0, 127, 255, 0.133);
 
}
 

Latest revision as of 18:58, 2 April 2021

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

P { text-indent: 2em }
  

.mw-body-content a:link { color: #0000FF; } /* normal unvisited links */
.mw-body-content a:link:visited { color:#cc2200; } /* visited links */