不容错过的冬季新品和圣诞聚会

圣诞月特别活动

作者:TradersKeepOfficial
更新于 2024 年 12 月 1 日 上午 9:02,位于 Level 1

@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;
}

新回复
:root {
    --lh-red: #c0392b;
    --lh-blue: #2980b9;
    --lh-green: #27ae60;
    --lh-dark-green: #16a085;
    --lh-purple: #8e44ad;
    --lh-orange: #e67e22;
    --lh-yellow: #f1c40f;
 
    --lh-paper-bg: 255, 251, 240;
    --lh-string-color: 192, 57, 43;
    --lh-book-color: var(--gray-monochrome);
    --lh-tape-color: 90,90,90,0.3;
    --lh-white-bg: 249,249,249;
    --lh-dark-bg: 50, 50, 50;
    --lh-highlighter: var(--bright-accent);
    --lh-border-color: var(--gray-monochrome);
    --lh-wiki-note-color: var(--bright-accent)
}
 
/**
 *  旧代码合集
 *  为了向下兼容而保留
 */
 
.grid-container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.grid-container,.grid-container [class*=grid]{box-sizing:border-box}[class*=grid]{padding:5px}.grid{width:100%}.grid-large{width:75%}.grid-big{width:50%}.grid-medium{width:33.33%}.grid-small{width:25%}@media screen and (min-width:768px){.wd-grid-large{width:75%}.wd-grid,.wd-grid-big{width:50%}.wd-grid-medium{width:33.33%}.wd-grid-small{width:25%}}.text-hover-hide{opacity:0;transition:opacity .3s}.text-hover-hide:hover{opacity:1}.text-block-hide{background:rgb(var(--black-monochrome));color:rgb(var(--black-monochrome));transition:background .3s}.text-block-hide:hover{background:0 0}.text-blur-hide,.text-blur-hover-hide{filter:blur(.3rem);-webkit-filter:blur(.3rem) transition: blur .3s}.text-blur-hover-hide:hover{filter:blur(0);-webkit-filter:blur(0)}.lyric-box{text-align:center;font-size:1.05rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}.lyric-box p{margin:1.5em auto}.lyric-box.with-bigger-line p{margin:3em auto}
 
/**
 *  便签纸
 *  notepaper
 */
 
.notepaper {
    background: linear-gradient(rgb(var(--lh-paper-bg)) 95%, #ddd 0);
    line-height: 2em;
    background-size: 100% 2em;
    background-attachment: local;
    border: 2em solid rgb(var(--lh-paper-bg));
    box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2);
    padding: 0;
    margin: 1em auto;
    box-sizing: border-box;
    position: relative
}
.notepaper p {
    margin: 0;
    font-size: 1.05rem;
    letter-spacing: 0.1rem;
    line-height: inherit
}
.notepaper.narrow,
.notepaper.wide {
        width: 90%
}
@media screen and (min-width:768px){
    .notepaper.narrow {
        width: 50%
    }
    .notepaper.wide {
        width: 75%
    }
}
 
.notepaper.tight {
    border-width: 1rem;
    border-left-width: 1.2rem;
    border-right-width: 1.2rem;
    line-height: 1.8em;
    background-size: 100% 1.8em;
    font-size: 13px
}
 
.notepaper.with-string::before {
    content: '';
    width: 0.5em;
    height: 6rem;
    background: rgb(var(--lh-string-color));
    top: -2rem; right: -1rem;
    display: block;
    position: absolute;
    box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2);
    clip-path: polygon(-100% -100%,100% 0%,100% 100%,50% 98%,0% 100%);
}
.notepaper.with-tape::before {
    content: '';
    border: 1px solid #ddd;
    background: rgba(var(--lh-tape-color));
    width: 1.5em;
    height: 4em;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: -3em;
    left: -1.8em
}
 
.notepaper.tight.with-string::before {
    top: -1rem; 
    right: -0.25rem;
}
.notepaper.tight.with-tape::before {
    top: -2.5em;
    left: -1.3em
}
 
.notepaper.page {
    min-height: 36em;
    counter-increment: page;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
@media screen and (min-width:768px){
    .notepaper.page {
        width: 70%
    }
}
.notepaper.page:after {
    content: counter(page);
    display: block;
    text-align: center
}
.notepaper-group {
    counter-reset: page;
}
 
.book-pattern {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}
.book-pattern .notepaper.page:not(.notepaper > .notepaper) {
    width: 100%
}
@media screen and (min-width: 768px) {
    .book-pattern .notepaper.page:not(.notepaper > .notepaper) {
        width: 50%
    }
}
 
.book-wrapper {
    background: rgb(var(--lh-book-color));
    padding: 0.5rem;
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.2);
    border-radius: 5px;
    margin: 1rem auto
}
@media screen and (min-width: 768px) {
    .book-wrapper .notepaper {
        margin: 0
    }
}
 
