Difference between revisions of "MediaWiki:Common.css"

From srakrn | Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .censored:hover { color: inherit; background-color: inherit !important; } .censored:hover { background-color: inheri...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
/*
 
.censored:hover {
 
.censored:hover {
 
   color: inherit;
 
   color: inherit;
Line 11: Line 12:
 
   color: inherit;
 
   color: inherit;
 
}
 
}
 +
*/
  
 
.censored {
 
.censored {
  color: black;
 
 
   background-color: black;
 
   background-color: black;
 
   padding: 1px;
 
   padding: 1px;
}
 
 
.censored, .censored a {
 
 
   background-color: #000;
 
   background-color: #000;
 
   line-height: inherit;
 
   line-height: inherit;

Latest revision as of 15:52, 21 April 2026

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

/*
.censored:hover {
  color: inherit;
  background-color: inherit !important;
}

.censored:hover {
  background-color: inherit;
  line-height: inherit;
  color: inherit;
}
*/

.censored {
  background-color: black;
  padding: 1px;
  background-color: #000;
  line-height: inherit;
  color: #000;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}