Scratchpad

If you are new to Scratchpad, and want full access as a Scratchpad editor, create an account!
If you already have an account, log in and have fun!!

READ MORE

Scratchpad
Advertisement

/* CSS placed here will be applied to all skins */

/**

*/

/* colors for content and tabs */
#content {
    background: #BCED91 !important;
    border: 1px solid #000000;
    border-right: none;
}
#p-cactions ul li a {
    background: #BCED91 !important;
    border: 1px solid #000000;
}

div#globalWrapper {
    background-color: #78AB46 !important;
}

body {
    background-color: #78AB46 !important;
    border-right: none;
}

/* Change background of category bar and ToC */
#catlinks { 
    border: 1px solid #000000; -moz-border-radius: 1em;
    background-color: #78AB46;
}
#toc {
    border: 1px solid #000000; -moz-border-radius: 1em;
    background-color: #78AB46;
}

#footer {
    background-color: #BCED91;
}

/* p- class changes are to the navigation areas of the page. */
#p-personal ul {
    position: absolute;
    left: 13.7em;
    top: 0;
    right: 0;
    z-index: 0;
    font-weight: bold;
    border:1px solid #000000; -moz-border-radius-bottomleft: 1em;
    border-top: none;
    background: #BCED91;
    overflow: visible;
    padding: 0 2em 0 3em;
}

#globalWrapper a {
    color: #565134 !important;
}
#globalWrapper a:visited {
    text-decoration: italic;
    color: #453B26 !important;
}
#globalWrapper a.new {
    color: #E80000 !important;
}

/* --- ROUNDED CORNERS --- */
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#content { 
  border: 1px solid #000000;
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  border: 1px solid #000000;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border: 1px solid #000000;
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  border: 1px solid #000000;
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border: 1px solid #000000;
  background: #BCED91;
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}

/* --- YOU HAVE NEW MESSAGES BAR --- */
 
/* prettified */
.usermessage, .usermessage plainlinks {
   background: gold;
 }

/* --- NAVFRAME STUFF --- */
 /* Standard Navigationsleisten, aka box hiding thingy from .de. */
 /* Documentation at [[wikipedia:Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
    margin: 0px;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0px;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position:absolute;
    top:0px;
    right:3px;
    font-weight:normal;
    font-size:smaller;
}

/*
  • /
Advertisement