MediaWiki:Monobook.css: Difference between revisions

From Bulbanews, your community Pokémon newspaper.
Jump to navigationJump to search
m (border on ie?)
m (nvm... no luck)
Line 16: Line 16:
     border: 2px dashed #556B2F;
     border: 2px dashed #556B2F;
     color: #000000;
     color: #000000;
}
*{
margin:0 auto;
padding:0;
text-align:center;
}
div{
width:400px;
height:200px;
background:#000;
border:red solid 1px;
margin-bottom:20px;
color:#fff;
text-align:center;
}
.curved {
-moz-border-radius:5px;
-webkit-border-radius:5px;
behavior:url(http://www.mewplay.webs.com/border-radius.htc);
}
div.img{
border:1px solid #fff;
background:url(karzzz.jpg) no-repeat;
color:red;
text-align:right;
}
}



Revision as of 20:45, 24 January 2009

/* 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;
}

.usermessage {
    -moz-border-radius: 1em;
    background-color: #78AB46;
    border: 2px dashed #556B2F;
    color: #000000;
}

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

/* transparency does not work in IE, so don't let IE process this rule. */
body[class~=ns-106] #p-logo a, body[class~=ns-107] #p-logo a { 
    background-image: url(http://archives.bulbagarden.net/w/upload/a/a8/Bulbacast_logo.png) !important;
}

/* </pre> */