MediaWiki:Monobook.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m (Hmm, I wonder why I didn't remove this redundant CSS? Perhaps Bulbapedia will load faster now...)
m (Lets hope this works.)
Line 17: Line 17:


/* </pre> */
/* </pre> */
/* Creates rounded top-icon corners in Firefox, as well as colorizes them bulba-green */
#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-color: #3E7614;
}
#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-color: #3E7614;
}
#p-cactions ul li a { background: #A7C858; }
#p-cactions ul li.selected a { background: #C4E673; }
#p-cactions li.selected { border-color: #3E7614; }
#p-cactions li { border-color: #3E7614; }
#p-cactions li a:hover { background: #C4E673; z-index: 0; text-decoration: none; }

Revision as of 09:32, 12 December 2008

/* edit this file to customize the monobook skin for the entire site */
/* <pre> */

#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}

#ca-edit {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    text-align: left;
}

/* </pre> */

/* Creates rounded top-icon corners in Firefox, as well as colorizes them bulba-green */

#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-color: #3E7614;
}

#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-color: #3E7614;
}
#p-cactions ul li a { background: #A7C858; }
#p-cactions ul li.selected a { background: #C4E673; }
#p-cactions li.selected { border-color: #3E7614; }
#p-cactions li { border-color: #3E7614; }
#p-cactions li a:hover { background: #C4E673; z-index: 0; text-decoration: none; }