本站仅供阅览。编辑请前往源站点
办公室市场

十年来,办公室市场为流浪者和团体提供了一个后室各处的商品买卖的地方。作为庆祝其成立十周年的一种方式,是时候追溯根源,讲述它的过去、现在和未来的故事了。

作者:Dan Abbolt
更新于 2027 年 5 月 12 日 上午十时,位于无垠城市

@import url(http://backrooms-sandbox-2.wikidot.com/local--files/cakelord114514-theme/TheT.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
 
:root {
    --theme-base: "black-highlighter";
    --theme-id: "nuliminal";
    --theme-name: "NuLiminal Theme";
    --logo-image: none;
    --header-title: "BNTG日报";
    --header-subtitle: "中文版 ▾| 印刷版 | 视频 | 音频 | 最新头条 | 更多 ▾";
    --swatch-headerh1-color: var(--black-monochrome);
    --swatch-headerh2-color: var(--black-monochrome);
    --body-font: 'Public Sans', "Noto Sans SC", Inter, Verdana, Geneva, "Helvetica Neue", "Helvetica", sans-serif;
    --UI-font: 'Fantasque Sans Mono', "Noto Sans SC", Courier New, Ubuntu Mono, Consolas, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --header-font: 'TheT', "Noto Serif SC", Courier New, Ubuntu Mono, Consolas, serif;
    --title-font: var(--header-font);
    --mono-font: 'Fantasque Sans Mono', "Noto Serif SC", Recursive, Consolas, monaco, monospace;
    --white-monochrome: 255, 255, 255;
    --pale-gray-monochrome: 237, 233, 223;
    --light-pale-gray-monochrome: 237, 233, 223;
    --very-light-gray-monochrome: 220, 215, 210;
    --light-gray-monochrome: 165, 160, 155;
    --gray-monochrome: 244, 244, 244;
    --dark-gray-monochrome: 233, 233, 233;
    --black-monochrome: 31, 28, 20;
    --pale-accent: 230, 23, 68;
    --bright-accent: 161, 147, 112;
    --medium-accent: 122, 109, 82;
    --dark-accent: 122, 109, 82;
    --alt-accent: 221, 102, 17;
    --header-text-shadow: 0px 2px 3px rgba(0,0,0 / 0%);
    --header-text-shadow-hover: 0px 5px 3px rgba(0,0,0/ 0%);
    --quote-shadow: 0 2px 4px rgba(var(--black-monochrome),0.25);
    --footer-message: none;
    --editor-font: Recursive, "Noto Serif SC", "Noto Serif TC", "宋体", "SimSun", "Microsoft YaHei UI", "微软雅黑", "Microsoft JhengHei UI", "Microsoft JhengHei", "Courier New", Courier, monospace, STXihei, "华文细黑";
    --swatch-primary-darkest: var(--dark-gray-monochrome);
    --swatch-secondary-color: var(--white-monochrome);
    --swatch-menubg-color: var(--black-monochrome);
    --rating-module-bg-color: var(--swatch-menubg-color);
    --swatch-sidebar-collapsible-tab-bg: var(--white-monochrome);
    --swatch-text-secondary-color: var(--swatch-menutxt-dark-color);
    --toc-body-bg-color: var(--white-monochrome);
    --swatch-topmenu-bg-color: var(--white-monochrome);
    --swatch-topmenu-border-color: var(--swatch-topmenu-bg-color);
    --gradient-header: linear-gradient( to bottom, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 100%);
    --gradient-background: linear-gradient( to bottom, rgb(var(--swatch-background)), rgb(var(--swatch-background)));
    --diagonal-stripes: transparent;
    --background-gradient-distance: 0;
    --background-gradient-color: white
    --scrollbar-width: 0.7rem;
    --swatch-background: var(--white-monochrome);
    --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15));
    --body-width-on-desktop: 45.75rem;
    --header-height-on-desktop: 9rem;
    --header-height-on-mobile: 9rem;
    --wallpaper-mask: none;
    --wallpaper-mask-size: 2.3rem;
    --header-width-on-desktop: 100vw;
    --link-color: 2, 116, 182;
    --visited-link-color: 152,123,113;
    --hover-link-color: 2, 116, 182;
 
}
 
#skrollr-body::before {
    background-color: rgba(var(--white-monochrome));
    background-repeat: repeat;
    background-size: 0.25em 0.25em;
    width: 100%;
    height: var(--header-height-on-desktop);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    -webkit-mask-image: var(--wallpaper-mask);
    mask-image: var(--wallpaper-mask);
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    -webkit-mask-size: var(--wallpaper-mask-size);
    mask-size: var(--wallpaper-mask-size);
    -webkit-mask-position: center;
    mask-position: center;
}
 
#container-wrap-wrap::before {
    background: white;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: var(--header-height-on-desktop);
}
 