/**
 *  文字修饰
 */
 
.text-highlighted {
    position: relative
}
.text-highlighted::before {
    content: "";
    position: absolute;
    height: 0.9em;
    bottom: 2px;
    left: -2px;
    width: 105%;
    z-index: -1;
    background-color: rgb(var(--lh-highlighter));
    opacity: .6;
    transform: skew(-15deg);
    transition: opacity .2s ease;
    border-radius: 3px 8px 10px 6px;
    transition: 0.1s ease background-color;
}
 
.text-underlined {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    text-decoration-color: rgb(var(--lh-highlighter))
}
.text-wavy {
    text-decoration: underline wavy;
    text-underline-offset: 4px;
    text-decoration-color: rgb(var(--lh-highlighter))
}
 
.text-circled,
.text-squared {
    display: inline-block;
    border: 2px solid rgb(var(--lh-highlighter));
    border-radius: 100%;
    box-sizing: border-box
}
.text-squared { border-radius: 0 }
 
.text-shadow { text-shadow: 0.075em 0.075em 0 rgb(var(--lh-highlighter)) }
 
.text-highlighted.td-red::before { background: var(--lh-red) }
.text-circled.td-red, .text-squared.td-red { border-color: var(--lh-red) }
.text-underlined.td-red, .text-wavy.td-red { text-decoration-color: var(--lh-red) }
 
.text-highlighted.td-blue::before { background: var(--lh-blue) }
.text-circled.td-blue, .text-squared.td-blue { border-color: var(--lh-blue) }
.text-underlined.td-blue, .text-wavy.td-blue { text-decoration-color: var(--lh-blue) }
 
.text-highlighted.td-green::before { background: var(--lh-green) }
.text-circled.td-green, .text-squared.td-green { border-color: var(--lh-green) }
.text-underlined.td-green, .text-wavy.td-green { text-decoration-color: var(--lh-green) }
 
.text-highlighted.td-darkgreen::before { background: var(--lh-dark-green) }
.text-circled.td-darkgreen, .text-squared.td-darkgreen { border-color: var(--lh-dark-green) }
.text-underlined.td-darkgreen, .text-wavy.td-darkgreen { text-decoration-color: var(--lh-dark-green) }
 
.text-highlighted.td-purple::before { background: var(--lh-purple) }
.text-circled.td-purple, .text-squared.td-purple { border-color: var(--lh-purple) }
.text-underlined.td-purple, .text-wavy.td-purple { text-decoration-color: var(--lh-purple) }
 
.text-highlighted.td-yellow::before { background: var(--lh-yellow) }
.text-circled.td-yellow, .text-squared.td-yellow { border-color: var(--lh-yellow) }
.text-underlined.td-yellow, .text-wavy.td-yellow { text-decoration-color: var(--lh-yellow) }
 
.text-highlighted.td-orange::before { background: var(--lh-orange) }
.text-circled.td-orange, .text-squared.td-orange { border-color: var(--lh-orange) }
.text-underlined.td-orange, .text-wavy.td-orange { text-decoration-color: var(--lh-orange) }
 
/* 隐藏文字 */
 
.text-blank { color: rgba(0,0,0,0) }
.text-block { 
    background: rgb(var(--black-monochrome));
    color: rgb(var(--black-monochrome)); 
}
.text-blur { 
    filter: blur(0.3em);
    -webkit-filter: blur(0.3em)
}
 
.text-hoverback,
.text-selectback {
    transition-duration: 0.3s;
    transition-property: background, transform, color
}
 
.text-blank.text-hoverback:hover,
.text-blank.text-selectback::selection,
.text-blank.text-selectback *::selection { color: rgb(var(--black-monochrome)) }
 
.text-block.text-hoverback:hover { background: transparent!important }
.text-block.text-selectback::selection,
.text-block.text-selectback *::selection { color: rgb(var(--white-monochrome, 255, 255, 255)) }
 
.text-blur.text-hoverback:hover { filter: blur(0)!important; -webkit-filter: blur(0)!important }
 
/**
 * 附加项
 */
.with-border, .with-box-style { border: 1px solid rgb(var(--bright-accent)) }
.with-border-dark { border: 1px solid rgb(var(--black-monochrome)) }
.with-border-light { border: 1px solid rgb(var(--white-monochrome)) }
.with-border-thick { border-width: 2px }
 
.with-shadow-sm { box-shadow: 0 0 0.1em rgba(0,0,0,0.2) }
.with-shadow { box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2) }
.with-shadow-lg { box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2) }
.with-shadow-xl { box-shadow: 0 0.2em 0.5em rgba(0,0,0,0.2) }
.with-shadow-xxl { box-shadow: 0 0.25em 0.8em rgba(0,0,0,0.2) }
 
