异世界跳跃目的地候选:117 “哈雷特”

临时用途

@charset "utf-8";

@import url('https://scp-wiki.wikidot.com/local--files/component:theme/font-bauhaus.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/cc-icons/1.2.1/css/cc-icons.min.css');

/*
    SCP Sigma 9
    [2014 Wikidot Theme]
    Created for the SCP Foundation by Aelanna
    Edited for SCP財団 by Dr Devan, NanimonoDemonai

*/

/* for Ruby size*/
body {-webkit-text-size-adjust: 110%;
}

/* COMMON */
#content-wrap {
    position: relative;
    margin: 2em auto 0;
    max-width: 1040px;
    min-height:1800px;
    height: auto !important;
    height: 1850px;
}

h1, #page-title {
    color: #901;
    padding: 0 0 0.25em;
    margin: 0 0 0.6em;
    font-weight: normal;
}
h1 {
    margin-top: 0.7em;
    padding: 0;
    font-weight: bold;
}
h2, h3, h4, h5, h6, h7 {
    margin: 0.5em 0 0.4em;
    padding: 0;
    letter-spacing: 1px;
}
#page-title {
    border-color: #bbb;
}
ul {
    /* list-style-image: url(https://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/bullet.gif); */
    list-style: square;
}
#top-bar ul {
    /* list-style-image: none; /* IE ONLY! IF list-style-image IS SET */
}

li, p {
    line-height: 141%;
}
a {
    color: #b01;
    text-decoration: none;
    background: transparent;
}
a.newpage {
    color: #d61;
    text-decoration: none;
    background: transparent;
}
a:hover {
    text-decoration: underline;
    background-color: transparent;
}

.form-control {
    width: 95%;
}

/* GLOBAL WIDTH */
#header, #top-bar {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}

#top-bar {
    width: 100%;
    margin: 0 auto;
}

.mobile-top-bar {
    display: none;
    position: absolute;
    left: 1em;
    bottom: 0px;
    z-index: 0;
}

body {
    background-color: #fff;
    font-size: 0.80em;
    color: #333;
}
div#container-wrap {
    background: url(https://scp-wiki.wikidot.com/local--files/component:theme/body_bg.png) top left repeat-x;
}

/* HEADER */
#header {
    height: 140px;
    position: relative;
    z-index: 10;
    padding-bottom: 22px; /* FOR MENU */
    background: url(https://scp-wiki.wikidot.com/local--files/component:theme/logo.png) 10px 40px no-repeat;
}
#search-top-box {
    position: absolute;
    top: 79px;
    right: 9px;
    width: 250px;
    text-align: right;
}
#search-top-box-input {
    border: solid 1px #999;
    border-radius: 5px;
    color: #ccc;
    background-color: #300;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.5);
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #fff;
    color: #fff;
    background-color: #633;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.8);
}
#search-top-box-form input[type=submit] {
    border: solid 1px #999;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 90%;
    font-weight: bold;
    color: #ccc;
    background-color: #633;
    background: linear-gradient(to bottom, #966,#633,#300);
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    cursor: pointer;
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #fff;
    color: #fff;
    text-shadow: 0 0 1px rgba(255,255,255,.25)
    background-color: #966;
    background: linear-gradient(to bottom, #c99,#966,#633);
    box-shadow: 0 1px 3px rgba(0,0,0,.8);
}

#login-status {
    color: #aaa;
    font-size: 90%;
    z-index: 30;
    font-family: verdana, arial, helvetica, 'Meiryo', sans-serif;
}
#login-status a {
    background: transparent;
    color: #ddd;
}
#login-status ul a {
    color: #700;
    background: transparent;
}

#account-topbutton {
    background: #ccc;
    color: #700;
}

.printuser img.small {
    margin-right: 1px;
}

#header h1 {
    margin-left: 120px;
    padding: 0;
    float: left;
    max-height: 95px;
}
#header h2 {
    margin-left: 120px;
    padding: 0;
    clear: left;
    float: left;
    font-size: 105%;
    max-height: 38px;
}

#header h1 a {
    display: block;
    margin: 0;
    padding: 80px 0 25px;
    line-height: 0px;
    max-height: 0px;
    color: #eee;
    background: transparent;
    font-family: BauhausLTDemi, Arial, sans-serif;
    font-size: 180%;
    text-decoration: none;
    text-shadow: 3px 3px 5px #000;
    letter-spacing: 0.9px;
}

#header h2 span {
    display: block;
    margin: 0;
    padding: 19px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: bold;
    color: #f0f0c0;
    text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

/* TOP MENU */
#top-bar {
    position: absolute;
    z-index: 50;
    top: 140px;
    height: 21px;
    line-height: 18px;
    padding: 0;
    z-index: 20;
    font-size: 90%;
}

#top-bar ul {
    float: right;
}

#top-bar li {
    margin: 0;
}

#top-bar a {
    color: #fff;
    background: transparent;
}

#top-bar ul li {
    border: 0;
    position: relative;
}

#top-bar ul li ul {
    border: solid 1px #666;
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
    border-top: 0;
}

#top-bar ul li a {
    border-left: solid 1px rgba(64,64,64,.1);
    border-right: solid 1px rgba(64,64,64,.1);
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1px;
    max-height: 1px;
    overflow: hidden;
}

