Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:XPDG/sandbox/NälkänScripts/styles.css: Difference between revisions

From Echoes of the Flesh
Content deleted Content added
XPDG (talk | contribs)
No edit summary
XPDG (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
.pilesaran {
.pilesaran {
font-family: 'Pilesaran', sans-serif;
font-family: 'Pilesaran', sans-serif;
font-size: 1vw;
/* font-size: 3.2cqw; 'cqw' likely not supported—use standard units like rem/rem/em/%/px */
text-align: center;
text-align: center;
/* line-height: 0.2vw; Very low—using 'vw' may be stripped; consider a more typical unit */
line-height: 0.2vw;
margin: 10px;
margin: 10px;
letter-spacing: -1px;
letter-spacing: -1px;

Latest revision as of 17:52, 23 June 2025

.pilesaran {
  font-family: 'Pilesaran', sans-serif;
  font-size: 1vw;
  text-align: center;
  line-height: 0.2vw;
  margin: 10px;
  letter-spacing: -1px;
}

.pilesaranText {
  font-family: 'Pilesaran', sans-serif;
  letter-spacing: -1px;
}

sup {
  font-family: InterVariable, RedactRect, Inter, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
}

.pilesaran p {
  /* line-height: 0.2vw;  see note above */
}

.demostration {
  text-align: center;
}

.rotate {
  transform: rotate(180deg);
}