.with-padding, .with-box-style { padding: 0.25em 1em }
.with-p-sm { padding: 0.125em 0.5em }
.with-p-lg { padding: 0.5em 2em }
 
.with-margin, .with-box-style { margin: 1em auto }
.with-m-sm { margin: 0.5em auto }
.with-m-lg { margin: 2em auto }
 
.with-narrow-width { 
    width: 90%!important; 
    margin-left: auto; 
    margin-right: auto 
}
@media screen and (min-width: 768px) {
    .with-narrow-width { width: 75%!important }
}
[class*="with-bg-"], [class*="with-bg-"] h1 { color: #fff!important }
.with-bg-red { background: var(--lh-red)!important }
.with-bg-blue { background: var(--lh-blue)!important }
.with-bg-green { background: var(--lh-green)!important }
.with-bg-darkgreen { background: var(--lh-dark-green)!important }
.with-bg-yellow { background: var(--lh-yellow)!important }
.with-bg-orange { background: var(--lh-orange)!important }
.with-bg-purple { background: var(--lh-purple)!important }
 
/**
 * 删除类
 */
 
.offwith-shadow { box-shadow: none!important }
.offwith-border { border: none!important }
.offwith-padding, .offwith-pam { padding: 0!important }
.offwith-margin, .offwith-pam { margin: 0!important }
 
.offwith-width-limit {
    width: auto!important;
    margin-left: auto!important;
    margin-right: auto!important
}
 
div[class*="grider"].offwith-grid-gap { grid-gap: 0!important }
 
/**
 * 网格布局
 */
 
/* Gridder 容器 */
 
div[class*="gridder"] {
    display: grid;
    box-sizing: border-box;
    grid-gap: 1rem;
    padding: 0
}
div[class*="gridder"] * { box-sizing: border-box }
 
.gridder, .gridder-col-2 {
    grid-template-columns: 1fr 1fr;
}
.gridder-col-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gridder-col-4 {
    grid-template-columns: repeat(4, 1fr);
}
 
@media screen and (min-width: 768px) {
    .pc-gridder, .pc-gridder-col-2 {
       grid-template-columns: 1fr 1fr;
   }
   .pc-gridder-col-3 {
       grid-template-columns: repeat(3, 1fr);
   }
   .pc-gridder-col-4 {
       grid-template-columns: repeat(4, 1fr);
   }
}
 
.spanner, .spanner-2 {
    grid-column-start: span 2;
}
.spanner-3 {
    grid-column-start: span 3;
}
 
/**
 * 告示组件
 */
.signblock,
.signblock-dark,
.signblock-warn {
    margin: 1rem auto;
    box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.4);
    background: rgb(var(--lh-white-bg));
    font-size: 1.05rem;
    padding: 2rem
}
@media screen and (min-width: 768px) {
    .signblock,
    .signblock-dark,
    .signblock-warn {
        width: 75%
    }
}
.signblock-dark, 
.signblock-dark h1 {
    background: rgb(var(--lh-dark-bg));
    color: #fff
}
.signblock-warn, 
.signblock-warn h1 {
    background: var(--lh-red);
    color: #fff
}
 
.signblock h1,
.signblock-dark h1,
.signblock-warn h1 {
    text-align: center;
    font-size: 2rem;
    margin: 0;
    font-weight: 700
}
.signblock-img {
    display: flex;
    flex-direction: row;
    justify-content: center
}
.signblock-img img {
    width: 8em
}
.signblock-footer {
    font-size: 0.9em;
    text-align: center;
    margin: 0.5rem 0;
    font-weight: bolder;
    display: block
}
 
/**
 * 报告
 */
 
.reportblock,
.reportblock-dark {
    border: 2px solid rgb(var(--lh-border-color));
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3);
    background: rgb(var(--white-monochrome));
    padding: 0.8rem 1.5rem;
    padding-bottom: 0.4rem;
    margin: 1.5rem auto;
    margin-bottom: 1rem;
    position: relative
}
 
.reportblock hr,
.reportblock-dark hr {
    background-color: rgb(var(--lh-border-color));
    margin-left: -1.5rem;
    margin-right: -1.5rem
}
 
.reportblock h1:first-child,
.reportblock-dark h1:first-child {
    position: absolute;
    top: -1rem;
    left: 1.5rem;
    font-size: 110%;
    font-weight: 600;
    background: rgb(var(--lh-border-color));
    color: #fff;
    padding: 0.2rem 0.5rem;
    margin: 0;
}
 
.reportblock-dark,
.reportblock-dark h1 {
    border-color: rgb(var(--lh-white-bg));
    background: rgb(var(--lh-dark-bg));
    color: #fff
}
 
.reportblock-dark hr {
    background-color: rgb(var(--lh-white-bg));
}
 
/* 更好的折叠框 */
 
.bettercollap {
  margin: 1em 0;
}
 
