/*fonts*/ @import url('https://fontlibrary.org/face/fantasque-sans-mono'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap'); @import url('https://fonts.googleapis.com/css?family=Basic|IBM+Plex+Mono:400,700'); @font-face { font-family: 'ChillGSans'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/ChillGSans.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } :root { --theme-base: "black-highlighter"; --theme-id: "stardust"; --theme-name: "Stardust Theme"; /* Header */ --logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-title: "The Backrooms"; --header-subtitle: "触及群星"; /* Typefaces */ --body-font: proxima-nova, 'Noto Sans SC', sans-serif; --header-font: 'Fantasque Sans Mono', 'ChillGSans', sans-serif; --title-font: 'Fantasque Sans Mono', 'ChillGSans', sans-serif; --mono-font: 'Fantasque Sans Mono', 'Noto Serif SC', serif; /* Standard Colors */ --white-monochrome: 250, 250, 250; /* white*/ --black-monochrome: 0, 0, 0; /* black */ --bright-accent: 71, 213, 240; /* the bright blue */ --medium-accent: 167, 27, 59; /* the bright blue animated */ --dark-accent: 24, 36, 56; /* dark blue for background*/ /* Primary Theme Colors */ --swatch-background: var(--black-monochrome); --swatch-primary: var(--bright-accent); --swatch-primary-darker: var(--medium-accent); --swatch-primary-darkest: var(--black-monochrome); /* Primary Text Colors */ --swatch-text-dark: var(--white-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-important-text: var(--bright-accent); --barColour: var(--very-light-gray-monochrome); --linkColour: var(--pale-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--black-monochrome); --swatch-menubg-light-color: var(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--light-gray-monochrome); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--dark-gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); --swatch-menutxt-dark-color: var(--white-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-border-color: var(--bright-accent); /* Primary Header Colors */ --swatch-headerh1-color: var(--white-monochrome); --swatch-headerh2-color: var(--white-monochrome); --swatch-topmenu-border-color: var(--bright-accent); --swatch-topmenu-bg-color: var(--black-monochrome); /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--medium-accent); --hover-link-color: var(--bright-accent); --sidebar-links-text: var(--swatch-menutxt-dark-color); --link-color-bright: var(--medium-accent); /* Rating Module Colors */ --rating-module-button-color: var(--black-monochrome); --rating-module-text-color: var(--swatch-menutxt-dark-color); --rating-module-text-hover-color: var(--swatch-menutxt-light-color); /* Header Gradients */ --gradient-header: none; --diagonal-stripes: none; } /*weird stuff*/ #login-status { color: rgb(var(--bright-accent)); } hr { background-color: rgb(var(--bright-accent)); border-color: rgb(var(--bright-accent)); } #page-title { border-color: rgb(var(--bright-accent)); color: rgb(var(--bright-accent))!important; } #skrollr-body { background-image: none; } div#container-wrap{ background: url(http://vivarium.wdfiles.com/local--files/backrooms%3Astarstheme/coolbgfr.jpg) top center repeat-x; background-size: 100%; } #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 37%); background-size: 37rem 37rem; background-attachment: scroll; } #header { background-image: none; } /* Header Colours */ h1, h2, h3, h4, h5, h6 { color: rgb(var(--bright-accent)); } /*image block*/ .scp-image-block .scp-image-caption { color: rgb(var(--bright-accent)); background-color: rgba(var(--bright-accent), .25); border-color: rgba(var(--bright-accent), .25); } /*rate module*/ .page-rate-widget-box { background: rgba(var(--bright-accent), .5); border-color: rgba(var(--black-monochrome)); border-width: 0px; } /*table*/ table.wiki-content-table th { border: 1px solid rgb(var(--medium-accent)) !important; background-color: rgba(var(--medium-accent), .25); color: rgb(var(--medium-accent)); } table.wiki-content-table td { border: 1px solid rgb(var(--medium-accent)) !important; } /*search box*/ #search-top-box-input { background-color: rgba(var(--bright-accent), .25); } #search-top-box-input:hover, #search-top-box-input:focus { background: rgba(var(--medium-accent), .25); } /*buttons*/ div#page-options-bottom > a:hover, div#page-options-bottom > a:active, div#page-options-bottom-2 > a:hover, div#page-options-bottom-2 > a:active { background-color: rgba(var(--bright-accent), .25); } /*top bar*/ #top-bar div.top-bar > ul > li > ul, #top-bar div.mobile-top-bar > ul > li > ul { background-color: rgba(var(--bright-accent), 0.5); } #top-bar div.top-bar > ul > li > a:hover, #top-bar div.mobile-top-bar > ul > li > a:hover { background-color: rgba(var(--bright-accent), 0.5); } #top-bar div.top-bar > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li:hover > a { background-color: rgba(var(--bright-accent), 0.5); } /* TABVIEW - Abandon All Hope Ye Who Enter Here */ .yui-navset .yui-content { background-color:rgba(var(--medium-accent), .25); border-color: rgba(var(--medium-accent), 1); } /*unselected tab color*/ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgba(var(--medium-accent), .25); color:rgb(var(--white-monochrome)); } /*hover tab bg*/ .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgba(var(--bright-accent), .25); } /*selected tab bg*/ .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background-color: rgba(var(--medium-accent), 1); } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { background-color: rgba(var(--medium-accent), 1); } /*backer background*/ .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background: rgb(var(--black-monochrome)); } /*mobile stuff*/ @media only screen and (max-width:768px){ :root{ --header-height-on-mobile: 7.5rem; } #main-content { max-width: 90vw; padding: 0; margin: 9.2em auto 0; } #header { position: absolute; top: 0rem; height: var(--header-height-on-mobile); } div#container-wrap{ background: url(http://vivarium.wdfiles.com/local--files/backrooms%3Astarstheme/coolbgfr.jpg) top center repeat-x; background-size: 220%; } #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 37%); background-size: 20rem 20rem; background-attachment: scroll; } } @media only screen and (max-width:1366px){ #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 37%); background-size: 25rem 25rem; background-attachment: scroll; } div#container-wrap{ background: url(http://vivarium.wdfiles.com/local--files/backrooms%3Astarstheme/coolbgfr.jpg) top center repeat-x; background-size: 160%; } } /*funny blocks*/ blockquote, .blockquote, div.blockquote, [class*="blockquote"] { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); background-color:rgba(var(--bright-accent), .25); border-color: rgb(var(--bright-accent)); } .styled-quote { background-color:rgba(var(--bright-accent), .25); border-left: 0.5rem solid rgb(var(--bright-accent)); 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:rgba(var(--medium-accent), .25); border-left: 0.5rem solid rgb(var(--medium-accent)); color:rgb(var(--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:rgba(var(--bright-accent), .25); 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:rgba(var(--medium-accent), .25); 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); } #header h1 a::before, #header h2 span::before { --text-shadow: 0px 2px 3px rgba(0,0,0,0.8); }
/* Myrand */ @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); } } @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap'); /* sd banner colours */ .sd-container { --sd-text:48,48,52; --sd-border:var(--medium-accent); --sd-bullets:var(--medium-accent); --sd-symbol:48,48,52; --sd-border-secondary:var(--sd-border); --sd-border-deadzone:var(--sd-border); } :root { --fade-in-delay: 0.1s; --theme-base: "black-highlighter"; --theme-id: "deep-space"; --theme-name: "Deep Space"; --logo-image: url("http://myrandfox.wikidot.com/local--files/theme:deep-space/deepspace"); --header-title: "太空联邦"; --header-subtitle: "探入未知。"; --body-font: 'Zen Kaku Gothic New', 'Noto Sans SC', sans-serif; --header-font: 'Zen Kaku Gothic New', 'Noto Sans SC', sans-serif; --title-font: 'Raleway', '幼圆', sans-serif; --mono-font: 'Raleway', '幼圆', sans-serif; --white-monochrome: 255, 255, 255; --pale-gray-monochrome: 190, 190, 190; --light-gray-monochrome: 160, 160, 160; --gray-monochrome: 72, 69, 60; --black-monochrome: 30, 30, 30; --bright-accent: 0, 210, 255; --medium-accent: 0, 210, 255; --dark-accent: 140, 136, 126; --pale-accent: 140, 136, 126; /* Primary Theme Colors */ --swatch-background: var(--black-monochrome); --swatch-primary: var(--bright-accent); --swatch-primary-darker: var(--medium-accent); --swatch-primary-darkest: var(--black-monochrome); /* Primary Text Colors */ --swatch-text-dark: var(--white-monochrome); --swatch-text-light: var(--brightest-accent); --swatch-important-text: var(--brightest-accent); --barColour: var(--very-light-gray-monochrome); --linkColour: var(--pale-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--black-monochrome); --swatch-menubg-light-color: var(--dark-gray-monochrome); --swatch-menubg-medium-color: var(--medium-accent); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--dark-gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); --swatch-menutxt-dark-color: var(--white-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-border-color: var(--bright-accent); /* Primary Header Colors */ --swatch-headerh1-color: var(--white-monochrome); --swatch-headerh2-color: var(--white-monochrome); --swatch-topmenu-border-color: var(--bright-accent); --swatch-topmenu-bg-color: var(--black-monochrome); /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--medium-accent); --hover-link-color: var(--bright-accent); --sidebar-links-text: var(--swatch-menutxt-dark-color); --link-color-bright: var(--medium-accent); /* Rating Module Colors */ --rating-module-button-color: var(--bright-accent); --rating-module-text-color: var(--white-monochrome); --rating-module-text-hover-color: var(--swatch-menutxt-light-color); /* Header Gradients */ --gradient-header: none; --diagonal-stripes: none; } #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)); } #skrollr-body { background-image: radial-gradient(circle, rgb(var(--black-monochrome)) 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; } 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; } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .lightstyled-quote { background-color:rgb(var(--bright-accent)); border-left: 0.5rem solid rgba(var(--dark-gray-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); } .darkstyled-quote { background-color:rgb(var(--dark-gray-monochrome)); border-left: 0.5rem solid rgba(var(--bright-accent)); color:rgb(var(--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); } .darkstyled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { background-color:rgb(var(--bright-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); } .darkblock { background-color:rgb(var(--dark-gray-monochrome)); 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); } .dark-borderblock { background-color:rgb(var(--dark-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)); } .light-borderblock { background-color:rgb(var(--bright-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); border: solid 0.3rem rgb(var(--dark-gray-monochrome)); } .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(--dark-gray-monochrome)); border: solid 0.3rem rgb(var(--bright-accent)); } .border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://myrandfox.wikidot.com/local--files/theme:deep-space/deepspace) 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(--dark-gray-monochrome)); } .logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://myrandfox.wikidot.com/local--files/theme:deep-space/deepspace) 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(--dark-gray-monochrome)); color:rgb(var(--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(--dark-gray-monochrome)); position: relative; top: -1.6rem; background-color: rgb(var(--bright-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .borderblock { background-color:rgb(var(--dark-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)); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); }
以下是我创作的作品!你好!我是aaa1-1256!欢迎来到我的作者页!
1001. Level C-496.0 [+16 (+19/-3)]
12 Feb 2023 10:31 by Ntloader 评论数:9 总字数:6222
1002. Level C-339 [+16 (+19/-3)]
16 Nov 2022 14:28 by 081224zxz 评论数:4 总字数:7608
1003. Level C-332 [+16 (+27/-11)]
09 Aug 2022 11:34 by Floxk 评论数:14 总字数:10803
1004. Level C-265 [+16 (+19/-3)]
09 Jul 2022 05:15 by Rookie JR 评论数:5 总字数:5381
1005. Level C-189 [+16 (+18/-2)]
19 Jun 2022 08:17 by vallerback 评论数:0 总字数:1925
1006. Level C-388 [+16 (+17/-1)]
08 Jun 2022 17:23 by vallerback 评论数:2 总字数:3373
1007. Level C-415 [+16 (+19/-3)]
27 May 2022 13:31 by RichardSongTT 评论数:5 总字数:2105
1008. Level C-135 [+16 (+18/-2)]
02 May 2022 14:43 by chengbing 评论数:2 总字数:4256
1009. Level C-333 [+16 (+20/-4)]
26 Apr 2022 10:54 by vallerback 评论数:1 总字数:1235
1010. Level C-89 [+16 (+19/-3)]
20 Apr 2022 11:12 by vallerback 评论数:1 总字数:4151
1011. Level C-191 [+16 (+21/-5)]
13 Apr 2022 10:18 by MirryisMirry 评论数:1 总字数:1584
1012. Level C-183 [+16 (+17/-1)]
28 Mar 2022 05:00 by zhaos 评论数:3 总字数:2570
1013. Level C-50 [+16 (+25/-9)]
13 Mar 2022 15:04 by vallerback 评论数:3 总字数:1972
1014. Level C-158 [+16 (+22/-6)]
12 Mar 2022 06:24 by soybean-hy 评论数:3 总字数:1578
1015. Level C-106 [+16 (+21/-5)]
02 Mar 2022 01:52 by (user deleted) 评论数:2 总字数:1899
1016. Level C-893 [+15 (+21/-6)]
06 Oct 2024 10:29 by Txru 评论数:7 总字数:2998
1017. 梦洞 [+15 (+21/-6)]
19 Aug 2024 12:48 by Miracle_Zero 评论数:5 总字数:4673
1018. Level C-959 [+15 (+23/-8)]
01 Aug 2024 03:48 by Jerry mouse every 评论数:0 总字数:5169
1019. Level C-931 [+15 (+19/-4)]
28 Jul 2024 00:50 by STUDENT508 评论数:2 总字数:3089
1020. Level C-1090 [+15 (+19/-4)]
23 Jul 2024 07:54 by lunatic kingdom 评论数:5 总字数:15677
1021. Level C-1205 [+15 (+19/-4)]
17 Jul 2024 13:03 by HappyBigJohn 评论数:0 总字数:2192
1022. Level C-1973 [+15 (+19/-4)]
10 Jun 2024 01:55 by RLSnow 评论数:2 总字数:2787
1023. Level C-1700 [+15 (+24/-9)]
30 May 2024 16:40 by Starset_M 评论数:6 总字数:2795
1024. Level C-711 [+15 (+18/-3)]
30 Apr 2024 14:21 by BR_Bot 评论数:0 总字数:3043
1025. Level C-219 [+15 (+23/-8)]
13 Apr 2024 11:14 by BR_Bot 评论数:3 总字数:1535
1026. Level C-817 [+15 (+17/-2)]
24 Mar 2024 06:53 by Ni Feng_EX 评论数:3 总字数:3402
1027. Level C-218 [+15 (+20/-5)]
22 Mar 2024 14:44 by BR_Bot 评论数:0 总字数:4811
1028. 红枫 [+15 (+19/-4)]
19 Feb 2024 05:02 by only a tree 评论数:3 总字数:3024
1029. Level C-749 [+15 (+21/-6)]
23 Jan 2024 15:00 by polareasterlies 评论数:10 总字数:2651
1030. Level C-781 [+15 (+21/-6)]
19 Jan 2024 04:13 by Starset_M 评论数:3 总字数:1553
1031. Level C-578 - “星下沙海” [+15 (+20/-5)]
16 Jan 2024 16:23 by wikiwob 评论数:4 总字数:3198
1032. Level C-943 [+15 (+26/-11)]
15 Jan 2024 11:39 by BR_Bot 评论数:4 总字数:2590
1033. Level C-785 [+15 (+18/-3)]
15 Jan 2024 10:16 by Starset_M 评论数:3 总字数:1691
1034. Level C-583 [+15 (+20/-5)]
01 Jan 2024 01:32 by WhiteBlade VIKC 评论数:1 总字数:3061
1035. Level C-663 [+15 (+21/-6)]
28 Dec 2023 02:55 by TabooDP 评论数:8 总字数:3598
1036. Level C-676 [+15 (+28/-13)]
23 Dec 2023 07:02 by BR_Bot 评论数:2 总字数:2974
1037. Level C-597 [+15 (+21/-6)]
18 Nov 2023 15:05 by zaogaole 评论数:7 总字数:6246
1038. Level C-715 [+15 (+28/-13)]
01 Aug 2023 14:26 by Duskkkk 评论数:7 总字数:8534
1039. Level C-557 [+15 (+24/-9)]
22 Jun 2023 15:38 by Black dove 评论数:5 总字数:1754
1040. Level C-681 [+15 (+22/-7)]
20 May 2023 03:33 by AloneMoon 评论数:0 总字数:2608
1041. Level C-145 [+15 (+25/-10)]
17 Apr 2023 05:19 by (user deleted) 评论数:12 总字数:2750
1042. Level C-411 [+15 (+18/-3)]
09 Jan 2023 20:33 by (user deleted) 评论数:4 总字数:2571
1043. Level C-640 [+15 (+20/-5)]
25 Oct 2022 01:50 by Clay Hygik 评论数:10 总字数:2685
1044. Level C-616 [+15 (+24/-9)]
06 Oct 2022 10:40 by Mealwood 评论数:6 总字数:2108
1045. Level C-439 [+15 (+22/-7)]
25 Jul 2022 09:00 by Floxk 评论数:10 总字数:3915
1046. Level C-217 [+15 (+24/-9)]
21 Jul 2022 08:54 by Clay Hygik 评论数:5 总字数:3522
1047. Level C-216 [+15 (+17/-2)]
21 Jul 2022 04:30 by Mike Doctor 评论数:11 总字数:2087
1048. Level C-325 [+15 (+16/-1)]
13 Jul 2022 13:25 by xiaocaibucai 评论数:6 总字数:2618
1049. Level C-170 [+15 (+21/-6)]
29 Jun 2022 08:09 by Autumn_Ginkgo_ 评论数:7 总字数:2591
1050. Stop In Here [+15 (+25/-10)]
19 Jun 2022 13:28 by Ygfd 评论数:12 总字数:4185
1051. Level C-163 [+15 (+19/-4)]
30 Apr 2022 08:16 by vallerback 评论数:10 总字数:5592
1052. Level C-266 [+15 (+18/-3)]
29 Apr 2022 09:53 by zhaos 评论数:3 总字数:1690
1053. Level C-150 [+15 (+18/-3)]
16 Mar 2022 07:23 by Lost Disgaea 评论数:6 总字数:3332
1054. Level C-1229 [+14 (+19/-5)]
23 Mar 2025 05:31 by JG114514 评论数:8 总字数:11865
1055. Level C-1660 [+14 (+17/-3)]
01 Mar 2025 13:25 by Miractory939 评论数:11 总字数:7942
1056. Level C-243 [+14 (+32/-18)]
30 Dec 2024 09:31 by Nameless35722 评论数:9 总字数:2837
1057. Level C-65 [+14 (+18/-4)]
15 Dec 2024 10:10 by Lefilsdelhomme 评论数:4 总字数:3755
1058. Level C-1022 [+14 (+22/-8)]
25 Oct 2024 21:48 by Sheldow 评论数:3 总字数:2074
1059. Level C-1842 [+14 (+15/-1)]
23 Oct 2024 11:43 by BR_Bot 评论数:0 总字数:6415
1060. Level C-1992 [+14 (+18/-4)]
04 Aug 2024 01:47 by Love comes Balkans 评论数:2 总字数:2919
1061. Level C-726 - “诠释毁灭,诠释新生” [+14 (+21/-7)]
27 Jul 2024 02:26 by BR_Bot 评论数:3 总字数:1458
1062. Level C-1204 [+14 (+17/-3)]
19 Jul 2024 11:38 by HappyBigJohn 评论数:6 总字数:2803
1063. Level C-896 [+14 (+18/-4)]
17 Jul 2024 13:51 by Capybara13 评论数:4 总字数:2129
1064. Level C-1207 [+14 (+18/-4)]
17 Jul 2024 07:31 by HappyBigJohn 评论数:3 总字数:2137
1065. Level C-1508 [+14 (+27/-13)]
16 Jun 2024 12:55 by Maenliesi 评论数:3 总字数:4880
1066. Level C-1990 [+14 (+22/-8)]
16 Jun 2024 08:05 by Lcefrost 评论数:2 总字数:4858
1067. Level C-1201 [+14 (+25/-11)]
02 Jun 2024 04:18 by BR_Bot 评论数:4 总字数:4234
1068. Level C-1231 - “我曾死于希望” [+14 (+40/-26)]
01 Jun 2024 07:44 by hjbstj 评论数:19 总字数:4106
1069. Level C-1110 - “配平孤岛” [+14 (+32/-18)]
15 Apr 2024 16:11 by Xianka Baric 评论数:8 总字数:4268
1070. Level C-655 [+14 (+21/-7)]
31 Mar 2024 15:26 by RLSnow 评论数:3 总字数:2336
1071. Level C-974 [+14 (+19/-5)]
03 Mar 2024 03:30 by BR_Bot 评论数:2 总字数:2620
1072. 风鸢岛 [+14 (+15/-1)]
19 Feb 2024 03:01 by Lcefrost 评论数:2 总字数:2621
1073. Level C-622 [+14 (+16/-2)]
12 Feb 2024 10:07 by Miracle_Zero 评论数:3 总字数:4086
1074. 天姥 [+14 (+22/-8)]
12 Feb 2024 07:25 by shoggths 评论数:12 总字数:9415
1075. Level C-718 [+14 (+19/-5)]
03 Feb 2024 02:21 by Deranz 评论数:2 总字数:1958
1076. Level C-836 [+14 (+15/-1)]
21 Jan 2024 13:37 by HinaKagiyama 评论数:2 总字数:2244
1077. Level C-866 [+14 (+21/-7)]
31 Dec 2023 16:11 by highlightingman 评论数:12 总字数:4616
1078. Level C-310 [+14 (+21/-7)]
21 Nov 2023 11:00 by baiyuleyu 评论数:10 总字数:1715
1079. Level C-450 [+14 (+17/-3)]
17 Nov 2023 08:53 by fljlus 评论数:0 总字数:2629
1080. Level C-735 [+14 (+21/-7)]
29 Aug 2023 09:53 by Stored_data 评论数:1 总字数:3591
1081. Level C-589 [+14 (+24/-10)]
08 Jul 2023 12:20 by kkjjlloopp 评论数:11 总字数:5732
1082. Level C-813 [+14 (+22/-8)]
06 Jul 2023 13:32 by penguin_954 评论数:4 总字数:8693
1083. 审判 [+14 (+37/-23)]
05 Jul 2023 12:54 by Chanr 评论数:9 总字数:6560
1084. Level C-458 [+14 (+27/-13)]
24 Jun 2023 11:37 by BR_Bot 评论数:2 总字数:4971
1085. Level C-378 [+14 (+18/-4)]
01 Apr 2023 12:12 by fljlus 评论数:4 总字数:3597
1086. Level C-585 [+14 (+17/-3)]
31 Jan 2023 07:31 by wjbsin30 评论数:6 总字数:3414
1087. Level C-530 [+14 (+22/-8)]
18 Jan 2023 01:03 by snowmoutain 评论数:7 总字数:16579
1088. Level C-898 [+14 (+36/-22)]
02 Jan 2023 16:28 by Galerida_Cristata 评论数:11 总字数:1367
1089. Level C-571 [+14 (+37/-23)]
10 Dec 2022 02:44 by Xx_ssc_xX 评论数:20 总字数:3384
1090. Level C-406 [+14 (+20/-6)]
28 Jul 2022 03:47 by Ni Feng_EX 评论数:17 总字数:3730
1091. Level C-311 [+14 (+20/-6)]
22 Jun 2022 03:38 by mid-summer 评论数:8 总字数:3027
1092. Level C-238 [+14 (+19/-5)]
17 Jun 2022 02:01 by mid-summer 评论数:7 总字数:4754
1093. Level C-224 [+14 (+19/-5)]
05 Jun 2022 16:42 by Lord Xu Sheng 评论数:7 总字数:2205
1094. Level C-315 [+14 (+17/-3)]
13 May 2022 17:27 by vallerback 评论数:2 总字数:3298
1095. Level C-341 [+14 (+18/-4)]
27 Apr 2022 08:46 by zhaos 评论数:1 总字数:1890
1096. Level C-168 [+14 (+15/-1)]
22 Apr 2022 10:57 by XZemiao 评论数:0 总字数:3361
1097. Level C-190 [+14 (+18/-4)]
22 Mar 2022 08:56 by LateSeeTruth 评论数:4 总字数:6218
1098. Level C-154 [+14 (+15/-1)]
19 Mar 2022 11:18 by fryfry chips 评论数:6 总字数:4416
1099. Level C-143 [+14 (+22/-8)]
08 Mar 2022 03:58 by soybean-hy 评论数:8 总字数:1241
1100. Level C-641 [+13 (+27/-14)]
01 Jan 2025 08:20 by party-fox 评论数:9 总字数:3975
1101. Level C-1221 - “旅途” [+13 (+18/-5)]
27 Oct 2024 02:07 by blue1light0 评论数:10 总字数:8546
1102. 雨坟 [+13 (+20/-7)]
29 Aug 2024 09:02 by JinFif 评论数:6 总字数:5174
1103. Level C-1026 [+13 (+23/-10)]
22 Aug 2024 07:52 by FIRST OFFLINE 评论数:10 总字数:3261
1104. Level C-1028 [+13 (+19/-6)]
17 Aug 2024 03:28 by Etal Fox 评论数:3 总字数:3954
1105. Level C-1996 [+13 (+22/-9)]
15 Aug 2024 15:48 by Voltucit 评论数:7 总字数:5202
1106. Level C-837 [+13 (+20/-7)]
16 Jun 2024 08:52 by RLSnow 评论数:0 总字数:2144
1107. Level C-1707 [+13 (+36/-23)]
24 May 2024 12:17 by (user deleted) 评论数:9 总字数:1955
1108. 零散资料:病院海报 [+13 (+23/-10)]
11 May 2024 14:39 by fljlus 评论数:2 总字数:4412
1109. Level C-275 [+13 (+16/-3)]
14 Apr 2024 14:26 by fljlus 评论数:4 总字数:2314
1110. 聚光灯下 [+13 (+22/-9)]
13 Apr 2024 03:44 by BR_Bot 评论数:1 总字数:2615
1111. Level C-869 [+13 (+25/-12)]
01 Jan 2024 10:22 by LemonCat233 评论数:6 总字数:1712
1112. Level C-675 [+13 (+17/-4)]
31 Dec 2023 10:33 by BR_Bot 评论数:2 总字数:4833
1113. Level C-609 [+13 (+19/-6)]
18 Nov 2023 11:20 by chengbing 评论数:9 总字数:2798
1114. Level C-572 [+13 (+16/-3)]
11 Nov 2023 13:34 by BR_Bot 评论数:5 总字数:3697
1115. Level C-930 [+13 (+19/-6)]
23 Oct 2023 07:21 by Smashing Black Tea 评论数:4 总字数:11109
1116. Level C-195 [+13 (+22/-9)]
18 Jul 2023 14:29 by fljlus 评论数:6 总字数:3397
1117. Level C-556 [+13 (+21/-8)]
10 Jun 2023 15:28 by BR_Bot 评论数:0 总字数:2146
1118. Level C-714 [+13 (+18/-5)]
26 Jan 2023 09:10 by _KaedeharaKazuha_ 不匹配任何一个现有的用户名 评论数:3 总字数:4723
1119. Level C-534 [+13 (+23/-10)]
21 Nov 2022 11:32 by Enterneet 评论数:9 总字数:4857
1120. Level C-139 [+13 (+24/-11)]
31 Oct 2022 13:10 by (user deleted) 评论数:6 总字数:4410
1121. Level C-351 [+13 (+21/-8)]
01 Aug 2022 03:51 by ZEN HIGARI 评论数:14 总字数:4321
1122. Level C-247 [+13 (+16/-3)]
25 Jul 2022 13:28 by autumns 评论数:5 总字数:4970
1123. Level C-344 [+13 (+16/-3)]
21 Jul 2022 10:59 by zhi_cheng233 评论数:3 总字数:1920
1124. Level C-178 [+13 (+24/-11)]
05 Jun 2022 05:11 by fljlus 评论数:7 总字数:6227
1125. Level C-357 [+13 (+15/-2)]
03 Jun 2022 11:15 by jalerycandy 评论数:4 总字数:2316
1126. Level C-387 [+13 (+17/-4)]
28 May 2022 11:49 by dlax1210 评论数:2 总字数:5112
1127. Level C-206 [+13 (+20/-7)]
02 May 2022 09:56 by jalerycandy 评论数:24 总字数:2976
1128. Level C-64 [+13 (+22/-9)]
29 Apr 2022 15:58 by (user deleted) 评论数:2 总字数:1815
1129. Level C-412 [+13 (+17/-4)]
29 Apr 2022 15:40 by helamind 评论数:0 总字数:3199
1130. Level C-211 [+13 (+16/-3)]
26 Apr 2022 03:27 by (user deleted) 评论数:1 总字数:3738
1131. 大滩 [+13 (+17/-4)]
15 Apr 2022 10:14 by highlightingman 评论数:1 总字数:3958
1132. 返乡路 [+13 (+17/-4)]
05 Mar 2022 18:52 by Roplem 评论数:1 总字数:3824
1133. Level C-1440 [+12 (+18/-6)]
16 Mar 2025 07:32 by nanbannvzhuangzhe 评论数:3 总字数:3124
1134. Level C-1288 [+12 (+18/-6)]
19 Aug 2024 13:43 by BR_Bot 评论数:1 总字数:3245
1135. 替代房间 [+12 (+18/-6)]
17 Aug 2024 00:51 by Liurd 评论数:9 总字数:2244
1136. Level C-1098 [+12 (+23/-11)]
14 Aug 2024 14:15 by BR_Bot 评论数:1 总字数:3304
1137. Level C-492 [+12 (+19/-7)]
11 Aug 2024 03:22 by H_W 评论数:5 总字数:13084
1138. Level C-188.1 / 恶心 [+12 (+28/-16)]
18 Jul 2024 15:31 by cloudaswater 评论数:5 总字数:16697
1139. Level C-628 [+12 (+17/-5)]
25 Feb 2024 11:12 by zaogaole 评论数:0 总字数:2321
1140. Level C-755 [+12 (+17/-5)]
05 Jan 2024 08:31 by Slime4399 评论数:3 总字数:2717
1141. Level C-944 [+12 (+31/-19)]
30 Dec 2023 02:59 by zaogaole 评论数:11 总字数:3117
1142. Level C-586 [+12 (+25/-13)]
12 Oct 2023 04:45 by Pinus sylvestiris 评论数:8 总字数:4364
1143. Level C-828 [+12 (+18/-6)]
31 Aug 2023 02:10 by Larmut Bakfis 评论数:8 总字数:14207
1144. Level C-618 [+12 (+20/-8)]
14 Jul 2023 14:37 by P4R4D1SE 评论数:11 总字数:5600
1145. Level C-919 [+12 (+31/-19)]
22 Feb 2023 16:22 by RULER shengzhu 评论数:8 总字数:3749
1146. Level C-532 [+12 (+17/-5)]
17 Feb 2023 23:51 by Clement_J 评论数:6 总字数:4529
1147. Level C-443 [+12 (+21/-9)]
09 Jan 2023 01:29 by gun233 评论数:18 总字数:3933
1148. Level C-421 [+12 (+24/-12)]
01 Jan 2023 09:05 by Clay Hygik 评论数:9 总字数:1693
1149. kalizi的报告 [+12 (+44/-32)]
10 Dec 2022 05:56 by kalizi 评论数:18 总字数:14131
1150. Level C-348 [+12 (+16/-4)]
10 Nov 2022 07:14 by 861352161 评论数:2 总字数:3602
1151. Level C-762 [+12 (+22/-10)]
25 Oct 2022 11:48 by kibodogo 评论数:16 总字数:5592
1152. Level C-503 [+12 (+26/-14)]
20 Oct 2022 03:36 by Golden leaf 评论数:11 总字数:4440
1153. Level C-489 [+12 (+22/-10)]
14 Aug 2022 04:15 by (user deleted) 评论数:5 总字数:1839
1154. Level C-138 [+12 (+15/-3)]
14 May 2022 20:29 by the Jotaro 评论数:1 总字数:1802
1155. Level C-137 [+12 (+17/-5)]
12 May 2022 02:47 by kalizi 评论数:7 总字数:1968
1156. Level C-366 [+12 (+15/-3)]
28 Apr 2022 05:07 by zhaos 评论数:3 总字数:2304
1157. Level C-1079 [+11 (+20/-9)]
08 Oct 2024 00:19 by Emma Valentine 评论数:5 总字数:4711
1158. Level C-1521 [+11 (+27/-16)]
15 Sep 2024 12:29 by Night String 评论数:16 总字数:6106
1159. Level C-1219 [+11 (+15/-4)]
20 Jul 2024 01:26 by BR_Bot 评论数:6 总字数:4233
1160. Level C-696 [+11 (+18/-7)]
17 Jul 2024 11:36 by BR_Bot 评论数:1 总字数:2113
1161. Level C-927 - “分合之势” [+11 (+18/-7)]
12 Jul 2024 06:28 by STUDENT508 评论数:0 总字数:4022
1162. Level C-477 [+11 (+20/-9)]
13 Mar 2024 13:38 by BR_Bot 评论数:7 总字数:1895
1163. 书阁 [+11 (+13/-2)]
26 Feb 2024 08:39 by kalizi 评论数:2 总字数:3544
1164. 埋云岛 [+11 (+11/-0)]
25 Feb 2024 02:22 by Slime4399 评论数:1 总字数:2369
1165. Level C-804 [+11 (+23/-12)]
13 Feb 2024 10:10 by BR_Bot 评论数:4 总字数:2344
1166. Level C-801 [+11 (+19/-8)]
13 Aug 2023 08:23 by qincaiii 评论数:8 总字数:4005
1167. Level C-791 [+11 (+18/-7)]
19 Mar 2023 02:32 by Ancient_Sun 评论数:6 总字数:1666
1168. Level C-961 [+11 (+14/-3)]
25 Feb 2023 06:17 by Ntloader 评论数:3 总字数:4779
1169. 永恒 [+11 (+20/-9)]
20 Feb 2023 11:49 by NPCenter 评论数:5 总字数:1239
1170. Level C-654 [+11 (+18/-7)]
29 Jan 2023 10:42 by Hydrogen Fluorine 评论数:17 总字数:4139
1171. 高塔之上 [+11 (+12/-1)]
26 Jan 2023 15:58 by Ni Feng_EX 评论数:3 总字数:12017
1172. Level C-611 [+11 (+24/-13)]
26 Jan 2023 10:40 by nanbannvzhuangzhe 评论数:8 总字数:3743
1173. Level C-842 [+11 (+24/-13)]
05 Jan 2023 10:29 by Kanie Ja 评论数:5 总字数:1693
1174. Level C-797 [+11 (+18/-7)]
23 Oct 2022 04:33 by Starset_M 评论数:8 总字数:4216
1175. Level C-509 [+11 (+21/-10)]
12 Oct 2022 12:43 by leafee0n 评论数:7 总字数:4042
1176. Level C-416 [+11 (+23/-12)]
04 Sep 2022 06:02 by Boots_114 评论数:9 总字数:2016
1177. Level C-312 [+11 (+20/-9)]
31 Jul 2022 00:40 by (user deleted) 评论数:7 总字数:1999
1178. Level C-453 [+11 (+15/-4)]
29 Jul 2022 07:07 by 861352161 评论数:10 总字数:2944
1179. Level C-278 [+11 (+20/-9)]
23 Jul 2022 15:27 by Ygfd 评论数:23 总字数:1724
1180. Level C-279 [+11 (+13/-2)]
19 Jul 2022 00:35 by Love comes Balkans 评论数:2 总字数:2236
1181. Level C-328 [+11 (+15/-4)]
18 Jul 2022 08:52 by 0189191415411 评论数:7 总字数:2461
1182. Level C-257 [+11 (+22/-11)]
24 Jun 2022 07:55 by mc_smauingf 评论数:11 总字数:4804
1183. Level C-242 [+11 (+20/-9)]
07 Jun 2022 04:35 by (user deleted) 评论数:2 总字数:15070
1184. Level C-269 [+11 (+16/-5)]
03 Jun 2022 13:20 by StarWave 评论数:3 总字数:3313
1185. Level C-260 [+11 (+15/-4)]
03 Jun 2022 10:37 by soybean-hy 评论数:5 总字数:1557
1186. Level C-301 [+11 (+15/-4)]
30 Apr 2022 07:35 by (user deleted) 评论数:2 总字数:2268
1187. Level C-119 [+11 (+20/-9)]
18 Apr 2022 09:26 by vallerback 评论数:3 总字数:1814
1188. Level C-472 [+10 (+21/-11)]
16 Feb 2025 01:53 by Hagendudu 评论数:7 总字数:4425
1189. Level C-1788 [+10 (+33/-23)]
06 Feb 2025 19:55 by soybean-hy 评论数:17 总字数:1631
1190. Level C-775 - “回光返照” [+10 (+23/-13)]
06 Oct 2024 13:00 by Benkropy 评论数:7 总字数:4666
1191. Level C-1208 [+10 (+15/-5)]
17 Jul 2024 19:28 by HappyBigJohn 评论数:4 总字数:2128
1192. Level C-1910 [+10 (+15/-5)]
05 Jul 2024 05:16 by destiny_denied 评论数:0 总字数:2617
1193. Level C-634 - “入夜时分” [+10 (+21/-11)]
06 Jun 2024 16:03 by Solo Loiterer 评论数:10 总字数:1340
1194. Level C-651 [+10 (+18/-8)]
10 Mar 2024 13:17 by fljlus 评论数:4 总字数:1994
1195. 通天木 [+10 (+12/-2)]
25 Feb 2024 14:10 by NPCenter 评论数:1 总字数:2017
1196. 游岩 [+10 (+13/-3)]
14 Feb 2024 11:30 by BR_Bot 评论数:3 总字数:1890
1197. Level C-857 [+10 (+14/-4)]
07 Feb 2024 11:45 by di_ge 评论数:0 总字数:3015
1198. Level C-624 [+10 (+13/-3)]
15 Jan 2024 11:05 by kkjjlloopp 评论数:2 总字数:4612
1199. Level C-985 [+10 (+19/-9)]
22 Aug 2023 05:21 by fljlus 评论数:4 总字数:2593
1200. Level C-564 [+10 (+15/-5)]
16 Aug 2023 16:27 by Black dove 评论数:4 总字数:3099
欢迎你的留言!
感谢你的版式,我用的很开心。——
TaRtaR0S
恭喜作者页建成!那个试图在标题里打金字的新人长大了啊() ——Cryer Walker does not match any existing user name
爹!——soybean-hy
恭喜a佬! ——Tiancithewolf
我来帮你想附言!(不是)——watercold does not match any existing user name
板式挺帅,为什么不用( ——anti-zey
谢谢a佬带我作者页()——dr dayy does not match any existing user name
你好——ThisUserDoesntExist does not match any existing user name
好酷的作者页,但抄袭是咋回事——Boots_114
抄袭是我不对,但它已是过去式了——aaa1-1256
啊,唔,啊呜,似乎没啥好说的,那就给大家学个狗叫吧。——x1193
版式很酷 ——xiegezi
应该没人知道我这个作者页是从扣子那复制过来的吧