Difference between revisions of "User:RoySmith/common.css"

From WikiConference North America
Jump to navigation Jump to search
(background-color)
 
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
a[title="Submissions:2024/10 years of Toolforge"] {background-color: "red";}
+
td:has(a[title$="10 years of Toolforge"]),
  +
td:has(a[title$="Expanding book citations by using WorldCat and linking to archived online copies"]),
  +
td:has(a[title$="new with Wikimedia Cloud Services"]),
  +
td:has(a[title$="Using shortened footnote templates for book references"]),
  +
td:has(a[title$="What Is the Future of the Wikipedian in Residence Position?"]),
  +
td:has(a[title~="English Wikipedia Arbitration Committee"]),
  +
td:has(a[title$="Wikimedia Commons Roundtable Discussion with Wikimedia Foundation"]),
  +
td:has(a[title$="All about the U4C (or do I really need to learn a new acronym?)"]),
  +
td:has(a[title$="The Roads Fork and What Lies Ahead"]),
  +
td:has(a[title$="The State of COI Editing: Ten Years After the Donovan House Meeting"]),
  +
td:has(a[title$="Challenges to policy change on Wikipedia"]),
  +
td:has(a[title$="Generative AI and Wikipedia: A discussion"]),
  +
td:has(a[title$="Turning points in Wikipedia disputes: Research and discussion of resolution efforts"]),
  +
td:has(a[title$="Open Conversation with the Wikimedia Foundation Board of Trustees"]),
  +
td:has(a[title$="The legal basis of the English Wikipedia's fair use policy explained"]),
  +
td:has(a[title$="Introducing the Citation Watchlist!"])
  +
{
  +
background-color: LightGreen;
  +
}

Latest revision as of 21:03, 9 September 2024

td:has(a[title$="10 years of Toolforge"]),
td:has(a[title$="Expanding book citations by using WorldCat and linking to archived online copies"]),
td:has(a[title$="new with Wikimedia Cloud Services"]),
td:has(a[title$="Using shortened footnote templates for book references"]),
td:has(a[title$="What Is the Future of the Wikipedian in Residence Position?"]),
td:has(a[title~="English Wikipedia Arbitration Committee"]),
td:has(a[title$="Wikimedia Commons Roundtable Discussion with Wikimedia Foundation"]),
td:has(a[title$="All about the U4C (or do I really need to learn a new acronym?)"]),
td:has(a[title$="The Roads Fork and What Lies Ahead"]),
td:has(a[title$="The State of COI Editing: Ten Years After the Donovan House Meeting"]),
td:has(a[title$="Challenges to policy change on Wikipedia"]),
td:has(a[title$="Generative AI and Wikipedia: A discussion"]),
td:has(a[title$="Turning points in Wikipedia disputes: Research and discussion of resolution efforts"]),
td:has(a[title$="Open Conversation with the Wikimedia Foundation Board of Trustees"]),
td:has(a[title$="The legal basis of the English Wikipedia's fair use policy explained"]),
td:has(a[title$="Introducing the Citation Watchlist!"])
{
	background-color: LightGreen;
}