.bettercollap .collapsible-block {
  width: auto;
  overflow: hidden;
  border: 1px solid rgb(var(--lh-border-color))
}
 
.bettercollap .collapsible-block-content,
.bettercollap .collapsible-block-link {
  background: rgb(var(--white-monochrome));
  padding: 0.5em
}
 
.bettercollap .collapsible-block-content {
  padding-left: 1em;
  padding-right: 1em
}
 
.bettercollap .collapsible-block-link {
  color: rgb(var(--lh-border-color));
  background: rgb(var(--white-monochrome));
  transition: .3s;
  display: block;
}
.bettercollap .collapsible-block-link:hover,
.bettercollap .collapsible-block-unfolded .collapsible-block-link,
.styledcollap.bettercollap .collapsible-block-link {
  color: rgb(var(--white-monochrome));
  background: rgb(var(--lh-border-color))!important;
  text-decoration: none
}
 
.bettercollap .collapsible-block-link:hover a { color: rgb(var(--white-monochrome)) }
 
.bettercollap .collapsible-block-link::before {
  content: "\25BC";
  display: inline-block;
  margin-right: 0.5em;
  transform: rotate(-90deg) scale(0.9)
}
.bettercollap .collapsible-block-unfolded .collapsible-block-link::before {
   transform: rotate(0) scale(0.9)
}
 
.bettercollap .collapsible-block + .collapsible-block { border-top: none }
 
.styledcollap.bettercollap .collapsible-block {
  border-radius: 2px;
  box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3)
}
 
.styledcollap.bettercollap .collapsible-block-content {
  background-color: rgb(var(--pale-gray-monochrome));
  border-width: 3px
}
 
.styledcollap.bettercollap .collapsible-block-link:hover {
  background: rgba(var(--lh-border-color),0.95)!important;
}
 
/**
 * 提示框
 */
 
.infoblock {
    color: #f1f1f1;
    font-weight: bold;
    background: #424242;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    margin: -0.5rem 0 1rem 0;
    display: block;
    width: fit-content;
    padding-right: 25px;
}
 
.infoblock::before {
    content: "ⓘ "
}
 
/**
 * 单页迭代 
 */
 
.offset-page:not(:target), .offset-page:target ~ div#u-default-page { display: none }
.offset-page:target { display: block }
winter-view

圣诞月

这次选中的是来自海角堡的忠实会员 David Stevensen 的投稿,感谢他同我们分享了这张充满温馨回忆的照片,把自己的故事告诉我们。

这张照片摄于 2017 年 12 月,他那时正和家人生活在冰岛,居住在靠近雷克雅未克东部的别墅里。窗外是白茫茫的雪景,但屋子里仍然温暖。壁炉中闪动的火光,以及不时传来的木柴噼啪作响的声音,总是令他非常安心。Stevensen 家总是隆重而有仪式感地度过圣诞节。他每年都协助父母布置房间,把屋里的一切打扮成圣诞节的模样。2020 年,进入后室的 Stevensen 先生没能和家人迎接下一个圣诞节。“海角堡没有下雪天,没有我的亲人,也就称不上有圣诞节。”在独自一人的圣诞节,Stevensen 只能在这些随手截下的记忆片段中寻求慰藉,似乎弥补了没能同家人团聚的缺憾。


Stevensen 的心情,想必各位都能感同身受。屏幕前的读者朋友,失去了对四季更迭的感知,您是否也渐渐淡忘了家乡的春夏秋冬?您是否还抱有对节日的期待,坚持着传统的节日风俗?2024 年已近尾声,又一个圣诞节已经临近,您是否不愿再悄无声息地度过?

将美好的愿望许下吧,您会听到门外传来圣诞节的祝福声。叩开您的门的不是别人,正是我们——不结盟贸易集团(B.N.T.G.)!我们举办了 2024 年冬季嘉年华,并驾着驯鹿雪橇、提着礼物口袋,热情地担当了圣诞老人的角色,只为送给各位一个郑重、热闹、有人情味的圣诞节。

2024 冬季嘉年华

活动时间:12 月 5 日 — 12 月 31 日

主办方:B.N.T.G.

活动地点:各大 B.N.T.G. 社区

新品 & 促销


N e w

boilly-1

沸水宝尝试前所未有的轻松煮水体验



12.90 点数 / 盒
33.90 点数 / 三盒


(原价 14.90 点数 / 盒
39.90 点数 / 三盒)



会员 11.90 点数 / 盒
会员 28.90 点数 / 三盒


(原价 13.90 点数 / 盒
36.90 点数 / 三盒)


沸水宝

这些内含细小的火盐结晶的小“茶包”,并不只是看上去那样简单。由先锋牌(The Pioneers)推出的全新产品沸水宝(Boilly),作为新一代溶解类火盐制品(即人们所说的“热粉”),在使用的便捷度、体验感方面都取得重大突破。