#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #eee;
    color: #a01;
    border-left: solid 1px rgba(64,64,64,1);
    border-right: solid 1px rgba(64,64,64,1);
}

#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-width: 0;
    width: 150px;
    border-top: 1px solid #ddd;
    line-height: 160%;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
}

#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #fff;
    text-decoration: none;
}
#top-bar ul li ul {
    border-width: 0 1px 1px 1px;
    width: auto;
}
#top-bar ul li ul li, #top-bar ul li ul li.sfhover,
#top-bar ul li ul li, #top-bar ul li ul li:hover {
    border-width: 0;
}
#top-bar ul li ul li a {
    border-width: 0;
}
#top-bar ul li ul a, #top-bar a:hover {
    color: #a01;
}

.top-bar ul li:last-of-type ul {
    right: 0;
}

/* IE7 HACK */
#top-bar ul > li > ul {
    *margin-top: -4px;
}

/* SIDE MENU */
#side-bar {
    clear: none;
    float: none;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 17em;
    padding: 0;
    border: none;
    display: block;
}
#side-bar .side-block {
    padding: 10px;
    border: 1px solid #660000;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(102,0,0,.5);
    background: #fff;
    margin-bottom: 15px;
}
#side-bar .side-area {
    padding: 10px;
}
#side-bar .heading {
    color: #600;
    border-bottom: solid 1px #600;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}
#side-bar p {
    margin: 0;
}
#side-bar div.menu-item {
    margin: 2px 0;
}
#side-bar div.menu-item img {
    width: 13px;
    height: 13px;
    border: 0;
    margin-right: 2px;
    position: relative;
    bottom: -2px;
}
#side-bar div.menu-item a {
    font-weight: bold;
}
#side-bar div.menu-item.inactive img {
    opacity: 0.25;
}
#side-bar div.menu-item.inactive a {
    color: #999;
}
#side-bar div.menu-item .sub-text {
    font-size: 80%;
    color: #666;
}
#side-bar div.menu-item.sub-item {
}

#side-bar .collapsible-block-folded {
    background: url(https://scp-wiki.wikidot.com/local--files/nav:side/expand.png) 0 2px no-repeat;
}
#side-bar .collapsible-block-link {
    margin-left: 15px;
    font-weight: bold;
}
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #600;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 8pt;
    color: #600;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #b01;
    text-decoration: none;
}

#side-bar ul{
    list-style-type: none;
    padding: 0 5px 0;
}
/* CONTENT */
#main-content {
    margin: 0 4em 0 20em;
    padding: 1em;
    position: relative;
}

/* ACTUALLY HIDE HIDDEN TAGS */
#main-content .page-tags a[href^="/system:page-tags/tag/_"]
{
    display: none;
}

#breadcrumbs {
    margin: -1em 0 1em;
    font-weight: 85%;
}

/* YUI-TABS */
.yui-navset .yui-content{
    background-color: #f5f5f5;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color:#d8d8d8;
    background-image: url(https://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/yuitabs.png);
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:#700 url(https://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/yuitabs.png) repeat-x left -1400px; /* selected tab background */
    color:#fff;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:#d88 url(https://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/yuitabs.png) repeat-x left -1300px;
    text-decoration: none;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}
.yui-navset li {
    line-height: 141%;
    word-break:break-all;
}

/* FOOTER */
#footer {
    clear: both;
    font-size: 77%;
    background: #444;
    color: #bbb;
    margin-top: 15px;
    padding: 3px 10px;
}
#footer .options {
    visibility: visible;
    display: block;
    float: right;
    width: 50%;
    font-size: 100%;
    text-align: right;
}
#footer a {
    color: #fff;
    background: transparent;
}

/* SOME NICE BOXES */
div.sexy-box {
    background: #eee;
    border: 1px solid #ccc;
    padding: 0 10px 12px;
    margin: 7px 4px 12px;
    overflow: hidden;
}
div.sexy-box div.image-container img {
    margin: 5px;
    padding: 2px;
    border: 1px solid #999;
}

/* Custom page content classes */
#page-content {
    min-height: 720px;
}

.unmargined > p {
    margin: 0;
    line-height: 100%;
}
.content-panel {
    border: solid 1px #888880;
    border-radius: 10px;
    background-color: #999990;
    margin: 10px 0 15px;
    box-shadow: 3px 3px 6px #bbb;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.1);
}
.content-panel.standalone {
    background: #fcfdfb;
}
.content-panel.series {
    padding: 0 20px;
    margin-bottom: 20px;
}
.content-panel.centered {
    text-align: center;
}
.content-panel.left-column {
    float: left;
    width: 48%;
}
.content-panel.right-column {
    float: right;
    width: 48%;
}

.content-panel .panel-heading {
    padding: 2px 10px;
    color: #ffffff;
    font-size: 90%;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}
