CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.

Template:Variants/styles.css: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
North (talk | contribs)
Not a big fan of how slow the animation feels
North (talk | contribs)
No animation would be better imo
 
Line 25: Line 25:
   background: #b9c1e9;
   background: #b9c1e9;
}
}
.variantfooterdetails summary {
/* .variantfooterdetails summary {
   transition: background 0.05s ease;
   transition: background 0.05s ease;
}
} */
.variantfooterrow details[open] summary:hover {
.variantfooterrow details[open] summary:hover {
background: #a4abd2;
background: #a4abd2;
}
}

Latest revision as of 11:08, 4 May 2026

.variantfooterdetails summary {
  cursor: pointer;
  user-select: none;
}
.variantfooterdetails summary::marker {
  font-size: 0;
  line-height: 0;
}
.variantfooterdetails summary::after {
  content: " [+]";
  color: #002BB8;
}
.variantfooterdetails details[open] summary::after {
  content: " [-]";
}
.variantfooterrow {
	font-weight: bold;
	background:#d6daf0;
	color:#000000;
}
.variantfooterdetails summary:hover {
  background: #b9c1e9;
}
.variantfooterdetails details[open] summary {
  background: #b9c1e9;
}
/* .variantfooterdetails summary {
  transition: background 0.05s ease;
} */
.variantfooterrow details[open] summary:hover {
background: #a4abd2;
}