Amazing! Co. Theme
notice.png

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

DO NOT TOUCH THIS PAGE
WITHOUT STAFF PERMISSION

tagnone

13

13

/*
    Amazing! Co. Theme
    [2018 Wikidot Theme]
*/
 
body {
    background-color: rgba(145,191,222,0.35);
    font-family: "Comic Sans MS", "Bradley Hand ITC", sans-serif;
    font-style: normal;
}
 
div#page-content {
    color: black;
}
 
/* HEADER */
#header {
    height: 140px;
    position: relative;
    z-index: 10;
    padding-bottom: 22px; /* FOR MENU */
    background: url(http://rpcauthority.wdfiles.com/local--files/component%3Aamazing-theme/AmazingCoLogo.png) 40px 22px no-repeat;
}
 
#header h1 a::before {
    content: "";
}
 
#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%3Aamazing-theme/AmazingCoWallpaper.png) top left repeat-x;
}
 
/* ACCOUNT */
#login-status {
    color: black;
}
#login-status a {
    background: transparent;
    color: black;
}
#login-status a:hover {
    background: transparent;
    color: black;
}
#login-status ul a {
    background: white;
    color: black;
}
#login-status ul a:hover {
    background: white;
    color: black;
}
 
/* 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: black;
    color: white;
}
 
/* SIDEBAR */
#side-bar .heading {
    color: black;
    border-bottom: solid 1px #000001;
}
 
.interwiki_title {
    color: black;
}
 
.interwiki_entry a {
    color: black;
}
 
/* PAGE TITLES */
h1, #page-title {
    color: black;
}
 
/* SEARCH BAR */
#search-top-box-input {
    border: solid 1px black;
    background-color: white;
    color: #222
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px black;
    background-color: white;
    color: black;
}
#search-top-box-form input[type=submit] {
    border: solid 1px black;
    color: black;
    background: linear-gradient(to bottom, #fff, #eee);
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px black;
    color: black;
    background: linear-gradient(to bottom, #fff, #eee);
}
 
input, textarea, select, button {
    font-family: "Comic Sans MS", sans-serif;
}
 
/* TABS */
.yui-navset defaults to .yui-navset-top,
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-bottom: solid black;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License