.content-panel .panel-heading > p,
.content-panel .panel-footer > p {
    margin: 0;
}
.content-panel .panel-body {
    padding: 5px 10px;
    background: #fff9f0 url(https://scp-wiki.wikidot.com/local--files/component:theme/panel-bg-gradient-reverse.png) bottom repeat-x;
    /* box-shadow: 1px 2px 3px rgba(0,0,0,.2) inset */
}
.content-panel .panel-footer {
    padding: 1px 10px;
    color: #fffff0;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.content-panel .panel-footer a {
    color: #ffffff;
}
.content-panel .content-toc {
    float: right;
    padding: 0 20px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    margin: 20px 0 5px 5px;
    white-space: nowrap;
    box-shadow: inset 1px 2px 6px rgba(0,0,0,.15)
}

.alternate:nth-child(even) {
    background-color: rgba(255,255,255,.9);
}

/* Page Rating Module Customizations */
.page-rate-widget-box {
    display: inline;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    margin-bottom: 10px;
    margin:0;
    padding:0;
}
div.page-rate-widget-box .rate-points {
    background-color: #633;
    border: solid 1px #633;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    color: #FFF;
    font-weight: bold;
    padding: 0 10px;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #fff6f0;
    border-top: solid 1px #633;
    border-bottom: solid 1px #633;
    font-weight: bold;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #633;
    padding: 0 4px;
    margin: 0 1px;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #633;
    color: #fffff0;
    text-decoration: none;
}
.page-rate-widget-box .cancel {
    background-color: #633;
    border: solid 1px #633;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
.page-rate-widget-box .cancel a {
    background: transparent;
    text-transform: uppercase;
    color: #966;
    padding: 0 5px;
}
.page-rate-widget-box .cancel a:hover {
    border-radius: 0 3px 3px 0;
    background: #633;
    color: #fffff0;
    text-decoration: none;
}

/* Heritage Collection Rating Module */
.heritage-rating-module {
    float:right;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    vertical-align: top;
    background-color: #633;
    padding: 0px 8px 0px 5px;
    border: solid 1px #ccc066;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    margin:0;
    margin-bottom: 10px;
}
.heritage-rating-module .page-rate-widget-box {
    box-shadow: none;
    margin:0;
}
.heritage-rating-module .heritage-emblem {
    float: right;
    position: relative;
    top: -1px;
    left: 2px;
    height: 16px;
    width: 16px;
    overflow: visible;
    margin-right: 2px;
}
.heritage-rating-module .heritage-emblem img {
    width: 20px;
    height: 20px;
    border: 0;
}

.rateBox{
    display:inline-block;
}

.rateBox p{
    display:inline;
    margin:0;
    padding:0;
}

/* Fixes for multi-line page tags */

#main-content .page-tags {
    margin: 1em 0 0;
    padding: 0;
}
#main-content .page-tags span {
    display: inline-block;
    padding: 0;
    max-width: 60%;
}
#main-content .page-tags a {
    display: inline-block;
    white-space: nowrap;
}

/* Standard Image Block */
.scp-image-block {
    border: solid 1px #666;
    box-shadow: 0 1px 6px rgba(0,0,0,.25);
    width: 300px;
}

.scp-image-block.block-right {
    float: right;
    clear: right;
    margin: 0 2em 1em 2em;
}

.scp-image-block.block-left {
    float: left;
    clear: left;
    margin: 0 2em 1em 0;
}

.scp-image-block.block-center {
    margin-right: auto;
    margin-left: auto;
}
.scp-image-block img {
    border: 0;
    width: 300px;
}
.scp-image-block .scp-image-caption {
    background-color: #eee;
    border-top: solid 1px #666;
    padding: 2px 0;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    width: 300px;
}
.scp-image-block > p {
    margin: 0;
}
.scp-image-block .scp-image-caption > p {
    margin: 0;
    padding: 0 10px;
}
@media (max-width: 768px) {
    .scp-clear-true.scp-image-block {
        float: none;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }
}
/* Forum Customizations */
.forum-thread-box .description-block {
    padding: .5em 1em;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0,0,0,.15),
    inset 0 1px 0 rgba(255,255,255,.8),
    inset 0 10px 5px rgba(255,255,255,.25),
    inset 0 -15px 30px rgba(0,0,0,.1)
}

