MediaWiki:Group-user.css: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
(Created page with "→‎CSS placed here will affect registered users only: .anonymous-show { display: none !important; } div.user-show, p.user-show { display: block !important; } span.user-show, small.user-show { display: inline !important; } table.user-show { display: table !important; } li.user-show { display: list-item !important; }")
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect registered users only */.anonymous-show {
/* CSS placed here will affect registered users only */
.anonymous-show {
   display: none !important;
   display: none !important;
}
}

Latest revision as of 15:43, 30 September 2024

/* CSS placed here will affect registered users only */
.anonymous-show {
  display: none !important;
}
div.user-show,
p.user-show {
  display: block !important;
}
span.user-show,
small.user-show {
  display: inline !important;
}
table.user-show {
  display: table !important;
}
li.user-show {
  display: list-item !important;
}