/*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-894 [+24 (+24/-0)]
06 Nov 2025 12:59 by rukatyan 评论数:5 总字数:2741
1002. Level C-1210 [+24 (+27/-3)]
19 Sep 2025 09:44 by EuthanasiaALS 评论数:7 总字数:7956
1003. Level C-1437 - “时钟残响” [+24 (+27/-3)]
25 Aug 2025 19:29 by Leaves_Falldown 评论数:12 总字数:3287
1004. Level C-1268 - “太阳再未升起” [+24 (+49/-25)]
18 Aug 2025 16:46 by (user deleted) 评论数:17 总字数:12696
1005. Level C-907 - “心月星君” [+24 (+25/-1)]
16 Aug 2025 09:28 by STUDENT508 评论数:3 总字数:4301
1006. 魄血幽怨 [+24 (+34/-10)]
26 Jul 2025 01:54 by FHanBaoN 评论数:8 总字数:8539
1007. Level C-1027 [+24 (+31/-7)]
17 Aug 2024 05:08 by qingf 评论数:2 总字数:2570
1008. Level C-1331 [+24 (+31/-7)]
19 Jul 2024 05:38 by Voltucit 评论数:2 总字数:2027
1009. Level C-1201 [+24 (+36/-12)]
02 Jun 2024 04:18 by BR_Bot 评论数:7 总字数:4234
1010. Level C-231 [+24 (+31/-7)]
26 Apr 2024 07:26 by baiyuleyu 评论数:6 总字数:508
1011. Level C-870 [+24 (+29/-5)]
13 Jan 2024 06:52 by zaogaole 评论数:8 总字数:2576
1012. Level C-773 [+24 (+28/-4)]
30 Dec 2023 21:25 by QYDL 评论数:4 总字数:9442
1013. 夕桥 [+24 (+26/-2)]
09 Dec 2023 10:08 by (user deleted) 评论数:7 总字数:1516
1014. Level C-703 [+24 (+28/-4)]
23 Nov 2023 04:10 by kalizi 评论数:5 总字数:2913
1015. Level C-596 - “挥笔成壑” [+24 (+27/-3)]
20 Nov 2023 04:19 by wikiwob 评论数:3 总字数:4379
1016. Level C-597 [+24 (+30/-6)]
18 Nov 2023 15:05 by zaogaole 评论数:7 总字数:6246
1017. Level C-822 [+24 (+28/-4)]
18 Nov 2023 04:18 by LemonCat233 评论数:3 总字数:2315
1018. Level C-881 [+24 (+27/-3)]
16 Nov 2023 01:29 by HinaKagiyama 评论数:3 总字数:2514
1019. Level C-607 [+24 (+27/-3)]
12 Nov 2023 06:00 by (user deleted) 评论数:8 总字数:3915
1020. Level C-824 [+24 (+27/-3)]
11 Nov 2023 08:52 by Ni Feng_EX 评论数:6 总字数:1967
1021. Level C-892 [+24 (+27/-3)]
05 Aug 2023 01:41 by Ntloader 评论数:7 总字数:3607
1022. Level C-761 [+24 (+31/-7)]
13 Jul 2023 13:58 by x1193 评论数:5 总字数:3093
1023. Level C-457 [+24 (+29/-5)]
23 Jun 2023 14:22 by Thgindim 评论数:11 总字数:5254
1024. Level C-103 [+24 (+30/-6)]
31 May 2023 15:09 by Salix Willow 评论数:7 总字数:5922
1025. Level C-860 [+24 (+29/-5)]
18 Feb 2023 10:28 by wjbsin30 评论数:2 总字数:4002
1026. 迷茫大厅 [+24 (+28/-4)]
15 Feb 2023 12:56 by Um4vm06 评论数:4 总字数:4722
1027. Level C-436 [+24 (+26/-2)]
20 Jan 2023 16:38 by NPCenter 评论数:6 总字数:4289
1028. Level C-535 [+24 (+28/-4)]
17 Jan 2023 05:43 by Kanie Ja 评论数:4 总字数:11205
1029. Level C-536 [+24 (+26/-2)]
07 Jan 2023 14:36 by Um4vm06 评论数:5 总字数:2802
1030. Level C-153 [+24 (+36/-12)]
03 Dec 2022 12:34 by (user deleted) 评论数:12 总字数:2524
1031. Level C-512 [+24 (+29/-5)]
10 Nov 2022 07:51 by FWMango 评论数:5 总字数:2008
1032. Level C-347 [+24 (+30/-6)]
10 Sep 2022 13:36 by Thgindim 评论数:8 总字数:3061
1033. Level C-335 [+24 (+27/-3)]
29 Aug 2022 15:14 by Autumn_Ginkgo_ 评论数:7 总字数:6853
1034. Level C-292 [+24 (+25/-1)]
25 Aug 2022 18:33 by U-Coocoo 评论数:10 总字数:6677
1035. Level C-398 [+24 (+26/-2)]
22 Aug 2022 12:52 by Floxk 评论数:10 总字数:2936
1036. Level C-352 [+24 (+26/-2)]
01 Aug 2022 03:48 by Liurd 评论数:1 总字数:2494
1037. Level C-386 [+24 (+28/-4)]
13 Jul 2022 14:40 by Ni Feng_EX 评论数:15 总字数:3254
1038. Level C-465 [+24 (+35/-11)]
03 Jun 2022 08:59 by Carbonium14 评论数:23 总字数:937
1039. Level C-220 [+24 (+26/-2)]
26 Apr 2022 03:22 by (user deleted) 评论数:1 总字数:2335
1040. Level C-147 [+24 (+27/-3)]
09 Apr 2022 06:01 by DrSee 评论数:6 总字数:1789
1041. Level C-110 [+24 (+25/-1)]
24 Mar 2022 03:43 by vallerback 评论数:4 总字数:2468
1042. Level C-31 [+24 (+33/-9)]
17 Mar 2022 05:09 by (user deleted) 评论数:8 总字数:2677
1043. Level C-177 [+24 (+33/-9)]
25 Feb 2022 16:24 by vallerback 评论数:5 总字数:6569
1044. Level C-962 - “拆迁现场” [+23 (+32/-9)]
27 Feb 2026 15:16 by Tec9yui 评论数:26 总字数:5378
1045. Level C-739 - “永鸣夏日” [+23 (+29/-6)]
03 Feb 2026 06:46 by Nytheris 评论数:2 总字数:5308
1046. Level C-1175 [+23 (+24/-1)]
27 Dec 2025 07:43 by haodemingzi 评论数:2 总字数:11437
1047. Level C-1465 - “人间烟火” [+23 (+28/-5)]
22 Nov 2025 11:18 by LTYomiya 评论数:0 总字数:4986
1048. Level C-1260 [+23 (+25/-2)]
16 Nov 2025 14:20 by Phosphorus-Wen 评论数:11 总字数:6918
1049. Level C-1272 - “现实读档” [+23 (+27/-4)]
31 Aug 2025 12:17 by (user deleted) 评论数:7 总字数:6254
1050. Level C-1550 [+23 (+28/-5)]
30 Aug 2025 11:34 by wangjx 评论数:3 总字数:3092
1051. Level C-414 - “开德星君” [+23 (+26/-3)]
29 Aug 2025 14:14 by Antonio from HELL 评论数:8 总字数:7281
1052. Level C-1224 [+23 (+30/-7)]
21 Aug 2025 08:17 by Christmas bill 评论数:14 总字数:3720
1053. Level C-642 - “桂魄渊海” [+23 (+36/-13)]
18 Aug 2025 09:11 by Antonio from HELL 评论数:9 总字数:22593
1054. Level C-1950 [+23 (+24/-1)]
24 Jul 2025 13:07 by LittleSweetAika 评论数:2 总字数:9948
1055. Level C-1977 [+23 (+28/-5)]
30 Jun 2025 05:56 by muyumuy 评论数:4 总字数:2184
1056. Level C-1055 [+23 (+38/-15)]
28 Jun 2025 00:46 by Christmas bill 评论数:19 总字数:2017
1057. Level C-68 [+23 (+28/-5)]
13 May 2025 15:34 by erika0518 评论数:8 总字数:3860
1058. Level C-1599 [+23 (+28/-5)]
08 Mar 2025 02:28 by Xx_ssc_xX 评论数:11 总字数:2759
1059. Level C-737 [+23 (+34/-11)]
24 Sep 2024 13:59 by BR_Bot 评论数:5 总字数:2318
1060. 回响:Level C-1037 [+23 (+33/-10)]
22 Sep 2024 14:05 by zaogaole 评论数:5 总字数:9041
1061. Level C-1350 [+23 (+29/-6)]
25 Aug 2024 09:46 by Nameless35722 评论数:6 总字数:3858
1062. Level C-1202 [+23 (+28/-5)]
16 Aug 2024 14:55 by fljlus 评论数:5 总字数:2384
1063. Level C-956 [+23 (+27/-4)]
10 Aug 2024 10:05 by JinFif 评论数:2 总字数:4625
1064. Level C-1908 [+23 (+28/-5)]
20 Jul 2024 15:08 by Jerry mouse every 评论数:6 总字数:3789
1065. Level C-1231 - “我曾死于希望” [+23 (+49/-26)]
01 Jun 2024 07:44 by hjbstj 评论数:19 总字数:4106
1066. Level C-1015 [+23 (+30/-7)]
12 May 2024 09:23 by europium 评论数:12 总字数:7240
1067. 办公区 [+23 (+24/-1)]
14 Apr 2024 17:57 by LemonCat233 评论数:3 总字数:2038
1068. 碎空岛 [+23 (+26/-3)]
19 Feb 2024 14:42 by Saintafox 评论数:3 总字数:3280
1069. 银盛金衰 [+23 (+26/-3)]
15 Feb 2024 04:14 by LemonCat233 评论数:4 总字数:3739
1070. Level C-991 [+23 (+28/-5)]
03 Feb 2024 11:08 by BR_Bot 评论数:2 总字数:2541
1071. Level C-862 [+23 (+26/-3)]
27 Jan 2024 14:16 by Qi_ng_ 评论数:12 总字数:3553
1072. Level C-884 [+23 (+25/-2)]
29 Dec 2023 14:00 by Miracle_Zero 评论数:6 总字数:5351
1073. Level C-671 [+23 (+25/-2)]
15 Jul 2023 14:05 by Ntloader 评论数:1 总字数:5871
1074. Level C-608 [+23 (+33/-10)]
12 May 2023 11:25 by ZZ author 评论数:14 总字数:2454
1075. Level C-946 [+23 (+27/-4)]
08 Apr 2023 12:26 by anti_sandglass 评论数:5 总字数:7753
1076. Level C-427 [+23 (+27/-4)]
04 Jan 2023 01:44 by scott-owl 评论数:4 总字数:9836
1077. Level C-359 [+23 (+29/-6)]
23 Dec 2022 13:40 by chengbing 评论数:8 总字数:2669
1078. Level C-105 [+23 (+27/-4)]
21 Nov 2022 01:16 by Adolf-wilde 评论数:6 总字数:3790
1079. 蔗糖秘境 [+23 (+28/-5)]
09 Sep 2022 01:10 by Ceciliat992 评论数:12 总字数:3971
1080. Level C-486 [+23 (+26/-3)]
21 Aug 2022 08:21 by Floxk 评论数:4 总字数:2462
1081. Level C-293 [+23 (+27/-4)]
29 Jul 2022 14:25 by Autumn_Ginkgo_ 评论数:8 总字数:2623
1082. Level C-409 [+23 (+28/-5)]
17 Jun 2022 00:31 by (user deleted) 评论数:4 总字数:12042
1083. Level C-251 [+23 (+24/-1)]
15 Jun 2022 02:07 by Clay Hygik 评论数:2 总字数:2192
1084. 无知之幕 [+23 (+26/-3)]
13 Mar 2022 15:51 by Angel_ica 评论数:5 总字数:4134
1085. 大城 [+23 (+29/-6)]
06 Mar 2022 09:05 by highlightingman 评论数:1 总字数:1334
1086. Level C-15 [+23 (+31/-8)]
02 Mar 2022 02:35 by plAer-2 评论数:8 总字数:2923
1087. Level C-1379 [+22 (+28/-6)]
02 Mar 2026 13:10 by Lanying 评论数:10 总字数:7409
1088. Level C-1281 [+22 (+25/-3)]
09 Feb 2026 15:33 by Lanying 评论数:8 总字数:2903
1089. Level C-1066 - “亚马酸雨林” [+22 (+24/-2)]
24 Jan 2026 14:54 by Kaya2336 评论数:0 总字数:2604
1090. Level C-1730 - “迎君夕峦” [+22 (+29/-7)]
09 Jan 2026 14:22 by TRE12C VER 评论数:13 总字数:4937
1091. Level C-1401 - “视野之外” [+22 (+28/-6)]
30 Nov 2025 13:37 by wangjx 评论数:2 总字数:1735
1092. Level C-852 - “苟延残喘” [+22 (+24/-2)]
20 Nov 2025 07:23 by dianxianniao234 评论数:1 总字数:9031
1093. Level C-725 [+22 (+23/-1)]
21 Sep 2025 12:53 by haodemingzi 评论数:5 总字数:9385
1094. Level C-1033 - “战争即地狱。” [+22 (+24/-2)]
01 Sep 2025 15:23 by Alemanne 评论数:3 总字数:5896
1095. Level C-1605 - “武曲星君” [+22 (+25/-3)]
23 Aug 2025 11:19 by STUDENT508 评论数:9 总字数:3319
1096. 慢切中点 [+22 (+28/-6)]
06 Aug 2025 03:19 by nanbannvzhuangzhe 评论数:10 总字数:2286
1097. Level C-1395 [+22 (+24/-2)]
20 Jul 2025 14:58 by Dawn Future 评论数:16 总字数:6224
1098. Level C-1035 - “永寂坟场” [+22 (+27/-5)]
06 Jun 2025 04:46 by Coralie6626 评论数:12 总字数:5041
1099. Level C-1660 [+22 (+24/-2)]
01 Mar 2025 13:25 by Miractory939 评论数:12 总字数:7942
1100. Level C-1230 [+22 (+35/-13)]
09 Jan 2025 13:13 by kalizi 评论数:9 总字数:2296
1101. Level C-1656 [+22 (+29/-7)]
23 Dec 2024 12:26 by Lustroit404 评论数:6 总字数:9125
1102. Level C-1199 [+22 (+28/-6)]
06 Dec 2024 15:26 by Jerry mouse every 评论数:3 总字数:3001
1103. Level C-1259 [+22 (+37/-15)]
22 Nov 2024 10:52 by di_ge 评论数:8 总字数:4174
1104. Level C-1070 [+22 (+31/-9)]
10 Nov 2024 08:53 by Karry2011 评论数:10 总字数:6010
1105. Level C-1105:舞厅 [+22 (+57/-35)]
07 Oct 2024 14:18 by Ambersight 评论数:27 总字数:1292
1106. Level C-1142 - “同類催化劑” [+22 (+36/-14)]
24 Sep 2024 05:25 by Nightwolf92 评论数:14 总字数:9261
1107. Level C-959 [+22 (+31/-9)]
01 Aug 2024 03:48 by Jerry mouse every 评论数:0 总字数:5169
1108. Level C-Picture [+22 (+28/-6)]
11 Jun 2024 22:35 by (user deleted) 评论数:1 总字数:2320
1109. Level C-1616 [+22 (+39/-17)]
26 May 2024 13:00 by OrdChaosXQ 评论数:14 总字数:3784
1110. Level C-889 [+22 (+30/-8)]
19 Apr 2024 12:45 by RLSnow 评论数:4 总字数:3602
1111. Level C-708 [+22 (+25/-3)]
03 Mar 2024 12:58 by RLSnow 评论数:11 总字数:2690
1112. 龙伯国 [+22 (+24/-2)]
27 Feb 2024 15:19 by RULER shengzhu 评论数:3 总字数:3593
1113. Level C-936 [+22 (+26/-4)]
15 Feb 2024 10:10 by Qi_ng_ 评论数:5 总字数:3609
1114. 方壶岛 [+22 (+26/-4)]
10 Feb 2024 11:43 by JinFif 评论数:4 总字数:7135
1115. Level C-838 [+22 (+38/-16)]
22 Jan 2024 06:23 by HinaKagiyama 评论数:19 总字数:2405
1116. Level C-784 [+22 (+25/-3)]
16 Jan 2024 12:15 by (user deleted) 评论数:5 总字数:1597
1117. Level C-978 - “笼,深渊,进食” [+22 (+26/-4)]
01 Jan 2024 05:35 by nomniyD 评论数:3 总字数:2486
1118. Level C-868 - “海上漫步” [+22 (+29/-7)]
31 Dec 2023 16:00 by wikiwob 评论数:5 总字数:2492
1119. Level C-234 [+22 (+23/-1)]
01 Dec 2023 15:50 by HinaKagiyama 评论数:3 总字数:2860
1120. Level C-710 [+22 (+25/-3)]
25 Nov 2023 08:20 by zaogaole 评论数:6 总字数:3855
1121. Level C-661 [+22 (+26/-4)]
10 Oct 2023 12:35 by zaogaole 评论数:11 总字数:4035
1122. Level C-523 [+22 (+27/-5)]
27 May 2023 11:50 by I have good name 评论数:5 总字数:4866
1123. Level C-539 [+22 (+31/-9)]
10 Mar 2023 12:24 by Slime4399 评论数:3 总字数:6655
1124. Level C-820 [+22 (+25/-3)]
21 Jan 2023 07:36 by wjbsin30 评论数:8 总字数:5755
1125. 漂移大陆 [+22 (+30/-8)]
01 Jan 2023 02:14 by Smashing Black Tea 评论数:3 总字数:5986
1126. Level C-647 [+22 (+27/-5)]
23 Oct 2022 11:41 by Ky0ukage 评论数:11 总字数:534
1127. Level C-601 [+22 (+28/-6)]
05 Oct 2022 00:45 by ZEN HIGARI 评论数:11 总字数:7315
1128. Level C-433 [+22 (+25/-3)]
13 Aug 2022 13:09 by CeruleanCerpent 评论数:12 总字数:5690
1129. Level C-449 [+22 (+24/-2)]
27 Jul 2022 02:08 by TA_Solas 评论数:6 总字数:3438
1130. Level C-407 [+22 (+23/-1)]
10 Jun 2022 16:00 by STUDENT508 评论数:3 总字数:3406
1131. Level C-476 [+22 (+26/-4)]
19 May 2022 07:57 by 861352161 评论数:9 总字数:5295
1132. Level C-488 [+22 (+23/-1)]
11 May 2022 15:36 by vallerback 评论数:2 总字数:7473
1133. Level C-498 [+22 (+28/-6)]
03 May 2022 04:26 by Hanyao 评论数:12 总字数:616
1134. Level C-333 [+22 (+26/-4)]
26 Apr 2022 10:54 by vallerback 评论数:1 总字数:1235
1135. Level C-76 [+22 (+28/-6)]
19 Apr 2022 15:05 by YogourtElixirvitae 评论数:11 总字数:5069
1136. Level C-49 [+22 (+28/-6)]
17 Mar 2022 13:15 by (user deleted) 评论数:13 总字数:3479
1137. Swarm C-196 - 谬・乌洛尔扎嗜碘古菌落 [+21 (+31/-10)]
28 Feb 2026 07:24 by EuthanasiaALS 评论数:7 总字数:9539
1138. Level C-1733 - “雪落袤原” [+21 (+28/-7)]
17 Feb 2026 08:41 by TRE12C VER 评论数:3 总字数:4117
1139. Level C-1053 - “回南天” [+21 (+27/-6)]
13 Feb 2026 05:19 by CZVEITATE 评论数:4 总字数:8478
1140. Level C-1591 - “Lost” [+21 (+24/-3)]
01 Jan 2026 13:45 by bleuboat 评论数:3 总字数:4169
1141. Level C-849 - “芒丘涤原” [+21 (+24/-3)]
27 Dec 2025 08:02 by dianxianniao234 评论数:3 总字数:3363
1142. Level C-1196 [+21 (+24/-3)]
13 Dec 2025 17:21 by ParticularMloyne 评论数:8 总字数:8539
1143. 灯塔 [+21 (+23/-2)]
21 Oct 2025 07:11 by a faraway melody 评论数:5 总字数:122
1144. Level C-1711 [+21 (+36/-15)]
02 Oct 2025 16:07 by Mr_Icey 评论数:17 总字数:3230
1145. Level C-1285 [+21 (+23/-2)]
22 Sep 2025 22:26 by sleeped 评论数:6 总字数:3204
1146. Level C-1889 [+21 (+21/-0)]
31 Aug 2025 03:49 by Rainy_Heart 评论数:1 总字数:5114
1147. Level C-1203 [+21 (+23/-2)]
26 Jun 2025 04:41 by kalizi 评论数:8 总字数:1806
1148. Level C-59 [+21 (+28/-7)]
25 May 2025 08:02 by RichardSongTT 评论数:5 总字数:3387
1149. Level C-1032 - “现实梦” [+21 (+30/-9)]
02 Mar 2025 14:15 by Dustinjade 评论数:5 总字数:6510
1150. Level C-1221 - “旅途” [+21 (+26/-5)]
27 Oct 2024 02:07 by blue1light0 评论数:10 总字数:8554
1151. Level C-1022 [+21 (+29/-8)]
25 Oct 2024 21:48 by Sheldow 评论数:3 总字数:2074
1152. Level C-215 [+21 (+28/-7)]
02 Aug 2024 06:04 by Lanying 评论数:6 总字数:3461
1153. Level C-1909 [+21 (+24/-3)]
24 Jul 2024 03:16 by Etal Fox 评论数:5 总字数:2845
1154. Level C-636 [+21 (+25/-4)]
18 May 2024 02:43 by (user deleted) 评论数:4 总字数:4797
1155. 零散资料:病院海报 [+21 (+32/-11)]
11 May 2024 14:39 by fljlus 评论数:4 总字数:4412
1156. Level C-1110 - “配平孤岛” [+21 (+39/-18)]
15 Apr 2024 16:11 by Xianka Baric 评论数:9 总字数:4268
1157. Level C-845 [+21 (+24/-3)]
12 Mar 2024 23:12 by fljlus 评论数:4 总字数:10220
1158. Level C-657 - “浸蚀高铁” [+21 (+28/-7)]
03 Mar 2024 10:36 by Deip*isoster 评论数:7 总字数:11418
1159. Level C-658 [+21 (+22/-1)]
03 Mar 2024 04:29 by Qi_ng_ 评论数:6 总字数:2521
1160. 云屿堡 [+21 (+23/-2)]
13 Feb 2024 11:56 by WhiteBlade VIKC 评论数:5 总字数:2335
1161. Level C-954 [+21 (+23/-2)]
06 Feb 2024 14:55 by Ellov 评论数:8 总字数:5956
1162. Level C-593 [+21 (+24/-3)]
15 Jan 2024 09:52 by Hlagom 评论数:6 总字数:2025
1163. Level C-259 [+21 (+25/-4)]
21 Jun 2023 09:31 by kalizi 评论数:6 总字数:4260
1164. Level C-541 [+21 (+48/-27)]
03 May 2023 08:34 by BR_Bot 评论数:32 总字数:8978
1165. Level C-229 [+21 (+29/-8)]
23 Dec 2022 04:16 by (user deleted) 评论数:2 总字数:2521
1166. Level C-723 [+21 (+26/-5)]
10 Nov 2022 11:33 by collsans91 评论数:8 总字数:5729
1167. Level C-790 [+21 (+41/-20)]
11 Oct 2022 04:24 by Conway-14 评论数:22 总字数:4874
1168. Level C-282 [+21 (+23/-2)]
16 Jul 2022 08:58 by ifpronunciation 评论数:3 总字数:5804
1169. Level C-464 [+21 (+24/-3)]
08 Jun 2022 12:38 by Lost Disgaea 评论数:2 总字数:39843
1170. Level C-204 [+21 (+22/-1)]
27 May 2022 13:25 by SUPER HOT 评论数:2 总字数:4250
1171. Level C-250 [+21 (+26/-5)]
21 Apr 2022 12:24 by vallerback 评论数:3 总字数:1924
1172. Level C-56 [+21 (+29/-8)]
13 Mar 2022 03:49 by Tiancithewolf 评论数:2 总字数:1175
1173. Level C-83 [+21 (+26/-5)]
07 Mar 2022 16:32 by vallerback 评论数:5 总字数:4177
1174. Level C-1413 - “巴别图书馆” [+20 (+29/-9)]
01 Mar 2026 00:31 by Veythan 评论数:8 总字数:4868
1175. Level C-1108 - “温室” [+20 (+24/-4)]
24 Feb 2026 11:18 by hdswr 评论数:7 总字数:13659
1176. Level C-1227 - “孤潮” [+20 (+28/-8)]
06 Feb 2026 13:53 by Nytheris 评论数:9 总字数:3069
1177. Level C-687 [+20 (+22/-2)]
06 Jan 2026 16:01 by AAcer 评论数:1 总字数:4624
1178. Level C-861 - “流光幻都” [+20 (+24/-4)]
03 Jan 2026 13:49 by Astrohelios 评论数:7 总字数:5406
1179. Level C-1240 [+20 (+22/-2)]
07 Dec 2025 15:16 by Cathaya 评论数:5 总字数:4414
1180. ▒M.E.G.机要数据库访问终端▒ [+20 (+23/-3)]
26 Oct 2025 15:13 by WJPX 评论数:9 总字数:38382
1181. Level C-1512 - “破军星君” [+20 (+24/-4)]
18 Oct 2025 14:26 by STUDENT508 评论数:5 总字数:4115
1182. Level C-1140 - “溯雨河滩” [+20 (+22/-2)]
06 Aug 2025 08:44 by Earlysummer 评论数:4 总字数:12935
1183. 干涉处集群#CN-01 - “仓禾市” [+20 (+22/-2)]
30 Jul 2025 06:42 by fljlus 评论数:5 总字数:5221
1184. Level C-1418 [+20 (+21/-1)]
29 Jul 2025 00:56 by vallerback 评论数:2 总字数:4068
1185. Level C-926 - “天梁星君” [+20 (+23/-3)]
28 Jul 2025 01:50 by STUDENT508 评论数:1 总字数:3438
1186. Level C-1021 - “滴泪” [+20 (+28/-8)]
24 Jul 2025 17:48 by pingd 评论数:7 总字数:2033
1187. Level C-80 [+20 (+25/-5)]
23 Jun 2025 19:44 by RichardSongTT 评论数:6 总字数:4684
1188. Level C-1121 - “不归天途” [+20 (+27/-7)]
03 May 2025 01:52 by Ye kushui 评论数:12 总字数:6607
1189. Level C-1353 [+20 (+27/-7)]
08 Feb 2025 17:37 by Nameless35722 评论数:3 总字数:4581
1190. 寂静之地 [+20 (+28/-8)]
09 Dec 2024 04:06 by a faraway melody 评论数:10 总字数:4194
1191. Level C-1220 [+20 (+25/-5)]
22 Sep 2024 09:47 by a faraway melody 评论数:5 总字数:5224
1192. Level C-716 [+20 (+30/-10)]
17 Sep 2024 11:30 by BR_Bot 评论数:5 总字数:4233
1193. Level C-1026 [+20 (+31/-11)]
22 Aug 2024 07:52 by FIRST OFFLINE 评论数:11 总字数:3261
1194. Level C-1288 [+20 (+27/-7)]
19 Aug 2024 13:43 by BR_Bot 评论数:5 总字数:3245
1195. Level C-188.1 / 恶心 [+20 (+36/-16)]
18 Jul 2024 15:31 by (user deleted) 评论数:5 总字数:16697
1196. Level C-1205 [+20 (+24/-4)]
17 Jul 2024 13:03 by HappyBigJohn 评论数:0 总字数:2192
1197. Level C-981 [+20 (+23/-3)]
01 Jun 2024 05:58 by Ntloader 评论数:2 总字数:2703
1198. Level C-1962 [+20 (+26/-6)]
28 May 2024 13:23 by RLSnow 评论数:2 总字数:3756
1199. Level C-701 [+20 (+33/-13)]
30 Mar 2024 11:06 by BR_Bot 评论数:5 总字数:3329
1200. Level C-967 [+20 (+25/-5)]
29 Feb 2024 03:09 by BR_Bot 评论数:1 总字数:2112
欢迎你的留言!
感谢你的版式,我用的很开心。——
TaRtaR0S
恭喜作者页建成!那个试图在标题里打金字的新人长大了啊() ——克莱尔
谢谢你,我会永远想你的,克莱尔博士。 ——aaa1-1256
爹!——soybean-hy
恭喜a佬! ——Tiancithewolf
我来帮你想附言!(不是)——watercold does not match any existing user name
板式挺帅,为什么不用( ——anti-zey
谢谢a佬带我作者页()——Vincent Brownie
你好——ThisUserDoesntExist does not match any existing user name
好酷的作者页,但抄袭是咋回事——Boots_114
抄袭是我不对,但它已是过去式了——aaa1-1256
啊,唔,啊呜,似乎没啥好说的,那就给大家学个狗叫吧。——x1193
版式很酷 ——xiegezi
不是,谁能告诉我扣子怎么了,我这篇作者页还是复制他的呢,怎么人不见了