.thread-container .post .head {
    padding: 0.5em 1em;
    background-color: #eee;
    background: linear-gradient(to right, #eee, #eeecec);
    box-shadow: inset 2px 3px 6px rgba(0,0,0,.15);
    border-radius: 5px 5px 0 0;
}

/* Hide Forum Signatures */
.signature {
    display:none !important;
}

/* Ruby by Nanimono Demonai */

.ruby, ruby {
    display:inline-table;
    text-align:center;
    white-space:nowrap;
    line-height:1;
    height:1em;
    vertical-align:text-bottom;
}

.rt, rt {
    display:table-header-group;
    font-size:0.6em;
    line-height:1.1;
    text-align:center;
    white-space:nowrap;
}

/* Keycap */

.keycap {
    border: 1px solid;
    border-color: #ddd #bbb #bbb #ddd;
    border-bottom-width: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 1px 3px;
    font-family: inherit;
    font-size: 0.85em;
    white-space: nowrap;
}

/* tag style */

.tags {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 3px 5px 3px 0px;
    height: 13px;
    line-height: 13px;
    font-size: 11px;
    background: #666;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.tags:before {
    content: "";
    padding: 0px 1px 3px 1px;
    float: left;
    position: relative;
    top: -3px;
    left: -10px;
    width: 0;
    height: 0;
    border-color: transparent #666 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 8px 0px;
}

.tags:after {
    content: "";
    position: relative;
    top: 4.5px;
    left: -8px;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #333;
    box-shadow: -1px -1px 2px #333;
}

/* Display Black Block by Nanimono Demonai */
.bblock {
    color: #000000;
    background-color:#000000;
    transition: 2s;
    text-decoration: none;
}

.bblock:hover {
    background-color:#000000;
    color: #006600;
    text-decoration: none;
}

.dblock {
    color:#000000;
    background-color:#000000;
    transition: 2s;
    text-decoration: none;
}

.dblock:hover {
    background-color:transparent;
    text-decoration: none;
}

/* Blockquote Mimic Dic */
div.blockquote {
    border: 1px dashed #999;
    background-color: #f4f4f4;
    padding: 0 1em;
    margin: 1em 3em;
}

@media (max-width: 479px) {
    div.blockquote {
        margin: 1em 0;
    }
}

@media (min-width: 480px) and (max-width: 580px) {
    div.blockquote {
        margin: 0.5em;
    }
}

/*
    2011-11-13 Minobe Hiroyuki @ Marguerite Site
    www.marguerite.jp/Nihongo/WWW/CSSTips/EmphasizeDots-CSS3.html
    Edited for the SCP Foundation by Nanimono_Demonai
*/

.emph {
    text-emphasis-style: dot ;
    -webkit-text-emphasis-style: dot ;
}

/* For FireFox */
@-moz-document url-prefix() {
    .emph {
        /* For the environments which comply with CSS3. */
        font-family: monospace;
        font-style: normal;
        font-weight: normal;
        background-image: url(https://scp-wiki.wikidot.com/local--files/component%3Atheme/dot.png), none;
        background-repeat: repeat-x;
        padding: 0.5em 0 0;
        background-color:transparent;
        background-clip: padding-box, content-box;
        background-size: 1em 1.3em, auto;
    }
}

/* For IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .emph {
        /* For the environments which comply with CSS3. */
        font-family: monospace;
        font-style: normal;
        font-weight: normal;
        background-image: url(https://scp-wiki.wikidot.com/local--files/component%3Atheme/dot.png), none;
        background-repeat: repeat-x;
        padding: 0.5em 0 0;
        background-color:transparent;
        background-clip: padding-box, content-box;
        background-size: 1em 1.3em, auto;
    }
}

/* viewport */

@viewport {
    width: device-width;
    zoom: 1.0;
}

/* IE viewport */
@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}

/* opera viewport */
@-o-viewport {
    width: device-width;
    zoom: 1.0;
}

/* chrome viewport - maybe it isn't work... */
@-webkit-viewport {
    width: device-width;
    zoom: 1.0;
}

/* firefox viewport - maybe it isn't work too... */
@-moz-viewport {
    width: device-width;
    zoom: 1.0;
}

/* adblock */
.wd-adunit {
    display: none;
}

/* webkit scrollbar */
::-webkit-scrollbar
{
    width: 9px;    /* for vertical scrollbars */
    height: 9px; /* for horizontal scrollbars */
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-round: 0.5px;
}

::-webkit-scrollbar-track
{
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
    background: rgba(50, 50, 50, 0.3);
}

.page-source {
    word-break: break-all;
}

/* Responsive Web Design */
img, embed, video, object, iframe, table {
    max-width: 100%;
}

#page-content div, #page-content div table {
    max-width: 100%;
}

#edit-page-comments {
    width: 100%;
}

/* basic Query for mobile devices */

@media (max-width: 767px) {
    .owindow {
        min-width: 80%;
        max-width: 99%;
    }

    .modal-body .table, .modal-body .table ~ div {
        float: left;
    }

    .owindow .button-bar {
        float: right;
    }

    .owindow div a.btn-primary {
        width: 100%;
        float: left;
    }
}

/* Mobile Media Query */
@media (max-width: 479px) {
    #search-top-box-input {
        width: 5em;
    }

    #page-content {
        font-size: 0.9em;
    }

    #main-content {
        margin: 0;
    }

    #recent-posts-category {
        width: 100%;
    }

    #header, .mobile-top-bar {
        max-width: 90%;
    }

    #side-bar {
        width: 80%;
        position: relative;
    }

    .top-bar {
        display:none;
    }

    .mobile-top-bar {
        display: block;
        padding: 0;
    }

    .page-options-bottom a {
        padding: 0 4px;
    }

    #header h1 a {
        font-size: 100%;
    }

    blockquote {
        margin: 1em 0;
    }

    .license-area {
        font-size: 0.8em;
    }

    #header {
        background-position: 0 5.5em;
        background-size: 55px 55px;
    }

    #header h1, #header h2 {
        margin-left: 66px;
    }

    table.form td, table.form th {
        float: left;
    }

    td.title {
        width: 30%;
    }

    table.form td, table.form th {
        padding: 0;
    }

    #edit-page-title {
        max-width: 90%;
    }

    .content-panel.left-column, .content-panel.right-column  {
        width: 99%;
        float: left;
    }

    #page-content div, #page-content div table {
        clear: both;
    }
    .heritage-rating-module {
        padding: 1px 8px 1px 5px;
    }

    .heritage-rating-module .heritage-emblem {
        top: -2px;
    }
}

