Level Cloud 927-3
@import url('https://fonts.googleapis.com/css2?family=Michroma&family=Radio+Canada&display=swap&family=Space+Grotesk&display=swap&family=Fira+Code&display=swap'); @font-face { font-family: 'GlowSansSC-Wide'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/GlowSansSC-Wide-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'GlowSansSC-Wide'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/GlowSansSC-Wide-Book.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } :root { --theme-base: "black-highlighter"; --theme-id: "starscape"; --theme-name: "Starscape Theme"; --body-font: 'Space Grotesk', 'Noto Sans SC', sans-serif; --header-font: 'Michroma', 'GlowSansSC-Wide', cursive; --title-font: 'Michroma', 'GlowSansSC-Wide', cursive; --mono-font: 'Recursive', 'Noto Serif SC', monospace; /* Header */ --logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-title: "The Backrooms"; --header-subtitle: "愿群星指引着你。"; /* Standard Colors */ --pale-gray-monochrome: 250, 250, 250; /* white */ --black-monochrome: 5, 12, 29; --dark-gray-monochrome: 5, 12, 29; /* navy blue for bg */ --bright-accent: 208, 174, 126; /* orange */ --medium-accent: 26, 65, 128; --dark-accent: 26, 65, 128; /* light blue */ /* Primary Theme Colors */ --swatch-background: var(--black-monochrome); --swatch-primary: var(--bright-accent); --swatch-secondary-color: var(--black-monochrome); /* Primary Text Colors */ --swatch-text-general: var(--swatch-text-light); --swatch-important-text: var(--bright-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--black-monochrome); --swatch-menutxt-dark-color: var(--white-monochrome); --swatch-menutxt-general-color: var(--swatch-menutxt-light-color); --swatch-border-color: var(--bright-accent); --footnotes-footer-bg-color: var(--medium-accent), .25; /* 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(--bright-accent); --hover-link-color: var(--bright-accent); --sidebar-links-text: var(--swatch-menutxt-dark-color); --link-color-bright: var(--medium-accent); /* Header Gradients */ --gradient-header: none; --diagonal-stripes: none; } #main-content { --tabs-selected-bg: var(--medium-accent); --tabs-selected-outline: var(--medium-accent); } .sd-container { --sd-border:var(--medium-accent); --sd-bullets:var(--sd-border); --sd-symbol:255,255,255; } /*weird stuff*/ #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { background: rgb(var(--swatch-primary)); } #top-bar { --dropdown-border-color: 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, #header { background-image: none; } div#container-wrap{ background: url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/nebulaheader1.png) top center repeat-x; background-size: 100%; } #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(5, 12, 29,1) 37%); background-size: 37rem 37rem; background-attachment: scroll; } /* Header Colours */ h1, h2, h3, h4, h5, h6 { color: rgb(var(--bright-accent)); } /*image block*/ #page-content .scp-image-block .scp-image-caption { color: rgb(var(--bright-accent)); background-color: rgba(var(--bright-accent), .25); border-color: rgba(var(--bright-accent)); } #page-content .image-block, #page-content .scp-image-block { border: none; box-shadow: 0.05rem 0.1rem 0.3rem rgba(var(--bright-accent), .45) outset; } /*rate module*/ #content-wrap #page-content .page-rate-widget-box { background: none; border: 3px hidden; background-color: rgba(var(--bright-accent), .25); border-radius: 4px; } /*table*/ #page-content table.wiki-content-table th { border: 1px solid rgb(var(--medium-accent)), !important; border-radius: 3px; background-color: rgba(var(--medium-accent), .25); color: rgb(var(--medium-accent)); } #page-content table.wiki-content-table td { border: 1px solid rgb(var(--medium-accent)) !important; } /*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); } /* tabs! */ /*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)); border-radius: 6px 6px 0px 0px; } /*hover tab bg*/ .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgba(var(--medium-accent), .25); border-radius: 6px 6px 0px 0px; } /*selected tab bg*/ .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background-color: rgba(var(--medium-accent), 1); border-radius: 6px 6px 0px 0px; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { background-color: rgba(var(--medium-accent), 1); border-radius: 6px 6px 0px 0px; } /*backer background*/ .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background: rgb(var(--black-monochrome)); border-radius: 6px 6px 0px 0px; } /* content background color */ #content-wrap #page-content .yui-navset .yui-content { background-color: rgba(var(--medium-accent), 0.25); } /* content border */ #content-wrap #page-content .yui-navset .yui-content, #content-wrap #page-content .yui-navset .yui-navset-top .yui-content { border: 1px hidden rgb(var(--medium-accent)); box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; border-radius: 0px 0px 6px 6px; } /* edit menu */ form#edit-page-form:not(.data-form) { background-color: rgba(var(--bright-accent), 0.25); } /*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: 0.5rem; height: var(--header-height-on-mobile); } #page-title { position: center; padding-top: 3.5rem; } div#container-wrap{ background: url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/nebulaheader1.png) top center repeat-x; background-size: 220%; } #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(5, 12, 29,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(5, 12, 29,1) 37%); background-size: 25rem 25rem; background-attachment: scroll; } div#container-wrap{ background: url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/nebulaheader1.png) top center repeat-x; background-size: 160%; } } /*funny blocks*/ #page-content blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; background-color:rgba(var(--bright-accent), .25); border-color: rgb(var(--bright-accent)); border-radius: 6px; } .styled-quote { background-color:rgba(var(--bright-accent), .25); border-radius: 6px; 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,.45) inset; color: rgb(var(--white-monochrome)); } .dark-styled-quote { background-color:rgba(var(--medium-accent), .25); border-radius: 6px; 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,.45) inset; } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { background-color:rgba(var(--bright-accent), .25); border-radius: 6px; padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; color: rgb(var(--white-monochrome)); box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; } .darkblock { background-color:rgba(var(--medium-accent), .25); color:rgb(var(--white-monochrome)); border-radius: 6px; padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; } .stripeblock { background: repeating-linear-gradient(45deg, rgb(var(--black-monochrome)), rgb(var(--medium-accent)) 15%); background-color:rgb(var(--bright-accent)); color:rgb(var(--swatch-text-general)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; border: none; border-radius: 6px; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; } .starblock { border: 20px solid transparent; padding: 0.01rem 1rem; border-image: url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/border.png) 152; } .borderblock { background-color:rgb(var(--medium-accent), .25); color:rgb(var(--pale-grey-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; border: solid 0.3rem rgb(var(--bright-accent)); letter-spacing: 0px; border-radius: 6px; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; } .nebulablock{ width: auto; padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; background: rgba(255, 255, 255, 0.25) url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/nebulaheader1.png) repeat center; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; border-radius: 6px; border: none; } .code { border: 3px hidden rgb(5, 12, 29)); background-color:rgba(var(--medium-accent), .25); border-radius: 6px; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; } .footnotes-footer { border-radius: 6px; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset; border-left: 0.75rem solid rgb(var(--medium-accent)); border-top: 0.75rem solid rgb(var(--medium-accent)); } #header h1 a:hover:before { text-shadow: var(--header-text-shadow); }
我好奇,我思索,我开始回忆但是我一无所获。之后还是那么美好的记忆,那么轻灵的故事…她还是那么阳光、那么温柔,让人无法抗拒这深不可测的爱情。
星空下依然划过那么那么多的流星,破碎着划过大半个深蓝,雨幕依旧一同度过,而时间也在重复与不凡中留存下了记忆。
记忆啊,记忆啊…
记忆是会消散的,而终有一天…


© The Cloudrooms云室维基 (2022-2026) - 本站不遵循CC协议。