Changes

no edit summary
Line 1: Line 1:  
/***** CSS placed here will be applied to all skins on the entire site. *****/
 
/***** CSS placed here will be applied to all skins on the entire site. *****/
  −
/* Mark redirects in Special:Allpages and Special:Watchlist
  −
-------------------------------*/
  −
.allpagesredirect {
  −
  font-style: italic;
  −
}
  −
.allpagesredirect:after {
  −
  color: #808080; content: " (redirect)"
  −
}
  −
.watchlistredir {
  −
  font-style: italic;
  −
}
      
/* Sitenotice AutoScroll CSS */
 
/* Sitenotice AutoScroll CSS */
Line 25: Line 13:  
padding-left: 10px;
 
padding-left: 10px;
 
list-style: none;
 
list-style: none;
 +
}
 +
 +
 +
/* Mark redirects in Special:Allpages and Special:Watchlist
 +
-------------------------------*/
 +
.allpagesredirect {
 +
  font-style: italic;
 +
}
 +
.allpagesredirect:after {
 +
  color: #808080; content: " (redirect)"
 +
}
 +
.watchlistredir {
 +
  font-style: italic;
 
}
 
}