/* Note Media Query */
@media (min-width: 480px) and (max-width: 580px) {
    #search-top-box-input {
        width: 7em;
    }

    #main-content {
        margin: 0 2em 0 2em;
    }

    #header, .mobile-top-bar {
        max-width: 90%;
    }

    #side-bar {
        width: 80%;
        position: relative;
    }

    .top-bar {
        display:none;
    }

    .mobile-top-bar {
        display: block;
    }

    .page-options-bottom a {
        padding: 0 5px;
    }

    #header h1 a {
        font-size: 120%;
    }

    blockquote {
        margin: 0.5em;
    }

    .license-area {
        font-size: 0.85em;
    }

    #header {
        background-position: 0.5em 4.5em;
        background-size: 66px 66px;
    }

    #header h1, #header h2 {
        margin-left: 80px;
    }

    td.title {
        width: 30%;
    }

    .content-panel.left-column, .content-panel.right-column  {
        width: 99%;
        float: left;
    }

    #page-content div, #page-content div table {
        clear: both;
    }
}

/* Mini Tablet Media Query */
@media (min-width: 581px) and (max-width: 767px) {
    #search-top-box-input {
        width: 8em;
    }

    #side-bar {
        width: 80%;
        position: relative;
    }

    #main-content {
        margin: 0 3em 0 2em;
    }

    #header, .mobile-top-bar {
        max-width: 90%;
    }

    .top-bar {
        display: none;
    }

    .mobile-top-bar {
        display: block;
    }

    .page-options-bottom a {
        padding: 0 6px;
    }

    #header h1 a {
        font-size: 140%;
    }

    .license-area {
        font-size: 0.9em;
    }

    #header {
        background-position: 1em 4em;
        background-size: 77px 77px;
    }

    #header h1, #header h2 {
        margin-left: 93px;
    }
}

/* Tablet Media Query */
@media (min-width: 768px) and (max-width: 979px) {
    #main-content {
        margin: 0 4em 0 20em;
    }

    #header, #top-bar #side-bar {
        max-width: 100%;
    }

    .top-bar li {
        margin: 0;
    }

    #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a {
        width: 110px;
    }

    .page-options-bottom a {
        padding: 0 7px;
    }

    #header h1 a {
        font-size: 160%;
    }

    .license-area {
        font-size: 0.95em;
    }

    #header {
        background-position: 1em 4em;
        background-size: 88px 88px;
    }

    #header h1, #header h2 {
        margin-left: 106px;
    }

    .content-panel.left-column, .content-panel.right-column  {
        width: 99%;
        float: left;
    }

    #page-content div, #page-content div table {
        clear: both;
    }
}

/* Desktop Media Query -----------
@media (min-width: 980px) and (max-width: 1399px) {

}
------------------------------------------ */

/* Wide Monitor Media Query -----
@media (min-width: 1400px) {

}
------------------------------------------ */

/* off-canvas */

.close-menu {
    display: none;
}

