CSS theme: test1

魔法の言葉、CSS!

これは本Wiki内部で使用されているテンプレートページです。

このページに触れないでください
特に下のボタンを押さないでください



/*
    SCP-001-JP AiHe's proposal II Theme
    [2018 Wikidot Theme]
    Based on Aelanna's Sigma 9
    and Greenwolf's Third Law
    and djkaktus's Darkbody Theme (Edited for SCP-JP by shu_yabiyabi)
    Plotted for the Evil contest by AiliceHershey
    Edited by shu_yabiyabi and 7happy7
*/
@charset "utf-8";
 
@import url('http://scp-jp.wdfiles.com/local--theme/scp-sigma-9-off-canvas/style.css');
@import url('https://fonts.googleapis.com/css?family=Play');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
 
/* COMMON */
 
table.wiki-content-table th {
    border: 1px solid #888;
    background-color: #EEE;
}
 
h1, #page-title {
    color: #4A192D;
}
 
.edit-section-button {
    background-color: transparent;
}
 
#page-title {
    border-color: #bbb;
}
 
a {
    color: #AA5577;
}
a.newpage {
    color: #AA5577;
}
 
blockquote {
    background-color: #f7f5f7;
}
 
/* GLOBAL WIDTH */
 
div#container-wrap {
    background: url(http://unofficial-scp-sandbox-jp.wikidot.com/local--files/component:aihe2theme/aihe2header) top left repeat-x;
}
/* HEADER */
#header {
    background: url(http://shitake-crude-production.wikidot.com/local--files/component:darkbodytheme/logo.png) 10px 35px no-repeat;
}
#search-top-box {
    position: absolute;
    top: 100px;
    right: 9px;
    width: 250px;
    text-align: right;
}
#search-top-box-input {
    border: solid 1px #4F2F4F;
    background-color: #907080;
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #4F2F4F;
    background-color: #907080;
}
#search-top-box-form input[type=submit] {
    border: solid 1px #4F2F4F;
    color: #FFDDFF;
    background-color: #907080;
    background: linear-gradient(to bottom, #997788,#907080,#4F2F4F);
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #4F2F4F;
    background-color: #907080;
    background: linear-gradient(to bottom, #997788,#907080,#4F2F4F);
    box-shadow: 0 1px 3px rgba(10,0,5,.8);
}
 
#login-status {
    color: #907080;
}
#login-status a {
    color: #907080;
}
#login-status ul a {
    color: #907080;
}
 
#account-topbutton {
    border: none;
    background: #4F2F4F;
    color: #907080;
}
 
#header h1 a {
    color:transparent;
    text-shadow: none;
    display:block;
    position:relative;
    width:580px;
    user-select: none;
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
}
 
#header h1 a:after {
    content:"OverWatch Commands";
    display: block;
    position:absolute;
    top:0px;
    left:0px;
    padding: 80px 0 25px;
    line-height: 0px;
    max-height: 0px;
    color: #aa5577;
    background: transparent;
    font-family: BauhausLTDemi, 'Nanum Gothic', Arial, sans-serif;
    font-size: 100%;
     0 0 150px #0ff;
    letter-spacing: 0.9px;
    word-break:none;
    z-index:1;
    text-shadow:
     0 0 5px #7D0052,
     0 0 10px #48002E,
     0 0 15px #444,
     0 0 20px #444;
}
 
#header h1 a:before {
    content:"The SCP Foundation Overseer Council";
    display: block;
    font-family: BauhausLTDemi, 'Nanum Gothic', Arial, sans-serif;
    font-size:50%;
    position:absolute;
    bottom:2em;
    left:0px;
    padding: 80px 0 25px;
    line-height: 0px;
    color: #db7093;
    background: transparent;
    text-shadow: 3px 3px 5px #000;
    letter-spacing: 0.9px;
    word-break:none;
    z-index:1;
    text-shadow:
     0 0 5px #7D0052,
     0 0 10px #48002E,
     0 0 15px #444,
     0 0 20px #444;
}
 
/* TOP MENU */
 
#top-bar a {
    color: #C0C0C0;
}
 
#top-bar ul li ul {
    border: solid 1px #4F2F4F;
}
#top-bar ul li a {
    border-left: solid 1px rgba(64,64,64,.1);
    border-right: solid 1px rgba(64,64,64,.1);
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #C0C0C0;
    color: #4F2F4F;
    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-top: 1px solid #ddd;
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #C0C0C0;
}
#top-bar ul li ul a, #top-bar a:hover {
    color: #a01;
}
 
#side-bar img {
-webkit-filter: hue-rotate(320deg);
-moz-filter: hue-rotate(320deg);
-o-filter: hue-rotate(320deg);
-ms-filter: hue-rotate(320deg);
filter: hue-rotate(320deg);
}
 
/*
Can't touch the translation box with CSS, unfortunately, so this will just vanish it
Hopefully temporary kludge THANKS GREENWOLF
*/
#side-bar .scpnet-interwiki-wrapper{
-webkit-filter: hue-rotate(341deg) brightness(86%);
-moz-filter: hue-rotate(341deg) brightness(86%);
-o-filter: hue-rotate(341deg) brightness(86%);
-ms-filter: hue-rotate(341deg) brightness(86%);
filter: hue-rotate(341deg) brightness(86%);
}
#side-bar .side-block {
    border: 1px solid #AA5577;
    box-shadow: 0 2px 6px rgba(52,32,32,0.8) !important;
    background: #E3DCDC !important; 
}
#side-bar .heading {
    color: #AA5577;
    border-bottom: solid 1px #AA5577;
}
 