正如其名,沸水宝自从设计出来就是为把水煮沸而生的,为了让煮水的过程更方便,为了让煮出来的水更干净,沸水宝在各个方面对传统热粉的模式进行改良。

  • 小袋装,袋袋定量,不多不少:

传统的火盐热粉,使用时要把粉末一点点倒入待加热的液体中,这个过程不但操作麻烦,而且只凭借使用者的个人感觉,常出现加多或加少的情况,可能导致浪费或加热效果不好。沸水宝开创性采用小袋装设计,应用集团最新研究成果,精心定量装袋,每袋沸水宝至多可以将 250 毫升水(≈ 一杯水)煮至沸腾,每袋净质量误差小于 0.1 克,完全溶解时加热效果误差小于 0.6℃。

  • 新技术,拒绝辛辣,一挤即热:

只要您喝过用传统热粉煮的水,就一定记得那在回味中蔓延的独特辛辣——不是像洪水吞噬一切,而是如溪流一般灌溉味蕾的“盐辣味”,受到了嗜辣人士的青睐(似乎可以解释为什么浓火盐水常作为调味料使用)。不过,您大概也和大多数人一样,难以忍受火盐水的刺激。这降低了顾客们对火盐热粉的接受度,也是技术团队要解决的最大难题。

最终,火盐溶解的过程被放在一个半密闭的环境中进行,也就是这些小袋子。热粉袋用疏水的滤纸制成,密封性比寻常茶包更好,袋内的火盐水与袋外的饮用水互相隔绝,从而防止盐辣味扩散到饮用水中。

继而又产生了另一个问题:如果不能向袋中添水,溶解火盐的水该从何而来?经过长期研究和反复实验,一种集可行性和经济性的方案脱颖而出,也就是储水丸——每袋沸水宝中都有的一颗褐色质脆小球。这项技术已经取得商人之家的知识产权保护,简而言之,储水丸是用 Level 7.9 特有植物防火苔藓制成的,这种奇妙生物的特性1得到充分的运用。经过特殊的处理,它们就变成了袋中的储水丸,只需隔着滤纸挤压,就会有足量的汁水溅出并溶解热粉。多么美妙。

  • 轻包装,居家旅行,随取随用:

因火盐的易爆炸性,热粉产品在保存、运输过程中最忌挤压破裂,对产品包装的基本要求是不易变形。传统的热粉产品大多在回收瓶罐2中保存,大多是玻璃或金属制成的3,存在易碎裂、重量重、不减震等问题,外出时携带很不方便。

沸水宝的包装,使用本集团自行生产的轻质抽拉木盒,体型小巧,包装重量减少约 40% ,旅行时塞进背包全然不麻烦。木材的弹性,再加上纸袋的保护,新式包装使外界撞击对产品的损耗大大减小,带着沸水宝长途跋涉,各种颠簸都不成问题。秉承循环利用理念,我们鼓励您再次购买沸水宝时,回收用完的热粉盒。


总而言之,沸水宝是一款非常值得入手的产品,只要用过一次,相信您就会意识到传统的火盐热粉是多么不完善。对于这款走在热粉领域最前沿的集大成产品,B.N.T.G. 日报给出的推荐指数是90 / 100

在哪里购买?

  • 位于交易保险库的先锋主店(中心路段店),这里几乎售卖您能想到的一切火盐制品,尤其适合计划大量购买沸水宝的顾客。
  • 位于 Level 11 的都会超市,生活用品的天堂,如果您是十一层的居民,这里就是您的购物首选地。
  • 大部分 B.N.T.G. 零售商店,也许这里的商品不如以上两地那么琳琅满目,但它们让您可以离购物中心远一点的地方买到一些小商品,比如几盒沸水宝。
  • 拨打购物热线,在线购物。

注:①图中非最小销售单元。②每盒 6 只装,下同。③指先锋牌的罐装火盐热粉及同类产品,下同。④本产品为丁级管控品,请在购买前确认相应的使用协议管理条例的内容,有关货物管控的更多信息可见于


N e w

sleeping-bag

只是您的最佳露营地 / 温馨小家的入口


279.99 点数


会员 249.99 点数


帐篷睡袋


上世纪以来,很多人的夜晚都是在用旧衣服缝成的“简易睡袋”中度过的。今天,虽然越来越多的人正在得到稳定住所,睡袋仍然有着特殊的意义:对于独行的流浪者,睡袋是狭小而不失温暖的容身之处;对于自由的旅行家,睡袋充当着旅途中的临时庇护所;而对于不满足屋中生活的露营爱好者们,睡袋是和朋友彻夜畅谈的完美的放松空间……