@media (max-width: 767px) {

    .page-history tbody tr td:last-child {
        width: 35%;
    }

    .owindow {
        min-width: 80%;
        max-width: 99%;
    }

    .modal-body .table, .modal-body .table ~ div {
        float: left;
    }

    .owindow .button-bar {
        float: right;
    }

    .owindow div .btn-primary {
        width: 100%;
        float: left;
    }

    .owindow div .btn-primary ~ div {
        width: 100%;
    }

    .yui-navset {
        z-index: 1;
    }

    #navi-bar, #navi-bar-shadow {
        display: none;
    }

    .open-menu a {
        position: fixed;
        bottom: 0.5em;
        left: 0.5em;
        z-index: 15;
        font-family: san-serif;
        font-size: 30px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        line-height: 0.9em;
        text-align: center;
        border: 0.2em solid #888 !important;
        background-color: #fff !important;
        border-radius: 3em;
        color: #888 !important;
    }

    .open-menu a:hover {
        text-decoration: none !important;
        -webkit-box-shadow: 0px 0px 20px 3px rgba(153,153,153,1);
        -moz-box-shadow: 0px 0px 20px 3px rgba(153,153,153,1);
        -ms-box-shadow: 0px 0px 20px 3px rgba(153,153,153,1);
        -o-box-shadow: 0px 0px 20px 3px rgba(153,153,153,1);
        box-shadow: 0px 0px 20px 3px rgba(153,153,153,1);
    }

    #main-content {
        max-width: 90%;
        margin: 0 5%;
        padding: 0;
        -webkit-transition: 0.5s ease-in-out 0.1s;
        -moz-transition: 0.5s ease-in-out 0.1s;
        -ms-transition: 0.5s ease-in-out 0.1s;
        -o-transition: 0.5s ease-in-out 0.1s;
        transition: 0.5s ease-in-out 0.1s;
    }

    #side-bar {
        display: block;
        position: fixed;
        top: 0;
        left: -25em;
        width: 17em;
        height: 100%;
        background-color: rgb(184, 134, 134);
        overflow-y: auto;
        z-index: 10;
        padding: 1em 1em 0 1em;
        -webkit-transition: left 0.5s ease-in-out 0.1s;
        -moz-transition: left 0.5s ease-in-out 0.1s;
        -ms-transition: left 0.5s ease-in-out 0.1s;
        -o-transition: left 0.5s ease-in-out 0.1s;
        transition: left 0.5s ease-in-out 0.1s;
    }

    #side-bar:after {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);

    }

    #side-bar:target {
        display: block;
        left: 0;
        width: 17em;
        margin: 0;
        border: 1px solid #dedede;
        z-index: 10;
    }

    #side-bar:target + #main-content {
        left: 0;
    }

    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3) 1px 1px repeat;
        z-index: -1;
    }
}
.post .content a {
    word-wrap:break-word;
}
.colmod-block > ul,
.colmod-block > ul > li {
    display:block;
    line-height:normal;
    list-style:none;
    margin:0;
    padding:0;
}
.colmod-block > ul > li > ul,
li.folded > .colmod-link-top a + a,
li.folded > .colmod-content,
li.folded > .colmod-link-end a,
li.unfolded > .colmod-link-top a:first-child {
    display:none;
}
.colmod-content {
    -webkit-animation:colmod-fade-in 0.2s ease-in-out;
    -moz-animation:colmod-fade-in 0.2s ease-in-out;
    animation:colmod-fade-in 0.2s ease-in-out;
    -webkit-animation-timing-function:cubic-bezier(0.3649610494,0,0.6350389506,1);
    -moz-animation-timing-function:cubic-bezier(0.3649610494,0,0.6350389506,1);
    animation-timing-function:cubic-bezier(0.3649610494,0,0.6350389506,1);
}
li.folded > .colmod-content {
    -webkit-animation-name:none;
    -moz-animation-name:none;
    animation-name:none;
}
@-webkit-keyframes colmod-fade-in { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes colmod-fade-in { from { opacity:0; } to { opacity:1; } }
@keyframes colmod-fade-in { from { opacity:0; } to { opacity:1; } }
[class|="colmod-link"] div.foldable-list-container {
    display:inline;
}
.colmod-collapsiblealt > [class|="colmod-link"] {
    margin:0.5em 0;
    text-align:center;
}

.colmod-collapsiblealt > [class|="colmod-link"],
.collapsiblealt > .colmod-block > ul > li > [class|="colmod-link"] {
    margin:0.5em 0;
    text-align:center;
}
.colmod-collapsiblealt > [class|="colmod-link"] a,
.collapsiblealt > .colmod-block > ul > li > [class|="colmod-link"] a {
    padding:0.1em 0.5em;
    text-decoration:none;
    background-color:#F4F4F4;
    border:1px solid #AAA;
    color:#000;
}
.colmod-collapsiblealt > [class|="colmod-link"] a:hover,
.colmod-collapsiblealt > [class|="colmod-link"] a:active,
.collapsiblealt > .colmod-block > ul > li > [class|="colmod-link"] a:hover,
.collapsiblealt > .colmod-block > ul > li > [class|="colmod-link"] a:active {
    background:#DDD;
    text-decoration:none;
}
.hovertip {
    cursor: pointer;
}

/*メタタイトル折りたたみ用CSS*/
.content-panel.scp ul {
    padding: 0 0 0 1.5em;
}
.content-panel.scp ul li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
}
.content-panel.scp ul li:hover {
    -webkit-line-clamp: unset;
    overflow: visible;
}
.content-panel.scp ul li:before {
    background: #333;
    content: "";
    display: inline-block;
    height: 4px;
    margin: 0 1em 0 0;
    vertical-align: middle;
    width: 4px;
}
@media (max-width: 767px) { 
    .content-panel.scp .content-toc {
        float: unset;
    }
}

U設定: #58|地区设定: 地球|语言设置:简体中文

%E3%83%8A%E3%82%AC%E3%82%B5%E9%9B%AA%E9%83%B7.jpg

卡诺雷姆地区周边的纳加萨雪乡

基础信息

跳跃目的地名称: 哈雷特
└ 存在积极治理周边治安的君主制国家及宗教团体。但是,这两个团体与厄尔玛为敌对关系。

所属宇宙: Universe117
└ 存在小规模冲突。其中哈雷特处于不稳定的局势之中

现场厄尔玛规模: Ⅲ~Ⅶ
└ 由于不稳定的局势,各地域厄尔玛教团的规模与安全性各有差异。详细情况请参照各跳跃目标的分部的页面。

卡诺雷姆帝国分部
纳加萨雪乡分部
东纳加萨史前遗迹群分部
克莱斯莱特村遗址分部

※除上述地区与国家外更多分部将持续增加

厄尔玛跳跃注意事项:
└ 哈雷特奇迹论亚种实体群对秩序存在严重恶劣影响。包括厄尔玛教团所在地在内的地区均无安全保障,小规模的冲突与种族矛盾频发。




现场介绍