#content-wrap {
    position: static;
    /* grid-area: content-wrap; */
    /* grid-template-areas: "side-bar . content ."; */
    /* grid-template-columns: var(--sidebar-width-on-desktop) -webkit-calc((((100vw - (100vw - 100%)) - var(--body-width-on-desktop)) - (var(--sidebar-width-on-desktop))*3)/2) 1fr -webkit-calc(((100vw - (100vw - 100%)) - (var(--body-width-on-desktop) + (var(--sidebar-width-on-desktop))))/2); */
    /* grid-template-columns: 0 0 100%; */
    width: -webkit-calc(100vw - (100vw - 100%));
    width: calc(100vw - (100vw - 100%));
    height: auto;
    min-height: -webkit-calc(100vh - var(--final-header-height-on-desktop));
    min-height: calc(100vh - var(--final-header-height-on-desktop));
    margin: 0 auto;
    gap: 5px;
    display: flex;
    flex-direction: row;
}
 
#header {
    --swatch-headerh1-color: var(--swatch-text-dark);
    --swatch-headerh2-color: var(--swatch-text-dark);
    --search-icon-color: var(--swatch-text-secondary-color);
    --search-icon-hover-color: var(--swatch-text-secondary-color);
    --search-icon-hover-bg-color: var(--swatch-alternate-color);
    --search-textbox-text-color: 0, 0, 0, 0;
    --search-icon-focus-color: var(--swatch-text-secondary-color);
    --search-icon-focus-bg-color: var(--swatch-primary);
    --search-focus-outline-color: var(--swatch-primary);
    --search-focus-textbox-bg-color: var(--swatch-alternate-color);
    --search-focus-textbox-text-color: var(--swatch-text-secondary-color);
    --login-line-divider-color: var(--swatch-text-secondary-color);
    --login-username-color: var(--swatch-text-secondary-color);
    --login-myaccount-color: var(--swatch-text-secondary-color);
    --login-myaccount-hover-color: var(--login-myaccount-color);
    --login-myaccount-underline-color: var(--swatch-primary-darkest);
    --login-myaccount-hover-bg-color: var(--swatch-primary-darkest);
    --login-arrow-color: var(--search-icon-color);
    --login-dropdown-bg-color: var(--dark-gray-monochrome);
    --login-dropdown-bg-image: rgb(var(--gray-monochrome));
    --login-dropdown-border-color: var(--swatch-text-tertiary-color), 0.5;
    --login-dropdown-text-color: var(--swatch-text-secondary-color);
    --login-dropdown-text-hover-color: var(--swatch-text-secondary-color);
    --login-dropdown-bg-hover-color: var(--gray-monochrome);
    --login-mobile-icon-color: var(--search-icon-color);
    --login-mobile-icon-hover-color: var(--search-icon-hover-color);
    --login-mobile-icon-hover-bg-color: var(--search-icon-hover-bg-color);
}
 
#side-bar{
    --sidebar-bg-color: var(--gray-monochrome);
    overflow: scroll;
    bottom: auto;
 
    @media only screen and (min-width: 901px){
        margin-top: calc(24vw * 1.4);
        margin-right: calc(15vw * 1.4);
        z-index: 5 !important; /* god damn it stop using important whoever making the theme*/
        order: 2;
        left: 100%;
        border: solid;
        padding: 5px;
        border-color: rgb(233,233,233);
min-width: 20%;
    }
 
}
 
#top-bar {
    --topmenu-category-color: var(--swatch-text-secondary-color);
    --topmenu-category-hover-color: var(--swatch-text-secondary-color);
    --topmenu-category-hover-bg: 0, 0, 0, 0;
    --topmenu-hover-border-color: none;
    --mobile-topmenu-sidebar-button-color: var(--swatch-text-secondary-color);
    --dropdown-bg-color: var(--gray-monochrome), 0.9;
    --dropdown-border-color: none;
    --dropdown-links-color: var(--swatch-text-secondary-color);
    --dropdown-links-bg-color: 0, 0, 0, 0;
    --dropdown-links-hover-color: none;
    --dropdown-links-hover-bg-color: none;
}
 
#header h1 a:hover:before {
    text-shadow: var(--header-text-shadow-hover);
    bottom: 0;
}
 
#header h1, #header h1 a {
    position: absolute;
    top: 1.4rem;
    margin: 0;
    display: flex;
    justify-content: center;
    z-index: 0;
    height: 1.5rem;
    transform: translateY(-8px) scaleY(1.28);
    letter-spacing: .2rem;
}
#header h2, #header h2 span, #header h2 span::before {
    position: absolute;
    top: 2.05rem;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: lighter;
    font-size: x-small;
}
 
#header h2 span::before {
    color: grey;
}
 
