/* Liminal Legacy Theme [Legacy Theme] by Lynch & Etoile. Remixed by Stretchster. */ @import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap'); :root { --theme-base: "black-highlighter"; --theme-id: "liminal-legacy"; --theme-name: "Liminal Legacy Theme"; --logo-image: url("http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png"); --header-title: "后室的传承"; --header-subtitle: "注意看你背后..."; --body-font: 'Lato', "Noto Sans SC", sans-serif; --header-font: 'Russo One', 'ZCOOL XiaoWei', sans-serif; --title-font: 'Exo', '幼圆', "Noto Sans SC", sans-serif; --mono-font: "PT Mono", "Andale Mono", "Noto Serif SC", '仿宋', "Courier New", Courier, monospace; --white-monochrome: 215, 207, 137; --text-white-monochrome: 222, 222, 222; --pale-gray-monochrome: 255, 185, 97; --light-gray-monochrome: 90, 20, 20; --gray-monochrome: 90, 20, 20; --black-monochrome: 12, 12, 12; --bright-accent: 255, 185, 97; --medium-accent: 86, 23, 23; --dark-accent: 164, 107, 0; --pale-accent: 203,0, 183; --alt-accent: 234,88,255; --legacy-accent: 34,80, 121; --darker-legacy-accent: 45,53,67; --backrooms-yellow: 215,200,0; --swatch-topmenu-border-color: var(--medium-accent); --swatch-headerh1-color: 222, 222, 222; --swatch-headerh2-color: 255, 185, 97; --link-color: 90, 20, 20; --hover-link-color: 255, 185, 97; --visited-link-color: 215, 150, 64; --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--medium-accent)) 0%, rgba(var(--medium-accent), 0.90) 0% ); --diagonal-stripes: linear-gradient(transparent 0); } #skrollr-body { background-image: radial-gradient(circle, rgb(var(--medium-accent)) 50%, transparent 0); background-repeat: repeat; background-size: 0.25em 0.25em; width: 100%; height: 7.5rem; } #side-bar .side-block div a img { filter: grayscale(100%); } #container { background-image: radial-gradient(circle, rgb(var(--medium-accent), 0.05) 50%, transparent 0); background-size: 0.25em 0.25em; background-repeat: repeat; background-attachment: fixed; } #top-bar div.mobile-top-bar > ul > li > a, #top-bar div.top-bar > ul > li > a, #top-bar div.mobile-top-bar > ul > li > ul > li > a, #top-bar div.top-bar > ul > li > ul > li > a { color: rgb(var(--bright-accent)); } div#page-options-bottom-2 > a, div#page-options-bottom > a { border-radius: 0em; -moz-border-radius: 0em; border: none; } div#page-options-bottom-2 > a:active, div#page-options-bottom-2 > a:hover, div#page-options-bottom > a:active, div#page-options-bottom > a:hover { border: none; } #header, #top-bar { background-attachment: scroll; } #header { background-image: none; } #header::before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; background-image: var(--logo-image); background-size: auto 16rem; background-position: center; background-repeat: no-repeat; opacity: 0.4; } #header h1, #header h1 a { position: absolute; top: 1rem; margin: 0; width: 100%; display: flex; justify-content: center; z-index: 0; } #header h2, #header h2 span, #header h2 span::before { position: absolute; top: 2rem; margin: 0; width: 100%; display: flex; justify-content: center; } #header h1 a::before, #header h2 span::before { text-shadow: .063rem 0.1rem 0.1rem #0c0c0c; } .yui-navset .yui-nav .selected a { color: rgb(var(--bright-accent)) !important; } table.wiki-content-table th { color: rgb(var(--text-white-monochrome)); } #login-status { color: rgb(var(--bright-accent)); } #login-status a { color: rgb(var(--bright-accent)); } #search-top-box input.empty { color: rgb(var(--bright-accent)); } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--alt-accent)) } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(90, 20, 20,.25); } .styled-quote { background-color:rgb(var(--bright-accent)); border-left: 0.5rem solid rgba(var(--gray-monochrome)); color:rgb(var(--black-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote { background-color:rgb(var(--darker-legacy-accent)); border-left: 0.5rem solid rgba(var(--legacy-accent)); color:rgb(var(--text-white-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { background-color:rgb(var(--white-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .block { background-color:rgb(var(--gray-monochrome)); color:rgb(var(--text-white-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .darkblock { background-color:rgb(var(--darker-legacy-accent)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color: rgb(var(--text-white-monochrome)); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); } .borderblock { background-color:rgb(var( --gray-monochrome)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--bright-accent)); } .alt-borderblock { background-color:rgb(var(--bright-accent)); color:rgb(var(--black-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--gray-monochrome)); } .dark-borderblock { background-color:rgb(var( --darker-legacy-accent)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--legacy-accent)); } .border-logoblock{ padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color:rgb(255, 255, 255); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--gray-monochrome)); border: solid 0.3rem rgb(var(--bright-accent)); } .border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .dark-border-logoblock{ padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color:rgb(255, 255, 255); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--darker-legacy-accent)); border: solid 0.3rem rgb(var(--legacy-accent)); } .dark-border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .logoblock{ padding: 0.01rem 1rem; color:rgb(255, 255, 255); box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--gray-monochrome)); } .logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .dark-logoblock{ padding: 0.01rem 1rem; color:rgb(255, 255, 255); box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--darker-legacy-accent)); } .dark-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .titleblock { background-color: rgb(var(--gray-monochrome)); color:rgb(var(--text-white-monochrome)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5); border: solid rgb(var(--bright-accent)) 2px; } .titlebox{ color: rgb(var(--gray-monochrome)); position: relative; top: -1.6rem; background-color: rgb(var(--bright-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .dark-titleblock { background-color: rgb(var(--darker-legacy-accent)); color:rgb(var(--text-white-monochrome)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5); border: solid rgb(var(--legacy-accent)) 2px; } .dark-titlebox{ color: rgb(var(--darker-legacy-accent)); position: relative; top: -1.6rem; background-color: rgb(var(--legacy-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .border-block { background-color:rgb(var(--gray-monochrome)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--gray-monochrome)); } .featurebox{ padding:0 0.5rem; margin:1rem 0; background:#c7c089; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #d6ce92; box-sizing:border-box; } .featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#D7CF89; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #c7c089; box-sizing:border-box; transition:0.2s; } .newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(199,192,137,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } .light-featurebox{ padding:0 0.5rem; margin:1rem 0; background:#5A1414; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #FFB961; box-sizing:border-box; } .light-featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#FFB961; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #6B1E1E;; box-sizing:border-box; transition:0.2s; } .light-newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(75,16,16,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } .dark-featurebox{ padding:0 0.5rem; margin:1rem 0; background:#2D3543; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #F4F4F4; box-sizing:border-box; } .dark-featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#225079; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #202732; box-sizing:border-box; transition:0.2s; } .dark-newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(32,39,50,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } .yellow-featurebox{ padding:0 0.5rem; margin:1rem 0; background:#EBC400; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #F4F4F4; box-sizing:border-box; } .yellow-featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#EBC400; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #F4F4F4; box-sizing:border-box; transition:0.2s; } .yellow-newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(205,171,0,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } @media screen and (prefers-reduced-motion: no-preference) { #page-title, #breadcrumbs, #page-content > * { animation-name: fadeIn; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } } #page-title { animation-delay: 0s; } @keyframes fadeIn { from { opacity: 0; transform: translate(0,30px); } to { opacity: 1; transform: translate(0,0); } } :root { --fade-in-delay: 0.1s; /* Change the speed here. */ } #page-content > :nth-child(1) { animation-delay: calc(1 * var(--fade-in-delay)); } #page-content > :nth-child(2) { animation-delay: calc(2 * var(--fade-in-delay)); } #page-content > :nth-child(3) { animation-delay: calc(3 * var(--fade-in-delay)); } #page-content > :nth-child(4) { animation-delay: calc(4 * var(--fade-in-delay)); } #page-content > :nth-child(5) { animation-delay: calc(5 * var(--fade-in-delay)); } #page-content > :nth-child(6) { animation-delay: calc(6 * var(--fade-in-delay)); } #page-content > :nth-child(7) { animation-delay: calc(7 * var(--fade-in-delay)); } #page-content > :nth-child(8) { animation-delay: calc(8 * var(--fade-in-delay)); } #page-content > :nth-child(9) { animation-delay: calc(9 * var(--fade-in-delay)); } #page-content > :nth-child(10) { animation-delay: calc(10 * var(--fade-in-delay)); } #page-content > :nth-child(11) { animation-delay: calc(11 * var(--fade-in-delay)); } #page-content > :nth-child(12) { animation-delay: calc(12 * var(--fade-in-delay)); } #page-content > :nth-child(13) { animation-delay: calc(13 * var(--fade-in-delay)); } #page-content > :nth-child(14) { animation-delay: calc(14 * var(--fade-in-delay)); } #page-content > :nth-child(15) { animation-delay: calc(15 * var(--fade-in-delay)); } #page-content > :nth-child(n+15) { animation-delay: calc(16 * var(--fade-in-delay)); }
个人简介
网名:1Level 2561、史上最大最恶棍母2、耄耋a梦3,
kdidblm1145144
真实姓名:棍母5
年龄:12500岁的JO极生物()6
性别:男7
住址:我什么都不会说的,以及我可能住在火星、末地、黑水镇、提瓦特、匹诺康尼、杜王町、卡莫纳、航天基地、冰河禁区、吉吉国、威特鲁姆帝国、狗熊岭、青青草原、比奇堡以及别的什么莫名其妙的地方8
成分:我不说了太杂了9
逆天事迹:扮演棍母10
身份:普通写手,以及OUR分月刊组成员,除此之外:我也是中海医院OUR分部的两位神秘实习生之一11,还是美国西部范德林德帮的核心成员12,某人13家乡的专属接线员14
性格:有时很认真,但大多数时候都很抽象15
学习状况:16区级别,虽然班级前几但年级进不了前一百17,语文、政治一坨,靠历史、数学、英语、物理、化学续命
↓咦?这里冒出了个评分模块!那uv这一块还可请大家帮忙点一下!↓18
:root { --ani-speed: 1; } /*====所有的动画===*/ /*基础*/ @keyframes rightin0{ 0%{ transform:translateX(-1rem); opacity:0; } 100%{ transform:translateX(0); opacity:1; } } @keyframes upin0{ 0%{ transform:translateY(1rem); opacity:0; } 100%{ transform:translateY(0); opacity:1; } } @keyframes staggerUp { 0% { transform: translateY(1.2rem); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes opacity-1 { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes letter-spacing-opacity { 0% { letter-spacing: 10px; opacity: 0; } 100% { letter-spacing: 0; opacity: 1; } } @keyframes fadeInScale { 0% { transform: scale(0.8); opacity: 0; } 100% { transform: scale(1); opacity: 1; } } @keyframes blur5 { 0% { filter: blur(5px); } 100% { filter: blur(0px); } } @keyframes fadeIn-sd { 0% {clip-path: polygon(0% 0%,0% 0%, -10% 100%,0% 100%);} 100% {clip-path: polygon(0% 0%,110% 0%, 100% 100%,0% 100%);} } @keyframes rightin{ 0%{ transform:translateX(-1rem); opacity:0; } 80%{ transform:translateX(-1rem); opacity:0; } 100%{ transform:translateX(0); opacity:1; } } @keyframes rras-space{ from { transform:rotateX(90deg); } to{ transform:rotateX(0deg); } } @keyframes leftin{ 0%{ transform:translateX(1rem); opacity:0; } 80%{ transform:translateX(1rem); opacity:0; } 100%{ transform:translateX(0); opacity:1; } } @keyframes leftin0{ 0%{ transform:translateX(1rem); opacity:0; } 100%{ transform:translateX(0); opacity:1; } } @keyframes upin1{ 0%{ transform:translateY(1rem); opacity:0; } 50%{ transform:translateY(1rem); opacity:0; } 100%{ transform:translateY(0); opacity:1; } } @keyframes upin2{ 0%{ transform:translateY(1rem); opacity:0; } 50%{ transform:translateY(1rem); opacity:0; } 75%{ transform:translateY(0); opacity:1; } 100%{ transform:translateY(0); opacity:1; } } @keyframes sd-diamond-pattern { 0% { opacity: 0; } 100% { opacity: 0.15; } } @keyframes ic-right { 0% { transform: translateX(-1rem) rotate(30deg); opacity: 0; } 80% { transform: translateX(-1rem) rotate(30deg); opacity: 0; } 100% { transform: translateX(0) rotate(0deg); opacity: 1; } } @keyframes ic-border { 0% { border-bottom: rgba(var(--ic_border-color), 0) solid var(--ic_interspace); } 100% { border-bottom: rgba(var(--ic_border-color), 1) solid var(--ic_interspace); } } @keyframes ic-add-h { 0% { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); background-color: rgba(var(--ic_border-color), 1); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); background-color: rgba(var(--ic_add-habitability-bg-color), 1); } } @keyframes ic-add-r { 0% { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); background-color: rgba(var(--ic_border-color), 1); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); background-color: rgba(var(--ic_add-resource-bg-color), 1); } } @keyframes ic-add-s { 0% { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); background-color: rgba(var(--ic_border-color), 1); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); background-color: rgba(var(--ic_add-signal-bg-color), 1); } } @keyframes border-spin-pc { 0%{ clip-path: polygon(0% 0%,0% 0.4rem,0% 0.4rem,0% 0%); transform: scaleX(5000%); } 30% { clip-path: polygon(0% 0%,0% 0.4rem,100% 0.4rem,100% 0%); transform: scaleX(5000%); opacity: 1; } 60% { clip-path: polygon(0% 0%,0% 100%,100% 100%,100% 0%); transform: scaleX(5000%); opacity: 1; } 100% { transform: scaleX(100%); opacity: 1; } } @keyframes border-spin-mo { 0% { clip-path: polygon(50% 0%,50% 100%,50% 100%,50% 0%); } 70% { clip-path: polygon(50% 0%,50% 100%,50% 100%,50% 0%); opacity: 1; } 100% { clip-path: polygon(0% 0%,0% 100%,100% 100%,100% 0%); opacity: 1; } } @keyframes rightin { 0% { transform: translateX(-1rem); opacity: 0; } 80% { transform: translateX(-1rem); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } } @keyframes rightin2 { 0% { transform: translateY(1rem); opacity: 0; } 80% { transform: translateY(1rem); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes upin0 { 0% { transform: translateY(1rem); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes right0 { 0% { transform: translateX(-1rem); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } } @keyframes fadeIn-nu-sd { 0% { clip-path: polygon(0% 0%,0% 0%, -10% 100%,0% 100%); transform: rotateY(180deg); } 100% { clip-path: polygon(0% 0%,200% 0%, 100% 100%,0% 100%); transform: rotateX(0deg); opacity: 1; } } @keyframes upin1 { 0% { transform: translateY(1rem); opacity: 0; } 50% { transform: translateY(1rem); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes upin2 { 0% { transform: translateY(1rem); opacity: 0; } 50% { transform: translateY(1rem); opacity: 0; } 75% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(0); opacity: 1; } } @keyframes fadeIn-nu-exit { 0% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); } 25% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 100%,0% 100%); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); } } @keyframes fadeIn-nu-env { 0% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); } 25% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 100%,0% 100%); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); } } @keyframes fadeIn-nu-enti { 0% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); } 25% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 100%,0% 100%); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); } } @keyframes no-opacity { 0% { opacity: 0; } 25% { opacity: 0; } 100% { opacity: 1; } } @keyframes cecs-stripe { to { opacity: 1; transform: skew(45deg); } } @keyframes cecs-class-wrapper { to { background-color: rgb(var(--cecs-dark)); } } @keyframes cecs-class-clip { 0% { clip-path: polygon(0% 0%,0.5em 0%, 0.5em 0%,0% 0%); } 25% { clip-path: polygon(0% 0%,0.5em 0%, 0.5em 100%,0% 100%); } 100% { clip-path: polygon(0% 0%,100% 0%, 100% 100%,0% 100%); } } @keyframes cecs-border-top { 0% { border-top: rgb(var(--cecs-accent)) solid 0em; } 100% { border-top: rgb(var(--cecs-accent)) solid 0.2em; } } @keyframes fadeIn-cecs-wrapper { 0% { clip-path: polygon(0% 0%,100% 0%, 100% -10%,0% 0%); } 100% { clip-path: polygon(0% 0%,100% 0%, 100% 100%,0% 100%); } } @keyframes cocs-safety { to { height: 4.5em; } } @keyframes cocs-border-top { 0% { border-top: rgb(var(--cocs-accent)) solid 0em; } 100% { border-top: rgb(var(--cocs-accent)) solid 0.2em; } } @keyframes cocs-border-bottom { 0% { border-bottom: rgba(var(--cocs-accent),0) solid 0em; } 100% { border-bottom: rgba(var(--cocs-accent),1) solid 0.2em; } } @keyframes fadeIn-cecs-wrapper { 0% { clip-path: polygon(0% 0%,100% 0%, 100% -10%,0% 0%); } 100% { clip-path: polygon(0% 0%,100% 0%, 100% 100%,0% 100%); } } @keyframes paper-in{ from{transform: skew(10deg, 10deg) scale(0.8);opacity: 0;} to{ transform: skew(0deg, 0deg) scale(1);opacity: 1;} } @keyframes paper-in-object{ from{transform: skew(0);opacity: 0;} to{ transform: skew(45deg);opacity: 1;} } @keyframes ebcs-iets{ 0%{ box-shadow: inset var(--box-shadow, 0 0.05rem 0.15rem rgba(0, 0, 0, 0)); background-color: rgb(var(--blockquote-bg-color, 0, 10, 8, 0)); opacity: 0; } 1%{ opacity: 1; } 100%{ box-shadow: inset var(--box-shadow, 0 0.05rem 0.15rem rgba(0, 0, 0, 0.4)); background-color: rgb(var(--blockquote-bg-color, 0, 10, 8, 0.03)); opacity: 1; } } @keyframes dark-bd{ to{ border-bottom: solid 0.1em rgba(255,255,255,1); } } @keyframes standard-bd{ to{ border-bottom: solid 0.1em rgba(51,51,51,1); } } /*======最基本的SD=====*/ /*简写了下,另外我在思考为啥看起来一样的代码又出错了*/ /* */ .sd-container{animation-fill-mode: forwards;} .sd-container .top-box, .top-box-x,.top-box-e{ animation: fadeIn-sd calc(2s / var(--ani-speed) ); } .sd-container .top-text, .top-text-x,.top-text-e{ animation: rightin calc(2.25s / var(--ani-speed) ); } .sd-container .bottom-text, .bottom-text-x,.bottom-text-e{ animation: rightin calc(2.5s / var(--ani-speed) ); } .sd-container .diamondy, .diamondy-x,.diamondy-e{ animation: upin1 calc(3s / var(--ani-speed) ); } .sd-container .diamond-image, .diamond-image-x,.diamond-image-e { animation: upin2 calc(4s / var(--ani-speed) ); } .sd-container .bottom-box ul li { opacity: 0; animation: staggerUp calc(0.6s / var(--ani-speed)) ease-out forwards; } .sd-container .bottom-box ul li:nth-child(1) { animation-delay: calc(2.2s / var(--ani-speed)); } .sd-container .bottom-box ul li:nth-child(2) { animation-delay: calc(2.4s / var(--ani-speed)); } .sd-container .bottom-box ul li:nth-child(3) { animation-delay: calc(2.6s / var(--ani-speed)); } .sd-container .diamond-pattern { animation: sd-diamond-pattern calc(0.5s / var(--ani-speed)) forwards; animation-delay: calc(2.5s / var(--ani-speed)); } .sd-container .header-diamond .bg{ opacity: 0; animation: opacity-1 calc(0.5s / var(--ani-speed)) forwards; animation-delay: calc(2.5s / var(--ani-speed)); } /* */ /*RRAS,我寻思是*/ /* {$rras}/ .rras--level span{ opacity: 0; opacity: 0; animation: letter-spacing-opacity calc(1s / var(--ani-speed) ) forwards , rightin0 calc(1s / var(--ani-speed) ) forwards , blur5 calc(1s / var(--ani-speed) ) forwards ; } .rras--bg { clip-path: polygon(0% 0%,0% 0%, -10% 100%,0% 100%); animation: fadeIn-sd calc(1s / var(--ani-speed) ) forwards; } .rras--text{ opacity: 0; animation: fadeInScale calc(0.7s / var(--ani-speed) ) calc(1.7s / var(--ani-speed) ) forwards; } .rras--space{ transform:rotateX(90deg); animation: rras-space calc(0.7s / var(--ani-speed) ) calc(1s / var(--ani-speed) ) forwards; } .rras .rras--info{ opacity: 0; animation: fadeInScale calc(0.7s / var(--ani-speed) ) calc(1s / var(--ani-speed) ) forwards , blur5 calc(0.7s / var(--ani-speed) ) calc(1s / var(--ani-speed) ) forwards; } /{$rras} */ /*FDSD*/ /* {$fdsd}/ .title-bar{ animation: fadeIn-sd calc(1s / var(--ani-speed) ); } .sd-image{ animation: upin1 calc(2s / var(--ani-speed) ); } .list-item{ opacity:0; } .list-item:nth-child(1) { animation: rightin0 calc(0.5s / var(--ani-speed) ) calc(1.5s / var(--ani-speed)) forwards; } .list-item:nth-child(2) { animation: rightin0 calc(0.5s / var(--ani-speed) ) calc(1.7s / var(--ani-speed)) forwards; } .list-item:nth-child(3) { animation: rightin0 calc(0.5s / var(--ani-speed) ) calc(1.9s / var(--ani-speed)) forwards; } /{$fdsd} */ /*====================岛屿分级系统================*/ /* {$ic}/ .ic_wrap-box .ic_top-left-box { animation: right0 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_top-left-box .ic_text { animation: right0 calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_h-icon { animation: ic-right calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.3s / var(--ani-speed)); opacity: 0; } .ic_wrap-box .ic_r-icon { animation: ic-right calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.4s / var(--ani-speed)); opacity: 0; } .ic_wrap-box .ic_s-icon { animation: ic-right calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.5s / var(--ani-speed)); opacity: 0; } .ic_wrap-box .ic_sd-box { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation: fadeIn-nu-exit calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_infobox-1,.ic_wrap-box .ic_infobox-2 { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation: fadeIn-nu-env calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.1s / var(--ani-speed)); } .ic_wrap-box .ic_infobox-3 { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation: fadeIn-nu-enti calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.2s / var(--ani-speed)); } .ic_wrap-box .ic_sd-box .ic_text { animation: rightin2 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_sd-box .ic_sd { animation: rightin2 calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_infobox-1 .ic_text { animation: rightin calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.1s / var(--ani-speed)); } .ic_wrap-box .ic_infobox-1 .ic_info { animation: rightin calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.1s / var(--ani-speed)); } .ic_wrap-box .ic_infobox-2 .ic_text { animation: rightin calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.2s / var(--ani-speed)); } .ic_wrap-box .ic_infobox-2 .ic_info { animation: rightin calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.2s / var(--ani-speed)); } .ic_wrap-box .ic_infobox-3 .ic_text { animation: rightin calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.3s / var(--ani-speed)); } .ic_wrap-box .ic_infobox-3 .ic_info { animation: rightin calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.3s / var(--ani-speed)); } .ic_wrap-box .ic_add-h { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); animation: ic-add-h calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.3s / var(--ani-speed)); } .ic_wrap-box .ic_add-r { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); animation: ic-add-r calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.4s / var(--ani-speed)); } .ic_wrap-box .ic_add-s { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); animation: ic-add-s calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.5s / var(--ani-speed)); } .ic_wrap-box .ic_add-h .ic_text { animation: rightin2 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.5s / var(--ani-speed)); } .ic_wrap-box .ic_add-h .ic_info { animation: rightin calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.5s / var(--ani-speed)); } .ic_wrap-box .ic_add-r .ic_text { animation: rightin2 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.6s / var(--ani-speed)); } .ic_wrap-box .ic_add-r .ic_info { animation: rightin calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.6s / var(--ani-speed)); } .ic_wrap-box .ic_add-s .ic_text { animation: rightin2 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.7s / var(--ani-speed)); } .ic_wrap-box .ic_add-s .ic_info { animation: rightin calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.7s / var(--ani-speed)); } .ic_addbox .ic_text,.ic_addbox .ic_info{ opacity: 0; } .ic_top-box { animation: ic-border calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .ic_wrap-box { border-bottom: rgba(var(--ic_border-color), 0) solid var(--ic_interspace); animation: ic-border calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.7s / var(--ani-speed)); } /{$ic} */ /*====================新版层级================*/ /* {$nusd}/ .sdnumber p { opacity: 0; animation: right0 calc(2s / var(--ani-speed)); animation-fill-mode: forwards; } .sdnumber p { opacity: 0; animation: right0 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sdnumber strong { opacity: 0; animation: right0 calc(1.2s / var(--ani-speed) ); animation-fill-mode: forwards; } .sdnumber .lines { opacity: 0; animation: fadeIn-nu-sd calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .exit { animation: fadeIn-nu-exit calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .environment { animation: fadeIn-nu-env calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .entity { animation: fadeIn-nu-enti calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .syntax .sd{ animation: rightin calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .syntax p strong { animation: rightin calc(1.05s / var(--ani-speed) ); animation-fill-mode: forwards; } .class.customclass strong::after{ animation: no-opacity calc(1.05s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .exit strong { animation: rightin2 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .exit p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .environment strong { animation: rightin2 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .environment p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .entity strong { animation: rightin2 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .entity p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; } @media only screen and (min-width: 1071px) { .sd-container .border { animation: border-spin-pc calc(1s / var(--ani-speed) ); transform-origin: right; } .sdnumber p { animation-delay: calc((2s / var(--ani-speed))*0.6); } .sdnumber p { animation-delay: calc((1s / var(--ani-speed))*0.6); } .sdnumber strong { animation-delay: calc((1.2s / var(--ani-speed))*0.6); } .sdnumber .lines { animation-delay: calc((1s / var(--ani-speed))*0.6); } } @media only screen and (min-width: 620px) and (max-width: 1070px) { .sd-container .border { animation: border-spin-mo calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } } @media only screen and (max-width: 620px) { .sd-container .border { animation: border-spin-mo calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .exit { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: 0; animation-fill-mode: forwards; } .sd-container .environment { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: calc(0.5s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .entity { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } } /{$nusd} */ /*====================希版层级================*/ /* {$xisd}/ .sdnumber p { opacity: 0; animation: right0 calc(2s / var(--ani-speed)); animation-fill-mode: forwards; } .sdnumber p { opacity: 0; animation: right0 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sdnumber strong { opacity: 0; animation: right0 calc(1.2s / var(--ani-speed) ); animation-fill-mode: forwards; } .sdnumber .lines { opacity: 0; animation: fadeIn-nu-sd calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .resources{ animation: fadeIn-nu-enti calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .exit { animation: fadeIn-nu-exit calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .environment { animation: fadeIn-nu-enti calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .entity { animation: fadeIn-nu-enti calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .syntax .sd{ animation: rightin calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .syntax p strong { animation: rightin calc(1.05s / var(--ani-speed) ); animation-fill-mode: forwards; } .class.customclass strong::after{ animation: no-opacity calc(1.05s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .resources strong { animation: rightin2 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .resources p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .exit strong { animation: rightin2 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .exit p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .environment strong { animation: rightin2 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .environment p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .entity strong { animation: rightin2 calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .entity p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--ani-speed) ); animation-fill-mode: forwards; } @media only screen and (min-width: 1071px) { .sd-container .border { animation: fadeIn-sd calc(1s / var(--ani-speed) ); transform-origin: right; } .sdnumber p { animation-delay: calc((2s / var(--ani-speed))*0.6); } .sdnumber p { animation-delay: calc((1s / var(--ani-speed))*0.6); } .sdnumber strong { animation-delay: calc((1.2s / var(--ani-speed))*0.6); } .sdnumber .lines { animation-delay: calc((1s / var(--ani-speed))*0.6); } } @media only screen and (min-width: 620px) and (max-width: 1070px) { .sd-container .border { animation: border-spin-mo calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } } @media only screen and (max-width: 620px) { .sd-container .border { animation: fadeIn-sd calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .resources{ clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: 0s; animation-fill-mode: forwards; } .sd-container .exit { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: calc(0.5s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .environment { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: calc(1s / var(--ani-speed) ); animation-fill-mode: forwards; } .sd-container .entity { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: calc(1.5s / var(--ani-speed) ); animation-fill-mode: forwards; } } /{$xisd} */ /*===================标签式分级系统================*/ /* 难做的钥匙啊 */ /* {$bqsd}/ .block-right{ opacity: 0; transform: translateX(1rem); animation: leftin calc(1s / var(--ani-speed)) forwards; } .block-right .diamond-image{ clip-path: polygon(0% 0%,0% 0%, -10% 100%,0% 100%); animation: fadeIn-sd calc(1s / var(--ani-speed)) forwards; animation-delay: calc(1s / var(--ani-speed)); } .class-inner a{ animation: letter-spacing-opacity calc(1s / var(--ani-speed)) forwards,blur5 calc(1s / var(--ani-speed)) forwards; filter: blur(5px); letter-spacing: 10px; opacity: 0; } .level-wrapper:nth-of-type(3){ opacity: 0; animation: rightin calc(0.5s / var(--ani-speed)) ease-out forwards; animation-delay: calc(1s / var(--ani-speed)); } .level-wrapper:nth-of-type(4){ opacity: 0; animation: rightin calc(0.5s / var(--ani-speed)) ease-out forwards; animation-delay: calc(1.25s / var(--ani-speed))!important; } .level-wrapper:nth-of-type(5){ opacity: 0; animation: rightin calc(0.5s / var(--ani-speed)) ease-out forwards; animation-delay: calc(1.5s / var(--ani-speed))!important; } .properties{ transform: scale(0.8) translateY(1.2rem); opacity: 0; filter: blur(5px); animation: staggerUp calc(3s / var(--ani-speed)) forwards calc(2s / var(--ani-speed)),blur5 calc(2s / var(--ani-speed)) forwards calc(2s / var(--ani-speed)),fadeInScale calc(1s / var(--ani-speed)) forwards calc(2s / var(--ani-speed)); } /{$bqsd} */ /*PLS现象组件*/ /* {$pls}/ .pls .pls-title em { opacity: 0; } .pls .pls-title .pls-subtitle { clip-path: polygon(0% 0%,0% 0%, -10% 100%,0% 100%); animation: fadeIn-sd calc(1s / var(--ani-speed)) forwards; } .pls .pls-title em { opacity: 0; animation: letter-spacing-opacity calc(1s / var(--ani-speed)) forwards; animation-delay: calc(1s / var(--ani-speed)); } .pls .pls-list li { opacity: 0; animation: staggerUp calc(0.6s / var(--ani-speed)) ease-out forwards; } .pls .pls-list li:nth-child(1) { animation-delay: calc(1.2s / var(--ani-speed)); } .pls .pls-list li:nth-child(2) { animation-delay: calc(1.4s / var(--ani-speed)); } .pls .pls-list li:nth-child(3) { animation-delay: calc(1.6s / var(--ani-speed)); } .pls-icon { opacity: 0; animation: fadeInScale calc(0.8s / var(--ani-speed)) forwards; animation-delay: calc(1.8s / var(--ani-speed)); position: relative; } .pls-icon:before { animation: blur5 calc(0.8s / var(--ani-speed)) forwards; animation-delay: calc(1.8s / var(--ani-speed)); position: relative; } .pls-icon-title { opacity: 0; animation: staggerUp calc(0.6s / var(--ani-speed)) forwards; animation-delay: calc(2.2s / var(--ani-speed)); display: inline-block; } .pls-side p span { opacity: 0; display: inline-block; animation: staggerUp calc(0.5s / var(--ani-speed)) forwards; animation-delay: calc(2.3s / var(--ani-speed)); } @media screen and (max-width: 768px) { .pls .pls-title em { animation-delay: calc(0s / var(--ani-speed)); } .pls .pls-list li:nth-child(1) { animation-delay: calc(0.5s / var(--ani-speed)); } .pls .pls-list li:nth-child(2) { animation-delay: calc(0.7s / var(--ani-speed)); } .pls .pls-list li:nth-child(3) { animation-delay: calc(0.9s / var(--ani-speed)); } .pls-icon { animation-delay: calc(1.2s / var(--ani-speed)); } .pls-icon:before { animation-delay: calc(1.2s / var(--ani-speed)); } .pls-icon-title { animation-delay: calc(1.8s / var(--ani-speed)); } .pls-side p span { animation-delay: calc(1.9s / var(--ani-speed)); } } /{$pls} */ /*统合实体分类系统*/ /* {$cecs}/ .class-wrapper { clip-path: polygon(0% 0%,0.5em 0%, 0.5em 0%,0% 0%); background-color: rgb(var(--cecs-light)); animation: cecs-class-wrapper calc(1s / var(--ani-speed)) calc(4s / var(--ani-speed)) forwards , cecs-class-clip calc(1.1s / var(--ani-speed)) calc(2.9s / var(--ani-speed)) forwards; } .class-stripe { opacity: 0; transform: skew(0deg); animation: cecs-stripe calc(0.5s / var(--ani-speed)) calc(4s / var(--ani-speed)) forwards; } .class-label { z-index: 1; opacity: 0; animation: rightin0 calc(0.5s / var(--ani-speed)) calc(3.5s / var(--ani-speed)) forwards; } .class-inner { opacity: 0; animation: rightin0 calc(0.5s / var(--ani-speed)) calc(3.7s / var(--ani-speed)) forwards; } .properties-label { opacity: 0; animation: upin0 calc(0.5s / var(--ani-speed)) calc(4.2s / var(--ani-speed)) forwards; } .properties { animation: blur5 calc(0.5s / var(--ani-speed)) calc(4.2s / var(--ani-speed)) forwards , fadeInScale calc(0.5s / var(--ani-speed)) calc(4.2s / var(--ani-speed)) forwards; opacity: 0; } .wrapper .label-wrapper .hexa-outerline .hexa-midline { opacity: 0; animation: fadeInScale calc(0.5s / var(--ani-speed)) forwards; } .wrapper .label-wrapper .hexa-outerline .hexa-innerline { opacity: 0; animation: fadeInScale calc(0.5s / var(--ani-speed)) forwards; animation-delay: calc(0.2s / var(--ani-speed)); } .wrapper div .label-wrapper .label strong { opacity: 0; animation: rightin0 calc(1s / var(--ani-speed) ) forwards; animation-delay: calc(0.2s / var(--ani-speed)); } .cecs-wrapper { border-top: rgb(var(--cecs-accent)) solid 0em; animation: cecs-border-top calc(1s / var(--ani-speed) ) forwards; animation-delay: calc(0.2s / var(--ani-speed)); } .cecs-wrapper .base,.cecs-wrapper .base:after { opacity: 0; animation: opacity-1 calc(1s / var(--ani-speed) ) forwards; animation-delay: calc(1.2s / var(--ani-speed)); } .cecs-wrapper .last-stripe { opacity: 0; animation: rightin0 calc(1s / var(--ani-speed) ) forwards; animation-delay: calc(1.2s / var(--ani-speed)); } .cecs-wrapper .text-box { opacity: 0; animation: fadeInScale calc(0.8s / var(--ani-speed)) forwards; animation-delay: calc(1.8s / var(--ani-speed)); } .cecs-wrapper .iets:before { clip-path: polygon(0% 0%,100% 0%, 100% -10%,0% 0%); animation: fadeIn-cecs-wrapper calc(1s / var(--ani-speed) ) forwards; animation-delay: calc(1.8s / var(--ani-speed)); } .iets-wrapper strong { opacity: 0; animation: rightin0 calc(0.5s / var(--ani-speed) ) forwards; animation-delay: calc(2.8s / var(--ani-speed)); } .iets-wrapper .iets-val strong { opacity: 0; animation: rightin0 calc(0.5s / var(--ani-speed) ) forwards , blur5 calc(0.4s / var(--ani-speed) ) forwards; animation-delay: calc(2.9s / var(--ani-speed)); } /{$cecs} */ /*物品*/ /* 跟HW的实体那个略微改了一下 */ /* {$cocs}/ .cocs-wrapper + div { clip-path: polygon(0% 0%,0.5em 0%, 0.5em 0%,0% 0%); animation: cecs-class-clip calc(1.1s / var(--ani-speed)) calc(2.5s / var(--ani-speed)) forwards; } .wrapper .label-wrapper .hexa-outerline .hexa-midline { opacity: 0; animation: fadeInScale calc(0.5s / var(--ani-speed)) forwards; } .wrapper .label { animation: letter-spacing-opacity calc(0.5s / var(--ani-speed) ) forwards; animation-delay: calc(1s / var(--ani-speed)); opacity: 0; } .wrapper .label-wrapper .hexa-outerline .hexa-innerline { opacity: 0; animation: fadeInScale calc(0.5s / var(--ani-speed)) forwards; animation-delay: calc(0.2s / var(--ani-speed)); } div[class*=base2] { height: 0; animation: cocs-safety calc(0.5s / var(--ani-speed)) forwards; animation-delay: calc(2.2s / var(--ani-speed)); } div[class*=custom-color] { height: 0; animation: cocs-safety calc(0.5s / var(--ani-speed)) forwards; animation-delay: calc(2.2s / var(--ani-speed)); } .purpose-stripe { opacity: 0; z-index: 3; animation: paper-in-object calc(0.4s / var(--ani-speed)) calc(3.4s / var(--ani-speed)) forwards,blur5 calc(0.5s / var(--ani-speed)) calc(3.2s / var(--ani-speed)) forwards; } .purpose-label { z-index: 2; opacity: 0; animation: rightin0 calc(0.5s / var(--ani-speed)) calc(3.4s / var(--ani-speed)) forwards; } .cocs-purpose { opacity: 0; z-index: 1; animation: fadeInScale calc(0.5s / var(--ani-speed)) calc(3s / var(--ani-speed)) forwards,blur5 calc(0.5s / var(--ani-speed)) calc(3s / var(--ani-speed)) forwards; } .purpose-inner { opacity: 0; z-index: 2; animation: rightin0 calc(0.5s / var(--ani-speed)) calc(3.4s / var(--ani-speed)) forwards; } .cocs-wrapper { border-top: rgba(var(--cocs-accent),0) solid 0em; animation: cocs-border-top calc(1s / var(--ani-speed) ) forwards calc(0.2s / var(--ani-speed)), cocs-border-bottom calc(1s / var(--ani-speed)) backwards calc(2.3s / var(--ani-speed)); } .cocs-wrapper .base, .cocs-wrapper .base:after { opacity: 0; animation: opacity-1 calc(1s / var(--ani-speed) ) forwards; animation-delay: calc(1.2s / var(--ani-speed)); } .cocs-wrapper .last-stripe { opacity: 0; animation: rightin0 calc(1s / var(--ani-speed) ) forwards; animation-delay: calc(1.2s / var(--ani-speed)); } .cocs-wrapper .text-box { opacity: 0; animation: fadeInScale calc(0.8s / var(--ani-speed)) forwards; animation-delay: calc(1.8s / var(--ani-speed)); } .status { animation: blur5 calc(0.5s / var(--ani-speed)) calc(4.4s / var(--ani-speed)) forwards , fadeInScale calc(0.5s / var(--ani-speed)) calc(4.4s / var(--ani-speed)) forwards; opacity: 0; } .status-label { opacity: 0; animation: upin0 calc(0.5s / var(--ani-speed)) calc(4.2s / var(--ani-speed)) forwards; } /{$cocs} */ /*实体生物学分类系统*/ /* {$ebcs}/ .ebcs{ transform: skew(10deg, 10deg); opacity: 0; animation: paper-in calc(0.8s / var(--ani-speed)) calc(0s / var(--ani-speed)) forwards; } .ebcs-title h2{ transform:translateX(-1rem); opacity:0; animation: rightin0 calc(0.5s / var(--ani-speed)) calc(0.85s / var(--ani-speed)) forwards; } .ebcs-number p span{ opacity: 0; animation: leftin0 calc(0.5s / var(--ani-speed)) calc(0.87s / var(--ani-speed)) forwards; } .ebcs-number p strong{ letter-spacing: 10px; opacity: 0; animation: letter-spacing-opacity calc(0.5s / var(--ani-speed)) calc(0.9s / var(--ani-speed)) forwards; } .ebcs-iets{ animation: ebcs-iets calc(1.5s / var(--ani-speed)) calc(1s / var(--ani-speed)) forwards; box-shadow: inset var(--box-shadow, 0 0.05rem 0.15rem rgba(0, 0, 0, 0)); background-color: rgb(var(--blockquote-bg-color, 0, 10, 8, 0)); opacity: 0; } .ebcs-iets strong{ animation: blur5 calc(1.5s / var(--ani-speed)) calc(1s / var(--ani-speed)) forwards , opacity-1 calc(1.5s / var(--ani-speed)) calc(2s / var(--ani-speed)) forwards; opacity: 0; } .ebcs-meta span:nth-child(1){ opacity: 0; animation: rightin0 calc(0.5s / var(--ani-speed)) calc(2s / var(--ani-speed)) forwards; } .ebcs-meta span:nth-child(3){ opacity: 0; animation: rightin0 calc(0.5s / var(--ani-speed)) calc(2.25s / var(--ani-speed)) forwards; } .ebcs-meta span:nth-child(5){ opacity: 0; animation: rightin0 calc(0.5s / var(--ani-speed)) calc(2.5s / var(--ani-speed)) forwards; } .ebcs-des{ animation: fadeIn-sd calc(1s / var(--ani-speed)) calc(2.5s / var(--ani-speed)) forwards; clip-path: polygon(0% 0%,0% 0%, -10% 100%,0% 100%); } .ebcs-img{ opacity: 0; animation: blur5 calc(1s / var(--ani-speed)) calc(2.5s / var(--ani-speed)) forwards , fadeInScale calc(1s / var(--ani-speed)) calc(2.5s / var(--ani-speed)) forwards; } /{$ebcs} */ /* 人物 */ /* {$poi}/ .footerbox{ animation: fadeIn-sd calc(1s / var(--ani-speed)) forwards; } .footerbox > h4{ animation: fadeInScale calc(1s / var(--ani-speed)) forwards calc(1s / var(--ani-speed)); opacity: 0; } .footerbox > h4{ animation: fadeInScale calc(0.5s / var(--ani-speed)) forwards calc(1s / var(--ani-speed)); opacity: 0; } .footerbox img{ animation: blur5 calc(1s / var(--ani-speed)) forwards calc(1.5s / var(--ani-speed)), fadeInScale calc(1s / var(--ani-speed)) forwards calc(1.5s / var(--ani-speed)); opacity: 0; } .footerflavor{ animation: upin0 calc(0.5s / var(--ani-speed)) forwards calc(1s / var(--ani-speed)); opacity: 0; } .footerflavor > *:not(img,hr):nth-child(1){ animation:staggerUp calc(1s / var(--ani-speed)) forwards calc(1.8s / var(--ani-speed)); opacity: 0; } .footerflavor > *:not(img,hr):nth-child(2){ animation:staggerUp calc(1s / var(--ani-speed)) forwards calc(2.2s / var(--ani-speed)); opacity: 0; } .footerflavor > *:not(img,hr):nth-child(3){ animation:staggerUp calc(1s / var(--ani-speed)) forwards calc(2.6s / var(--ani-speed)); opacity: 0; } .footerflavor > *:not(img):nth-child(4){ animation:staggerUp calc(1s / var(--ani-speed)) forwards calc(3s / var(--ani-speed)); opacity: 0; } .footerflavor > *:not(img):nth-child(5){ animation:staggerUp calc(1s / var(--ani-speed)) forwards calc(3.4s / var(--ani-speed)); opacity: 0; } .footerflavor > *:not(img):nth-child(6){ animation:staggerUp calc(1s / var(--ani-speed)) forwards calc(3.8s / var(--ani-speed)); opacity: 0; } .footerflavor > *:not(img):nth-child(7){ animation:staggerUp calc(1s / var(--ani-speed)) forwards calc(4.2s / var(--ani-speed)); opacity: 0; } .footerflavor > *:not(img):nth-child(8){ animation:staggerUp calc(1s / var(--ani-speed)) forwards calc(4.6s / var(--ani-speed)); opacity: 0; } .footerflavor > *:not(img):nth-child(9){ animation:staggerUp calc(1s / var(--ani-speed)) forwards calc(5s / var(--ani-speed)); opacity: 0; } .footerflavor > *:not(img):nth-child(10){ animation:staggerUp calc(1s / var(--ani-speed)) forwards calc(5.4s / var(--ani-speed)); opacity: 0; } .footerflavor > *:not(img):nth-child(n + 11){ animation:staggerUp calc(1s / var(--ani-speed)) forwards calc(5.8s / var(--ani-speed)); opacity: 0; } /{$poi} */ /* upes */ /* {$upes}/ .phenomenon-content{ animation: fadeIn-sd calc(1s / var(--ani-speed)) forwards; } .colmod-link-top .foldable-list-container a{ animation: leftin calc(1.5s / var(--ani-speed)) forwards calc(-0.5s / var(--ani-speed)); opacity: 0; } div.colmod-content-anti, div.colmod-content{ animation: fadeInScale calc(1.5s / var(--ani-speed)) backwards, blur5 calc(1.3s / var(--ani-speed)) backwards!important; } .standard-border { border-bottom: solid 0.1em rgba(51, 51, 51, 0); } .dark-border { border-bottom: solid 0.1em rgba(255,255,255,0); } .dark-border:nth-of-type(1){ animation: dark-bd calc(0.5s / var(--ani-speed)) forwards calc(1.25s / var(--ani-speed)); } .standard-border:nth-of-type(1){ animation: standard-bd calc(0.5s / var(--ani-speed)) forwards calc(1.25s / var(--ani-speed)); } .phenomenon-content div[class*=level] > *{ opacity: 0; animation: letter-spacing-opacity calc(0.5s / var(--ani-speed)) forwards calc(1.5s / var(--ani-speed)); } .dark-border:nth-of-type(2){ animation: dark-bd calc(0.5s / var(--ani-speed)) forwards calc(1.75s / var(--ani-speed)); } .standard-border:nth-of-type(2){ animation: standard-bd calc(0.5s / var(--ani-speed)) forwards calc(1.75s / var(--ani-speed)); } /{$upes} */
生存难度:生存難度:
等级等級 deadzone
- 极度抽象无法绷住
- 逆天内容闪瞎双眼
- 观后感:啊呀,骇死我哩
如何使用:
[[include component:level-class
|class=等级
]]
class 处的可用参数包括以下内容,支持简繁体及英文输入。
| English | 简体中文 | 繁體中文 | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 |
| unknown | 未知 | 未知 | |||||||||||||||
| habitable | 宜居 | 宜居 | |||||||||||||||
| deadzone | 死区 | 死區 | |||||||||||||||
| pending | 等待分级 | 等待分級 | |||||||||||||||
| n/a | 不适用 | 不適用 | |||||||||||||||
| amended | 修正 | 修正 | |||||||||||||||
| omega | 终结 | 終結 | |||||||||||||||
该组件支持简繁切换,如下方代码所示:
[[include component:level-class
|lang=cn/tr
|class=等级
]]
在 lang 处选择语言,cn 表示简体中文,tr 表示繁体中文,不填默认选择简体中文。
自定义等级
[[include component:level-class
|lang=cn/tr
|class=等级名字
|color=#000000(带有井号的十六进制色号代码。)
|image=链接(至图片的链接。)
|one=在这
|two=随便
|three=放文字
]]
使用 CSS 进行自定义:
你可以使用 CSS 进行额外的自定义,将代码放入到 [[module css]] 中或者是放入到页面的版式内都可以。在这一组件中,不要把 [[module css]] 放在 [[include]] 里面,把它放在那个的下面或者是页面的顶部或底部。
将这些代码放入到你的页面/版式中以编辑所有的颜色,因为组件的 |color= 部分仅能控制背景:
[[module css]]
.sd-container {
/* 字体 */
--sd-font: Poppins, Noto Sans SC, Noto Serif SC;
/* 边框 */
--sd-border: var(--gray-monochrome); /* 大多数等级 */
--sd-border-secondary: 0, 0, 0; /* 不适用 */
--sd-border-deadzone: 20, 0, 0; /* 死区 */
/* 标志 */
--sd-symbol: var(--sd-border) !important; /* 大多数标志 */
/* 文本 */
--sd-bullets: var(--sd-border) !important; /* 点句符文本颜色 */
--sd-text: var(--swatch-text-secondary-color); /* 顶部框文本颜色 */
/* 等级颜色 */
--class-0: 247, 227, 117;
--class-1: 247, 227, 117;
--class-1: 255, 201, 14;
--class-2: 245, 156, 0;
--class-3: 249, 90, 0;
--class-4: 254, 23, 1;
--class-5: 175, 6, 6;
--class-unknown: 38, 38, 38;
--class-habitable: 26, 128, 111;
--class-deadzone: 44, 13, 12;
--class-pending: 182, 182, 182;
--class-n-a: 38, 38, 38;
--class-amended: 185, 135, 212;
--class-omega: 25, 46, 255;
}
[[/module]]
旧版颜色:
如果你不喜欢新版的样式,想要用回旧版的红色边框色,只需要在你的页面中与组件一同引入下方的代码:
[[module css]]
.sd-container {
--sd-border: 90, 29, 27;
--sd-image: 90, 29, 27;
--sd-symbol: 90, 29, 27;
}
[[/module]]
Level 256 是后室的第 257 层。19
看看这个家伙已经写了什么玩意
OUR-Level 85 - “历史由战败者书写”
全世界的目光都在注视着你,世界各地热爱和平的人们的希望和祈祷与你同行……
评价:神秘搬运文20
这里还什么都没有…..
没搬。
一个都没有,懒得写21
也没有()
无。(我已急哭)
没有,200年后也不会写
没有,300年后也不会写
没有,400年后也不会写
没有,1000年后也不会做
OUR-Entity kale-J - “文好卡菌”
准确来讲,文好卡菌并非传统意义上的细菌,而是一种类电脑病毒,其传播范围极广,任何连接至wikidot的设备都自动感染了文好卡菌
评价:这个世界已经救不回来了,看来人类文明这次凶多吉少了。22
看看这个家伙打算写什么东西
OUR-Level XXX - “新绝缘层”
在对OUR-Level XXX即新绝缘层进行重新探索时发现了一个人,其自称为[暂时保密]
评价:复活绝缘层24
OUR-Level XXX - “黑水工厂”
OUR-Level XXX的黑水目前仍在向层级外扩延,M.E.G.已警告所有进入该层级的人:若无必要,禁止把黑水带出OUR-Level XXX。
评价:原配套文,后单独文,现前置文25
OUR-Level XXX - “中东城市”
目前关于感染PAX-12已知的第一例死亡病例已被确认出现在城市东南部的医院中,这究竟只是运气不佳还是不幸的征兆?
评价:哦带迭代大长文26
OUR-Level XXX - “2027”
目前来讲,对于从OUR-Level XXX能够回到前厅的传言,其他层级的大多数人扔持怀疑态度,尽管有部分报告称已有人通过OUR-Level XXX成功切出至前厅中的西班牙。
评价:大长文27
OUR-Level XXX - “世界贸易中心”
一阵飞机引擎的声音划破宁静的天空,你惊恐地抬头望去,然而无事发生,那个手持咖啡的男人又像往常一样走进了大楼,一切照常。
评价:神秘地狱笑话28
OUR-Level XXX - “终焉之时”
时间,在许多人心中如此熟悉的概念,在这里显得多么苍白,多么可笑,而你只能被凝固的时间裹挟,无能为力。
评价:神秘复活文*229
OUR-Level XXX - “班农摄影棚”
心上十字,愿求一死,死亡是另一个人的工作。
评价:会长的,嗯对30
OUR-Level XXX - “消失的太阳”
救命。我来到了一个发生了一场空前浩劫的前厅,太阳消失了。
评价:或许会是多结局?31
这个是终焉之时的子层 - “坠落”
你自认为逃离了那片永远静止的地狱,但恰恰相反的是——你坠入了另一个地狱。
评价:哦,神秘子层32
没有具体的计划,不过我会补风扇层、梦境都市33那几个的!
OUR-Entity XXX - “PAX-12”
令科学家感到担忧的是,PAX-12具有潜在的、极高的严重性和致命性,且其极强的基因重组和突变能力使得解药研发变得极度困难。
评价:和中东城市的配套文34
OUR-Entity XXX - “沉思男人”
我们犯了个错,我们将两个沉思男人聚集在了一起。
评价:神秘小球对决35
没什么计划。
OUR-Phenomenon XXX - “旧层级复原”
简单来讲,OUR-Phenomenon XXX类似于破碎之地通过某种原因将已被删除的层级“吐”出并还原至云室。
评价:所以搬那么多文章只是为了这个吗()36
Q&A
这里收纳的是有些人问过我的问题(当然你也可以在下面补充上你所问的问题,一般情况下,三天之内我就会答复。)
- Q1:为什么你要换号?
- A1:因为一个尴尬的原因,我那个kdi的账号,在某个神秘的小民分捣过一点点乱,所以那个号被封禁了,这个号是我后开的,没想到喧宾夺主了()37
- Q2:报上你的高度,长度
- A2:身高182.3cm,至于长度,你给我滚,不准问这种东西,再问打斯38
- Q3:为什么你从来不参加竞赛呢?
- A3:由于那个什么西伯利亚经济危机,还有东南亚寒流以及滚木的原因,我给我自己签订了一个《不竞赛不合著条约》,说人话就是注意到自己的实力过于拉胯,所以不敢竞赛()39
- Q4:这个作者页还会更新吗?
- A4:当然会,其中的部分内容会持续更新40
- Q5:你具体混什么圈子?
- A5:MC✔️,后室✔️,jojo✔️,pvz✔️,弹丸论破✔️,fnf,荒野大镖客✔️,波兰球✔️,among us,熊圈和羊圈✔️(指的是熊出没和喜羊羊),ut(含dr),术力口✔️,假如历史是一群喵,哈利波特✔️,瘟疫公司✔️(含反叛公司),和平精英,暗区突围,三角洲行动,甜瓜✔️,节奏盒子(包含spk),Roblox,滚动的天空✔️,跳舞的线✔️,部分音游(如Phi,喵斯等),无敌少侠✔️,海绵宝宝✔️,哆啦A梦✔️,skibidi,无机杀手,地铁跑酷,猫和老鼠,第五人格,蛋仔派对,节奏医生✔️,铁迷✔️(含地铁,高铁,公交),恶搞之家✔️(不是),瑞克和莫蒂,开心超人,超级马里奥✔️,愤怒的小鸟✔️,and so on(当然大多数都不混了)((((
打对号的代表正在混(41
- Q6:为什么这么多脚注?
- A6:我要争OUR脚注最多页面()42
神秘发癫区
警告!该区域内容存在大量网络猎奇内容,若自认为无法承受,请勿点开。
其实我就是那种经常嘻嘻哈哈的人😆 虽然我表面和你嘻嘻哈哈🎭 但实际也会和你嘻嘻哈哈😋 但是你要是对我嘻嘻哈哈🤣👉😡 我就会对你嘻嘻哈哈🤐👈😂 但是你如果总是对我嘻嘻哈哈🤣👉😡 我就会立马对你嘻嘻哈哈🤐👈😂 虽然我比较嘻嘻哈哈😃 但是你如果一直对我嘻嘻哈哈🤣👉😡 我就会一直对你嘻嘻哈哈🤐👈😂 如果你触动到我的嘻嘻哈哈🤣👉😂 我就一定是对你嘻嘻哈哈🤐👈😂 别不把我的嘻嘻哈哈当回事🐺😡 因为如果你在嘻嘻哈哈🤣 我就会对你……😡 🎵越过无尽无数日夜🌞🌚 🎵看见美丽美好明天👀 🎵拥有勇气🎵勇敢不变👊🏻 🎵我们嘻嘻哈哈创造这世界🔧 🎵我们嘻嘻哈哈一起闯世界🏇🏇
妈妈总是对我说不要打瓦罗兰特😒 可是我却不明白那是为什么😞 直到我打瓦罗兰特全都是叫妈妈的😨 我才终于明白了,打瓦的险恶😱 只要给我发钱🤑 我就可以管你叫妈😜 从内心里面出发😊 单纯想叫我妈😒 如果你亲妈听到你叫妈😫@ 她要叫骂😡 他白养你了😔 这么多年从小到大😰 她不期待你能有太大的变化🤔 但是没想到你越长越大,越变越差😧 她感受到了自尊心被你给践踏😨@ 我的孩子回家吧😮 不要迷恋叫妈😋 还认我当妈~~~~~😩 你就不不不不要去打瓦😓 不认我当妈😡 你就打打打打打打瓦瓦🙄 你家里的爸知道你管别人叫妈妈😒 你家里的爸呀,就要揍你啦😈
我赚钱啦赚钱啦🤑 我都不知道怎么去花🤔 我左手买个挪鸡鸭😏📱 右手买个摩托骡拉📱🤩 我移动联通小灵通😮🌐 一天换一个电话号码呀😋☎ 我坐玩奔驰开宝马🥰🚗 没事洗桑拿吃龙虾🤫🛁🦞 我赚钱啦赚钱啦😄 光保姆就请了仨🤗 哎一个扫地一个做饭🤨 一个是当奶妈😯👶 我厕所墙上挂图画😍🖼 倍儿象个艺术家呀😁👨🏻🎨 我货款按揭名牌西服😜🥼 手表和电脑咧🥳⌚️💻 我能货多少就货多少😚 一直还到老啊👴🏻 哎还款的滋味儿实在是难熬😧 谁还谁知道啊😥 所以我们的口号是先发财😌 再传宗接代😗 哎我们的口号是先发财☺ 再传宗接代😵💵💴💶👶 我以前淋了场大雨而已就当😐 自己是洗了回澡啊😝 现在分期付款买了个别野😃 废除了暂住卡呀😘 我再也不用怕夜查的那个居委会大妈啦😆 我再也不用怕夜查的那个居委会大妈啦😎 (我算是扯完了…哦…蛋咧😮💨*) (加点韭菜花😋*)
吃我一击吧😋友谊第一🤩比二第赛🤨
裁判不在🤔就玩赖🤯your mom very happy 😡再吃我一脚🥳去你的😭踹你🤓踹你🤓想超车😱先问问我四叔的臭脚答不答应😡😡😡来吧给油门四叔😏😏😏咱们现在第二马上就第一😎😎😎走👁️👅👁️活该😡😡😡👊🏻👊🏻👊🏻套😡😡😡😡🥵🥵🥵👿👿👿马的汉子你威武雄🥵我没骂人🤬别↘封我直播间管理😭😭😭
嗯嗯😰喷气背包出故障了💀💀啊😇😇嘣🤯(死亡声音😂)嗯嗯我没事🤓🤓幸好🤔幸好我之前买了一个星星礼盒🧐🧐要不然我就没了🤗🤗(笑声😜😜😜)嗯嗯😰喷气背包出故障了💀💀啊😇😇嘣🤯(死亡声音😂)嗯嗯我没事🤓🤓幸好🤔幸好我之前买了一个星星礼盒🧐🧐要不然我就没了🤗🤗(笑声😜😜😜)
语文没及格没关系😏 将来不会胡说八道吹牛逼😂 数学拿鸭蛋没关系😌 说明你不会在人背后搞算计🤐 化学不及格也没关系😜 将来不会研究什么药水添加剂😱 英语不及格😥 更加没关系🤓 你是爱国爱到骨子里😘 地理95很牛逼🙃 国家的疆土刻在心里😍 历史96更牛逼😈 秦始皇都想跟你做兄弟😎 体育满分相当牛逼🤗 有个好身体🤔 就能为国出力🙃 能保卫祖国😊 能保卫人民☺ 还能维护世界和平😤
爷我说 拿 妈了报复比我爸瘦别放p 啪 放p也比我的凑,你的放气比如说~砍死他~鸡蛋啊~鸡蛋别说砍死他~啊↗啊↙啊↗啊↙啊~啊↗啊↙啊↗啊↙啊~
理解难度不亚于费城枪击案
但是费城枪击案:乔尼在费城遭遇枪击,不同目击者看到的开枪者却各不相同。画家目击到是大总统对乔尼放冷枪;双胞胎姐妹看到威卡毕博向乔尼开枪;三个男孩则看到迪亚哥开枪。从乔尼视角看,第一枪是大总统打穿其脸,第二枪打到手臂,第三枪躯干部连中两发,看到的替身是大兔子。威卡毕博视角中,他自己四连发射中黑影,以为射中乔尼,其实是大总统;之后以为乔尼想反击又连射两发,但乔尼躲过。迪亚哥视角则是自己连射4发打死了平行世界的威卡,结果看到乔尼身中4发。大总统为了达成自己的目的,利用替身能力穿梭平行世界,将不同平行世界中袭击乔尼的场景融合到了一起,导致在同一空间出现了不同开枪者的情况。不同人物处于不同的世界线,经历了计划成功或失败等不同剧情,而大总统将这些世界线合并在了同一个世界内,使得迪亚哥和威卡毕博出现了记忆矛盾,也让目击者看到了不同的开枪者
不要抠屁股😡 虽然很舒服🤩 手上有病毒😭 会感染屁股😱 屁股也有毒😷 抠完手有毒😩 再去吃食物🤯 就容易中毒☠️ 辣辣辣辣辣辣辣辣辣辣辣🥳 不要扣屁股🤗 辣辣辣辣辣辣辣辣辣辣辣🥰 不要抠屁股🥴 饿就去吃饭
后事都不是这样的。后世明明强势黄的。你这弄的红的什么意思?这不是最火的后事。假后是后世明明是黄的,明明还有很大很大的空间,你这怎么这么小吃那么直走,他哪儿还能拐弯?你这个直走直走。
⚠️注意!!!
您现在已於消耗了一次
免費觀影次數,剩餘0次觀影次數
但是邀請好友可獲得免費觀影次數⚠️
如果你发现抽水马桶开始背诵莎士比亚全集🤗,别急着鼓掌🙏,先给楼下五金店的驼鸟买一副潜水镜👁️👅👁️,然后对着微波炉唱完3遍生日歌🎂,这时快递小哥会踩着滑板车用芹菜敲你的头🙁,你只要大喊👁️👄👁️宇宙菠萝🍍,他就会扔给你一捆意大利面🍝,拿着它去加油站,和那台会跳踢踏舞的洗衣机猜拳👊✌️👋,赢了之后会得到一罐被压扁的流星,回家把流星塞进空调出风口👄
你这也太离谱了,你最下面的那个三级的几个无音城市你瞎排就瞎呸,不是他生存难度等级你你不知道吗?他这里面面面有很多的资源也无什么效应,这你们的时期全是火的,只有六年的无念,你是坏的,而且奶奶负你,你明明是一,而且呢,腐蚀那个疯子你忘了,而且师傅他是无法出现的,他是无法出去的,你直接把它弄到安全点击你,你啥意思啊?
Hello Dream. Hello pig god, I want和你一起碰碰碰碰碰. OK OK Coming coming(高级挥拳音效) . 啊 (高级挥拳音效)啊(高级挥拳音效). Oh yes oh yes oh yes. 哦 pig god You are very 怎么那么松啊你?Oh I'm happy Oh Dream I'm happy[爱心] 啊啊啊啊啊啊啊
100%up配料表:
白砂糖,红糖,蜂蜜,冰糖,黑糖,焦糖,枫糖麦芽糖,黄冰糖,片糖,绵白糖,木糖醇,方糖,糖粉,海藻糖,葡萄糖,果糖,半乳糖,乳糖,山梨糖醇,赤藓糖醇,麦芽糖醇,甘露醇,甜菊糖苷,棕榈糖,黄糖,蔗糖,淀粉,纤维素,肝糖原,肌糖原,脱氧核糖,核糖,赤砂糖白砂糖,红糖,蜂蜜,冰糖,黑糖,焦糖,枫糖麦芽糖,黄冰糖,片糖,绵白糖,木糖醇,方糖,糖粉,海藻糖,葡萄糖,果糖,半乳糖,乳糖,山梨糖醇,赤藓糖醇,麦芽糖醇,甘露醇,甜菊糖苷,棕榈糖,黄糖,蔗糖,淀粉,纤维素,肝糖原,肌糖原,脱氧核糖,核糖,白砂糖,红糖,蜂蜜,冰糖,黑糖,焦糖,枫糖麦芽糖,黄冰糖,片糖,绵白糖,木糖醇,方糖,糖粉,海藻糖,葡萄糖,果糖,半乳糖,乳糖,山梨糖醇,赤藓糖醇,麦芽糖醇,甘露醇,甜菊糖苷,棕榈糖,黄糖,蔗糖,淀粉,纤维素,肝糖原,肌糖原,脱氧核糖,核糖,赤砂糖白砂糖,红糖,蜂蜜,冰糖,黑糖,焦糖,枫糖麦芽糖,黄冰糖,片糖,绵白糖,木糖醇,方糖,糖粉,海藻糖,葡萄糖,果糖,半乳糖,乳糖,山梨糖醇,赤藓糖醇,麦芽糖醇,甘露醇,甜菊糖苷,棕榈糖,黄糖,蔗糖,淀粉,纤维素,肝糖原,肌糖原,脱氧核糖,核糖,赤砂糖白砂糖,红糖,蜂蜜,冰糖,黑糖,焦糖,枫糖麦芽糖,黄冰糖,片糖,绵白糖,木糖醇,方糖,糖粉,海藻糖,葡萄糖,果糖,半乳糖,乳糖,山梨糖醇,赤藓糖醇,麦芽糖醇,甘露醇,甜菊糖苷,棕榈糖,黄糖,蔗糖
挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋 挖掘机里腌萝卜😈 咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋挖掘机里腌萝卜😈咿呀咿呀哟😋
全麦面包🥖🥖放进口中🥖😮
他会让我高兴高兴😆😆
我有个梦🤤🚀在外太空🌝🌚
梦里的我🤤🤤是个英雄😋👍
爷爷爷爷爷爷👨🦳👨🦳
不要发疯👎🤪
点击输入文字♿️♿️
调皮的我也想成功👍👍
爷爷爷爷爷爷👨🦳👨🦳
不要头痛😫👎
我会努力做个英雄👍😋
囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡复囊囊囊😡囊囊囊😡囊囊囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡囊囊囊😡复囊囊囊😡囊囊囊😡囊囊
阿妈不给快😡
嘿🤯
阿妈不给快😡
阿妈不给快😡
嘿🤯
阿妈不给快😡
嘿🤯🤯🤯
阿妈不给快😡
阿妈不给快😡
嘿🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯
我要一些糯米和糯米,一大块上好的糯米,再加上所有的糯米,再浇上浓浓的糯米,别忘了 还有一大杯糯米酒
蜘蛛侠在爬楼梯🕷🤠他这是要去干嘛🧗🤔他从楼梯爬上去👆🤓来到箱子上📦🤔 看见四个蜘蛛侠🕷😅然后马上跑过去🏃😋他还在这爬呀爬爬呀爬呀爬👁💀蜘蛛!侠啊!😡😡终于爬到上面👆🤗最后打倒打倒了蜘蛛侠💪😵😱这个绿色的蜘蛛侠也太坏了💚他自己也是不小心掉下去了🤣🤣🤣🤣🤣🤣🤣🤣
这是🤔地缚少年花子君😳中的😐狛枝凪斗吧😏在原作中他为了寻找希望与丘比缔结契约🤯与丹顶鹤😯程小时🤗重音teto😉小埋☺️组成了五色战队呢😵而且与日向雏田是死对头呢😜他与苍月卫人的友谊可是铁打的🤩还为了初音未来闯入刑场把黑白熊打飞呢😍
光之国的家🤔
是他们的故乡🤓
佐菲初代杰克🤔
来自这地方😎
等离子火花😨
是他们的太阳🤓
奥特之王的力量🤔
创造了希望🤣
希卡利托雷基亚😨
光之国科学家😚
蓝色身体的他们🥶
充满智慧的象征🤓
还有许多人🤔
还有许多的可能😝
乌鲁拖拉浓和系😡
做客的阿塔西😂
赛罗糯七七哇🤔
五路投啦赛文😋
赛罗糯西休哇🤔
五路投乐曼雷欧🤓
太尬哦七七哇🤔
五路投了曼塔罗🤓
泰罗糯七七哇🤔
五路投了七七🤓
没忍住对威廉二世犯错了,威廉二世实在太星感了,我好喜欢。我只要一看到威廉二世这张脸,身体就开始忍不住发热,脑子里幻想我被威廉二世按在床上狂亲,然后在我面前解开裤腰带的画面。威廉二世的脸实在太伟大了,非常耐看,直接加20分;然后是威廉二世的发色在中年以后为灰白色,我最喜欢灰毛了,所以这点再加20分;再然后是威廉二世穿的普鲁士军装,这个不用多说,德国的制服,尤其是军装从来没有丑过,这点再加20分;并且威廉二世的颜值全年龄在线,年轻的时候是标准的帅哥,中年有了胡子之后,更加成熟,也更加威严,有些韵味,到老年后更有韵味了,可以说越老越有韵味也更有气场,这点再加20分;但可惜威廉二世身体有些缺陷,左臂萎缩,比右臂短了15cm,但威廉二世的下面是没问题的,所以这点加个11分吧,最终得分91分。最后我要声明威廉二世是我的,你们都不要跟我抢
止战之殇
雷德王还有3个小时降临地球,世界各大媒体平台将这条消息传唤的沸沸扬扬,他的到来,是救赎还是毁灭,我无从得知,众说纷纭,我只想先吃个汉堡吧。
宇宙无穷,人生微渺,我从一无所有中来,自当归于虚无。唯独让我牵挂难以放下执念的,便是学校的汉堡了,汉堡不大,面包很干,初相识于三年前,我年少,它缥缈,浅尝一口:“哇”很好吃。可惜后来吃饭时间越来越晚,与曾经的挚爱想重逢却要隔着人山人海,我等了一次又一次。
可惜不悔梦归处,只恨太匆匆,不知什么时候起,汉堡的肉饼变成了自制小牛肉,陈然多了一份人情味,少了一份预制感,但干燥的触感与同样干燥的面饼相结合,让我失去了对其往日的热爱,或者它也不能称之为那个它了。
学校门口的餐车最近上了汉堡,用的和学校同样的佐料,不过是曾经的面饼一样的干,早上考试我又饿又渴,买了个汉堡,更渴了。
可宇宙苍茫,谁又能主宰学校的汉堡呢?其实世间一切自有定数,我不信奉佛陀,自我信仰上帝,也许那全知全能的主会将仁爱的汉堡撒下大地,在我活着,或在我死后。
雷德王降临了,在维多利亚港。
没有谈判,硝烟中,炮火轰鸣中,世界褪去了色彩。
我到了,因为我必须来,作为新时代新青年,肩负历史使命与伟大复兴重担,拯救世界,舍我其谁?
可站在雷德王脚下那一刻,我才意识到自己有多弱小,他比自由女神像还要大,尽管我没去过美国,但我刷过视频。
雷德王停下进攻的脚步,低头看我,示意我把手给他,我不敢拒绝却也止不住的颤抖,原来他是要我手中的汉堡啊,看来无论何等高级的生命都无法抵御汉堡的诱惑。
一颗子弹贯穿我的胸膛,临死前耳畔传来的话语,在说我通敌。
哈哈哈,这就是人性吗?雷德王,我开始理解你了,不过,突然……好想吃个……汉堡……啊……
马铃薯是一个轮廓🥔
41-823🤔
一个独角鲸的角太红了😡
因为天气比布丁还好😍
五十张纸的自动文件进纸器🤧
香蕉窗帘9🍌
呕呕呕呕~
哇哦!米斯特比斯特😍😍😍
呵呵呵呵呵😰😰
嗨😋
嗨😘
抗母🤑
抗母🤗
Ok,爱慕卡明😘😘😘😘
(走路音效)
piu😱😱😱
哎呦我的妈😱😱
六一6⃣️1⃣️很有气场😱😈靠精英手势出圈🎉💥但也别小看六七6⃣️7⃣️😼🤔他们有专属的握手礼☝️👎⚡️你是支持✅六一6⃣️1⃣️还是🤨🧐支持✔️六七6⃣️7⃣️呢🔥🧒⚡️六一很有气场😏
靠精英手势出圈🤩
但也别小看六七😱
他们有专属的握手礼🤤
你是支持六一还是支持六七呢🤔
不要老是比较利弊
比利时,是一个欧洲国家
利弊想比时,哔哩哔哩
弊少于利,多利是一只克隆羊
利少于弊,多弊is free
弊利祠下,一片神鸦社鼓
但也不能不考虑利弊
当只考虑一件事的弊,可利呢,是原神角色
当只考虑一件事的利,可弊呢,已经坠机了
你说的对,但是当土豆正在飞翔的时候,翅膀会在苏轼的脸上写下三角函数,戴高乐看完会生气的用手机吃掉白宫,反比例函数会和树叶进行氧化还原反应,生成的电池可以让金门大桥飞上天空,从而将外星人的飞艇打成N字形,这会让苏格拉底游玩原神,并且认为蜗牛可以进行撑杆跳运动,僵尸在河里跳舞,枕头在人身上睡觉,子弹射击枪并让野兽先生收集100个人的助听器,自热食品会和法拉利来一次精彩的跳水,并将空调机箱送上月球,完成一次伟大的鲸鱼呼吸,史称安史之乱。
手机关机啦😂
咖啡机炸了💔🔥
又一世纪 每一秒都在喝🤓
地啊 真是令我愉悦🥰😍
滚一边去没你事😂🙄
手机关机啦😨
又一世纪 每一秒都在喘🤔
地啊 我的骨头可太舒服了🔥❤️
【↗↘】
这股令人陶醉的咖啡因气息🥰😘
【↗↘~】
这台向哑巴一样的机器🙄😂
这股下饭的冰凉感😓
剥离于我清爽的皮肤上🤓
摆烂不止😁 直至彻底成功😝
被自身正义地剥开😃
憋回去 憋回去😒
你们这样做可太公平啦!😄☺️
憋回去 憋回去😓
你们咋那么在乎😰
可喜又有用🥰
你可以从老中走到老美😏😜
聪明又博学😎
这不是你片面的本质😂
哦 天如才~😍😘
手机关机了😌
咖啡机炸了😡😰
又一世纪 每一秒都在喝😄
地啊 真是令我愉悦😌
滚一边去没你事😓
手机关机了😰
咖啡机炸了😥😨
又一世纪 每一秒都在喝🤑
地啊 我的骨头可太舒服了😁
这样的人生就是个正确😏
【↗↘】
这股令人陶醉的咖啡因气息😍
【↗↘~】
又一世纪 跳脱在这套百变私事里😌
这股下饭的冰凉感😢
剥离于我清爽的皮肤上🤗
摆烂不止 直至彻底成功😲😳
被自身正义干净的剥开😁
憋回去 憋回去😓
你们这样做可太公平了!😘
憋回去 憋回去😠
你们咋那么在乎😨😰
可喜又有用😝
你能从老中走到老美😆
聪明又博学😇
这不是你片面的本质😌
端nm的破咖啡~😡
【超燃间奏】幕间继续😉
憋住你可恨的嬉笑😂
你工作干跟一坨一样🤣
你本应该感到自卑🤐
却中五百万都没你笑的开心🤔
别端nm的破咖啡了Xn🙄
你的霉运用不完🤪
别端nm的破咖啡了Xn🙄
你当局者迷 我们正期待着你成功😃
【👁️👄👁️☕😡】
老大,国家电网、南方电网、蒙西电网、核电、等离子火花塔、暗星能源反应堆、可控核聚变反应堆、戴森球、星炬、以太相引擎、世界引擎,现实引擎,龙堆,创造马达,创造电池,创造电力源,红石火把,红石块,无尽能源,超级电能机枪豌豆,协议核心,雷史莱姆,无相之雷,雷神,艾雷王,月感电,月距力,光之种,泰坦发动机,波纹,真空零点能,GN太阳炉,千鸟,洪荒熔炉,方舟反应堆,皮卡丘,辛红辣椒,等离子闪电、雷神之锤、十万伏特、S2机关、贤者之石、原力闪电、曲速核心、雷之呼吸、麒麟、艾尼路、雷雷果实、闪电鸟、宙斯的闪电长矛、因陀罗的金刚杵、雷公、电母、天雷、引力波发射器、二向箔、无限非概率驱动器、太空电梯、微波输电、反物质引擎、量子电池、ITER、迷你核电站、摸电门、永动机、聚焦之虹、雷铸之矛、电能圣契、景元、北斗、天气预报的雷雨、我妻善逸、闪电侠、神速力、电磁炮、线圈炮、高斯枪、特斯拉线圈、沃尔特电箱、避雷针、压电晶体、热电效应、摩擦起电机、莱顿瓶、伏打电堆、戴维南等效、诺顿等效、基尔霍夫定律、欧姆定律、焦耳定律、楞次定律、法拉第电磁感应、麦克斯韦方程组、洛伦兹力、霍尔效应、约瑟夫森结、超导磁储能、飞轮储能、抽水蓄能、压缩空气储能、氢燃料电池、微生物燃料电池、放射性同位素热电发生器、斯特林发动机、磁流体发电机、热离子转换器、光学整流天线、量子点太阳能电池、钙钛矿太阳能电池、人造雷电、球形闪电、圣艾尔摩之火、极光、地磁感应电流、舒曼共振、电离层加热、HAARP、天基太阳能电站、轨道反射镜、微波输电站、激光输能、无线充电谐振线圈、电磁轨道炮、同轴线圈炮、重接炮、电热化学炮、等离子炮、粒子束武器、电击枪、泰瑟枪、电围栏、电鳗、电鲶、电鳐、鸭嘴兽、电鼠、皮丘、雷丘、正电拍拍、负电拍拍、电飞鼠、咚咚鼠、电龙、自爆磁怪、雷电云、捷拉奥拉、卡璞・鸣鸣、电束木、雷吉艾勒奇、密勒顿、雷电斑马、电蜘蛛、电萤虫、电灯怪、灯笼鱼、麻麻鳗、麻麻小鱼、麻麻鳗鱼王、逐电犬、颤弦蝾螈、啪嚓海胆、莫鲁贝可、布拨、巴布土拨、雷神索尔、雷神(漫威)、风暴战斧、雷神之力、闪电回旋、雷光拳、雷遁・伪暗、雷遁・黑斑差、雷遁・雷梦雷人、雷遁・雷切、雷遁・雷虎通杀、雷遁・雷影、雷之铠、雷之呼吸・壹之型・霹雳一闪、雷之呼吸・柒之型・火雷神、鬼气・雷闪、雷龙、雷狼龙、雷神龙都连上了,怎么说
美铁使用了技能“宽敞腿部空间”!效果拔群!
乘客请求使用技能“准点到达”!
系统提示:美铁尚未解锁该技能,并向你施放了“无限晚点”。💀💀
刘夫妻小子正在和刘琦先生闹矛盾😂刘夫妻小子最近在播报播课上说了这个😨:你和其他的67孩子有矛盾吗🤔是的😡你有吗🧐你认为谁才是67梗的真正代表😋MR.67😱还是67kid😮 刘世妻先生刚刚向刘世妻小子报了仇 😨在刘世妻小子在播波博客上公开点名刘世妻先生后😭刘世妻先生就派人处理他了🤪:哇你们两个是谁😋你们俩是🤓刘世妻先生搞坏了刘世妻小子的双人组是不是太过分了😡
生的根本不能吃🤮
也就外皮熟了😨
熟的刚刚好😆
老了一点的但有嚼劲😋
都成黑炭了,彻底废了😭
其实这种高度可以不需要降落伞也能安全落地,是有很多人做过的,都可以搜索的到,就是下落的时候双脚呈单膝跪地的姿势,一只手握紧拳头伸向跪地膝盖方向,另外一只手微微抬起,然后就可以安全落地了,小罗伯特唐尼和克里斯埃文斯都有做过这个,一点问题都没
我在某国的万圣节举办了一个派对,派对上我目击到了teto31世,还去了大碗免费的店吃了说谎的马卡龙,派对结束后我回到家,我就睡觉了,然后进入了梦之模式,梦里我在克隆克隆,我醒后发现我吃的说谎的马卡龙过期了,我就生病了,我去医院,魔法医生说我得了急性恋爱中毒,已经毒占欲了,治不了,只能吃转生苹果转生了,转生成了一个修女,我让别人向我忏悔,结果T氏来了,T氏说“杀掉她啦!”,我就说“不要相信T氏的话”,结果人们一边拍手一边把我处刑了,再次转生,这次我想当个圣人君子,我就想继续录没救了的厨艺节目,但是没有食材,我想去买,但是下雨了,我哪里都去不了,我就只能一边吃糖果曲奇巧克力一边看电视,结果电视中了芯病毒,直接雪花屏了,我就只能撑着丢失的雨伞去买食材,结果路上遇到了虚荣屠夫,他把我杀了,做成了年轮蛋糕,我就又死了,再次转生,成了一个谎言舞者,我在一个派对上唱弱者的进行曲,但是弱者的进行曲太难唱了,我唱完就差点无呼吸了,结果反常规者带领的红丝绒起义的绝望行军来了,我就只能逃离派对去垃圾分类了,回到家,我发现反常规者在视奸我,并且他的眼睛仍在闪耀,我很害怕,就只能在家里一边喝樱桃汽水一边看超预告篇,然后无责任集合体的人来救我了,他们把我带到了循环之室,我成了循环之室的KING,然后我在循环之室认识了饮酒社的吸血鬼,饮酒社的吸血鬼不会说中文,只会说伪中国语,突然循环之室的人都得了人狂热症,得了这种病的人,大脑都会被腐蚀成水做的,我也死了
好笑吗?我只看见数千公里外某个Tier-4数据中心的固态硬盘NAND闪存单元中,电子穿过绝缘氧化层被捕获在浮栅极内,导致阈值电压改变,被主控芯片读取为二进制序列,通过PCIe总线涌入至强处理器的L3缓存,经由CPU调度被封装进JSON格式,随即在内核空间被切分为TCP段,附加源端口与目的端口,经由网卡调制为光脉冲信号。这些波长1550nm的激光脉冲在海底光缆的二氧化硅纤芯中发生全反射,以约20万公里/秒的速度穿越大洋,经由核心路由器BGP协议的跳数计算,最终抵达无线基站。信号在此经历数模转换,通过OFDM加载到射频载波上,由手机天线解调为基带信号。手机SoC内的基带处理器触发中断,Linux内核网络协议栈将数据包从内核缓冲区复制到用户空间。浏览器内核的UI主线程被唤醒,V8引擎解析数据,构建DOM树与CSSOM树,经由布局引擎计算几何坐标,生成渲染层树。GPU接收OpenGL/Vulkan绘图指令,在着色器中完成光栅化处理,将矢量图形转化为位图数据写入framebuffer。随着垂直同步信号触发,DDIC以60Hz或120Hz的频率扫描,精确控制TFT的栅极电压,驱动有机发光二极管层发射特定波长的可见光,光子穿过角膜、房水、晶状体及玻璃体,经折射聚焦于视网膜黄斑区。视网膜感光细胞(视锥与视杆细胞)中的视色素(如视紫红质)发生光异构化,触发G蛋白信号通路,使cGMP浓度下降,导致钠离子通道关闭,产生超极化膜电位变化。电位变化经双极细胞传递至视网膜神经节细胞,其轴突汇聚成视神经,通过视交叉后形成视束,最终投射至外侧膝状体核。信息经神经元突触重组后,经视辐射投射至初级视皮层,在视觉皮层V1至V4区,边缘检测、颜色分析与运动感知等功能模块并行处理信息:V1区简单细胞检测特定朝向的边缘,复杂细胞整合运动方向信息;V2区处理形状轮廓与深度线索;V4区专司颜色恒常性计算。最终,高级联合皮层完成面部、文字等复杂模式的识别,并通过顶叶皮层整合空间注意力机制,产生的手机画面
dream👊🏻👿👊🏻还我10万美刀!😡😡😡I no money😱i no money😱no kill me no kill me🤮will kill you! ho no皮革嗄的追上来了💩我们快逃逸🤔🤔🤔,i an coming!😜😜😜 dream,皮革嗄的 come on砰砰砰💀with me👀😛ho my god ho no😭😭😭,皮革嗄的,你不要开挂呀🤯🤯🤯no! come here loser~~~皮革嗄的你完蛋了😡😡😡看我开启black客👽👽👽wtf!😱😱😱yes!!😏😏😏no!!!😱😱😱
我正在进行一项神秘的任务😡
非常危险😆
我被袭击了🤯
让你们看看我的厉害😍
哎呀 我又被袭击了🤕
这里的敌人太可怕了🥲
我需要赶紧躲起来😋再见了😃
我又中了埋伏🤕
我的任务失败了😭
气死我了😡
你是不是幕后黑手😋
看我不踢你😡😡😡
屠杀结束了😡
我倒在地上,现在我完了😭
不满足的是、这次落地扼杀了我的气场👿
所以赶紧拿创口贴,我很疼😵💫
我他妈需要去医院😢
今天还在祈祷有拐杖😩
喵木木😘喵木木😂喵木木😱喵木木😏表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表表🤪🤪
异环开服兑换码补充:
THUGSTOOLS:获取棍子类武器
PROFESSIONALTOOLS:获取枪类武器
NUTTERTOOLS:获取高级武器
ASPIRINE:加满生命值
PRECIOUSPROTECTION:加满护甲
PANZER:召唤一辆坦克
TRAVELINSTYLE:召唤一辆会飞的车
THELASTRIDE:获得一辆葬礼车
ROCKANDROLLCAR:获得一辆豪华轿车
RUBBISHCAR:获得一辆垃圾车
GETTHEREFAST:获得一辆SABRE TURBO
BETTERTHANWALKING:获得一辆高尔夫球车
我已绷住(不是死人,不是机器人,没有残疾证,没有抑郁症,没有被丢入冷冻室冷藏,不是霍金,不是傀儡,不是刑天,不是兵马俑,没有面瘫,不是木头人,不是瞎子,不是外星人,不是克隆人,不是在cos路易十六,嘴没有被缝住,不是盲人,不是尸体,不是伪人,不是植物人,有嘴巴 ,没在撒谎,不是木偶,有头,有上半身,没戴面具,没有用假人头,没有的肌肉坏死)
气的我博伊刀都掉了,我赶忙捡起来放到挂着印第安盔甲的铁架旁边,回到沙发上,打开我沃尔玛产的电视,看了两集《猫和老鼠》和《瑞克和莫蒂》,又使用格洛克和AR-15赶跑了家门口的杀手,发现到晚饭点了,于是拿出下午在买的炸鸡与土豆泥再加上从太平洋渔船打来的三文鱼,配上一小碗蔬菜,吃完了这顿晚饭,饭后闲的无聊去附近的公园和酒吧转了一圈,回家后拿出我的苹果手机看了两个多小时的棒球,虽然到睡觉的时候因为想有艳遇还是很兴奋睡不着,可一想到明天下班后可以去硅谷,晚上还能去看戏剧就抱着从五十一区逃脱的外星人安心的睡着了。
蕉蕉是你吗😨天呐你的皮呢🤔谁把你害成这样了😭莓莓他夺走了我的全部😭我要报仇😡我需要一张新皮😭蕉蕉别哭☺️我们不止要给你换张皮还要让你傲视所有人☺️把24K 纯金皮焊在你身上风险很大😔特别疼😰你可能扛不住啊😵没什么比背叛更痛的了你直接焊我受得住😭啊啊啊啊啊啊啊啊啊啊😭我的天😨你简直是重生了他们绝对认不出你☺️从前那个可怜的蕉蕉已经死在雨里了😡从今天起我就是黄金女王😡你只能看我你不许看她😡小心闪瞎你的狗眼😡你懂个屁😈他浑身都是金的要是能把她追到手衣食无忧啊
(电话铃声)📞
(口哨声)😗
我来买沙县😋
砰(爆破音)仨都不不仨那🤯咸都吧仨那🤔
他李灯🚨灯灯灯灯灯灯灯灯灯灯🚨
他李灯🚨大灯灯灯灯灯灯灯灯灯灯🚨
他李灯🚨得灯灯灯灯灯灯灯灯灯灯🚨
他李灯🚨大灯灯灯灯灯灯灯灯灯灯🚨
liiinimoashalaadashuild🗣️🗣️🗣️🇸🇾🇸🇾liiinimoashalaadashuild🗣️🗣️🗣️🇸🇾🇸🇾liiinimoashalaadashuild🗣️🗣️🗣️🇸🇾🇸🇾liiinimoashalaadashuild🗣️🗣️🗣️🇸🇾🇸🇾liiinimoashalaadashuild🗣️🗣️🗣️🇸🇾🇸🇾
我重生了 ,这一世,我觉醒了十个系统:
1、消化系统
2、呼吸系统
3、内分泌系统
4、神经系统
5、生殖系统
6、免疫系统
7、循环系统
8、泌尿系统
9、运动系统
10、感官系统
手底下还有四大组织;
1、肌肉组织
2、神经组织
3、上皮组织
4、结缔组织
GET OUTTTTT!!!!!!🗣️🗣️🗣️
里面所有东西每一个听完都有画面,有声音,并且知道是什么的,你们现在的当务之急是学习并cos朱由检,在家门口找一棵老歪脖子树吊死在上面()45
留言板
不要问为什么这里会塞一个似乎没什么卵用的留言板,因为我闲的,想凑字数
请按照这个格式写:
> 文字
> 更多的文字
> [[>]]
> ---- 任何名字46
> [[/>]]
编辑时,点击此处,再按照上方格式编辑自己的留言~
并且不能用标题哦~——
simon laau,以及故意不小心抄了他作者页的
1Level 256
冷知识:这是一个留言板
—— 爱因斯坦
哟,安杰罗
—— 东方仗助
何意味
——
simon laau
The deck was stacked from the start.
—— 卡牌大师
真正的讨论区
聊什么都可以,but I'm watching you👁️
1Level 256再放送的耄耋是屑
孩子们这个页面的字数竟然超过了20000字!能不能竞争OUR史上最长作者页()而且这还不是完整版()



神秘喵。
诡异
通辽汗国就是容易出狠人呐
我的作者页还在写,期望字数能超过
以及我之后可能会专门开一个这个页面的解密
PS:“终焉之时”听着耳熟,感觉像某个Fandom楼层
I like playing World Of Tanks.
rolling wood.
你想变强却没有变强的决心,想保护却没有保护的勇气
dvuvdvuvdvuvdvuvdvuv
“人生不过如此,且行且珍惜。自己永远是自己的主角,不要总在别人的戏剧里充当着配角。” —— 林语堂
個人站,後室three站點,後室O站點