/*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!欢迎来到我的作者页!
1201. Level C-1512 - “破军星君” [+21 (+25/-4)]
18 Oct 2025 14:26 by STUDENT508 评论数:5 总字数:4115
1202. Level C-1711 [+21 (+36/-15)]
02 Oct 2025 16:07 by Mr_Icey 评论数:17 总字数:3230
1203. Level C-1775 - “一起起舞” [+21 (+29/-8)]
18 Aug 2025 08:18 by Wyranuots 评论数:9 总字数:5076
1204. 铁路之尽头 [+21 (+30/-9)]
31 Jul 2025 06:51 by I account deleted 评论数:15 总字数:5787
1205. Level C-926 - “天梁星君” [+21 (+24/-3)]
28 Jul 2025 01:50 by STUDENT508 评论数:1 总字数:3438
1206. Level C-1021 - “滴泪” [+21 (+29/-8)]
24 Jul 2025 17:48 by pingd 评论数:7 总字数:2080
1207. Level C-1203 [+21 (+23/-2)]
26 Jun 2025 04:41 by kalizi 评论数:8 总字数:1806
1208. Level C-1032 - “现实梦” [+21 (+30/-9)]
02 Mar 2025 14:15 by Dustinjade 评论数:5 总字数:6510
1209. Level C-1221 - “旅途” [+21 (+26/-5)]
27 Oct 2024 02:07 by blue1light0 评论数:10 总字数:8554
1210. Level C-1288 [+21 (+28/-7)]
19 Aug 2024 13:43 by BR_Bot_2 评论数:5 总字数:3245
1211. Level C-1909 [+21 (+24/-3)]
24 Jul 2024 03:16 by Etal Fox 评论数:5 总字数:2845
1212. Level C-188.1 / 恶心 [+21 (+37/-16)]
18 Jul 2024 15:31 by (user deleted) 评论数:5 总字数:16697
1213. Level C-1205 [+21 (+25/-4)]
17 Jul 2024 13:03 by HappyBigJohn 评论数:0 总字数:2200
1214. 零散资料:病院海报 [+21 (+32/-11)]
11 May 2024 14:39 by fljlus 评论数:4 总字数:4412
1215. Level C-845 [+21 (+24/-3)]
12 Mar 2024 23:12 by fljlus 评论数:4 总字数:10220
1216. Level C-657 - “浸蚀高铁” [+21 (+28/-7)]
03 Mar 2024 10:36 by Deip*isoster 评论数:7 总字数:11418
1217. Level C-658 [+21 (+22/-1)]
03 Mar 2024 04:29 by Qi_ng_ 评论数:6 总字数:2521
1218. 云屿堡 [+21 (+23/-2)]
13 Feb 2024 11:56 by WhiteBlade VIKC 评论数:5 总字数:2335
1219. Level C-954 [+21 (+23/-2)]
06 Feb 2024 14:55 by Ellov 评论数:8 总字数:5956
1220. Level C-783 [+21 (+24/-3)]
17 Jan 2024 09:44 by (user deleted) 评论数:6 总字数:1631
1221. Level C-684 [+21 (+27/-6)]
01 Jan 2024 05:36 by Hlagom 评论数:2 总字数:2978
1222. Level C-650 [+21 (+22/-1)]
07 Nov 2023 16:02 by YogourtElixirvitae 评论数:1 总字数:2757
1223. Level C-259 [+21 (+25/-4)]
21 Jun 2023 09:31 by kalizi 评论数:6 总字数:4260
1224. Level C-541 [+21 (+48/-27)]
03 May 2023 08:34 by BR_Bot_2 评论数:32 总字数:8978
1225. Level C-229 [+21 (+29/-8)]
23 Dec 2022 04:16 by (user deleted) 评论数:2 总字数:2521
1226. Level C-723 [+21 (+26/-5)]
10 Nov 2022 11:33 by collsans91 评论数:8 总字数:5729
1227. Level C-790 [+21 (+41/-20)]
11 Oct 2022 04:24 by Conway-14 评论数:22 总字数:4874
1228. Level C-282 [+21 (+23/-2)]
16 Jul 2022 08:58 by ifpronunciation 评论数:3 总字数:5804
1229. Level C-464 [+21 (+24/-3)]
08 Jun 2022 12:38 by Lost Disgaea 评论数:2 总字数:39843
1230. Level C-204 [+21 (+22/-1)]
27 May 2022 13:25 by SUPER HOT 评论数:2 总字数:4250
1231. Level C-250 [+21 (+26/-5)]
21 Apr 2022 12:24 by vallerback 评论数:3 总字数:1924
1232. Level C-56 [+21 (+29/-8)]
13 Mar 2022 03:49 by Tiancithewolf 评论数:2 总字数:1175
1233. Level C-477 [+20 (+22/-2)]
08 Mar 2026 03:43 by haodemingzi 评论数:0 总字数:9068
1234. Level C-1064 [+20 (+31/-11)]
27 Feb 2026 02:25 by NekdoiaoEP 评论数:9 总字数:4270
1235. Level C-1108 - “温室” [+20 (+24/-4)]
24 Feb 2026 11:18 by hdswr 评论数:7 总字数:13659
1236. Level C-1735 - “溯忆雨城” [+20 (+29/-9)]
18 Feb 2026 16:03 by flymouse_awa 评论数:9 总字数:4643
1237. Level C-1223 - “彼岸” [+20 (+29/-9)]
12 Feb 2026 13:26 by Nytheris 评论数:7 总字数:3536
1238. Level C-1704 - “天佑星·雾隐盘桥” [+20 (+24/-4)]
31 Jan 2026 14:15 by Aprilguiltyincubus 评论数:2 总字数:3887
1239. Level C-861 - “流光幻都” [+20 (+24/-4)]
03 Jan 2026 13:49 by Astrohelios 评论数:7 总字数:5406
1240. Level C-1247 [+20 (+25/-5)]
07 Dec 2025 03:19 by jiazjt123 评论数:8 总字数:3029
1241. Level C-1133 [+20 (+22/-2)]
21 Nov 2025 15:02 by Songwolf 评论数:3 总字数:311
1242. Level C-1974 [+20 (+20/-0)]
15 Nov 2025 16:30 by C0Nv3R 评论数:4 总字数:4583
1243. Level C-1798 [+20 (+20/-0)]
17 Oct 2025 06:23 by Voltucit 评论数:0 总字数:9175
1244. Level C-1269 - “网” [+20 (+37/-17)]
10 Sep 2025 12:30 by (user deleted) 评论数:13 总字数:2774
1245. Level C-1044 - ”囚光“ [+20 (+37/-17)]
07 Aug 2025 05:45 by Lookbreeze 评论数:24 总字数:5104
1246. Level C-1140 - “溯雨河滩” [+20 (+22/-2)]
06 Aug 2025 08:44 by Earlysummer 评论数:4 总字数:12935
1247. Level C-1369 [+20 (+23/-3)]
03 Aug 2025 09:09 by Mimura Foxium 评论数:5 总字数:7327
1248. 干涉处集群#CN-01 - “仓禾市” [+20 (+22/-2)]
30 Jul 2025 06:42 by fljlus 评论数:5 总字数:5221
1249. Level C-1097 [+20 (+32/-12)]
08 Jul 2025 19:02 by Reversed Rain 评论数:9 总字数:6374
1250. Level C-80 [+20 (+25/-5)]
23 Jun 2025 19:44 by RichardSongTT 评论数:6 总字数:4684
1251. Level C-1121 - “不归天途” [+20 (+27/-7)]
03 May 2025 01:52 by Ye kushui 评论数:12 总字数:6607
1252. Level C-1850 [+20 (+22/-2)]
05 Apr 2025 03:25 by Jerry mouse every 评论数:9 总字数:3514
1253. Level C-1799 [+20 (+26/-6)]
03 Apr 2025 07:33 by Jerry mouse every 评论数:2 总字数:4194
1254. Level C-1018 - “盈泪空城” [+20 (+29/-9)]
01 Apr 2025 13:38 by Antonio from HELL 评论数:7 总字数:3444
1255. Level C-1353 [+20 (+27/-7)]
08 Feb 2025 17:37 by Nameless35722 评论数:3 总字数:4581
1256. Level C-716 [+20 (+30/-10)]
17 Sep 2024 11:30 by BR_Bot_2 评论数:5 总字数:4233
1257. Level C-1026 [+20 (+31/-11)]
22 Aug 2024 07:52 by FIRST OFFLINE 评论数:11 总字数:3261
1258. Level C-215 [+20 (+30/-10)]
02 Aug 2024 06:04 by Lanying 评论数:7 总字数:3461
1259. Level C-981 [+20 (+23/-3)]
01 Jun 2024 05:58 by Ntloader 评论数:2 总字数:2703
1260. Level C-1962 [+20 (+26/-6)]
28 May 2024 13:23 by RLSnow 评论数:2 总字数:3756
1261. Level C-701 [+20 (+33/-13)]
30 Mar 2024 11:06 by BR_Bot_2 评论数:5 总字数:3329
1262. Level C-967 [+20 (+25/-5)]
29 Feb 2024 03:09 by BR_Bot_2 评论数:1 总字数:2112
1263. 星海寰屿 [+20 (+21/-1)]
27 Feb 2024 13:55 by Etinjat 评论数:1 总字数:5485
1264. Level C-952 [+20 (+21/-1)]
15 Feb 2024 04:25 by Alan3102 评论数:1 总字数:2979
1265. Level C-949 [+20 (+24/-4)]
22 Jan 2024 03:08 by BR_Bot_2 评论数:2 总字数:4975
1266. Level C-638 [+20 (+25/-5)]
31 Dec 2023 16:00 by Pinus sylvestiris 评论数:3 总字数:2059
1267. Level C-877 [+20 (+25/-5)]
10 Dec 2023 12:46 by shayunr 评论数:7 总字数:2880
1268. Level C-648 [+20 (+24/-4)]
04 Oct 2023 11:43 by LV-CRzhan-hun 评论数:18 总字数:9646
1269. Level C-660 [+20 (+30/-10)]
29 Sep 2023 03:23 by Hanyao 评论数:7 总字数:2817
1270. Level C-551 [+20 (+26/-6)]
10 Sep 2023 06:14 by HinaKagiyama 评论数:8 总字数:12175
1271. Level C-299 [+20 (+25/-5)]
30 Jul 2023 23:01 by fljlus 评论数:3 总字数:1794
1272. Level C-681 [+20 (+27/-7)]
20 May 2023 03:33 by AloneMoon 评论数:0 总字数:2641
1273. Level C-702 [+20 (+30/-10)]
07 Mar 2023 14:04 by Xiao_Yin 评论数:12 总字数:366
1274. Level C-545 [+20 (+33/-13)]
03 Mar 2023 10:43 by SwitzerCandy 评论数:10 总字数:3297
1275. Level C-875 [+20 (+27/-7)]
25 Jan 2023 03:33 by Zeons 评论数:4 总字数:4889
1276. Level C-798 [+20 (+23/-3)]
08 Nov 2022 22:27 by (user deleted) 评论数:8 总字数:4189
1277. Level C-504 [+20 (+26/-6)]
23 Oct 2022 08:59 by Conway-14 评论数:4 总字数:6110
1278. Level C-485 [+20 (+28/-8)]
23 Aug 2022 14:03 by SufferingNarration 评论数:8 总字数:4439
1279. Level C-217 [+20 (+29/-9)]
21 Jul 2022 08:54 by Clay Hygik 评论数:5 总字数:3522
1280. Level C-287 [+20 (+22/-2)]
17 Jul 2022 07:06 by SufferingNarration 评论数:7 总字数:8259
1281. Level C-264 [+20 (+28/-8)]
16 Jul 2022 08:15 by Ni Feng_EX 评论数:2 总字数:2883
1282. Level C-157 [+20 (+24/-4)]
14 Jul 2022 14:55 by fljlus 评论数:2 总字数:3519
1283. Level C-252 [+20 (+23/-3)]
24 Jun 2022 00:37 by mid-summer 评论数:6 总字数:3290
1284. Level C-189 [+20 (+22/-2)]
19 Jun 2022 08:17 by vallerback 评论数:0 总字数:1925
1285. Level C-178 [+20 (+31/-11)]
05 Jun 2022 05:11 by fljlus 评论数:7 总字数:6227
1286. Level C-283 [+20 (+23/-3)]
27 May 2022 01:39 by Roplem 评论数:6 总字数:1416
1287. Level C-222 [+20 (+25/-5)]
21 Apr 2022 13:22 by (user deleted) 评论数:6 总字数:1921
1288. Level C-191 [+20 (+25/-5)]
13 Apr 2022 10:18 by MirryisMirry 评论数:1 总字数:1584
1289. Level C-120 [+20 (+25/-5)]
06 Apr 2022 13:51 by zhaos 评论数:4 总字数:2649
1290. Level C-73 [+20 (+24/-4)]
14 Mar 2022 12:35 by LateSeeTruth 评论数:12 总字数:4439
1291. Level C-158 [+20 (+26/-6)]
12 Mar 2022 06:24 by soybean-hy 评论数:3 总字数:1578
1292. Level C-111 [+20 (+47/-27)]
18 Feb 2022 06:57 by Nick Alex 评论数:20 总字数:14260
1293. Level C-1146 - “躍遷平交道” [+19 (+21/-2)]
05 Apr 2026 19:27 by Nightwolf92 评论数:1 总字数:6457
1294. Level C-1523 - “天梦·滔滔” [+19 (+28/-9)]
21 Mar 2026 01:50 by 19road songlin 评论数:2 总字数:11839
1295. Level C-1731 - “恙存静原” [+19 (+35/-16)]
22 Feb 2026 12:29 by TRE12C VER 评论数:12 总字数:455
1296. Dimension C-1519 - “重时镜裂” [+19 (+29/-10)]
08 Feb 2026 05:33 by Aprilguiltyincubus 评论数:6 总字数:5356
1297. Level C-1284 [+19 (+23/-4)]
01 Jan 2026 05:33 by TearOcean 评论数:5 总字数:2787
1298. Level C-1246 [+19 (+25/-6)]
23 Nov 2025 08:38 by jiazjt123 评论数:11 总字数:5426
1299. 极北冻原:星空之外 [+19 (+24/-5)]
13 Oct 2025 08:38 by yhxoboe 评论数:5 总字数:614
1300. Level C-1511 - “金母元君” [+19 (+20/-1)]
12 Oct 2025 08:38 by STUDENT508 评论数:1 总字数:3737
1301. Level C-1104 [+19 (+21/-2)]
07 Oct 2025 12:06 by BR_Bot_2 评论数:2 总字数:3584
1302. Level C-1249 [+19 (+20/-1)]
31 Aug 2025 08:51 by Duskkkk 评论数:3 总字数:3519
1303. Level C-1896 [+19 (+22/-3)]
18 Aug 2025 06:37 by turnedinto 评论数:7 总字数:2321
1304. Level C-1980 [+19 (+25/-6)]
01 Aug 2025 00:23 by Christmas bill 评论数:7 总字数:5031
1305. Level C-1382 - “灰暗与猩红之镇” [+19 (+33/-14)]
09 Jun 2025 10:22 by noword233 评论数:9 总字数:8304
1306. Level C-59 [+19 (+27/-8)]
25 May 2025 08:02 by RichardSongTT 评论数:5 总字数:3387
1307. Level C-1080 - “玻璃伊甸” [+19 (+33/-14)]
24 May 2025 10:05 by Earlysummer 评论数:13 总字数:14962
1308. Level C-958 - “惡憶” [+19 (+23/-4)]
13 Apr 2025 14:31 by Rainy_Heart 评论数:11 总字数:6813
1309. Level C-1440 [+19 (+27/-8)]
16 Mar 2025 07:32 by nanbannvzhuangzhe 评论数:5 总字数:3125
1310. Level C-65 [+19 (+26/-7)]
15 Dec 2024 10:10 by Lefilsdelhomme 评论数:4 总字数:3763
1311. Level C-1842 [+19 (+20/-1)]
23 Oct 2024 11:43 by BR_Bot_2 评论数:0 总字数:6415
1312. Level 483-C [+19 (+32/-13)]
07 Aug 2024 03:47 by (user deleted) 评论数:4 总字数:2723
1313. Level C-1090 [+19 (+23/-4)]
23 Jul 2024 07:54 by lunatic kingdom 评论数:5 总字数:15858
1314. Level C-1204 [+19 (+22/-3)]
19 Jul 2024 11:38 by HappyBigJohn 评论数:6 总字数:2803
1315. 饿鬼道 [+19 (+24/-5)]
15 Jun 2024 07:20 by Slime4399 评论数:3 总字数:2687
1316. Level C-218 [+19 (+24/-5)]
22 Mar 2024 14:44 by BR_Bot_2 评论数:0 总字数:4811
1317. Level C-97 [+19 (+25/-6)]
17 Mar 2024 02:48 by fljlus 评论数:10 总字数:3203
1318. Level C-957 [+19 (+24/-5)]
29 Jan 2024 13:16 by shoggths 评论数:8 总字数:5436
1319. Level C-866 [+19 (+26/-7)]
31 Dec 2023 16:11 by highlightingman 评论数:13 总字数:4616
1320. Level C-948 [+19 (+26/-7)]
30 Jul 2023 03:08 by Dr Commander 评论数:8 总字数:3905
1321. Level C-537 [+19 (+22/-3)]
02 Apr 2023 14:28 by STUDENT508 评论数:6 总字数:4192
1322. Level C-479 [+19 (+21/-2)]
08 Mar 2023 01:27 by Ntloader 评论数:6 总字数:4963
1323. Level C-581 [+19 (+25/-6)]
18 Feb 2023 19:35 by AloneMoon 评论数:9 总字数:2963
1324. Level C-394 [+19 (+25/-6)]
13 Feb 2023 09:48 by kalizi 评论数:7 总字数:3521
1325. Level C-977 [+19 (+22/-3)]
21 Jan 2023 23:54 by Agent Kerns 评论数:6 总字数:6009
1326. Level C-368 [+19 (+22/-3)]
09 Jan 2023 00:58 by ZEN HIGARI 评论数:5 总字数:5445
1327. Level C-N3 [+19 (+36/-17)]
07 Jan 2023 13:39 by (user deleted) 评论数:14 总字数:2823
1328. Level C-590 [+19 (+24/-5)]
01 Jan 2023 07:54 by free fall 评论数:6 总字数:1959
1329. Level C-377 [+19 (+23/-4)]
27 Nov 2022 08:35 by EVIDRAL 评论数:11 总字数:3471
1330. Level C-805 [+19 (+22/-3)]
16 Nov 2022 09:11 by Miyasaki_Hana 评论数:18 总字数:5006
1331. Level C-493 [+19 (+29/-10)]
17 Aug 2022 10:27 by GuanNing_997 评论数:12 总字数:3755
1332. Level C-455 [+19 (+28/-9)]
15 Aug 2022 11:40 by Floxk 评论数:17 总字数:7979
1333. Level C-262 [+19 (+21/-2)]
18 Jul 2022 11:36 by CJZXY_Pin_Yuan 评论数:4 总字数:2822
1334. Level C-496 [+19 (+24/-5)]
15 Jul 2022 08:50 by ifpronunciation 评论数:6 总字数:4422
1335. Level C-432 [+19 (+27/-8)]
12 Jul 2022 10:07 by -StarrrrrrrT_ 评论数:14 总字数:7117
1336. Level C-226 [+19 (+25/-6)]
08 Jul 2022 08:11 by SpongeWing 评论数:2 总字数:6027
1337. Level C-281 [+19 (+20/-1)]
25 Jun 2022 08:14 by KongBay 评论数:9 总字数:7201
1338. Level C-249 [+19 (+23/-4)]
23 Jun 2022 05:35 by Clay Hygik 评论数:9 总字数:3413
1339. Stop In Here [+19 (+29/-10)]
19 Jun 2022 13:28 by Ygfd 评论数:12 总字数:4185
1340. Level C-388 [+19 (+20/-1)]
08 Jun 2022 17:23 by vallerback 评论数:2 总字数:3373
1341. Level C-256 [+19 (+29/-10)]
28 May 2022 07:19 by Jane Rochester 评论数:6 总字数:1595
1342. Level C-227 [+19 (+23/-4)]
27 May 2022 11:48 by AKASHA_R 评论数:6 总字数:5655
1343. Level C-183 [+19 (+20/-1)]
28 Mar 2022 05:00 by zhaos 评论数:3 总字数:2570
1344. Level C-136 [+19 (+21/-2)]
18 Mar 2022 12:59 by soybean-hy 评论数:6 总字数:2492
1345. Level C-198 [+19 (+21/-2)]
05 Mar 2022 15:13 by MirryisMirry 评论数:1 总字数:3765
1346. Level C-1118 - “月球” [+18 (+21/-3)]
18 Apr 2026 11:49 by Songwolf 评论数:5 总字数:334
1347. Level C-1745 [+18 (+21/-3)]
12 Apr 2026 11:49 by Wyranuots 评论数:0 总字数:7080
1348. 外域C1613——万剑天 [+18 (+29/-11)]
10 Mar 2026 11:27 by Ngouzi 评论数:18 总字数:10105
1349. Level C-616 [+18 (+26/-8)]
19 Feb 2026 15:10 by broken_skyer 评论数:2 总字数:5684
1350. Level C-1177 [+18 (+21/-3)]
17 Feb 2026 03:59 by haodemingzi 评论数:0 总字数:11852
1351. Level C-1387 [+18 (+25/-7)]
13 Jan 2026 13:36 by timeout001 评论数:13 总字数:3183
1352. Level C-1808 - 『途』 [+18 (+38/-20)]
10 Jan 2026 14:48 by Lanying 评论数:15 总字数:10200
1353. Level C-1265 [+18 (+24/-6)]
21 Dec 2025 02:56 by Grapest 评论数:5 总字数:1517
1354. Level C-1955 [+18 (+25/-7)]
29 Nov 2025 08:13 by Songwolf 评论数:14 总字数:5035
1355. Level C-1697 [+18 (+21/-3)]
28 Nov 2025 11:38 by KillEOE 评论数:1 总字数:2577
1356. Level C-932 [+18 (+19/-1)]
29 Oct 2025 14:13 by Rainy_Heart 评论数:6 总字数:3345
1357. Level C-751 [+18 (+26/-8)]
29 Sep 2025 07:03 by Songwolf 评论数:21 总字数:5542
1358. Level C-1285 [+18 (+23/-5)]
22 Sep 2025 22:26 by sleeped 评论数:6 总字数:3204
1359. Level C-1264 [+18 (+18/-0)]
29 Aug 2025 09:49 by turnedinto 评论数:5 总字数:2568
1360. Level C-384 [+18 (+20/-2)]
12 Aug 2025 13:28 by Christmas bill 评论数:1 总字数:2564
1361. 部分对称 [+18 (+19/-1)]
30 Mar 2025 16:51 by MillieSkuaie 评论数:7 总字数:11671
1362. Level C-641 [+18 (+32/-14)]
01 Jan 2025 08:20 by party-fox 评论数:9 总字数:3975
1363. Level C-1225 [+18 (+22/-4)]
04 Oct 2024 09:30 by float_32 评论数:3 总字数:2798
1364. Level C-1338 [+18 (+22/-4)]
31 Aug 2024 16:00 by muyumuy 评论数:2 总字数:3659
1365. Level C-1028 [+18 (+25/-7)]
17 Aug 2024 03:28 by Etal Fox 评论数:3 总字数:3954
1366. Level C-492 [+18 (+25/-7)]
11 Aug 2024 03:22 by H_W 评论数:7 总字数:13109
1367. Level C-726 - “诠释毁灭,诠释新生” [+18 (+25/-7)]
27 Jul 2024 02:26 by BR_Bot_2 评论数:3 总字数:1458
1368. Level C-1207 [+18 (+22/-4)]
17 Jul 2024 07:31 by HappyBigJohn 评论数:3 总字数:2137
1369. Level C-237 [+18 (+26/-8)]
03 Mar 2024 12:12 by BR_Bot_2 评论数:6 总字数:3198
1370. 冰之宫 [+18 (+19/-1)]
09 Feb 2024 15:02 by (user deleted) 评论数:1 总字数:2765
1371. Level C-976 [+18 (+23/-5)]
21 Jan 2024 13:32 by 0 Kobe Bryant 0 评论数:3 总字数:3172
1372. Level C-782 [+18 (+21/-3)]
18 Jan 2024 05:59 by (user deleted) 评论数:1 总字数:1792
1373. Level C-578 - “星下沙海” [+18 (+23/-5)]
16 Jan 2024 16:23 by wikiwob 评论数:4 总字数:3198
1374. Level C-583 [+18 (+23/-5)]
01 Jan 2024 01:32 by WhiteBlade VIKC 评论数:1 总字数:3061
1375. Level C-814 [+18 (+23/-5)]
31 Dec 2023 16:00 by Ni Feng_EX 评论数:3 总字数:3636
1376. Level C-944 [+18 (+37/-19)]
30 Dec 2023 02:59 by zaogaole 评论数:11 总字数:3117
1377. Level C-450 [+18 (+21/-3)]
17 Nov 2023 08:53 by fljlus 评论数:0 总字数:2629
1378. Level C-576 [+18 (+24/-6)]
06 Oct 2023 11:53 by HinaKagiyama 评论数:8 总字数:3154
1379. Level C-565 [+18 (+25/-7)]
22 Sep 2023 00:35 by HinaKagiyama 评论数:7 总字数:4230
1380. Level C-715 [+18 (+32/-14)]
01 Aug 2023 14:26 by Duskkkk 评论数:8 总字数:8534
1381. Level C-980 [+18 (+25/-7)]
01 Aug 2023 04:55 by (user deleted) 评论数:5 总字数:5455
1382. Level C-491 [+18 (+24/-6)]
01 Apr 2023 13:55 by Floxk 评论数:9 总字数:7290
1383. Level C-397 [+18 (+21/-3)]
19 Feb 2023 06:44 by kalizi 评论数:2 总字数:3166
1384. Level C-580 [+18 (+26/-8)]
12 Jan 2023 11:26 by wjbsin30 评论数:3 总字数:2795
1385. Level C-339 [+18 (+21/-3)]
16 Nov 2022 14:28 by 081224zxz 评论数:4 总字数:7608
1386. Level C-139 [+18 (+29/-11)]
31 Oct 2022 13:10 by (user deleted) 评论数:6 总字数:4410
1387. Level C-323 [+18 (+23/-5)]
06 Oct 2022 13:49 by WhiteDreamCN 评论数:9 总字数:5175
1388. Level C-332 [+18 (+31/-13)]
09 Aug 2022 11:34 by Floxk 评论数:14 总字数:10803
1389. Level C-247 [+18 (+21/-3)]
25 Jul 2022 13:28 by autumns 评论数:5 总字数:4970
1390. Level C-325 [+18 (+20/-2)]
13 Jul 2022 13:25 by xiaocaibucai 评论数:8 总字数:2618
1391. Level C-389 [+18 (+24/-6)]
24 Jun 2022 15:23 by yun-hikari 评论数:11 总字数:3190
1392. Level C-85 [+18 (+21/-3)]
24 Apr 2022 12:47 by vallerback 评论数:3 总字数:1889
1393. Level C-89 [+18 (+21/-3)]
20 Apr 2022 11:12 by vallerback 评论数:1 总字数:4151
1394. Level C-167 [+18 (+20/-2)]
15 Apr 2022 12:08 by (user deleted) 评论数:8 总字数:1688
1395. Level C-93 [+18 (+23/-5)]
09 Apr 2022 05:44 by zhaos 评论数:3 总字数:2125
1396. Level C-190 [+18 (+22/-4)]
22 Mar 2022 08:56 by LateSeeTruth 评论数:5 总字数:6206
1397. Level C-106 [+18 (+23/-5)]
02 Mar 2022 01:52 by (user deleted) 评论数:3 总字数:1899
1398. Level C-1836 - “风暴洋沉眠处” [+17 (+25/-8)]
18 Apr 2026 13:43 by Inverted World 评论数:11 总字数:8380
1399. Level C-742 [+17 (+21/-4)]
05 Apr 2026 14:30 by Yrzd6 评论数:0 总字数:8915
1400. Level C-1251 - “欲都” [+17 (+20/-3)]
05 Apr 2026 13:47 by DielsAlder 评论数:2 总字数:5095
欢迎你的留言!
感谢你的版式,我用的很开心。——
TaRtaR0S
恭喜作者页建成!那个试图在标题里打金字的新人长大了啊() ——克莱尔
谢谢你,我会永远想你的,克莱尔博士。 ——aaa1-1256
爹!——soybean-hy
恭喜a佬! ——Tiancithewolf
我来帮你想附言!(不是)——watercold
板式挺帅,为什么不用( ——anti-zey
谢谢a佬带我作者页()——Vincent Brownie
你好——thisuserdoesntexist
好酷的作者页,但抄袭是咋回事——Boots_114
抄袭是我不对,但它已是过去式了——aaa1-1256
啊,唔,啊呜,似乎没啥好说的,那就给大家学个狗叫吧。——x1193
版式很酷 ——xiegezi
不是,谁能告诉我扣子怎么了,我这篇作者页还是复制他的呢,怎么人不见了
——知道了,原来发生过这样的事,令人感叹。
