MediaWiki:Monobook.css: Difference between revisions

From Bulbanews, your community Pokémon newspaper.
Jump to navigationJump to search
m (grr)
(TEAM ROCKET FOREVER)
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
/* edit this file to customize the monobook skin for the entire site */
/* CSS design by User:Jioruji Derako, for use exclusively on Bulbagarden. */
/* <pre> */
/* <pre> */
#p-logo a {
background: url(http://archives.bulbagarden.net/media/upload/f/fb/TRBNsecretlogo.png) no-repeat 35% 50% !important;
}
#p-personal ul {
background-color:#CCCCCC;
-moz-border-radius-bottomleft:1em;
border-left:1px solid #CC0000;
border-bottom:1px solid #CC0000;
display:inline;
float:right;
}
#p-personal li a {
color:#880000;
-moz-border-radius:1em;
padding:1px 3px;
}
#p-personal li a:visited, #p-cactions li a:visited, .pBody a:visited {
color:660000;
}
#p-personal li a:new, #p-cactions li a:new, .pBody a: {
color:#ffffff;
text-decoration:line-through;
null:undefined;
null:undefined;
}
body {
background:#515151 url(http://archives.bulbagarden.net/media/upload/b/b2/TRBPheadbg.png) no-repeat top left;
}
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://archives.bulbagarden.net/media/upload/a/af/RocketBallSpriteSmall.png) no-repeat scroll left top;
padding-left:18px;
}
.portlet h5 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://archives.bulbagarden.net/media/upload/f/f6/MiniTRBPlogo.png) no-repeat scroll left top;
color:#CC0000;
margin-left:5px;
padding-left:20px;
}
.pBody a {
color:#880000;
}
.pBody {
-moz-border-radius-bottomright:1em;
-moz-border-radius-topright:1em;
background-color:#CCCCCC;
border-bottom:2px solid #CC0000;
border-right:2px solid #CC0000;
border-top:2px solid #CC0000;
}
#siteSub {
#siteSub {
    display: inline;
display:inline;
    font-size: 100%;
font-size:100%;
    font-weight: normal;
font-weight:normal;
}
#content {
-moz-border-radius-bottomleft:1em;
-moz-border-radius-topleft:1em;
background-color:#EEEEEE;
border-bottom:2px solid #CC0000;
border-left:2px solid #CC0000;
border-top:2px solid #CC0000;
}
}
#ca-edit {
#ca-edit {
    font-weight: bold;
font-weight:bold;
}
}
.usermessage {
.usermessage {
    -moz-border-radius: 1em;
-moz-background-clip:border;
    -webkit-border-radius: 1em;
-moz-background-inline-policy:continuous;
    -moz-box-shadow: black 0px 0px 5px;
-moz-background-origin:padding;
    -webkit-box-shadow: black 0px 0px 5px;
-moz-border-radius-bottomleft:1em;
    background: #EEFFEE url('http://archives.bulbagarden.net/w/upload/6/6f/Notice_bar_background.png') no-repeat left center;
-moz-border-radius-bottomright:1em;
    border: 2px solid #3E7614;
-moz-border-radius-topleft:1em;
-moz-border-radius-topright:1em;
background:#EEFFEE url(http://archives.bulbagarden.net/w/upload/6/6f/Notice_bar_background.png) no-repeat scroll left center;
border:2px solid #3E7614;
}
}
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
    text-align: left;
text-align:left;
}
}
 
#p-cactions ul li, #p-cactions ul li a {
/* transparency does not work in IE, so don't let IE process this rule. */
-moz-border-radius-topleft:1em;
body[class~=ns-106] #p-logo a, body[class~=ns-107] #p-logo a {  
-moz-border-radius-topright:1em;
    background-image: url(http://archives.bulbagarden.net/w/upload/a/a8/Bulbacast_logo.png) !important;
border-color:#666666;
}
}
/* </pre> */
/* Creates rounded top-icon corners in Firefox, as well as colorizes them bulba-green */
#p-cactions ul li, #p-cactions ul li a {
#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 1em;
-moz-border-radius-topleft:1em;
  -moz-border-radius-topright: 1em;
