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:Swedishwin/styles.css: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
mNo edit summary
m Undo revision 185878
Line 11: Line 11:
   position:absolute;
   position:absolute;
   background-color:#FECC02;
   background-color:#FECC02;
   width:35px;
   width:30px;
   height:100%;
   height:100%;
   left:90px;
   left:90px;
Line 23: Line 23:
   height:30px;
   height:30px;
   width:100%;
   width:100%;
   top:30px;
   top:35px;
   left:0;
   left:0;
   z-index: -4; /* Ensure it's behind the content */
   z-index: -4; /* Ensure it's behind the content */

Revision as of 14:14, 14 April 2025

.swedish-flag {
  position:relative;
  width:300px;
  height:200px;
  background-color:#006AA7;
  border:2px solid #FECC02;
  margin:0.5em auto
}
.swedish-flag::before {
  content:"";
  position:absolute;
  background-color:#FECC02;
  width:30px;
  height:100%;
  left:90px;
  top:0;
  z-index: -4; /* Ensure it's behind the content */
}
.swedish-flag::after {
  content:"";
  position:absolute;
  background-color:#FECC02;
  height:30px;
  width:100%;
  top:35px;
  left:0;
  z-index: -4; /* Ensure it's behind the content */

}
.textanimationsw {
  
  overflow: hidden; 
  white-space: nowrap; 
  margin: 0 auto; 
  letter-spacing: .05em; 
}

  .container {
    position: relative; /* This creates a new stacking context */
    z-index: 1; /* Ensure container is above the sunburst */
    margin: 2em; /* Optional: Add some margin around the container */
    overflow:hidden
  }

  @keyframes rotate {
    0% {
      transform: rotate(0deg); /* Start at 0 degrees */
    }
    100% {
      transform: rotate(360deg); /* End at 360 degrees */
    }
  }