#side-bar div.menu-item.inactive a {
    color: #4F2F4F;
}
#side-bar div.menu-item .sub-text {
    color: #4F2F4F;
}
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #AA5577;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #AA5577;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #b01;
}
 
#side-bar ul{
    list-style-type: none;
    padding: 0 5px 0;
}
/* CONTENT */
#main-content {
    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: #f7f5f7;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color:#d8d8d8;
    background-image: url(http://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/yuitabs.png);
-webkit-filter: hue-rotate(320deg);
-moz-filter: hue-rotate(320deg);
-o-filter: hue-rotate(320deg);
-ms-filter: hue-rotate(320deg);
filter: hue-rotate(320deg);
}
.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(http://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/yuitabs.png) repeat-x left -1400px;
-webkit-filter: hue-rotate(320deg);
-moz-filter: hue-rotate(320deg);
-o-filter: hue-rotate(320deg);
-ms-filter: hue-rotate(320deg);
filter: hue-rotate(320deg);
    color: #fff;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:#d88 url(http://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;
}
 
/* FOOTER */
#footer {
    background: #444;
    color: #bbb;
}
#footer a {
    color: #fff;
    background: transparent;
}
 
/* SOME NICE BOXES */
div.sexy-box {
    background: #eee;
    border: 1px solid #ccc;
}
div.sexy-box div.image-container img {
    border: 1px solid #999;
}
 
/* Custom page content classes */
 
.content-panel {
    border: solid 1px #888880;
    background-color: #999990;
    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 .panel-heading {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}
.content-panel .panel-body {
    background: #C0C0C0;
}
.content-panel .panel-footer {
    color: #C0C0C0;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.content-panel .panel-footer a {
    color: #C0C0C0 ;
}
.content-panel .content-toc {
    background-color: #C0C0C0;
    border: solid 1px #ccc;
    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 {
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.page-rate-widget-box .rate-points {
    background-color: #907080 !important;
    border: solid 1px #4F2F4F;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    border-top: solid 1px #4F2F4F;
    border-bottom: solid 1px #4F2F4F;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    color: #4F2F4F;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #907080;
    color: #4F2F4F;
}
.page-rate-widget-box .cancel {
    background-color: #907080;
    border: solid 1px #4F2F4F;
}
.page-rate-widget-box .cancel a {
    background: transparent;
    color: #4F2F4F;
}
.page-rate-widget-box .cancel a:hover {
    background: #907080;
    color: #fffff0;
}
 
/* Credit Rating Module */
.creditRate .page-rate-widget-box .rate-points {
    background-color: #907080 !important;
    border: solid 1px #4F2F4F;
}
.creditButton p a{
background: #907080 !important;
}
.rate-box-with-credit-button .creditButton {
    background-color: #907080 !important;
}
 
/* Heritage Collection Rating Module */
.heritage-rating-module {
    background-color: #907080;
    border: solid 1px #4F2F4F;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.heritage-rating-module * {
    border: none!important;
}
/* Fixes for multi-line page tags */
 
/* Standard Image Block */
.scp-image-block {
    border: solid 1px #2F4F4F;
    box-shadow: 0 1px 6px rgba(0,0,0,.25);
}
 
.scp-image-block .scp-image-caption {
    background-color: #C0C0C0;
    border-top: solid 1px #2F4F4F;
}
 
/* Forum Customizations */
.forum-thread-box .description-block {
    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 {
    background-color: #eee;
    background: linear-gradient(to right, #eee, #eeecec);
    box-shadow: inset 2px 3px 6px rgba(0,0,0,.15);
}
 
/* Ruby by Nanimono Demonai */
 
/* Keycap */
 
.keycap {
    border-color: #ddd #bbb #bbb #ddd;
    background-color: #f9f9f9;
}
 
/* tag style */
 
/* 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;
}
 
/*
    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(http://www.kaktuskontainer.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(http://www.kaktuskontainer.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;
}
 
/* 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-top-bar ul li:last-of-type ul {
    right: 0;
}
 
span, a {
word-break: break-all;
}
}
 
/* Mobile Media Query */
@media (max-width: 479px) { 
 
#search-top-box-input {
    display: none;
}
 
#page-content {
    font-size: 0.9em;
}
 
#recent-posts-category {
width: 100%;
}
 
#header{
overflow:hidden;
}
 
#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%;
}
*/
 
td.name {
    width: 15em;
}
 
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;
}
 
#page-content div.title {
word-break: keep-all;
}
 
}
 
/* Note Media Query */
@media (min-width: 480px) and (max-width: 580px) { 
#search-top-box-input {
    display: none;
}
 
#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%;
}
*/
 
#page-content div.title {
word-break: keep-all;
}
 
td.name {
    width: 15em;
}
 
.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 {
    display: none;
}
 
#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 {
    color: #4F2F4F !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);
}
 
#side-bar {
    display: block;
    position: fixed;
    top: 0;
    left: -25em;
    width: 17em;
    height: 100%;
    background-color: rgba(190, 180, 190 ,0.9);
    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;
}
}
Sofern nicht anders angegeben, steht der Inhalt dieser Seite unter Lizenz Creative Commons Attribution-ShareAlike 3.0 License