MediaWiki:Group-user.css: Difference between revisions

From Met Dynamics
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect registered users only: #ca-talk { display:block!important; } #ca-history { display:block!important; }")
 
imported>Scott.Munro
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will affect registered users only */
/* CSS placed here will affect registered users only */
#ca-talk { display:block!important; }
.anonymous-show {
#ca-history { display:block!important; }
  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;
}

Latest revision as of 05:39, 1 May 2025

/* 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;
}