时间推移,最初的“简易睡袋”不断改变着自己的形态,却始终抹不去“空间太小”的硬伤。布袋等稀有而奇异的造物的出现,为我们对睡袋的改良提供了灵感。经过长期的研究,我们荣幸地宣布,作为帐篷睡袋(Tent Bag)的创造者,B.N.T.G. 初步掌握了口袋空间技术并成功付诸于应用,现为您诚挚推荐这款令人难以置信的睡袋产品。

不夸张地说,帐篷睡袋会让第一次使用它的人感到不真实,因为它以不可能的方式提供了额外的空间,就像被施加了“里面比外面更大”的魔法。

  • 单看面料和填充,也很优质

从外面看,帐篷睡袋和普通的睡袋没有什么不同,没有显得体量更大。睡袋的外料使用到两种面料,袋体采用轻薄的棉布和化纤面料制成,耐磨的涤纶、皮革等覆盖在睡袋与地面接触的部分,比您用过的睡袋还要更轻便,易于折叠和携带。填充物使用了来自 B.N.T.G. 自有养殖场的母鸡腹部羽绒,母鸡用这部分羽毛来孵蛋,最为舒适保暖,让您再不用裹着睡袋瑟瑟发抖了。

  • 探入睡袋的内部,更有洞天

以上这些优点还不是最重要的,不少用料精良的作坊都做得到。大得出奇的内部空间才是帐篷睡袋不可复制的优势。

是的。您所能看到的袋体,只是您的秘密个人空间的入口。身体钻入袋口便会发现,睡袋的另一端——也就是本应为袋尾的位置,通向一个顶部窄、底部宽的空间,拥有可达 9 立方米的超大容量,空间的每一寸表面都由与袋体相同的材质制成。也许您对数字一时没有概念,这意味着,提供温暖踏实的睡眠只是帐篷睡袋最基础的功能——在这 9 立方米里,您可以开辟一段自由自在的单人生活,可以有滋有味地享用一日三餐,邀请亲人和朋友与您同住一“袋”也绰绰有余,甚至还能留下一个角落来放置不便携带的物品。

“如果搬动帐篷睡袋,内部的物件会不会移位、碰倒或从袋口掉出来?”这或许是每一个受帐篷睡袋的空间魔法“欺骗”的使用者会产生的疑问,不过,B.N.T.G. 向您保证这种顾虑是完全多余的,并且经得起检验。您大可以自己动手试一试,无论您如何摇晃、旋转、撞击袋体,其中的物品都会稳稳当当留在原地。学术地说,这便是口袋空间的独立性,您的睡袋只是通向该空间的门户,操作它不会对睡袋空间造成影响

因此,我们鼓励您大胆装点您的帐篷睡袋,打造个性化旅居空间,不要害怕在睡袋中增添陈设(前提是它能挤进睡袋的口子)!


总而言之,帐篷睡袋是一款足以改变您的生活方式的奇迹产品,我们确信它不仅会颠覆使用者对居住空间的认知,还会引领我们迈向一个空间技术的时代。对于这款令人耳目一新的“黑科技”睡袋,B.N.T.G. 日报给出的推荐指数是 95 / 100

在哪里购买?

  • 位于交易保险库的红箭头户外用品店(西一路店),这里提供您在后室中生存和探索所需要的各式工具和装备。圣诞月期间,本店有一个区域专门售卖帐篷睡袋,您可以试用并挑选自己喜欢的款式,毕竟每只睡袋的外形、每个睡袋空间的构造都各有不同。
  • 位于 Level 11 的都会超市,生活用品的天堂,如果您是十一层的居民,这里就是您的购物首选地。

本产品比较贵重,暂不支持电话购物,敬请谅解。

注:①本产品核心部位的严重破损(如袋尾大面积撕裂)有可能破坏通向睡袋空间的门户,并使空间中的物品丢失。因非商品质量原因而产生的财产损失,本集团概不负责。如果您发现睡袋有轻微破损,请妥善保存并送至红箭头进行维修。


firewood

冬天的温暖莫过于热食、好友与柴火


33.10 点数 / 捆

(原价 38.10 点数 / 捆)


会员 29.10 点数 / 捆

(原价 35.10 点数 / 捆)


精选木柴

虽然在如今的时代,空调和暖气已经成为取暖的首选,但总是有人钟意炉火这种原始的热源,无法抵御在燃烧着上乘木柴的温热壁炉旁小憩的诱惑;另外,在野外生火做饭时,看着袅袅升起的炊烟,耳边柴火噼啪作响,这种感觉更令不少人欲罢不能……

无论在什么时代,只要还有人追求惬意和慢节奏的生活,木柴就会一直活跃在人们的生活中。希望您也是其中的一员,因为 B.N.T.G. 的新一批精选木柴已经上架。如果您经历过不愉快的烧柴经历,那么本产品一定能让您安心使用。