-moz-border-radius-topright:1em;
  border-color: #3E7614;
border-color:#CC0000;
}
#p-cactions ul li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCCCCC none repeat scroll 0 0;
color:#880000;
}
#p-cactions ul li.selected a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CC0000 none repeat scroll 0 0;
color:#CCCCCC;
}
#p-cactions li.selected {
border-color:#880000;
}
}
 
#p-cactions li a:hover, #p-personal li a:hover {
#p-cactions ul li, #p-cactions ul li a {
-moz-background-clip:border;
  -moz-border-radius-topleft: 1em;
-moz-background-inline-policy:continuous;
  -moz-border-radius-topright: 1em;
-moz-background-origin:padding;
  border-color: #3E7614;
background:#CC0000 none repeat scroll 0 0;
color:#CCCCCC;
z-index:0;
}
}
#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 04:31, 14 March 2010

/* edit this file to customize the monobook skin for the entire site */
/* CSS design by User:Jioruji Derako, for use exclusively on Bulbagarden. */
/* <pre> */

#p-logo a {
background: url(http://archives.bulbagarden.net/media/upload/f/fb/TRBNsecretlogo.png) no-repeat 35% 50% !important;
}

#p-personal ul {
background-color:#CCCCCC;
-moz-border-radius-bottomleft:1em;
border-left:1px solid #CC0000;
border-bottom:1px solid #CC0000;
display:inline;
float:right;
}
#p-personal li a {
color:#880000;
-moz-border-radius:1em;
padding:1px 3px;
}
#p-personal li a:visited, #p-cactions li a:visited, .pBody a:visited {
color:660000;
}
#p-personal li a:new, #p-cactions li a:new, .pBody a: {
color:#ffffff;
text-decoration:line-through;
null:undefined;
null:undefined;
}
body {
background:#515151 url(http://archives.bulbagarden.net/media/upload/b/b2/TRBPheadbg.png) no-repeat top left;
}
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://archives.bulbagarden.net/media/upload/a/af/RocketBallSpriteSmall.png) no-repeat scroll left top;
padding-left:18px;
}
.portlet h5 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://archives.bulbagarden.net/media/upload/f/f6/MiniTRBPlogo.png) no-repeat scroll left top;
color:#CC0000;
margin-left:5px;
padding-left:20px;
}
.pBody a {
color:#880000;
}
.pBody {
-moz-border-radius-bottomright:1em;
-moz-border-radius-topright:1em;
background-color:#CCCCCC;
border-bottom:2px solid #CC0000;
border-right:2px solid #CC0000;
border-top:2px solid #CC0000;
}
#siteSub {
display:inline;
font-size:100%;
font-weight:normal;
}
#content {
-moz-border-radius-bottomleft:1em;
-moz-border-radius-topleft:1em;
background-color:#EEEEEE;
border-bottom:2px solid #CC0000;
border-left:2px solid #CC0000;
border-top:2px solid #CC0000;
}
#ca-edit {
font-weight:bold;
}
.usermessage {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:1em;
-moz-border-radius-bottomright:1em;
-moz-border-radius-topleft:1em;
-moz-border-radius-topright:1em;
background:#EEFFEE url(http://archives.bulbagarden.net/w/upload/6/6f/Notice_bar_background.png) no-repeat scroll left center;
border:2px solid #3E7614;
}
h1, h2, h3, h4, h5, h6 {
text-align:left;
}
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft:1em;
-moz-border-radius-topright:1em;
border-color:#666666;
}
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft:1em;
-moz-border-radius-topright:1em;
border-color:#CC0000;
}
#p-cactions ul li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCCCCC none repeat scroll 0 0;
color:#880000;
}
#p-cactions ul li.selected a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CC0000 none repeat scroll 0 0;
color:#CCCCCC;
}
#p-cactions li.selected {
border-color:#880000;
}
#p-cactions li a:hover, #p-personal li a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CC0000 none repeat scroll 0 0;
color:#CCCCCC;
z-index:0;
}