主题

tagnone

0

0

sandboxnotice.png

This is a site page used
internally by the RPC Authority Wiki.

DO NOT TOUCH THIS PAGE
WITHOUT STAFF PERMISSION

/*
    PCAAO Theme
    [2018 Wikidot Theme]
*/
 
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans');
 
@import url('https://fonts.googleapis.com/css?family=ZCOOL+QingKe+HuangYou&display=swap');
 
#top-bar {
top: 152px;
}
 
@media (min-width: 1000px) {
    .sidenote:hover .sidenoteH {
        background: #311c1c!important;
    }
}
 
#header {
    background-image: url(http://rpcsandbox.wdfiles.com/local--files/component%3Apcaao-theme/PCAAOHeading.png);
    background-repeat: no-repeat;
    background-size: auto calc(9.5rem - 2.125rem);
    background-position: 15px 12px;
}
 
.interwiki_title {
    color: black;
}
 
.interwiki_entry a {
    color: black;
}
 
/* LINKS */
 
a {
    color: #bb0001;
}
a:hover {
    color: #860606;
    text-decoration: none;
}
a.newpage {
    color: #dd0001;
}
 
/* PAGE TITLES */
h1, #page-title, #page-info, #action-area h1 {
    color: #dddc00;
}
 
div#container-wrap {
    background: url(https://i.imgur.com/4QojC7o.png) top left no-repeat !important;
    background-size: auto;
    background-size: 100% 432px !important;
}
 
#search-top-box-input {
    background-color: #861111;
}
 
#search-top-box-input:hover {
    background-color: #4f0a0a;
}
 
#search-top-box-form input[type="submit"] {
    background: linear-gradient(to bottom, #AC2E2E, #921F1F);
}
 
#search-top-box-form input[type=submit]:hover {
    background: linear-gradient(to bottom, #802525, #C43232););
}
 
#header h1 a {
    color: transparent;
    text-shadow: none;
}
 
#header h1 a::before {
    content: "异常物体采集人民委员会";
    color: #ffff00;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 0.9px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 80%;
    left: 35px;
    position: relative;
}
 
#header h1 a span{
    display: block;
    content: "";
    visibility: hidden;
}
 
#header h2 span {
    color: transparent;
    text-shadow: none;
}
 
#header h2 span::before {
    content: "People's Committee for the Acquisition of Anomalous Objects";
    color: #ffff00;
    text-shadow: none;
    font-size: 100%;
    font-family: 'ZCOOL QingKe HuangYou', cursive;
    position: relative;
    left: 35px;
    top: 2px;
}
 
.mainCont {
    color: #9E1218;
    background-color: #161616;
}
 
.mainCont hr {
  background-color: #ccc;
  margin-top: 3%;
  margin-bottom: 3%;
}
 
blockquote {
    border-radius: 2px;
    background-color: #222;
    color: #9E1218;
    font-family: monospace;
    border-style: solid;
    font-size: 14px;
    box-shadow: 0px 0px 5px 2px #0a0a0a;
    word-wrap: break-word;
}
 
#toc {
    border: 1px solid #9E1218;
    border-radius: 3px;
    background-color: #1a1a1a;
    color: #eee
}
/* ACCOUNT */
#login-status {
    color: white;
}
#login-status a {
    background: transparent;
    color: white;
}
#login-status a:hover {
    background: transparent;
    color: white;
}
#login-status ul a {
    background: white;
    color: #bb0001;
}
#login-status ul a:hover {
    background: white;
    color: #dd0001;
}
/* TOPBAR */
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: transparent;
    color: #860606;
    border: transparent;
}
 
/* TABS */
 
.yui-navset defaults to .yui-navset-top,
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-bottom: solid black;
}
 
/* SIDEBAR */
 
#side-bar hr {
    display: none; 
}
 
#side-bar div.menu-item a:hover {
    background-color: transparent;
    color: #860606;
    text-decoration: none;
}
 
#side-bar .heading{
    padding: 0.8em 1em 0 -0;
    position: relative;
    border-top: 1px solid #555;
    margin: 1em calc(-1em + 2px) 0.5em 0;
    color: #dddc00;
    font-family: 'ZCOOL QingKe HuangYou', cursive;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License