The Children of Nihilテーマ

STOP

当wiki内部で使用されているページです
スタッフ以外の編集を禁じます


DO NOT TOUCH THIS PAGE
WITHOUT STAFF PERMISSION





0

0

us.png
/*
    Nihil Theme
    [2018 Wikidot Theme]
*/
 
@import url('https://fonts.googleapis.com/css?family=Cormorant:700i');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
 
body {
    background-color: black;
    font-family: 'Crimson Text', serif;
    font-style: normal;
}
 
div#page-content {
    color: #ccc;
}
 
#action-area,
#page-info,
.page-watch-options{
    color: #f1f1f1;
}
 
/* HEADER */
#header {
    height: 140px;
    position: relative;
    z-index: 10;
    padding-bottom: 22px; /* FOR MENU */
    background: url(http://rpcauthority.wdfiles.com/local--files/component%3Anihil-theme/NihilWhiteLogo.png) 5px 22px no-repeat;
}
 
#header h1 a {
    content: "The Children of Nihil";
    text-shadow: 3px 3px 3px black;
    color: white;
    font-size: 200%;
    font-family: 'Cormorant', serif;
}
 
#header h1 a::before {
    content: "The Children of Nihil";
}
 
#header h1 a span{
    display: block;
    content: "";
    visibility: hidden;
}
 
#header h2 {
    margin-left: 124px;
    padding: 0;
    clear: left;
    float: left;
    font-size: 135%;
    max-height: 38px;
}
#header h2 span {
    display: block;
    margin: 0;
    padding: 19px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: bold;
    color: transparent;
    text-shadow: none;
    visibility: hidden;
}
 
#header h2 span::before {
    content: "";
    visibility: hidden;
}
 
#header h2 a span{
    display: block;
    content: "";
    visibility: hidden;
}
 
div#container-wrap {
        background: url(http://rpcauthority.wdfiles.com/local--files/component%3Anihil-theme/Nihil-Header.png) top left repeat-x;
}
 
/* ACCOUNT */
#login-status {
    color: white;
}
#login-status a {
    background: transparent;
    color: white;
}
#login-status a:hover {
    background: transparent;
    color: white;
}
#login-status ul {
    background: black;
    border: solid 1px white;
}
#login-status ul a {
    background: black;
    color: #ddd;
}
#login-status ul a:hover {
    background: black;
    color: white;
}
 
.modal-body > img {
    background: none !important;
}
 
.owindow{
    border-color: #000
}
 
.modal-footer .btn-danger {
    background: #111 !important;
}
 
.owindow,
.modal-header{
    background: #111 !important;
    color: #f1f1f1;
}
 
/* TOPBAR */
#top-bar {
    margin-right: 200px;
}
#top-bar a {
    color: white;
    background: transparent;
}
#top-bar ul li ul {
    border: solid 1px #000001;
    box-shadow: 0 2px 6px #000001;
    border-top: 0;
}
#top-bar ul li a {
    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: white;
    color: black;
}
 #top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-width: 0;
    width: 150px;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
}
#top-bar ul li:hover a:hover {
    background: black;
    color: white;
}
 
/* SIDEBAR */
 
#side-bar .side-block a{
    color: #f1f1f1;
}
 
#side-bar .side-block a:hover{
    color: #111;
    background-color: #f1f1f1;
}
 
#side-bar .heading{
    color: #f1f1f1 !important;
    border-color: #f1f1f1;
}
 
#side-bar div.menu-item.inactive a {
    color: white;
}
#side-bar div.menu-item .sub-text {
    color: white;
}
 
/* LINKS */
 
a {
    color: #ddd;
}
a:hover {
    color: #fff;
}
a.newpage {
    color: #eee;
}
 
.interwiki_title {
    color: #fff;
}
 
.interwiki_entry a {
    color: #fff;
}
 
/* PAGE TITLES */
h1, #page-title {
    color: #fff;
}
 
/* SEARCHBAR */
#search-top-box-input {
    border: solid 1px white;
    background-color: black;
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px white;
    background-color: black;
}
#search-top-box-form input[type=submit] {
    border: solid 1px white;
    background-color: black;
    color: white;
    background: black;
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px white;
    color: white;
    background-color: black;
    background: black;
}
 
/* TABS */
.yui-navset defaults to .yui-navset-top,
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-bottom:solid #17002C;
}
 
/* RATING MODULE */
 
.rateContainer tbody {
    background: #111;
}
 
.cellStyle {
    border-color: #f1f1f1;
}
 
.rate-module-container {
    border: 1px solid white !important;
}
 .rate-module-stars {
    background-color: black !important;
}
.rate-module-counter {
    background-color: black !important;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License