User:LegoAlchemist/monobook.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
< User:LegoAlchemist
Revision as of 04:42, 24 February 2011 by LegoAlchemist (talk | contribs) (Created page with "→‎CSS placed here will affect users of the Monobook skin: body { background: #f9f9f9 url(/images/4/4a/Background_beta.png) repeat; } #siteNotice { padding: 2px; margin: 1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin */

body {
	background: #f9f9f9 url(/images/4/4a/Background_beta.png) repeat;
}

#siteNotice {
	padding: 2px;
	margin: 10px 0 -5px 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#p-cactions li.selected a {
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 1px !important;
}

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
	display: inline;
	font-size: 80%;
	font-weight: normal;
}

/* usericon */

li#pt-userpage { 
	background-image: url(/images/keyblade.png) !important;
	padding-left: 14px;
}

/* round edges and stuff */
#content {
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em; 
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	border: 2px solid silver;
}

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

div.pBody {
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 1em;
}

div.pBody {
	border-radius-topright: 1em;
	border-radius-bottomright: 1em;
}

/* bold edit this page link */
#ca-edit a { font-weight: bold !important; }

#p-cactions li a {
	color: #002bb8;
	background-color: #fbfbfb;
}
#p-cactions li a:hover {
    color: #002bb8;
    background-color: #ffffff;
}

#p-cactions li.selected a {
   color: #002bb8;
   background-color:#ffffff;
}

#p-cactions li.new a {
   color:#ba0000;
}


#searchGoButton {
    font-weight: normal;
}

#footer {
   border-top:1px solid #aaaaaa;
   border-bottom:1px solid #aaaaaa;
}