本产品原料优选自地表洞穴Surface Cave的天然硬质圆木,大小匀称,外形饱满而美观,方便劈砍。经日晒自然烘干,含水率严格控制在低于 20% 水平,点燃方便,木料耐烧,热量充盈,特别适合作篝火、壁炉和烧烤用柴,也可作装饰木。本产品坚决保证不参杂补给回收木材,由原产地直抵工厂加工,运输过程保持环境干燥,保持最优品质送到客户手中。

现在下单购买木柴,前五十名下单的顾客,将免费赠送潘西与艾博小斧一把。另外,考虑到货物沉重,中级及以上会员仅需额外付款 9.80 点数,初级会员额外付款 14.80 点数,我们将提供送货上门服务,使您免受往返取货的不便。只需您提供一个可靠地址(详见于送货服务可靠地点目录),货物将会在三个工作日内送达到那里。

注:①每捆约 20 千克

marshmallow

混合的棉花糖和简单的幸福


17.90 点数 / 袋
47.90 点数 / 三袋


(原价 20.90 点数 / 袋
50.90 点数 / 三袋)


会员 14.90 点数 / 袋
会员 38.90 点数 / 三袋


(原价 18.90 点数 / 袋
48.90 点数 / 三袋)


什锦味棉花糖

仅仅有了热水、帐篷和营火,这还算不上一次合格的休闲聚会——除非再来点烤棉花糖!作为聚会时最受欢迎的点心,棉花糖的香甜总是能俘获人们(特别是年轻人)的味蕾。如果您正在精心挑选一款甜食来满足自己的口腹之欲,就绝不能错过 B.N.T.G. 的招牌零食什锦味棉花糖(Mixed Marshmallow)。

什锦味棉花糖混合了 4 种不同口味的油腻棉花糖,棉花糖原料全部用饮用水融化,可放心开袋即食。除了大家所熟悉的原味,本品还增添了 3 种含果味夹心的棉花糖:

  • 凤梨味,表皮淡黄色的棉花糖,夹心中添加 100% 新鲜日落凤梨4果汁,自推出以来备受顾客喜爱。一口咬下去,凤梨的独特酸甜流淌在舌尖,就像赤脚踩在温热的沙滩上,沐浴在热带岛屿的海风中。夹心中添加 100% 日落凤梨果汁,源自 B.N.T.G. 自有果园中自然成熟的优质凤梨。凤梨味在三种果味中甜度适中,是闲暇嘴馋的不二之选。
  • 新品 草莓酒味,表皮淡粉色的棉花糖。这款糖果里面其实没有草莓,鲜艳的酒红色馅料由亚格鲁格亚果的美妙果实赋予。夹心中添加 100% 新鲜亚格鲁格亚果汁,在制作成果酱的过程中,这种水果不可避免地丧失了一些功效,但草莓般令人垂涎的甘甜和诱人的酒精香味仍然不减。草莓酒味在三种果味中甜度最高,搭配茶饮食用风味最佳。
  • 新品 百香果味,表皮淡灰色的棉花糖。这款棉花糖的颜色也许不令人有食欲,但维洛卡果5会用自己的灵魂美味击碎一切质疑。这是一种营养丰富的热带水果,作为西番莲属植物,更生来是后室百香果爱好者们的救世主。夹心中添加 100% 新鲜维洛卡果汁,由专注维洛卡果的知名农产品供应商维洛卡农社精心培育、挑选和加工,品质有保障。

可口的水果酱与云朵般柔软的棉花糖,在您的味蕾上碰撞、旋转、交织、融合,发生奇妙的化学反应,带来最朴实无华的愉悦体验。

注:①每袋约 100 克。②本产品含酒精约 2 克每 100
克,相当于 1 颗酒心巧克力中的酒精含量,不建议儿童大量食用。



圣诞周活动


本集团在今年取得的成就,离不开全体工作人员、贸易伙伴和广大会员朋友的支持,佳节将至,我们诚挚邀请各位共进晚宴,庆祝这非凡的时刻。以下是包括圣诞晚宴在内的 B.N.T.G. 圣诞周特别活动清单。

圣诞晚宴


作为节日传统,我们鼓励广大会员在圣诞节当晚与亲朋好友共进晚宴,您可以像上文所说的那样前往 Tom 的餐馆就餐,当然了,我们更推荐您与亲密的人一起筹备独属于自己的圣诞晚餐,伯德大叔食品店(中心路段店)将上架预处理食材和加热后便可享用的快速圣诞菜,为怕麻烦和怕时间不够的顾客免除后顾之忧。

特别地,在平安夜、圣诞节和节礼日(12 月 26 日)三天,我们将主持感恩晚宴,准备丰盛可口的菜肴,并分别邀请 B.N.T.G. 会员、贸易伙伴和工作人员代表赴宴。感恩晚宴的大致安排如下:

  • 12 月 24 日,平安夜

