MediaWiki:Common.css: Difference between revisions

An idea by Jeff Lawlor
Created on 2024-10-08
No edit summary
No edit summary
Line 152: Line 152:


.infobox-wishes {
.infobox-wishes {
background-color: var(--tab-active-bg, #f0f0f0);
/* background-color: var(--tab-active-bg, #f0f0f0);*/
padding: 0 0.5em .5em .5em;
padding: 0 0.5em .5em .5em;
font-size: 0.95em;
font-size: 0.95em;
Line 172: Line 172:
   font-size: 0.95em;
   font-size: 0.95em;
   list-style-type: disc;
   list-style-type: disc;
}
.show-more {
  color: #3366cc;
  cursor: pointer;
  font-size: 0.9em;
  margin-top: 0.5em;
}
}