#header #top-bar{
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    border-style: hidden hidden solid hidden;
    border-width: thin;
    margin-bottom: 0; /* Edited by Lupus Caeruleus: Resolves overlapping. */
}
 
#header{
    width: 100%;
    height: 160px;
}
 
#header-extra-div-3{
    display: none;
}
 
@media screen and (min-width: 901px){
    #header div[class*=top-bar]>ul {
         width: 50vw;
         padding-left: 50%;
     }
}
@media screen and (max-width: 901px){
    #header div[class*=top-bar]>ul>li>ul {
         margin-top: 30px;
     }
}
 
#header div#top-bar {
    --wght: var(--ui-wght);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: static;
    z-index: 50;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: var(--topbar-height-on-desktop);
    margin: var(--header-height-on-desktop)0 1.75rem 0;
    padding: 0;
    font-family: var(--UI-font, var(--header-font));
    font-size: -webkit-calc(var(--base-font-size)*(13/15));
    font-size: calc(var(--base-font-size)*(13/15));
    font-weight: var(--wght);
    @media only screen and (min-width: 901px){
         transform: translateY(-20px);
    }
}
 
#search-top-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 10.7em;
    right: -webkit-calc(3% - 0.25em);
    right: calc(12vw * 1.4);
    bottom: auto;
    left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: var(--search-height);
    height: var(--search-height);
    translate: 0-50%;
    -webkit-transition: -webkit-box-shadow .15s var(--ease-in-out);
    transition: box-shadow .15s var(--ease-in-out);
    transition: box-shadow .15s var(--ease-in-out),-webkit-box-shadow .15s var(--ease-in-out);
    will-change: box-shadow;
    -webkit-box-shadow: 0 0 0 0 rgb(var(--search-focus-outline-color));
    box-shadow: 0 0 0 0 rgb(var(--search-focus-outline-color));
    color: transparent;
    font-size: -webkit-calc(var(--base-font-size)*(13/15));
    font-size: calc(var(--base-font-size)*(13/15));
}
#login-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    z-index: 11;
    top: 4em;
    right: -webkit-calc(3% + var(--search-height) - 0.25em);
    right: calc(12vw * 1.4);
    bottom: auto;
    left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 2em;
    margin: 0 0 0 0.5em;
    translate: 0-50%;
    -webkit-transition: opacity .2s var(--ease-in-out);
    transition: opacity .2s var(--ease-in-out);
    color: transparent;
    font-family: var(--UI-font);
    font-size: .9em;
    white-space: nowrap;
}
 
#main-content {
    display: grid;
    grid-area: content;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-template-areas:
        "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top"
        "page-title page-title page-title page-title page-title page-title"
        "breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs"
        "page-content page-content page-content page-content page-content page-content"
        "page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"
        ". . pwatch pwatch pwatch pwatch"
        ". . pinfo pinfo pinfo pinfo"
        "page-tags page-tags page-tags page-tags page-tags page-tags"
        "options-1 options-1 options-1 options-1 options-1 options-1"
        "options-2 options-2 options-2 options-2 options-2 options-2"
        "pbottom pbottom pbottom pbottom pbottom pbottom"
        "action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm";
    grid-template-columns: repeat(6,1fr);
    max-width: min(90vw,var(--body-width-on-desktop));
    @media only screen and (min-width: 901px){
    margin: 0 0 0 calc(14vw * 1.4);
    }
    padding: 2rem 1rem;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
}
 
#main-content{
    --tabs-bg: var(--swatch-secondary-color);
    --tabs-txt: var(--swatch-text-tertiary-color);
    --tabs-hover-bg: 238,233,233;
    --tabs-hover-txt: var(--swatch-text-secondary-color);
    --tabs-selected-bg: 219, 213, 213;
    --tabs-selected-txt: var(--swatch-text-secondary-color);
    --tabs-selected-outline: 219, 213, 213;
    --tabs-bottom-border-color: 152,123,113;
}
 
#page-content div.rate-box-with-credit-button, div.page-rate-widget-box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    height: var(--rating-module-height);
    margin: 0 0 0.75rem;
    padding: 0;
    overflow: hidden;
    border: 0.0625rem solid rgba(var(--swatch-border-color),.15);
    border-bottom-width: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: rgb(var(--dark-gray-monochrome));
    -webkit-box-shadow: 0 0.125rem 0 0 rgb(var(--rating-module-bottom-border-color));
    /* box-shadow: 0 0.125rem 0 0 rgb(var(--rating-module-bottom-border-color)); */
}
 
#page-title::after, .meta-title::after {
    content: "";
    background: none;
}
 
.meta-title {
    --wght: 900;
}
 