150 名在过去一年中忠实支持 B.N.T.G. 的中级和高级会员将被邀请赴宴,晚宴地点在交易保险库的大宴会厅(位于限行区内,平安夜临时开放),由商人之家 - 保险库部主持。

  • 12 月 25 日,圣诞节

最盛大的感恩晚宴,175 名在过去一年中与 B.N.T.G. 合作无间、互利互惠的贸易伙伴将被邀请赴宴,晚宴地点在 Asset 194 露天餐厅,由梦幻庄园主持。晚宴期间,虚拟雪花将从天空中落下——他们被通过特殊手段创造以营造节日气氛。

  • 12 月 26 日,节礼日

在传统中,服务业工人在节礼日——也就是圣诞节后的第一个工作日——得到上司的犒劳和慰问。

节礼日上,B.N.T.G. 每一位工作人员可在经上级批准后放假一天;如果无意请假,加班费将以平时标准的 1.5 倍计。另外,100 名在过去一年中恪尽职守、业绩突出的集团工作人员将被邀请赴宴,晚宴地点在繁荣大厦员工食堂,由总部主持。

商人之家的活动最丰富、最具代表性,所以单独列出。除商人之家外,大都会、海角堡、办公区 EL3A、白堡、梦幻庄园等社区,都将在 B.N.T.G. 的支持下举办圣诞活动,活动具体安排可见于本社区通知。

商人之家

在商人之家的圣诞活动会尤其丰富,以此回馈二十年如一日支持着 B.N.T.G. 的老客户们。因此,只要您拥有商人之家居民身份,都无一例外可以享受到活动带来的福利。当然,游客们也可以在这里尽情体验节日气氛。

  • 圣诞装饰
  • 时间:圣诞周全周

商人之家的核心街道将被精心装饰,墙壁将挂上花环、丝带、圣诞灯、灯带、星星等装饰物,以及圣诞老人、圣诞树、驯鹿、雪人等图案的挂毯。类似的装饰物将低价供应给有需要的经营者,用来装饰自己的商店。

特别地,在守护者广场6,会搭建起一棵 2.5 米高的大圣诞树,全树共 27 颗小灯珠和 1 颗发光的伯利恒之星,它被命名为“光明圣诞树”。这棵圣诞树的非凡意义在于,它的每一个部件都由 B.N.T.G. 自行收集原料制造或改造而成。光明圣诞树目前仍在调试当中,它将在 22 日凌晨组装完成并点灯,矗立在守护者广场中央,直到圣诞周结束。

  • 礼物交换
  • 时间:22 日、23 日、25 日

互换礼物与贺卡是一项传统的圣诞节活动。如果您希望向社区里的其他人送出自己的一份心意,请准备一份得体的圣诞礼物或圣诞贺卡,用干净的信封或包装纸包裹,附上自己的姓名与住址。在 22、23 日晚上,带着它们去守护者广场,您一定会注意到扮成圣诞老人的 B.N.T.G. 工作人员,将您的礼物或贺卡交给他,并完成一些基本的登记即可。25 日,一份礼物或贺卡将送到您的住处,交换物的分配是随机的,别嫌弃您收到的东西——礼轻情意重嘛!

  • 商店活动
  • 时间:圣诞周全周

B.N.T.G. 的各大商店换上圣诞主题,开启节日促销活动。

交易保险库特别开办圣诞集市,精美的手工艺品、常规的圣诞装饰、充满节日气息的街边美食,这里是您在在热闹的人群中欢度圣诞的绝佳选择;另有十余个可入驻的集市摊位。

Tom 的餐馆主店展示全新的节日限时菜单,上架多款富有特色的主菜、汤品、点心和饮料,到店用餐还能享受优惠价格。25 日,圣诞节当晚,餐馆创始人、B.N.T.G. 烹饪技术顾问 Tom 先生将亲自下厨,烹制当晚最重要的一道菜——圣诞节火鸡——并为庆祝圣诞节致辞。为了重现食客们记忆中的圣诞美味,烤火鸡的做法将尽可能保持传统,大部分佐料都取自家乡食谱——火鸡也都是真正的前厅火鸡。更重要的是,在此期间,您可凭商人之家居民证明领取一份免费的烤火鸡肉



写在最后


即将成为历史的 2024 年,是 B.N.T.G. 日报创刊两周年,也是新冠流行后的第二年,在这一年中,编辑们欣喜地见证着 B.N.T.G. 不断取得可喜的成就,各大社区的面貌日新月异,一切又重新向着好的方向发展。

在 2024 年,B.N.T.G. 日报团队得到了来自各界的支持,碍于篇幅不能一一列出,在此统一致以诚挚谢意。另外,屏幕前的读者朋友,我们为您对 B.N.T.G. 日报的关注由衷感激,不过也是时候放下屏幕,走出家门,去寻找教堂的钟声了。别忘了,圣诞快乐!

评分: +75+x

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