MediaWiki:Monobook.css: Difference between revisions

m
nvm... no luck
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;
}
}


3,661

edits