#page-title {
    --wght: 900;
    display: flex;
    align-items: center;
    min-height: 1em;
    margin: .75em 0 -.5em; /* Edited by Lupus Caeruleus: Chinese characters needs extra top margin. */
    padding: 0;
    border: 0;
    color: rgb(var(--swatch-text-general));
    font-family: var(--title-font);
    font-size: 2.5em;
    font-weight: var(--wght);
    line-height: 1;
    text-align: left;
    font-feature-settings: "liga" 1, "clig" 1, "dlig" 1;
    font-variant-ligatures: common-ligatures contextual discretionary-ligatures;
    transform: translateY(calc(19.5vw * 1.4));
}
#page-content {
    margin-top: calc(20vw * 1.4);
    display: flex;
    width: 100%;
    flex-flow: column;
}
 
#main-content .page-tags {
    display: block;
    position: absolute;
    /* grid-area: page-tags; */
    width: auto;
    margin: -1px 0 0;
    padding: 00 0;
    -webkit-box-shadow: 0-0.125rem 0 0 rgba(var(--white-monochrome), 0);
    box-shadow: 0-0.125rem 0 0 rgba(var(--white-monochrome), 0);
    font-family: var(--UI-font);
    font-size: 1em;
    justify-self: flex-start;
    margin-top: calc(19.5vw * 1.4);
    /* margin-right: 10px; */
    margin-left: -5px;
}
 
#main-content .page-tags a {
    color: rgb(2, 116, 182);
}
 
#main-content .page-tags::before {
    --wght: var(--ui-hvr-wght);
    content: var(--text-tags);
    position: absolute;
    top: -2em;
    right: auto;
    bottom: auto;
    left: 0;
    height: 1.5em;
    padding: 0.25em;
    background-color: rgb(var(--white-monochrome));
    color: rgb(var(--white-monochrome));
    font-size: .8em;
    font-weight: var(--wght);
    display: none;
}
 
#main-content .page-tags span a:not([href^="/system:page-tags/tag/_"])::before, #main-content .page-tags span a:visited:not([href^="/system:page-tags/tag/_"])::before {
    --clip-path: polygon(0 93%, 100% 93%, 100% 100%, 0 100%);
    content: " ";
    position: absolute;
    z-index: -1;
    top: 90%;
    right: auto;
    bottom: auto;
    left: -.5%;
    width: 101%;
    height: 100%;
    -webkit-transition: -webkit-clip-path .2s var(--ease-in-out);
    transition: clip-path .2s var(--ease-in-out);
    transition: .2s var(--ease-in-out), .2s var(--ease-in-out);
    opacity: 1;
    background-color: rgb(2, 116, 182);
    pointer-events: none;
    -webkit-clip-path: var(--clip-path);
    clip-path: var(--clip-path);
}
 
:is(.yui-navset,.yui-navset-top,.yui-navset-bottom) .yui-nav li a em {
    -webkit-transition: color .15s var(--ease-in-out),font-weight .15s var(--ease-in-out),font-variation-settings .15s var(--ease-in-out),font-weight .15s var(--ease-in-out);
    transition: color .15s var(--ease-in-out),font-weight .15s var(--ease-in-out),font-variation-settings .15s var(--ease-in-out),font-weight .15s var(--ease-in-out);
    border: medium currentcolor!important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal !important;
}
 
#footer {
    --footer-bg-color: var(--dark-gray-monochrome);
    --footer-text-color: var(--swatch-text-secondary-color);
    --footer-link-color: var(--swatch-text-secondary-color);
    --footer-link-hover-color: var(--swatch-primary);
    --footer-link-hover-bg-color: var(--swatch-secondary-color);
}
 
#license-area {
    --license-bg-color: var(--gray-monochrome);
    --license-text-color: var(--swatch-text-secondary-color);
    --license-link-color: var(--swatch-text-secondary-color);
    --license-link-hover-color: var(--swatch-primary);
    --license-link-hover-bg-color: var(--swatch-secondary-color);
}
 
/*ads*/
.adsblock {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    height: max-content; /* Edited by Lupus Caeruleus: No need for such height. */
    top: 160px;
    text-align: center;
    @media only screen and (max-width: 900px){
        transform: translateY(20px);
    }
}
 
.adsblock a br{
  display: none;
}
 
.adsblock img{
  object-fit: fill;
}
 
:is(div.image-block,div.scp-image-block) img.image {
    width: 100% !important;
    max-height: 444px;
    border: 0;
    object-fit: contain;
}
 
:is(div.image-block,div.scp-image-block) :is(.image-caption,.scp-image-caption) {
    --wght: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .5ex 0.5ch 1ex;
    background-color: rgb(var(--swatch-secondary-color));
    font-size: .9em;
    font-weight: var(--wght);
    line-height: 1.25;
    text-align: center;
    color: dimgray;
}
 
.sec-titles{
    font-family: 'Roboto', "Noto Sans SC", cursive;
    color: dimgray;
    font-size: medium;
}
 
