测试页面3:修订间差异

来自HUIJIA FUN
(创建页面,内容为“{{#CSS: @import url(https://fastly.jsdelivr.net/gh/hoah2333/Fonts@main/Typeface-VonwaonBitmap-16px.css); .out-all{ position: fixed; right: 0%; top: 0%; z-index: 99; height: 100%; width: 100%; } .all{ background-color: black; background-image: radial-gradient( rgba(0, 150, 0, 0.75), black 120% ); height: 100vh; margin: 0; overflow: hidden; padding: 2rem; color: white; font-family:'VonwaonBitmap 16px', sans-serif;…”)
 
无编辑摘要
第1行: 第1行:
{{#CSS:
{{#CSS:
@import url(https://fastly.jsdelivr.net/gh/hoah2333/Fonts@main/Typeface-VonwaonBitmap-16px.css);
@import url(https://fastly.jsdelivr.net/gh/hoah2333/Fonts@main/Typeface-VonwaonBitmap-16px.css); /* 确保这个链接是可访问的,否则字体可能无法加载 */


.out-all{
.out-all {
     position: fixed;
     position: fixed;
     right: 0%;
     right: 0%;
第11行: 第11行:
}
}


.all{
.all {
  background-color: black;
    background-color: black;
  background-image: radial-gradient(
    background-image: radial-gradient(rgba(0, 150, 0, 0.75), black 120%);
    rgba(0, 150, 0, 0.75), black 120%
    height: 100vh;
  );
    margin: 0;
  height: 100vh;
    overflow: hidden;
  margin: 0;
    padding: 2rem;
  overflow: hidden;
    color: white;
  padding: 2rem;
    font-family: 'VonwaonBitmap 16px', sans-serif;
  color: white;
    text-shadow: 0 0 5px #C8C8C8;
    overflow: hidden;
    position: relative;
    overflow: hidden;


font-family:'VonwaonBitmap 16px', sans-serif;
    &::after {
 
        content: "";
  text-shadow: 0 0 5px #C8C8C8;
        position: absolute;
  overflow: hidden;
        top: 0;
position: relative;
        left: 0;
  overflow: hidden;
        width: 100vw;
 
        height: 100vh;
  &::after {
        background: repeating-linear-gradient(0deg, rgba(black, 0.15), rgba(black, 0.15) 1px, transparent 1px, transparent 2px);
    content: "";
        pointer-events: none;
    position: absolute;
    }
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: repeating-linear-gradient(
      0deg,
      rgba(black, 0.15),
      rgba(black, 0.15) 1px,
      transparent 1px,
      transparent 2px
    );
    pointer-events: none;
  }
}
}
::selection {
::selection {
  background: #0080FF;
    background: #0080FF;
  text-shadow: none;
    text-shadow: none;
}
}


.noise {
.noise {
  pointer-events: none;
    pointer-events: none;
  position: absolute;
    position: absolute;
  width: 100%;
    width: 100%;
  height: 100%;
    height: 100%;
  background-image: url("https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif");
    background-image: url("https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif"); /* 确保这个链接是可访问的,否则背景图片可能无法显示 */
  background-repeat: no-repeat;
    background-repeat: no-repeat;
  background-size: cover;
    background-size: cover;
  z-index: -1;
    z-index: -1;
  opacity: .02;
    opacity: .02;
}
}


.overlay {
.overlay {
  pointer-events: none;
    pointer-events: none;
  position: absolute;
    position: absolute;
  width: 100%;
    width: 100%;
  height: 100%;
    height: 100%;
  background:
    background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
      repeating-linear-gradient(
    background-size: auto 4px;
      180deg,
    z-index: 1;
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0) 100%);
  background-size: auto 4px;
  z-index: 1;
}
}


.overlay::before {
.overlay::before {
  content: "";
    content: "";
  pointer-events: none;
    pointer-events: none;
  position: absolute;
    position: absolute;
  display: block;
    display: block;
  top: 0;
    top: 0;
  left: 0;
    left: 0;
  right: 0;
    right: 0;
  bottom: 0;
    bottom: 0;
  width: 100%;
    width: 100%;
  height: 100%;
    height: 100%;
  background-image: linear-gradient(
    background-image: linear-gradient(0deg, transparent 0%, rgba(32, 128, 32, 0.2) 2%, rgba(32, 128, 32, 0.8) 3%, rgba(32, 128, 32, 0.2) 3%, transparent 100%);
      0deg,
    background-repeat: no-repeat;
      transparent 0%,
    animation: scan 7.5s linear 0s infinite;
      rgba(32, 128, 32, 0.2) 2%,
      rgba(32, 128, 32, 0.8) 3%,
      rgba(32, 128, 32, 0.2) 3%,
      transparent 100%);
  background-repeat: no-repeat;
  animation: scan 7.5s linear 0s infinite;
}
}


.noise, .overlay {
.noise, .overlay {
  position: absolute;
    position: absolute;
  top: 0;
    top: 0;
  left: 0;
    left: 0;
}
}


@keyframes scan {
@keyframes scan {
  0%       { background-position: 0 -100vh; }
    0% { background-position: 0 -100vh; }
  35%, 100% { background-position: 0 100vh; }
    35%, 100% { background-position: 0 100vh; }
}
}


.typing-text {
.typing-text {
  overflow: hidden;
    overflow: hidden;
  white-space: nowrap;
    white-space: nowrap;
  width: 0;
    width: 0;
  animation: typing 4s steps(30) forwards;
    animation: typing 4s steps(30) forwards;
}
}


@keyframes typing {
@keyframes typing {
  from {
    from { width: 0; }
    width: 0;
    to { width: 100%; }
  }
  to {
    width: 100%;
  }
}
}


.typing-text {
.typing-text {
  position: relative;
    position: relative;
}
}


@keyframes upin{
@keyframes upin {
     0%{
     0% {
    transform:translateY(20px);
        transform: translateY(20px);
    opacity:0;
        opacity: 0;
     }
     }
     100%{
     100% {
    transform:translateY(0);
        transform: translateY(0);
    opacity:1;
        opacity: 1;
     }
     }
}
}


.co{
.co {
color: rgba(128, 255, 128, 0.8);
    color: rgba(128, 255, 128, 0.8);
white-space: nowrap;
    white-space: nowrap;
}
}


.po{
.po {
color: rgba(0, 255, 0, 0.8);
    color: rgba(0, 255, 0, 0.8);
white-space: nowrap;
    white-space: nowrap;
}
}


.a-link{
.a-link {
--link-color: 0, 255, 0;
    --link-color: 0, 255, 0;
     --hover-link-color: 0, 255, 0;
     --hover-link-color: 0, 255, 0;
     --visited-link-color: 0, 255, 0;
     --visited-link-color: 0, 255, 0;
第163行: 第134行:


.a-link a::before {
.a-link a::before {
  content: ">";
    content: ">";
}
}


.a-link p::after {
.a-link p::after {
  content: "";
    content: "";
}
}



2024年10月30日 (三) 17:35的版本


               信息认证中...
               ##gray|//认证通过//##
           dir /s /b level-c-1009
           File Not Found
           dir /s /b *level-c-1009
           Finding…