哈雷特是Universe117中的一颗天然行星。哈雷特存在于与Universe58和Universe4000平行的异世界(统称为58系列宇宙)中Universe58中地球的位置。经对行星的年龄测算得知与Universe4000相比这里的时间多经过了2000年。
哈雷特除了地表空间以外还存在着被称为“天球”“天顶”或“埃里什恩”的第二大陆。天球漂浮于空中,奇迹论亚种实体会从天球降临到地表。降临的奇迹论亚种实体存在上千种种类,均为极其危险的存在。这些奇迹论亚种实体由天球上的原住民“天上人”无限产生,天球附近的地表区域是全哈雷特数一数二的危险地带。此外,在哈雷特,作为与天球对应的存在,行星地表有时也被称为地芯。

哈雷特的霸权国家为“卡诺雷姆帝国”,一个与奇迹论亚种实体对抗并驱逐的君主制国家。魔法从天球上降临之初,以突然出现的年轻人为中心建立的国家。自建国以来以消灭降临的奇迹论亚种实体与天上人为目的在世界各地展开作战。同时,对在后文中会被提到的被称为“魔法使”的民族实施镇压政策。因卡诺雷姆帝国对厄尔玛持敌对态度,故作为和奇迹论亚种实体一样必须注意的存在。厄尔玛教团在卡诺雷姆帝国难以展开活动,对帝国的信息收集也极其困难。

在哈雷特有一个名为“魔法使”的民族存在。他们是与天上人有所交集的名族的后裔,有着将本族流传的童话作为奇迹论亚种实体具象化并驱使的能力。魔法使以后文提及的传说为由受到卡诺雷姆帝国的迫害,除一部分为帝国对魔法政策在战斗前线效力的魔法使以外,多数魔法使遭到拘留或处决。魔法使对厄尔玛态度友好,哈特雷的分部多数受到魔法使的协助维持。






值得注意的民族・团体
%E5%B8%9D%E5%9B%BD%E9%AD%94%E5%B0%8E%E5%A3%AB.jpg

梅尔切族土著

魔法使
└ 他们是与天上人有所交集的地上人种的后裔,和天上人一样,可以基于自身感情具象化产生奇迹论亚种实体。很多魔法使穿着更好传达舞姿的长袍和雕刻的黄金,携带可以使自身情感高扬的乐器,记载着魔法之源的故事书以及被称为魔杖的传统拐杖。许多魔法使为了逃避帝国的镇压选择在远离卡诺雷姆帝国的地方生活,或者选择生活在后文中提到的圣天神团管理的地区生活。

其族群大多数被卡诺雷姆帝国压迫,以逃避镇压为目的与厄尔玛教团友好相处,不过,为卡诺雷姆帝国效力的魔法使除外。顺从卡诺雷姆帝国帝国的魔法使会定期交换到帝国对魔法镇压前线战斗从而逃过镇压。另外,他们有时会被派去执行抹杀逃离前线与情绪崩溃的魔法使的任务。因为残杀同胞他们被不屈服于卡诺雷姆帝国的魔法使所厌恶。

天上人
└ 他们是正在毁灭哈雷特的存在。被认为拥有近乎无限的时间与寿命,可以比地上的魔法使更加随心所欲的驾驭使用魔法,住在从地表无法访问的天球之上。由自身的魔法带来的恐惧之中再创造出恐怖的魔法。

%E6%95%99%E4%BC%9A%E3%83%AD%E3%82%B4.jpg

圣天神团的标志

圣・天之神官团教会
└ 圣・天之神官团教会,俗称"圣天神团",是以卡诺雷姆帝国为中心在哈雷特各地活动的宗教团体。虽然自称宗教团体,但实际上是可以说是以保护魔法使为目的的组织。夹在被镇压的魔法使与帝国之间,促使魔法使归顺帝国。不知为何与厄尔玛教团是敌对态度,是与帝国一样需要注意的势力。
圣天神团与卡诺雷姆帝国几乎同时建立。“由于降临的魔法的恐怖而情绪崩溃的魔法使在街道上大肆破坏的时候,一个男人把手里的水瓶给魔法使喝了后,魔法使恢复了平静”这种传闻传到了东纳加萨周围,相信暴走的魔法使与天上人也可以被拯救的人建立起了圣天神教。传闻中登场的男人的身份众说纷纭,由于其身份有是厄尔玛教祖的可能,故厄尔玛长老对其进行过调查。
卡诺雷姆帝国对持有此种活动与信条的圣天神团,表现出中立的态度。圣天神团虽然有着被称为骑士团的武装力量,但规模达不到与卡诺雷姆帝国抗衡的地步。哈雷特的民众对其没有被卡诺雷姆帝国敌视这种奇怪到不自然的局势的持续原因众说纷纭,帝国与圣天神团秘密相通的传言接二连三。





地标

图左: 卡诺雷姆-利维埃拉(卡诺雷姆堡)
└ 卡诺雷姆是哈雷特现存最庞大的国家。卡诺雷姆-利维埃拉是卡诺雷姆帝国的城堡。其特征为巨大的城郭与沉入水底的庭院,是一座可以体现卡诺雷姆帝国强大的城堡。水底庭院在卡诺雷姆-利维埃拉建成之初并不存在,是在奇迹论亚种实体袭击时由归顺卡诺雷姆帝国的魔法使使用魔法制造水淹没庭院作为护城河时产生的。卡诺雷姆-利维埃拉在建成之初单纯的被称为卡诺雷姆堡,经水底庭院一事,参照哈雷特的古语中意为湖岸的词语"利维埃拉",改名为卡诺雷姆-利维埃拉。