.author-block{
    font-family: 'Noto Serif SC', serif; /* Edited by Lupus Caeruleus : Added Chinese font. */
    color: dimgray;
    text-decoration: none;
}
 
.author-block a{
    text-decoration: none;
}
 
.author-block a::after {
    content: "关注";
    color: rgb(2, 116, 182);
    border: 1px solid rgb(2, 116, 182);
    border-radius: 5px;
    padding: 3px 6px;
    margin-left: 5px;
    font-size: 0.8em;
    text-decoration: none;
}
 
.link-block{
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
 
.link-block a:visited{
  color: rgb(var(--link-color));
}
 
.link-block > div{
    text-align: center;
    overflow: hidden;
}
 
.comments-display-in {
    background-color: rgb(var(--dark-gray-monochrome));
    padding: 5px;
    margin-top: 65px;
    order: 1;
}
 
#thread-container-posts > .post-container {
    border: 1px solid rgb(var(--dark-gray-monochrome));
}
 
#thread-container-posts .info .printuser a:first-of-type {
    width: 30px;
}
 
.thread-container .post .long {
    padding: 0;
    border: none;
    border-radius: 0;
    background: #fffbf0;
    background: rgb(var(--dark-gray-monochrome));
    /* border-bottom: solid 1px dimgray; */
    /* box-shadow: 0 0.2rem 0.3rem rgb(0 0 0 / 25%); */
}
 
.thread-container #thread-container-posts > .post-container {
    margin: 0 0 12px 0;
    padding: 12px;
    background-color: rgb(var(--dark-gray-monochrome));
}
 
.thread-container .post-container .post ~ .post-container {
    border-top: 1px solid rgb(var(--dark-accent));
    border-left: 1px solid transparent;
    background-color: rgb(var(--dark-gray-monochrome));
}
 
.thread-container .post .head {
    position: relative;
    padding-left: 6em;
    padding-right: 2rem;
    box-shadow: none;
    border-radius: 0;
    color: white;
    color: dimgray;
    background-image: none;
    /* background-repeat: repeat, no-repeat; */
    /* background-size: 0.25em 0.25em, 100% 100%; */
    /* background-blend-mode: unset; */
    --link-color: var(--white-monochrome);
    --visited-link-color: var(--white-monochrome);
    --hover-link-color: var(--white-monochrome);
    min-height: 3.5rem;
 
    display: flex;
    flex-wrap: wrap-reverse;
}
 
.thread-container .post .head {
    /* --box-shadow: rgba(var(--swatch-menubg-black-color), 0.15); */
    padding: 0.5em 1em;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
 
.thread-container .post .head .title::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: transparent;
}
 
.thread-container .post .long .head .info {
    font-style: italic;
    color: dimgray;
    display: flex;
}
 
.printuser a {
    --visited-link-color: dimgray;
    --link-color: black;
}
 
.thread-container .post .head .info .printuser a:first-of-type img, .thread-container .post .head .info .printuser.deleted img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    !important: ;
    height: 30px;
    background-image: none !important;
    padding: 0;
    border: 2px solid dimgray;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -13px;
    margin-left: -10px;
    position: relative;
}
 
.thread-container .post .long .head .printuser img.small {
    position: absolute;
    top: 0.65em;
    left: 0.6em;
    padding-left: 18px;
    height: 3.5em;
    width: 30px !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 80px 115%;
    image-rendering: pixelated;
    object-fit: cover;
}
 
.post-container .post-container .post .long .head .printuser img.small {
    position: relative;
    top: 7px;
    left: 7px;
    padding-left: 0;
    height: 30px !important;
    width: 30px !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: unset;
    image-rendering: auto;
}
 
.thread-container .post .long .head .title {
    font-size: 2em;
    letter-spacing: normal;
    line-height: 1.2em;
    margin: .5em 0;
    width: 100%;
}
 
.thread-container .post .long .content {
    padding: 1em 1.1em 0 1.1em;
}
 
.thread-container .post-container .post ~ .post-container {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    background-color: rgb(var(--dark-gray-monochrome));
}
 
.post-container .post-container .post .long .head .title {
    font-size: 1rem;
    line-height: 1em;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: .5em 0 0 0;
    padding-top: 2px;
}
 
.thread-container .post-container .post ~ .post-container .post .long .content {
    padding: 1.2em 1.1em 0 2.5em;
}
 
#comments-options-shown{
    display: none;
}
 
.comments-display-in::before {
    font-family: 'Roboto', "Noto Sans SC", cursive;
    content: "全部回复";
    color: dimgray;
    background-color: rgb(var(--dark-gray-monochrome));
    width: 200px;
    display: block;
    padding: 5px;
    margin: -5px;
    border-block-width: 50px;
    border: 1px solid rgb(var(--dark-gray-monochrome));
    text-align: center;
    position: absolute;
    transform: translateY(-30px);
}
 
