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: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
MarketPliers (talk | contribs)
mNo edit summary
Tag: Reverted
MarketPliers (talk | contribs)
Undo revision 381681 by MarketPliers
Tag: Undo
 
Line 6: Line 6:
border: 1px solid #5d2600;
border: 1px solid #5d2600;
color: #4f4f4f;
color: #4f4f4f;
text-shadow: 0 1px 5px #5d2600;
box-shadow: inset 0 1px 5px #5d2600
}
}



Latest revision as of 11:20, 25 April 2026

.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%);
  }
}