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:India/styles.css

From Soyjak Wiki, the free ensoyclopedia
Revision as of 11:20, 25 April 2026 by MarketPliers (talk | contribs) (Undo revision 381681 by MarketPliers)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.template-india {
	position: relative;
	background: 
		url(https://soyjakwiki.org/images/1/17/Ashoka_Chakra.svg) center / 1.75rem no-repeat, 
		linear-gradient(to bottom, #ff681a 30%, #FFF 30%, #FFF 70%, #006a35 70%);
	border: 1px solid #5d2600;
	color: #4f4f4f;
}

.template-india a {
	color: #5d2600;
}

.template-india .train {
	position: absolute;
	align-self: end;
	justify-self: center;
	animation: trainaimation 4s infinite;
}

.template-india .mw-tmh-player.audio .mw-tmh-play .mw-tmh-play-icon {
	background-color: #ff681a;
}

@keyframes trainaimation {
  0% {
    transform: translateX(200%);

  }
  100% {
    transform: translate(-200%);
  }
}