.thread-container .post .long .head .options {
    position: absolute;
    right: 0.04rem;
    top: 0.04rem;
    display: none;
}
 
.code, div.wiki-note {
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: inherit;
    background: rgb(var(--gray-monochrome));
}
 
a, a.newpage {
    background: 0 0;
    text-transform: capitalize;
}
 
#page-content .licensebox .collapsible-block-link {
    margin-left: 0.25em;
    padding: 0.25em;
    font-weight: 700;
    opacity: .5;
    color: rgb(var(--dark-monochrome));
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
 
#page-content .licensebox .collapsible-block-link:hover {
    margin-left: 0.25em;
    padding: 0.25em;
    font-weight: 700;
    opacity: .5;
    color: rgb(var(--dark-monochrome));
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
 
form#edit-page-form .wd-editor-toolbar-panel, form#edit-post-form .wd-editor-toolbar-panel, form#new-post-form .wd-editor-toolbar-panel, form#new-thread-form .wd-editor-toolbar-panel {
    --icon-size: max(1.5em, min(5.75vw,-webkit-calc((var(--body-width-on-desktop) - 6em) / 25)));
    --icon-size: max(1.5em, min(5.75vw, calc((var(--body-width-on-desktop) - 6em) / 25)));
    container-type: inline-size;
    display: grid;
    position: relative;
    grid-area: toolbar;
    grid-auto-columns: var(--icon-size);
    grid-auto-flow: row;
    grid-auto-rows: var(--icon-size);
    grid-template-areas:
        "header-h1 bold-txt italic-txt underline-txt strike-txt super-txt sub-txt raw-txt teletype-txt . ordered-list unordered-list increment-list decrement-list"
        "quote-block hr-txt div-block code-block code-wizard html-block create-table . url-txt url-wizard page-link-txt page-link-wizard image-block image-wizard"
        ". . create-footnote create-toc definition-list bibliography bib-cite clear-all-fl . math-block math-inline equation-ref . .";
    grid-template-columns: repeat(auto-fit,minmax(1fr,var(--icon-size)));
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 1em;
    background-color: rgb(var(--swatch-background));
    -webkit-box-shadow: 0-0.0625rem 0 0 rgb(var(--swatch-tertiary-color));
    box-shadow: 0-0.0625rem 0 0 rgb(var(--swatch-tertiary-color));
    grid-gap: 0.125em;
}
 
#interwiki div.menu-item, #interwiki div.menu-item.small, #interwiki div.menu-item.small>p, #interwiki div.menu-item>p, #side-bar div.menu-item, #side-bar div.menu-item.small, #side-bar div.menu-item.small>p, #side-bar div.menu-item>p {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: auto !important;
    min-height: 1.5rem;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: inset 0 -webkit-calc(var(--sidebar-internal-border-thickness)*-1)0 0 rgb(var(--sidebar-border-color));
    box-shadow: inset 0 calc(var(--sidebar-internal-border-thickness)*-1)0 0 rgb(var(--sidebar-border-color));
    font-size: 0;
}
 
.post-container .odate {
    display: none !important;
}
 
#footer a, #footer a:visited {
    --wght: var(--ui-wght);
    position: relative;
    z-index: 1;
    margin: 0.2em 0 0.2em 0.2em;
    padding: 0 0.3em 0 0;
    overflow: hidden;
    -webkit-transition: color .15s var(--ease-in-out),font-weight .2s var(--ease-in-out),font-variation-settings .2s var(--ease-in-out);
    transition: color .15s var(--ease-in-out),font-weight .2s var(--ease-in-out),font-variation-settings .2s var(--ease-in-out);
    color: rgb(var(--link-color));
    font-weight: var(--wght);
    line-height: 1;
}
 
.sd-container {
   --sd-border: 90, 29, 27;
   --sd-image: 90, 29, 27;
   --sd-symbol: 90, 29, 27;
   --sd-text: 255, 255, 255;
   --sd-bullets: 90, 29, 27;
}

新回复

在 Level 4 发生的所有奇怪事件中,也许最奇怪的是各个团体共同努力创造一个中立交易的天堂,让每位流浪者都能享受。五年来,位于废弃办公室内的办公室市场不仅为人们提供了购物和销售商品的场所,还为人们提供了一个社交平台。每周五上午 8 点至下午 6 点 M.S.T.(标准时间),办公室市场都会摆满由各种商人制作的摊位,无论他们是团体中的专业人士还是简单的流浪者,摊位上可以找到食物、工具、药品等等。由于其社区方面,许多来自 Level 4 及 Level 4 相邻层级的流浪者现在每周都会在那里购物,他们使这个地方成为在废弃办公室和 Level 4 相邻的层级中人类生活的真正支柱。

合作创造历史