图中: 神话之塔
└ 比卡诺雷姆帝国更遥远的东方存在着巨大天球,其正下方存在的倒塌的建筑物,即后文神话中登场的“塔”。因为是天球的正下方,奇迹论亚种实体的出现数量压倒性的多,是连卡诺雷姆帝国正规军也不能接近的危险地带。迄今为止已组建多支调查队,但全部有去无回。另外,塔已经十分破碎,不能作为登陆天球的途径。

图右: 纳加萨史前遗迹群
└ 据传,哈雷特迄今为止已经扎根存在过三个文明。现在为哈雷特第三文明,神话中以天球为目标而建造塔的被认为是第二文明。据推测,在东纳加萨确认的史前遗迹群比第二文明古老得多,拥有与阿特拉尔相当的科学技术。这个文明被称为第一文明,覆灭原因未知,但是从第二文明遗留的画作发现其中描绘的的天球上的建筑与第一文明的建筑相似,指出第一文明与天上人存在联系。

%E3%82%AB%E3%82%A8%E3%83%8E%E3%83%AC%E3%83%A0%3D%E3%83%AA%E3%83%B4%E3%82%A3%E3%82%A8%E3%83%A9.jpg %E4%B8%96%E7%95%8C%E9%95%B7%E3%82%BF%E3%83%AF%E3%83%BC.jpg %E7%AC%AC%E4%B8%80%E6%96%87%E6%98%8E.jpg
帝都城堡"卡诺雷姆-利维埃拉" 神话之塔 ^^ 纳加萨史前遗迹群^^






体验·逸闻
卡诺雷姆帝国建国神话 序章"崩坏" 摘录自圣・天之神官团教会Sancti Caelites Pontificum出版书籍

却说以前。

太古之人善机工巧术,繁荣万分。

一次,一个男人突发奇想。

“我们建一座高塔,爬上那座高塔,去见住在天上的人吧。”

众人对此表示认同,着手开始了建造。

建造的塔贯穿虚空,终于抵达了天上人的村落

天上的人们和我们长相相似。但是却和天之下的人是完全不同的存在。

他们有着不可思议的力量。

随心所欲的操作物理法则,介入森罗万象,时而又创造出什么。

他们做到了,驾驭魔法。

据说他的人是通过魔法实现荣华富贵,党建势盛的。正因如此,他们不懂得欲望、争吵、嫉妒为何物。就这样活在近乎无限的时间之中,每日固定地过着与朋友、恋人在一起的平淡生活。

他们的文明即是"停滞"本身。完成的故事不存在后来,他们的文明已经停止。这样的情况下,天底下的人的来访是莫大的惊喜,好比时隔数十年再出新篇的作品。

天上的人虽拥有一切,却不因此而傲慢。天上天下的人们很快融洽地在一起,仿佛天空中上下的边界都模糊了。天上的人受到天底下发展的文明的刺激,天底下的人受到来自天上的魔法恩惠。两个文明互相尊重共同发展,最终慢慢交融。

但是,就像伟大的作品的续作总是以拙劣结尾。

天上的人通过将"自我"融入术式来施展魔法。对于停滞几千年的他们显然来自天底下的刺激过于强烈了。这使得术式扭曲使魔法暴走侵害了现实。

一次,一个天下人的笑话戳中一个天上人的笑点。天上人大笑不止,以玩笑为基础的魔法持续暴走,直到停止大笑。

一次,天下的人讲了个英雄逸事,天上的人感到心潮澎湃。天上的人被那个英雄强烈地影响,导致魔法暴走,那个英雄具象化于现实持续了半年以上。

这些感情,他们的感情就这样变成魔法,得到实体。但是感情不是永恒之物,几乎所有的魔法都会因为“厌倦”而迎来终结。但除了一种感情。

恐惧会纠缠于人的心头,且久久不会离开。一次,天底下的人讲的神话,使天上的人沉沦于恐惧中。巨大的恶龙吞噬着人们,用黑暗包围世界。那是个天下的人通过科学否定克服的传说,对他们而言仅仅是一个恐怖的传说。但是天上的人们却无法把这个传说作为虚构的故事来对待。

巨大的恶龙降落在天上的村庄。即使过了一段时间也没有消失,从天上降下了灾难。天底下的人们拿起武器,奋起战斗。天底下的人们向天上的人们寻求帮助。但是,天上的人们已经无法提供任何帮助与之反抗了。

恐惧会引发新的恐惧,无数恐惧交织在一起串联在一起。恐怖成为了新的恐怖,开始包围天上的人们——只要不盯住,就会一个接一个地扭断士兵们的脖子的无敌的恐怖魔像,残暴凶猛地吞食士兵的恐怖地龙,将年轻的士兵扔进异次元慢慢侵蚀腐朽融化的异次元的丑恶魔人。世界被恐怖的魔法包围了。

就这样,世界到今天为止都一直被恐怖的魔法威胁着。即使现在通往天上的塔已经破碎,在天上的村子里,天上的人们仍蜷缩在房间的角落,继续产生恐怖的魔法。

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