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

From Soyjak Wiki, the free ensoyclopedia
Revision as of 06:58, 15 July 2026 by Codex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.template-pedo {
	background: black;
	color: white;
	border-radius: 0.25rem;
	overflow: visible;
}

.template-pedo .content {
	gap: 0;
}

.template-pedo .line2  {
	width: 100%;
}

.template-pedo .meter {
	position: relative;
	display: flex;
	text-align: left;
	text-overflow: clip;
	white-space: nowrap;
	font-family: 'Consolas', monospace;
	color: black;
	font-size: 90%;
	margin-top: 0.25rem;
	padding: 1px 0.25rem;
	border-radius: 0.25rem;
	box-shadow: 0 0 4px #000 inset;
	background: 
    	linear-gradient(to bottom, 
    		rgba(249, 249, 249, 0.26) 0%,
    		rgba(234, 234, 234, 0.64) 50%, 
    		rgba(249, 249, 249, 0.12) 51%, 
    		rgba(245, 245, 245, 0.5) 100%), 
    	linear-gradient(to right, #0f0, #80ff00, #ff0, #ff8000, #f00);
    background-blend-mode: hard-light;
}

.template-pedo.geronto .meter {
	background:
		linear-gradient(to bottom,
			rgba(249, 249, 249, 0.26) 0%,
			rgba(234, 234, 234, 0.64) 50%, 
			rgba(249, 249, 249, 0.12) 51%, 
			rgba(245, 245, 245, 0.5) 100%), 
		linear-gradient(to right, #004cff, #00ff99, #0f0);
}

.template-pedo.superpedo {
	color: #aa00aa;
	grid-template-areas:
		"image1 text  image2" 
		"meter  meter meter ";
	grid-template-rows: auto auto;
	row-gap: 0;
}

.template-pedo.superpedo .line2 {
	font-size: 115%;
}

.template-pedo.superpedo .meter {
	grid-area: meter;
	width: calc(100% + 2rem);
	background:
		linear-gradient(to bottom, 
		rgba(249, 249, 249, 0.26) 0%,
		rgba(234, 234, 234, 0.64) 50%, 
		rgba(249, 249, 249, 0.12) 51%, 
		rgba(245, 245, 245, 0.5) 100%), 
	linear-gradient(to right, #00ff00, #ffff00, #ff8000, #ff0000, #aa00aa, #000000);
}

.template-pedo .needle {
	position: absolute;
	bottom: -0.5rem;
	font-size: 175%;
	filter: drop-shadow(1px 0 2px rgba(0,0,0,0.75));
	animation: slidePedo 2s ease-in forwards;
}

.template-pedo.possibly-pedo .needle {
	animation: slidePossiblyPedo 1s ease-in forwards;
}

.template-pedo.geronto .needle {
	animation: unset;
	color: black;
}

@keyframes slidePedo {
  0% {
    left: 0%;
    color: limegreen;
  }
  
  100% {
    left: calc(100% - 12px);
    color: maroon;
  }
}

@keyframes slidePossiblyPedo {
  0% {
    left: 0%;
    color: limegreen;
  }
  
  100% {
    left: calc(50% - 12px);
    color: #ff7f00;
  }
}