违规/抄袭/极度摆烂页面删除通告
HW:我不喜欢
以及魔改评分系统和抄袭我作者页)
魔改已经删了 以及我标签填了搬运
: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 }
【发布内容过长,管理强行编辑】【发布内容过长,管理强行编辑】
他妈的为什么要这样,我只是想发个HW作者页代码
[[=]]
[[module rate]]
[[/=]]
[[=]]
<<[#u-page-2 我的作品] | [#u-default-page 关于我] | [#u-page-3 公用留言板] | [#u-page-4 我的成就]>>
[[/=]]
[[div class="offset-page" id="page-4"]]
[[>]]
[*http://h-w-0.wikidot.com/my-achievement/edit/true 编辑]
[[/>]]
[[tabview]]
[[tab TO-DV]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="A-1"]] [[/span]]##**
[[/div]]
##black|[[span class="A-1-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr {$link-show} == 1 | block | none ]]"]][{$link} 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="A-2"]] [[/span]]##**
[[/div]]
##black|[[span class="A-2-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr {$link-show} == 1 | block | none ]]"]][{$link} 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="A-6"]] [[/span]]##**
[[/div]]
##black|[[span class="A-6-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr {$link-show} == 1 | block | none ]]"]][{$link} 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="C-1"]] [[/span]]##**
[[/div]]
##black|[[span class="C-1-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr 1 == 1 | block | none ]]"]][http://backrooms-to-dv.wikidot.com/karma 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="C-2"]] [[/span]]##**
[[/div]]
##black|[[span class="C-2-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr 1 == 1 | block | none ]]"]][http://backrooms-to-dv.wikidot.com/level-669-n 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="C-3"]] [[/span]]##**
[[/div]]
##black|[[span class="C-3-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr 1 == 1 | block | none ]]"]][http://backrooms-to-dv.wikidot.com/joke-level-000 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="D-1"]] [[/span]]##**
[[/div]]
##black|[[span class="D-1-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr 1 == 1 | block | none ]]"]][http://backrooms-to-dv.wikidot.com/entity-dv-2 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="D-4"]] [[/span]]##**
[[/div]]
##black|[[span class="D-4-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr 1 == 1 | block | none ]]"]][http://backrooms-to-dv.wikidot.com/entity-dv-2 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="D-5"]] [[/span]]##**
[[/div]]
##black|[[span class="D-5-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr 1 == 1 | block | none ]]"]][http://backrooms-to-dv.wikidot.com/level-dv-40 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="D-7"]] [[/span]]##**
[[/div]]
##black|[[span class="D-7-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr {$link-show} == 1 | block | none ]]"]][{$link} 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="D-8"]] [[/span]]##**
[[/div]]
##black|[[span class="D-8-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr {$link-show} == 1 | block | none ]]"]][{$link} 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="E-1"]] [[/span]]##**
[[/div]]
##black|[[span class="E-1-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr 1 == 1 | block | none ]]"]][http://backrooms-to-dv.wikidot.com/component:achievement 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="E-5"]] [[/span]]##**
[[/div]]
##black|[[span class="E-5-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr 1 == 1 | block | none ]]"]][http://backrooms-to-dv.wikidot.com/component:achievement 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-to"]]
[[div_ class="ach-title"]]
**##black|[[span class="F-3"]] [[/span]]##**
[[/div]]
##black|[[span class="F-3-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr 1 == 1 | block | none ]]"]][http://backrooms-to-dv.wikidot.com/entity-to-12 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[/tab]]
[[tab 云]]
[[div class="achievement ach-cloud"]]
[[div_ class="ach-title"]]
**##black|[[span class="A-1"]] [[/span]]##**
[[/div]]
##black|[[span class="A-1-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr {$link-show} == 1 | block | none ]]"]][{$link} 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-cloud"]]
[[div_ class="ach-title"]]
**##black|[[span class="A-2"]] [[/span]]##**
[[/div]]
##black|[[span class="A-2-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr {$link-show} == 1 | block | none ]]"]][{$link} 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-cloud"]]
[[div_ class="ach-title"]]
**##black|[[span class="A-3"]] [[/span]]##**
[[/div]]
##black|[[span class="A-3-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr {$link-show} == 1 | block | none ]]"]][{$link} 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-cloud"]]
[[div_ class="ach-title"]]
**##black|[[span class="E-1"]] [[/span]]##**
[[/div]]
##black|[[span class="E-1-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr {$link-show} == 1 | block | none ]]"]][{$link} 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[/tab]]
[[tab R]]
[[div class="achievement ach-r"]]
[[div_ class="ach-title"]]
**##black|[[span class="A-1"]] [[/span]]##**
[[/div]]
##black|[[span class="A-1-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr {$link-show} == 1 | block | none ]]"]][{$link} 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-r"]]
[[div_ class="ach-title"]]
**##black|[[span class="A-2"]] [[/span]]##**
[[/div]]
##black|[[span class="A-2-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr {$link-show} == 1 | block | none ]]"]][{$link} 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[div class="achievement ach-r"]]
[[div_ class="ach-title"]]
**##black|[[span class="E-1"]] [[/span]]##**
[[/div]]
##black|[[span class="E-1-ex"]] [[/span]]##
[[=]]
[[div_ class="content-descriptor"]]
[[span style="display: [[#ifexpr {$link-show} == 1 | block | none ]]"]][{$link} 【达成页面】][[/span]]
[[/div]]
[[/=]]
[[/div]]
[[module css]]
.content-descriptor br {
display: none;
}
.content-descriptor span {
display: none;
}
[[/module]]
[[module css]]
.achievement{
display:inline-block;
background: white;
padding: 1px 15px;
border: solid 3px lightgray;
margin: 10px;
border-radius: 30px 15px;
text-align: center;
transform: translateY(0em);
width: 120px;
}
.ach-to{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-todv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-to-dv{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-cloud{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-wiki-cn.wdfiles.com/local--files/main/logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-r{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://r-backrooms-wiki-cn.wikidot.com/local--files/rate:lpoigd5289-logo/ERR");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wind{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroom-cn.wikidot.com/local--files/start/logo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-t{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-t-wiki.wikidot.com/local--files/start/T--Logo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-x{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backrooms-x-cn.wikidot.com/local--files/start/xlogo");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-gr{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://groundrooms-wiki-cn.wikidot.com/local--files/start/IMG-0499.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.ach-wn{
background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("http://backroomssandbox-ml-wiki.wikidot.com/local--files/fjcf/-162131bb5bdee8.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.achievement:hover{
animation: ach 0.5s ease-out forwards;
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
}
.ach-text{
visibility: hidden;
}
.ach-text:hover{
animation: ach-text 0.5s ease-out forwards;
visibility: visible;
}
@keyframes ach-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ach {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.ach-title {
font-size: 120%;
font-weight: bold;
}
.image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
max-width: 100%;
max-height: 100%;
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
.A-1::after {
content: "第一份简历";
}
.A-1-ex::after {
content: "于站点投稿一份原创文章并达到及格线";
}
.A-2::after {
content: "小试牛刀";
}
.A-2-ex::after {
content: "任意一篇原创作品获得+3以上的分数";
}
.A-3::after {
content: "焦点";
}
.A-3-ex::after {
content: "任意一篇原创作品获得+10以上的分数";
}
.A-4::after {
content: "最好的祝福";
}
.A-4-ex::after {
content: "任意一篇原创作品获得+20以上的分数";
}
.A-5::after {
content: "镇站之宝";
}
.A-5-ex::after {
content: "任意一篇原创作品成为站点精品";
}
.A-6::after {
content: "野心家";
}
.A-6-ex::after {
content: "累计创建20篇文章";
}
.α::after {
content: "毕业证书在中文站点存活一篇文章";
}
.α-ex::after {
content: "在中文站点存活一篇文章";
}
.B-1::after {
content: "XSWL";
}
.B-1-ex::after {
content: "创作一篇+10以上分数的搞笑文章";
}
.B-2::after {
content: "创作一篇+10以上分数的子层级或房间档案";
}
.B-2-ex::after {
content: "藏匿的细节";
}
.B-3::after {
content: "是谁把它放出来的";
}
.B-3-ex::after {
content: "创作一篇+10以上分数的实体档案";
}
.B-4::after {
content: "奇异博士";
}
.B-4-ex::after {
content: "创作一篇+10以上分数的现象";
}
.B-5::after {
content: "收藏家";
}
.B-5-ex::after {
content: "创作一篇+10以上分数的物品";
}
.B-6::after {
content: "安徒生";
}
.B-6-ex::after {
content: "创作一篇+10以上分数的故事";
}
.β::after {
content: "是金子总会发光";
}
.β-ex::after {
content: "在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分";
}
.C-1::after {
content: "外交官";
}
.C-1-ex::after {
content: "将英文文章翻译并发布于站点";
}
.C-2::after {
content: "天外来客";
}
.C-2-ex::after {
content: "将非英文文章翻译并发布于站点";
}
.C-3::after {
content: "简明扼要";
}
.C-3-ex::after {
content: "发布一篇中文字数少于800字的层级翻译";
}
.γ::after {
content: "绕道而行";
}
.γ-ex::after {
content: "将自己的文章投稿到英文分站并存活";
}
.D-1::after {
content: "参与奖";
}
.D-1-ex::after {
content: "参与一次竞赛并存活";
}
.D-2::after {
content: "第三!";
}
.D-2-ex::after {
content: "在一次竞赛中获得季军";
}
.D-3::after {
content: "差一点";
}
.D-3-ex::after {
content: "在一次竞赛中获得亚军";
}
.D-4::after {
content: "冠军";
}
.D-4-ex::after {
content: "在一次竞赛中获得冠军";
}
.D-5::after {
content: "双冠王";
}
.D-5-ex::after {
content: "同一站点获得两次冠军";
}
.D-6::after {
content: "三冠王";
}
.D-6-ex::after {
content: "同一站点获得三次冠军";
}
.D-7::after {
content: "赞助甲方";
}
.D-7-ex::after {
content: "为竞赛赞助";
}
.D-8::after {
content: "百人之上";
}
.D-8-ex::after {
content: "成为该站点版主或网站管理员";
}
.D-9::after {
content: "生产队的驴";
}
.D-9-ex::after {
content: "一周发布八篇合格文章";
}
.D-10::after {
content: "简单,高质";
}
.D-10-ex::after {
content: "发布一篇评分超+10,小于800字的文章";
}
.D-11::after {
content: "作家";
}
.D-11-ex::after {
content: "发布一篇评分超+20,超过20000字的文章";
}
.δ::after {
content: "五冠王";
}
.δ-ex::after {
content: "共获得5次竞赛冠军";
}
.E-1::after {
content: "组件门徒";
}
.E-1-ex::after {
content: "不使用他人代码原创一个组件";
}
.E-2::after {
content: "组件大师";
}
.E-2-ex::after {
content: "不使用他人代码原创五个组件";
}
.E-3::after {
content: "版式门徒";
}
.E-3-ex::after {
content: "原创一个版式";
}
.E-4::after {
content: "版式大师";
}
.E-4-ex::after {
content: "原创五个版式";
}
.E-5::after {
content: "组件引用者";
}
.E-5-ex::after {
content: "以反向链接为基准,原创组件超20个页面引用";
}
.E-6::after {
content: "版式引用者";
}
.E-6-ex::after {
content: "以反向链接为基准,原创版式超20个页面引用";
}
.E-7::after {
content: "授人以鱼不如授之以渔";
}
.E-7-ex::after {
content: "创建一篇教程页面教授CSS或HTML内容";
}
.F-1::after {
content: "我在学习";
}
.F-1-ex::after {
content: "将一篇课文改编成后室的一篇文章并取得+5的分数";
}
.F-2::after {
content: "致敬经典";
}
.F-2-ex::after {
content: "将一篇名著改编成后室的一篇文章并取得+5的分数";
}
.F-3::after {
content: "文言";
}
.F-3-ex::after {
content: "将一篇文言文改编成后室的一篇文章并取得+5的分数";
}
.F-4::after {
content: "基金会?!";
}
.F-4-ex::after {
content: "创建一篇有关SCP的后室文章";
}
.F-5::after {
content: "请遵循规则";
}
.F-5-ex::after {
content: "创建一篇有关规则类怪谈的后室文章";
}
.F-6::after {
content: "讽刺这世界";
}
.F-6-ex::after {
content: "创建一篇讽刺现实的的后室文章";
}
.F-7::after {
content: "历史重现";
}
.F-7-ex::after {
content: "将一篇历史事件改编成后室的一篇文章";
}
.H-1::after {
content: "多不如少";
}
.H-1-ex::after {
content: "创建一篇一万字以上的原创文章且评分低于-5";
}
.H-2::after {
content: "DV之主";
}
.H-2-ex::after {
content: "总计10篇原创文章评分低于-10";
}
[[/module]]
[[iftags +组件]]
[[f>toc]]
[[>]]
[[module rate]]
[[/>]]
[[=]]
+++* 本组件由[[*user H_W]]制作,供非官方民分使用
++ 使用方式:
[[<]]
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> ]]
[[/<]]
------
++ 成就编号总览:
(部分借鉴自**[*http://r-backrooms-wiki-cn.wikidot.com/achievement 后室R站成就系统]**及**[*http://backrooms-wiki-cn.wikidot.com/achievement-v2 中站成就系统]**)
[[/=]]
||~ 编号 ||~ 详情 ||~ 名称||
||||||~ 常规部分(A) ||
|| A-1 || 于站点投稿一份原创文章并达到及格线 || 第一份简历||
|| A-2 || 任意一篇原创作品获得+3以上的分数 ||小试牛刀||
|| A-3|| 任意一篇原创作品获得+10以上的分数 || 焦点 ||
|| A-4|| 任意一篇原创作品获得+20以上的分数 ||最好的祝福||
|| A-5 || 任意一篇原创作品成为站点精品 || 镇站之宝||
|| A-6 || 累计创建20篇文章 || 野心家 ||
|| α || 在中文站点存活一篇文章 || 毕业证书 ||
||||||~ 页面部分(B) ||
|| B-1 || 创作一篇+10以上分数的搞笑文章 || XSWL ||
|| B-2 || 创作一篇+10以上分数的子层级或房间档案 || 藏匿的细节 ||
|| B-3 || 创作一篇+10以上分数的实体档案 || 是谁把它放出来的 ||
|| B-4 || 创作一篇+10以上分数的现象 || 奇异博士 ||
|| B-5 || 创作一篇+10以上分数的物品 || 收藏家 ||
|| B-6 || 创作一篇+10以上分数的故事 || 安徒生 ||
|| β || 在中文站点被dv到删除线的原创文章发布自此站并获得+15以上的评分 || 是金子总会发光 ||
||||||~ **翻译部分(C)**||
||C-1||将英文文章翻译并发布于站点||外交官||
||C-2||将非英文文章翻译并发布于站点|| 天外来客 ||
||C-3|| 发布一篇中文字数少于800字的层级翻译 || 简明扼要 ||
||γ||将自己的文章投稿到英文分站并存活||绕道而行||
||||||~ **挑战部分(D)**||
||D-1||参与一次竞赛并存活||参与奖||
||D-2||在一次竞赛中获得季军|| 第三! ||
||D-3|| 在一次竞赛中获得亚军 || 差一点 ||
|| D-4 || 在一次竞赛中获得冠军 || 冠军 ||
|| D-5 || 同一站点获得两次冠军 || 双冠王 ||
|| D-6 || 同一站点获得三次冠军 || 三冠王 ||
|| D-7 || 为竞赛赞助 || 赞助甲方 ||
|| D-8 || 成为该站点版主或网站管理员 || 百人之上 ||
|| D-9 || 一周发布八篇合格文章 || 生产队的驴 ||
|| D-10 || 发布一篇评分超+10,小于800字的文章 || 简单,高质 ||
|| D-11 || 发布一篇评分超+20,超过20000字的文章 || 作家 ||
|| δ || 共获得5次竞赛冠军 || 五冠王 ||
||||||~ **代码部分(E)**||
||E-1||不使用他人代码原创一个组件||组件门徒||
||E-2||不使用他人代码原创五个组件|| 组件大师 ||
||E-3|| 原创一个版式 || 版式门徒 ||
|| E-4 || 原创五个版式 || 版式大师 ||
|| E-5 || 以反向链接为基准,原创组件超20个页面引用 || 组件引用者 ||
|| E-6 || 以反向链接为基准,原创版式超20个页面引用 || 版式引用者 ||
|| E-7 || 创建一篇教程页面教授CSS或HTML内容 || 授人以鱼不如授之以渔 ||
||||||~ **联动部分(F)**||
||F-1||将一篇课文改编成后室的一篇文章并取得+5的分数||我在学习||
||F-2||将一篇名著改编成后室的一篇文章并取得+5的分数|| 致敬经典 ||
||F-3|| 将一篇文言文改编成后室的一篇文章并取得+5的分数 || 文言 ||
||F-4 || 创建一篇有关SCP的后室文章 || 基金会?! ||
|| F-5 || 创建一篇有关规则类怪谈的后室文章 || 请遵循规则 ||
|| F-6 || 创建一篇讽刺现实的的后室文章 || 讽刺这世界 ||
|| F-7 || 将一篇历史事件改编成后室的一篇文章,并取得+5的分数。 || 历史重现 ||
||||||~ **图一乐部分(H)**||
||H-1||创建一篇一万字以上的原创文章且评分低于-5||多不如少||
||H-2||总计10篇原创文章评分低于-10|| DV之主 ||
= (试行,若有其他成就可评论区写)
[[=]]
[[collapsible show="+ 感谢部分成就提出者" hide="- 排名不分先后"]]
[[*user owo_o]]
[[*user rjakoajnep]]
[[/collapsible]]
[[/=]]
------
++ 显示其他站点成就
同时若想使用站点显示,可使用以下代码:
> [[include :backrooms-to-dv:component:achievement
> |code=成就编号
> |site=站点编号
> ]]
使用后会在原盒子模型文字背景增加站点logo
**这样就可以让别人在你作者页看到你在其他民分都有哪些成就()**
目前编号可使用:
[[div class="gridder gridder-col-2"]]
[[div]]
[[>]]
> none
> to
> dv
> todv
> to-dv
> cloud
> r
> wind
> x
> t
> gr
> wn
[[/>]]
[[/div]]
[[div]]
[[<]]
> //(默认无图片)//
> TO-DV
> @@@@
> @@@@
> //都是同个站()//
> //云//
> //R//
> //风//
> //X//
> //T//
> //GR//
> //WN//
[[/<]]
[[/div]]
[[/div]]
区分大小写
有其他站点可私信联系我
------
++ Gridder容器网格布局
若想使用网格布局,可使用Gridder 容器
代码及用法来自[[*user Eltrac]]的**[*http://backrooms-wiki-cn.wikidot.com/layout-helpers#toc13 排版工具组 2.0]**
比如想要每3个并排可以这样:
[[code]]
[[div class="gridder gridder-col-3"]]
你的那些include
[[/div]]
[[/code]]
//(BYD还是没弄懂可以看**[http://h-w-0.wikidot.com/achievement 这里]**)//
------
++ 更多的自定义选项
[[collapsible show="+ 自定义盒子模型?" hide="- 隐藏"]]
> [[include :backrooms-to-dv:component:achievement
> |site=站点编号,默认为none
> |code=成就编号
> |ach-bg=盒子颜色,默认为white
> |padding-ud=上下方向的内边距,默认为1px
> |padding-lr=左右方向的内边距,默认为15px
> |border-size=边框宽度,默认为3px
> |border-color=边框颜色,默认为lightgray
> |margin-size=外边距大小,默认为10px
> |border-radius-lr=水平方向上的圆角半径,默认为30px
> |border-radius-ud=垂直方向上的圆角半径,默认为15px
> |width=盒子宽度,默认为120px
> |text-color=文本颜色,默认为black[[size 10%]]//看到你们作者页版式是黑的才发现这没做//[[/size]]
> |link-show=是否显示导向达成该成就页面的链接,是的话填『1』
> |link=达成页面的链接
> |link-text=显示的文字,默认为『【达成页面】』
> ]]
出于技术原因无法精确到每一个盒子的样式,仅能做到所有盒子统一
[[/collapsible]]
[[/iftags]]
[[/tab]]
[[/tabview]]
[[/div]]
[[div class="offset-page" id="page-3"]]
[[div_ class="more"]]
[[div style="border:2px solid black;padding:2rem"]]
[[*user H_W]]:就像这样,改别人留言的被我撅死()
[[*user Carambola_FW]]:@@[[module join]]@@竟然没用()
回来吧,我的
[[code]]
[[module css]]
body{
display:none;
}
[[/module]]
[[/code]]
😭😭
[[*user ljlzs]]: [[module Join button="点我入站"]]还真tm没用(
[[*user schoko zucker]]:=)
[[code]]
[[module css]]
body{
display:none;
}
[[/module]]
[[/code]]
[[*user feot]]:这是好的()
[[*user jiaoyanerlan2]]:--技术力最高的一集,到此一游。--
[[*user lanbaoshi1145]]: 牢hw你私站怎么废了,不能视奸了😭
[[>]]
[*http://h-w-0.wikidot.com/overview:author-page/edit/true 编辑]
[[/>]]
[[/div]]
[[/div]]
[[/div]]
[[div class="offset-page" id="page-2"]]
[[module css]]
/*
Backrooms CN Main Page CSS
by hoah2333
*/
#page-title {
display: none;
}
/* 欢迎栏 */
#page-content .bannerContainer {
display: grid;
grid-template-areas:
"welcome welcome welcome"
"discord faq join";
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 3%;
}
#page-content .bannerContainer .welcome {
grid-area: welcome;
background-color: rgb(var(--gray-monochrome));
color: rgb(var(--white-monochrome));
font-style: italic;
padding: 1rem;
}
#page-content .bannerContainer .navigator {
display: flex;
background-color: rgb(var(--gray-monochrome));
border-radius: 0 0 1rem 1rem;
height: min-content;
margin: 0 0 4rem 0;
transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#page-content .bannerContainer .navigator:hover,
#page-content .bannerContainer .navigator:active {
margin: 0 0 1rem 0;
}
#page-content .bannerContainer .navigator a {
padding: 0.5rem 0;
width: 100%;
text-align: center;
color: rgb(var(--white-monochrome));
font-size: 1.25rem;
transition: padding 150ms cubic-bezier(0.4, 0, 0.2, 1);
font-weight: bold;
}
#page-content .bannerContainer .navigator a:hover,
#page-content .bannerContainer .navigator a:active {
text-decoration: none;
text-decoration-color: transparent;
padding: 2rem 0;
}
#page-content .bannerContainer .discord {
grid-area: discord;
}
#page-content .bannerContainer .faq {
grid-area: faq;
}
#page-content .bannerContainer .join {
grid-area: join;
}
@media (max-width: 767px) {
#page-content .bannerContainer .navigator a {
font-size: 1.1rem;
}
#page-content .bannerContainer .navigator a:hover,
#page-content .bannerContainer .navigator a:active {
padding: 1.5rem 0;
}
#page-content .bannerContainer .navigator {
margin: 0 0 2rem 0
}
#page-content .bannerContainer .navigator:hover {
margin: 0;
}
#page-content .announceContainer .welcome {
font-size: 1.2rem;
}
}
/* 公告栏 */
/* 为什么要用grid折磨自己呢? */
#page-content .announceContainer {
display: flex;
flex-wrap: wrap;
border: 4px solid rgb(var(--gray-monochrome));
align-content: space-between;
}
#page-content .announceContainer .welcome {
background-color: rgb(var(--gray-monochrome));
color: rgb(var(--white-monochrome));
font-weight: bold;
width: 100%;
text-align: center;
font-size: 1.5rem;
padding: 0 0.75rem;
}
#page-content .announceContainer .announcement,
#page-content .announceContainer .more {
background-color: rgb(var(--pale-gray-monochrome));
width: 100%;
padding: 0.75rem;
border-top: 4px solid rgb(var(--gray-monochrome));
}
#page-content .announceContainer .more {
padding: 0;
}
#page-content .announceContainer .more .collapsible-block-folded,
#page-content .announceContainer .more .collapsible-block-unfolded .collapsible-block-unfolded-link {
display: flex;
}
#page-content .announceContainer .more .collapsible-block-folded[style*="block"],
#page-content .announceContainer .more .collapsible-block-unfolded[style*="block"] .collapsible-block-unfolded-link {
display: flex !important;
}
#page-content .announceContainer .more .collapsible-block-folded a.collapsible-block-link,
#page-content .announceContainer .more .collapsible-block-unfolded .collapsible-block-unfolded-link a.collapsible-block-link {
width: 100%;
padding: 1rem 0;
text-align: center;
background: rgba(var(--gray-monochrome), 0.2);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#page-content .announceContainer .more .collapsible-block-folded a.collapsible-block-link:hover,
#page-content .announceContainer .more .collapsible-block-unfolded .collapsible-block-unfolded-link a.collapsible-block-link:hover {
text-decoration: none;
text-decoration-color: transparent;
background: rgba(var(--gray-monochrome), 0.4);
}
#page-content .announceContainer .more .collapsible-block-unfolded .collapsible-block-unfolded-link a.collapsible-block-link {
border-bottom: 4px solid rgb(var(--gray-monochrome));
}
#page-content .announceContainer .more .collapsible-block-unfolded .collapsible-block-content {
background: rgb(var(--gray-monochrome));
color: rgb(var(--white-monochrome));
text-align: center;
}
#page-content .announceContainer .more .collapsible-block-unfolded .collapsible-block-content p,
#page-content .recentPages .pageContainer p {
margin: 0;
}
#page-content .announceContainer .archive {
background: rgb(var(--gray-monochrome));
color: rgb(var(--white-monochrome));
text-align: right;
width: 100%;
}
#page-content .announceContainer .archive a {
padding: 0 1rem;
color: rgb(var(--white-monochrome));
}
/* 最近新增 */
#page-content .recentPages {
display: grid;
grid-template-areas: "translation original"
"featureLevelO featureTaleO"
"featureLevelT featureTaleT";
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
grid-row-gap: 1rem;
}
@media (max-width: 550px) {
#page-content .recentPages {
grid-template-areas: "translation" "original"
"featureLevelO" "featureTaleO"
"featureLevelT" "featureTaleT";
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-row-gap: 1rem;
}
}
#page-content .recentPages .pageContainer {
display: grid;
grid-template-areas: "title"
"page"
"recently";
grid-template-rows: 1.5rem minmax(auto, 11.81rem) 1.5rem;
}
#page-content .recentPages .translation {
grid-area: translation;
}
#page-content .recentPages .original {
grid-area: original;
}
#page-content .recentPages .featureLevelO {
grid-area: featureLevelO;
}
#page-content .recentPages .featureTaleO {
grid-area: featureTaleO;
}
#page-content .recentPages .featureLevelT {
grid-area: featureLevelT;
}
#page-content .recentPages .featureTaleT {
grid-area: featureTaleT;
}
#page-content .recentPages .pageContainer .title {
grid-area: title;
background: rgb(var(--gray-monochrome));
color: rgb(var(--white-monochrome));
font-weight: bold;
padding: 0 1rem;
}
#page-content .recentPages .pageContainer .page {
grid-area: page;
border: solid rgb(var(--gray-monochrome));
border-width: 0 3px 0 4px;
padding: 0.5em calc(1rem - 4px);
max-height: 12rem;
background-color: rgb(var(--pale-gray-monochrome));
overflow-y: hidden;
}
#page-content .recentPages .pageContainer .page .list-pages-box p {
max-height: 12rem;
overflow-y: hidden;
}
#page-content .recentPages .pageContainer .recently {
grid-area: recently;
background: rgb(var(--gray-monochrome));
text-align: right;
padding: 0 1rem;
}
#page-content .recentPages .pageContainer .recently a {
color: rgb(var(--white-monochrome));
}
#page-content .recentPages .featureLevelO .page p,
#page-content .recentPages .featureTaleO .page p,
#page-content .recentPages .featureLevelT .page p,
#page-content .recentPages .featureTaleT .page p {
font-size: 0.8rem;
}
#page-content .recentPages .featureLevelO .page p:nth-of-type(1),
#page-content .recentPages .featureTaleO .page p:nth-of-type(1),
#page-content .recentPages .featureLevelT .page p:nth-of-type(1),
#page-content .recentPages .featureTaleT .page p:nth-of-type(1) {
font-size: 1rem;
}
#page-content .recentPages .featureLevelO .page p:nth-of-type(2),
#page-content .recentPages .featureTaleO .page p:nth-of-type(2),
#page-content .recentPages .featureLevelT .page p:nth-of-type(2),
#page-content .recentPages .featureTaleT .page p:nth-of-type(2) {
font-size: 0.5rem;
}
/* Tools */
#page-content .toolsContainer {
display: grid;
color: rgb(var(--white-monochrome));
grid-gap: 0.5rem;
}
#page-content .toolsContainer .tools {
display: grid;
grid-template-areas: "image text"
"link text";
grid-template-columns: 5rem auto;
justify-items: center;
grid-gap: 0.5rem;
background-color: rgb(var(--gray-monochrome));
padding: 0.75rem;
}
#page-content .toolsContainer .tools:nth-of-type(2n) {
direction: rtl;
}
#page-content .toolsContainer .tools:nth-of-type(2n) * {
direction: ltr;
}
#page-content .toolsContainer .tools img {
grid-area: image;
}
#page-content .toolsContainer .tools a {
grid-area: link;
color: rgb(var(--white-monochrome));
}
#page-content .toolsContainer .tools .description {
grid-area: text;
justify-self: left;
pointer-events: none;
}
#page-content .toolsContainer .tools br {
display: none;
}
/* International */
#page-content .international .announcement {
display: flex;
align-items: flex-end;
position: relative;
}
#page-content .international .announcement img {
width: 50px;
filter: drop-shadow(0 0 1px rgba(var(--gray-monochrome), 0.8));
}
#page-content .international .announcement.es img {
align-self: center;
}
#page-content .international .announcement h3 {
margin-left: 1rem;
}
#page-content .international .announcement a {
font-size: 0;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#page-content .international .announcement a:hover {
background-color: rgba(var(--gray-monochrome), 0.2);
}
[[/module]]
[[module css]]
.footer {
position: relative;
display: flex;
}
.footer:before {
content: "";
position: absolute; top: 0; left: 0;
background-image: url("http://backrooms-to-dv.wikidot.com/local--files/start/logo");
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
opacity: 0.1;
-webkit-mask-image: linear-gradient(transparent 0%, black 20%, black 81%, transparent 100%);
mask-image: linear-gradient(transparent 0%, black 20%, black 81%, transparent 100%);
width: 100%;
height: 100%;
z-index: -1;
}
.footer ul {
list-style: none !important;
display: flex;
width: 100%;
height: 100%;
flex-direction: column;
gap: var(--grid-gap);
align-items: center;
padding: 0;
text-align: center;
}
#page-content .page-watch-options {
font-size: 100%;
}
.cool-links a,
.cool-links a:visited {
--hover-link-color: var(--swatch-text-secondary-color);
--wght: calc(var(--ui-wght) + 200);
margin: -0.15em 0;
padding: 0.15em;
transition:
box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1),
color 150ms cubic-bezier(0.4, 0, 0.2, 1),
font-weight 200ms cubic-bezier(0.4, 0, 0.2, 1),
font-variation-settings 200ms cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: inset 0 0 0 0 rgb(var(--swatch-primary));
font-weight: var(--wght);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
-webkit-text-decoration: underline dotted 0.09375rem;
text-decoration: underline dotted 0.09375rem;
}
.hoverblock{
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0rem;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transform: translateY(0em);
}
.hoverblock:hover,.hoverblock:focus{
box-shadow: 0px 4px 20px 0 rgba(var(--medium-accent), .25);
background-color: rgba(var(--light-gray-monochrome),.1);
transform: translateY(-.3em);
}
/**
* 网格布局
*/
/* Gridder 容器
代码来源于:http://backrooms-wiki-cn.wikidot.com/layout-helpers
*/
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;
}
[[/module]]
[[module css]]
tbody tr:nth-child(7) a[href="/brwdpic"] ~ span, tbody tr:nth-child(7) a[href="/brwdpic"],
tbody tr:nth-child(7) a[href="/m011-2"] ~ span, tbody tr:nth-child(7) a[href="/m011-2"],
tbody tr:nth-child(7) a[href="/gpartbyzey"] ~ span, tbody tr:nth-child(7) a[href="/gpartbyzey"] {display:none}
.list-pages-box .list-pages-item:last-child .collectiondot {
display:none;
}
#u-table, .tablecontent {
display: none;
}
#u-table:target + .tablecontent{
display: block;
}
#u-table:target + .tablecontent + #u-main {
display: none;
}
.articlecolumn .list-pages-item, .articlecolumn .list-pages-item > div, .articlecolumn .list-pages-item > p {
display: inline;
}
.collection .articlecolumn .list-pages-item {
font-size: 50%;
}
.articlecolumn, .titlecolumn {
border: 2px solid;
padding: .5em;
}
.titlecolumn {
width: 30%;
font-size: 150%;
}
[[/module]]
[[div_ style="border: 2px solid black;margin: 0 2px;text-align: center;font-size: 50%;font-weight: bold;"]]
[[module Listpages created_by="H_W" tag="-作者 -待删除 -重写中 -掩藏页 -段落 -总览 -管理 -后端 +原创" category="*" limit="1" order="random"]]
+ ##000|原创共%%total%%篇##
[[/module]]
[[/div]]
[[table style="width: 100%;"]]
[[row]]
[[hcell class="titlecolumn"]]
##0E0E0D|原创TO层级##
[[/hcell]]
[[hcell class="articlecolumn"]]
[[module ListPages category="*" created_by="H_W" tags="+层级 +原创 +to" perPage="100" limit="100" order="created_at" range="others" order="rating desc"]]
%%title_linked%%(+##green| %%rating%%##)[[span class="collectiondot"]] / [[/span]]
[[/module]]
[[/hcell]]
[[/row]]
[[row]]
[[hcell class="titlecolumn"]]
##0E0E0D|原创DV层级##
[[/hcell]]
[[hcell class="articlecolumn"]]
[[module ListPages category="*" created_by="H_W" tags="+层级 +原创 +dv" perPage="100" limit="100" order="created_at" range="others" order="rating desc"]]
%%title_linked%%(+##green| %%rating%%##)[[span class="collectiondot"]] / [[/span]]
[[/module]]
[[/hcell]]
[[/row]]
[[row]]
[[hcell class="titlecolumn"]]
##0E0E0D|原创实体##
[[/hcell]]
[[hcell class="articlecolumn"]]
[[module ListPages category="*" created_by="H_W" tags="+原创 +实体" perPage="100" limit="100" order="created_at" range="others" order="rating desc"]]
%%title_linked%%(+##green| %%rating%%##)[[span class="collectiondot"]] / [[/span]]
[[/module]]
[[/hcell]]
[[/row]]
[[row]]
[[hcell class="titlecolumn"]]
##0E0E0D|原创物品##
[[/hcell]]
[[hcell class="articlecolumn"]]
[[module ListPages category="*" created_by="H_W" tags="+原创 +物品" perPage="100" limit="100" order="created_at" range="others" order="rating desc"]]
%%title_linked%%(+##green| %%rating%%##)[[span class="collectiondot"]] / [[/span]]
[[/module]]
[[/hcell]]
[[/row]]
[[row]]
[[hcell class="titlecolumn"]]
##0E0E0D|原创现象##
[[/hcell]]
[[hcell class="articlecolumn"]]
[[module ListPages category="*" created_by="H_W" tags="+原创 +现象" perPage="100" limit="100" order="created_at" range="others" order="rating desc"]]
%%title_linked%%(+##green| %%rating%%##)[[span class="collectiondot"]] / [[/span]]
[[/module]]
[[/hcell]]
[[/row]]
[[row]]
[[hcell class="titlecolumn"]]
##0E0E0D|原创组件##
[[/hcell]]
[[hcell class="articlecolumn"]]
[[module ListPages category="*" created_by="H_W" tags="+组件 +原创" perPage="100" limit="100" order="created_at" range="others" order="rating desc"]]
%%title_linked%%(+##green| %%rating%%##)[[span class="collectiondot"]] / [[/span]]
[[/module]]
[[/hcell]]
[[/row]]
[[row]]
[[hcell class="titlecolumn"]]
##0E0E0D|翻译##
[[/hcell]]
[[hcell class="articlecolumn"]]
[[module ListPages category="*" created_by="H_W" tags="+翻译" perPage="100" limit="100" order="created_at" range="others" order="rating desc"]]
%%title_linked%%(+##green| %%rating%%##)[[span class="collectiondot"]] / [[/span]]
[[/module]]
[[/hcell]]
[[/row]]
[[row]]
[[hcell class="titlecolumn"]]
##0E0E0D|授权代搬##
[[/hcell]]
[[hcell class="articlecolumn"]]
[[module ListPages category="*" created_by="H_W" tags="-翻译 -组件 -版式 +搬运" perPage="100" limit="100" order="created_at" range="others" order="rating desc"]]
%%title_linked%%(+##green| %%rating%%##)[[span class="collectiondot"]] / [[/span]]
[[/module]]
[[/hcell]]
[[/row]]
[[/table]]
[[/div]]
[[div id="default-page"]]
[[=image http://backrooms-to-dv.wikidot.com/local--files/h-w/cool]]
[[*user H_W]],可以称我为“華葳”、“华为”、“HW”、“HWO”、--“余某某”--
寄吧来的
--记得这站还是从SCP-TO闹独立出来的--
目前玩//MC、以撒、IWM、星露谷、饥荒、UT//
所以不合群就我一个玩这些其他都是玩农鸡原铁崩舟未,甚至MC也是网易
平常B站发点视频,**[*https://m.bilibili.com/space/523778474 B站个人空间]**,时不时肝个长速览让中站账号发
= 我的视频
[[tabview]]
[[tab 我的视频]]
[[/tab]]
[[tab 中站特供]]
[[html]]
<iframe class="iframe_video" src="//player.bilibili.com/player.html?bvid=BV1Qv4y1B7FW" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
[[/html]]
[[iftags +组件]]
+ 如何使用
在你的页面中插入以下代码
> [[include :backrooms-to-dv:component:bilibili
> |bv=视频BV号
> ]]
(中站那个没法改bv号,代码里抢先标了个av号,就是寄吧)
[[/iftags]]
第一个中站速览~ C151 ~ C200,当时格式还没统一所以跟以前的看起来不一样
同时也是正统意义上原账号最后一个视频()
------
[[html]]
<iframe class="iframe_video" src="//player.bilibili.com/player.html?bvid=BV1YM4y1C7FB" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
[[/html]]
[[iftags +组件]]
+ 如何使用
在你的页面中插入以下代码
> [[include :backrooms-to-dv:component:bilibili
> |bv=视频BV号
> ]]
(中站那个没法改bv号,代码里抢先标了个av号,就是寄吧)
[[/iftags]]
英站的个速览,101~150
看有观众催于是做了个
没啥好说的
------
[[html]]
<iframe class="iframe_video" src="//player.bilibili.com/player.html?bvid=BV1ch4y1X7G1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
[[/html]]
[[iftags +组件]]
+ 如何使用
在你的页面中插入以下代码
> [[include :backrooms-to-dv:component:bilibili
> |bv=视频BV号
> ]]
(中站那个没法改bv号,代码里抢先标了个av号,就是寄吧)
[[/iftags]]
C201~C250
本来群里看别人有说要做
结果到头来群里还是只有我一个人做速览()
------
[[html]]
<iframe class="iframe_video" src="//player.bilibili.com/player.html?bvid=BV18N4y1d7fz" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
[[/html]]
[[iftags +组件]]
+ 如何使用
在你的页面中插入以下代码
> [[include :backrooms-to-dv:component:bilibili
> |bv=视频BV号
> ]]
(中站那个没法改bv号,代码里抢先标了个av号,就是寄吧)
[[/iftags]]
C251~C300
歇了个暑假感觉不大行,于是肝了几天做出来了
每隔几个层级就要抠个生存难度,颜色变了也抠图变了也抠
唯一不大满意的是BGM
------
[[/tab]]
[[tab 个人推荐]]
[[html]]
<iframe class="iframe_video" src="//player.bilibili.com/player.html?bvid=BV1Qd4y1C7pu" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
[[/html]]
[[iftags +组件]]
+ 如何使用
在你的页面中插入以下代码
> [[include :backrooms-to-dv:component:bilibili
> |bv=视频BV号
> ]]
(中站那个没法改bv号,代码里抢先标了个av号,就是寄吧)
[[/iftags]]
发布的第二个视频,--也是目前播放最高的视频-- 不了现在UT涩图反超了
当时伪宜居成刻板印象之首
还不熟练而且数量真的多,我记得五十多个,做了两周才做出来
--日没开创作激励没钱赚--
------
[[html]]
<iframe class="iframe_video" src="//player.bilibili.com/player.html?bvid=BV1cF411d73s" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
[[/html]]
[[iftags +组件]]
+ 如何使用
在你的页面中插入以下代码
> [[include :backrooms-to-dv:component:bilibili
> |bv=视频BV号
> ]]
(中站那个没法改bv号,代码里抢先标了个av号,就是寄吧)
[[/iftags]]
疣体涩图,一年前的数据被我翻了出来所以评论区一直在问为什么这么少数量
封面随便糊
------
[[html]]
<iframe class="iframe_video" src="//player.bilibili.com/player.html?bvid=BV15c411u7uj" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
[[/html]]
[[iftags +组件]]
+ 如何使用
在你的页面中插入以下代码
> [[include :backrooms-to-dv:component:bilibili
> |bv=视频BV号
> ]]
(中站那个没法改bv号,代码里抢先标了个av号,就是寄吧)
[[/iftags]]
回前厅,之前翻C-7找到的返乡可能的标签于是做了
不知道谁拿中站账号转发,总之小火了下(相对后室圈)
现在比我发中站的两速览还高播放
------
[[html]]
<iframe class="iframe_video" src="//player.bilibili.com/player.html?bvid=BV1vk4y1L7SW" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
[[/html]]
[[iftags +组件]]
+ 如何使用
在你的页面中插入以下代码
> [[include :backrooms-to-dv:component:bilibili
> |bv=视频BV号
> ]]
(中站那个没法改bv号,代码里抢先标了个av号,就是寄吧)
[[/iftags]]
本站特供
全无图片就()
------
[[/tab]]
[[/tabview]]
@@@@
@@@@
@@@@
@@@@
@@@@
@@@@
@@@@
@@@@
**//[[size 60%]]为什么这里有个汉堡在屏幕中心转?别问我,我也很吃惊()[[/size]]//**
[[/div]]
[[module css]]
tbody tr:nth-child(7) a[href="/brwdpic"] ~ span, tbody tr:nth-child(7) a[href="/brwdpic"],
tbody tr:nth-child(7) a[href="/m011-2"] ~ span, tbody tr:nth-child(7) a[href="/m011-2"],
tbody tr:nth-child(7) a[href="/gpartbyzey"] ~ span, tbody tr:nth-child(7) a[href="/gpartbyzey"] {display:none}
#page-title, #delete-button, #rename-move-button, #page-block-button, #parent-page-button, #backlinks-button, #watchers-button, #edit-meta-button, #files-button, #print-button, #tags-button, #site-tools-button , #edit-sections-button , #edit-append-button , #edit-meta-button , #history-button{display:none!important;}
.page-source {font-size: 0;padding: 1rem;}
.page-source:before {
content: "看你妈逼,代码GP";
font-size: 2rem;
font-weight: bold;
display: block;
text-align: center;
animation: color 0.3s infinite;
}
.rateup.btn a:hover{
color:#fff0;
}
#edit-page-form {
border-top: 1px solid #c5c3be;
}
.rateup.btn a:hover:before{
background:#fff0;
-webkit-mask-image:none;
mask-image:none;
}
.rateup.btn a:hover:after{
content:"叠";
color:black;
font-size:15px;
background:#2ccb2a;
}
.list-pages-box .list-pages-item:last-child .collectiondot {
display:none;
}
#u-table, .tablecontent {
display: none;
}
#u-table:target + .tablecontent{
display: block;
}
#u-table:target + .tablecontent + #u-main {
display: none;
}
.articlecolumn .list-pages-item, .articlecolumn .list-pages-item > div, .articlecolumn .list-pages-item > p {
display: inline;
}
.collection .articlecolumn .list-pages-item {
font-size: 50%;
}
.articlecolumn, .titlecolumn {
border: 2px solid;
padding: .5em;
}
.titlecolumn {
width: 30%;
font-size: 150%;
}
@keyframes color {
0% {color: #640000; }
12.5% {color: #875700; }
25% {color: #8f8f00; }
50% {color: #006200; }
62.5% {color: #005858; }
75% {color: #000064; }
87.5% {color: #740074; }
100% {color: #640000; }
}
.open-menu {
display:none!important;
}
.yui-content {
max-height: 30rem;
overflow: auto;
}
[[/module]]
[[module css]]
.rate-points span, #prw54355 {
display: none;
}
.rate-points:after {
content: '-114514';
}
#pagerate-button:after {
content: '-114514';
margin-left: -5px;
}
.page-rate-widget-box .ratedown
{
display: none;
}
[[/module]]
[[module css]]
/**
* 单页迭代
*/
.offset-page:not(:target), .offset-page:target ~ div#u-default-page { display: none }
.offset-page:target { display: block }
[[/module]]大型纪录片之【发布内容过长,管理强行编辑】
上一世,我被HW编辑了,这一世,我重生了…
好的还没写完