DSC00499.jpg

2012年的办公室市场,Rowan和John正在布置玩具车比赛现场。

当然,这个位于 Level 4 的特殊房间并不总是现在的办公室市场。在 2017 年之前,废弃办公室的这一部分平淡无奇,没有任何迹象表明它的宏伟未来。然而,这个地方也不是没有目的的,因为它的大性质允许后室机器人科技将其用于与几年后在那里举办的活动一样社交的活动。

尽管是技术官僚主义团体,其部分成员仍然时不时享受一些小事。在这种情况下,它以由该集团的两名工程师组织的年度玩具车比赛的形式实现,名为“后室玩具车大赛”。在那里,任何人都被鼓励用他们在后室找到的东西制作他们自己的机动微型车辆,以参加一场友谊赛。“这只是 Rowan 和我每年都想做的一个愚蠢的活动,我们从来没有想过它会开始如此扩张的事情。”John Knight 说。

从 2009 年到 2017 年,每一场都展示了参赛者古怪的临时汽车,和这些汽车争夺第一名的场景。“这是我们每年在同一天举办的一个相当小的活动,”该活动的共同创始人 Rowan Frouze 回忆道,“我们从来没有超过十几个参与者,他们通常是常客,有时对电子产品和微缩模型充满热情,有时只是业余爱好者。”

然而,在 2017 年的年度玩具车比赛期间,情况发生了变化。虽然这次活动对来自后室不同群体的参与者来说从来都不陌生,但这次有两名参赛者与众不同。其中的一位是来自家政服务的著名 M.E.G. 昆虫学家 Sebastian Muller ,另一位是在商人之家工作的 B.N.T.G. 交易员 Derrick Meran。两人在某种程度上确实有着共同利益,但他们的背景听起来像是灾难的起源。“起初我们担心这两个人会打破有趣的气氛,因为你知道,当时这两个团体的关系仍然很糟糕。”罗恩回忆道,“谢天谢地,我们大错特错了。”

两人之间的氛围立即成为一种强烈的友好纽带。虽然两位参赛者来自不同的领域,有着不同的愿景,在不同的团体,但他们立即相互同情,分享他们的生活故事,或为他们共同的爱好提供建议。 Sebastian 对那一天记忆犹新:“我曾经认为 B.N.T.G. 交易员冷酷无情,只追求利润,不求其他。但 Derrick 向我证明,他们可以成为愿意真诚帮助他人并结交朋友的友善的人。”

DSC00776.png

2017年的“后室玩具车比赛”为数不多的几张照片之一。

虽然事件照常进行,但真正在两个团体中感受到的是它的后果。当然,这是一个缓慢的过程,有很多评价。但随着时间的推移,随着他们的成员开始更随意地互动,每个小组对彼此的偏见开始消退。撇开冷酷的专业精神不谈,他们的成员慢慢地敞开心扉,意识到他们不是在与贪婪的资本家或充满希望的傻瓜互动。后室讲述了许多人的故事,每个人都有自己的生活、希望和梦想。随着时间的推移,这两个团体意识到他们对彼此以及对他们可以追求的合作的粗词滥造是错误的。

当然,2017 年的玩具车比赛并不是导致两个团体和解的唯一原因,但许多人认为这是它的催化剂。因此,当 M.E.G. 和 B.N.T.G. 开始设想一种既能帮助流浪者又能庆祝让他们更亲近的东西时,Level 4 的这个小房间就成了一个显而易见的答案。因此,在 Rowan 和 John 的帮助下,这两个团体于 2017 年 5 月 12 日成立了办公室市场的第一次主办活动,B.N.T.G. 在那里提供许多物品供流浪者购买,而 M.E.G. 则帮助管理活动并提出活动。

看到它的成功,这两个团体在一周后再次举办了市场,然后一次又一次。很明显,人们需要一个社交场所,让人们可以在补充库存的同时见面。随着时间的推移,越来越多的人无论是通过出售他们的商品还是购买他们需要的东西,都开始了解它并参与其中。办公室市场合作之间的信任随着每一次保持举办而巩固,其规模比任何一个团体最初设想的都要大得多。“随着这么多其他团体和流浪者出售他们可以种植或创造的东西,办公室市场开始成为 Level 4 日常工作中的标准。”Katherine Zimals 说,“随着时间的推移,人们开始在不需要 M.E.G. 或 B.N.T.G. 的情况下放置自己的支架,开始自己的卖货。我们只是成为卖家的一部分,成为更伟大事物的一部分。"

每个人的目的

后室提供的所有东西都可以在办公室市场中找到,这要归功于来自后室各地的令人难以置信的卖家。无论他们属于一个主要团体还是只是单纯的流浪者,无论他们生产他们出售的东西还是从他们居住的地方收集它,都欢迎每个人建立自己的摊位。

