Difference between revisions of "Yk.css"

From All The Fallen Stories
Jump to navigation Jump to search
Line 14: Line 14:
}
}


#main {
/* <noinclude>[[Category:StyleSheets]]</noinclude> */
  margin: 3.125em auto;
  width: 61.25em;
}
 
header {
  background: transparent;
  height: 13.4375em;
}
 
#logo {
  width: 330px;
  float: left;
  height: 100px;
  color: #888;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
 
#logo h1 {
  font: normal 350% arial, sans-serif;
  margin: 0;
}
 
#logo_text h1,
#logo_text h1 a {
  color: #fff;
  padding: 0;
  text-shadow: #000 2px 2px 2px;
  letter-spacing: 2px;
  text-decoration: none;
}
 
#logo_text h2 {
  font-size: 140%;
  padding: 0;
  text-shadow: #000 2px 2px 2px;
  letter-spacing: 8px;
  color: #ff2aff;
}
 
.mofo {
  color: #fff;
  text-shadow: #000 2px 2px 2px;
  letter-spacing: 2px;
  text-decoration: none;
}
 
.waviy {
  position: relative;
}
 
.waviy span {
  position: relative;
  display: inline-block;
  color: #338cf9;
  animation: flip 4s infinite alternate;
  animation-delay: calc(0.4s * var(--i));
}
 
@keyframes flip {
  0%, 100% {
    transform: rotateY(0deg);
    color: #338cf9;
  }
  50% {
    transform: rotateY(180deg);
    color: #ff2aff;
  }
}
 
} /* <noinclude>[[Category:StyleSheets]]</noinclude> */

Revision as of 03:49, 15 September 2023

.background {

 background-size: 100% 100%;
 background-position: center;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-image: radial-gradient(
   circle farthest-corner at 11.7% 170.6%,
   #f9b9ff 30%,
   #b1acff 60%,
   #628fff 80%
 );
 font: normal 0.8em arial, sans-serif;
 color: #ddd;

}

/* */