stand.png

Level 718 “澄澈天空”的沉默僧侣出售的陶器。

虽然EL3A宜居地带由于位于后室入口层而更加知名且容易进入,但许多流浪者仍然更喜欢在办公室市场购物。“它更安全,离我住的地方更近。” 无垠城市1的居民 Mattieu Boulanger 解释说。来自废弃办公室附近或直接住在那里的其他层级的流浪者,是最常见的客户类型,也是卖家,其中,来自 Level 11 的流浪者最多。“每个月我们都会出售来自森灵乐土的部分收成。”神爱之繁生的成员 Aster 说。至于住在恐怖旅馆的流浪者 Matthew Hammons ,他出售他在该层级的房间里找到的各种物品。“灯具、银器、优雅的衣服……你不可能在后室里到处都能找到它们,“他解释道,“办公室市场允许我用它们换取我无法获得的其他东西。”

bakery.png

来自 Level 304 “面包店” 的烘焙糕点。

正如 Matthew 所提到的,交易是办公室市场的关键部分。事实上,在后室中没有实际的货币可以使用,交易是通过易货进行的,即使是在流浪者之间也是如此。一个亚格鲁格亚果可以买 4.5 磅的火盐,两块皇家口粮可以买一个手工制作的磨损的布袋,甚至是一个磨损的口袋……无论他们是澄澈天空的僧侣还是生活在面包店的流浪者,任何人都可以交易任何东西。价格通常由卖家设定,卖家倾向于寻找特定物品或特定类型的物品,例如食物或衣服,但通常对不同的交易开放。分歧仍然很少见,因为流浪者通常像大多数其他市场空间一样使用 G.P.D. 的交易价值量表2作为价格评估。“即使在这个严酷的世界中,人们在进行交易时也会出奇地冷静,” Antoine Talor 证实,他是十几名确保现场安全的常客之一,“我们曾经禁止携带或出售枪支,但两年后我们取消了这项规定,事件仍然处于历史最低水平。这毕竟是一个互惠互利的地方,多亏了我们,偶尔的疯子永远进不来。”

然而,办公室市场不仅仅由其交易性质定义。这个交易活动仍然是一个社交活动,来自后室各处的人们可以在这里见面和讨论,分享他们多个层级的生活。与Tom 的餐馆的厨师 Tom 类似,可以在其中建立一些牢固的纽带。“五年前我在这里遇到了 Sasha。他在买墙酥,我卖我从游乐天地收获的墙酥。一周后,他回来讨论,然后一次又一次。他真是个有魅力的人!“Laure Delâcre 回忆道。”一个月后,他向我求婚了,现在我们是一个幸福的 4 口之家。住在兽域,但每周仍然在这里购物!”她高兴地补充道。

Newrace.png

志愿者们正在为2024年的“后室玩具车大赛”安装一个改进的临时赛道。

谁能忘记那里可能发生的许多活动呢?这些活动由志愿者组织,范围从即兴运动比赛到角色扮演表演。有些活动甚至直接在现场策划,这是当下的核心。唯一真正计划的活动是一年一度的玩具车比赛,Rowan 和 John 仍然在同一天实现。“通过办公室市场,新人发现了这个最初的爱好。我们非常感谢大家十年前创造的东西,同样很高兴看到每次都有更多的人对我们的小项目感兴趣。”Rowan 解释道。

等待着光明的未来

在过去的十年里,办公室市场改变了许多人的生活,并在废弃办公室之外名声大噪。由于不断有新人加入市场,市场连接了生活,使文化交流变得更加容易。“人们往往没有意识到,尽管后室万维网3的存在,但人们的生活方式却因他们所处的不同社群而大相径庭。”安东尼·凯尔文解释道,“这是几个世纪以来,他们的环境塑造了居住在那里的流浪者的需求,以及他们如何解决这些需求的方式。办公室市场就像所有这些社区的一扇窗户,因为人们可以在这里展示他们居住地的各种商品,比如特定的食物或工具。”

办公室市场的稳步扩张甚至超出了它所容纳的已经很大的房间范围。随着岁月流逝,看台和小巷很可能会延伸到原来的边界之外。“也许后室装修公司可以把房间弄得更大,以适应现在每个想参与的人。”Katherine 开玩笑地说,“这个地方在我们许多人的心中占有特殊的位置。最初是我们两个团体之间的和解,后来成为人们结识来自许多其他层级的其他人并交易商品的一种方式。我为我们成功创造的东西感到无比自豪。”

因此,无论您是想找到在您居住层级无法获得的东西,还是想出售您种植或找到的东西以获取利润,或者只是想结交新朋友,那么办公室市场都在这里为您服务!每周五上午 8 点至下午 6 点 S.M.T.,每个人都能找到适合自己的小东西,甚至对您也是如此!



除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution 3.0 License