MediaWiki:Monobook.css: Difference between revisions

m
no edit summary
m (border on ie?)
mNo edit summary
 
(18 intermediate revisions by 5 users not shown)
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 */
/* <pre> */
/* <pre> */
#siteSub {
#siteSub {
     display: inline;
     display: inline;
Line 13: Line 14:
.usermessage {
.usermessage {
     -moz-border-radius: 1em;
     -moz-border-radius: 1em;
     background-color: #78AB46;
     -webkit-border-radius: 1em;
     border: 2px dashed #556B2F;
     border-radius: 1em;
     color: #000000;
    background: #EEFFEE url('http://archives.bulbagarden.net/media/upload/6/6f/Notice_bar_background.png') no-repeat left center;
     border: 2px solid #3E7614;
}
}


*{
h1, h2, h3, h4, h5, h6 {
margin:0 auto;
    text-align: left;
padding:0;
text-align:center;
}
}
div{
 
width:400px;
/* Full nine yards, roundy bulba-green treatment. */
height:200px;
/* content box, navigation sections */
background:#000;
 
border:red solid 1px;
#content {
margin-bottom:20px;
  -moz-border-radius: 1em 0 0 1em;
color:#fff;
  -webkit-border-radius: 1em 1em 0 0;
text-align:center;
  border-radius: 1em 0 0 1em ;
border-top: 1px solid #3E7614;
border-left: 1px solid #3E7614;
border-bottom: 1px solid #3E7614;
}
}
.curved {
 
-moz-border-radius:5px;
.pBody {
-webkit-border-radius:5px;
  -moz-border-radius: 0 1em 1em 0;
behavior:url(http://www.mewplay.webs.com/border-radius.htc);
  -webkit-border-radius: 0 1em 1em 0;
  border-radius: 0 1em 1em 0;
border-bottom: 1px solid #3E7614;
border-right: 1px solid #3E7614;
border-top: 1px solid #3E7614;
}
}
div.img{
 
border:1px solid #fff;
/* tabs */
background:url(karzzz.jpg) no-repeat;
 
color:red;
#p-cactions ul li, #p-cactions ul li a {
text-align:right;
  -moz-border-radius: 1em 1em 0 0;
  -webkit-border-radius: 1em 1em 0 0;
  border-radius: 1em 1em 0 0;
  border-color: #3E7614;
}
 
#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius: 1em 1em 0 0;
  -webkit-border-radius: 1em 1em 0 0;
  border-radius: 1em 1em 0 0;
  border-color: #3E7614;
}
}
#p-cactions ul li a { background: #A1CF31; }
#p-cactions ul li.selected a { background: #FFFFFF; }
#p-cactions li.selected { border-color: #3E7614; }
#p-cactions li { border-color: #3E7614; }
/* Right-side link repair */


h1, h2, h3, h4, h5, h6 {
@media screen and (max-width: 1440px) {
     text-align: left;
     div#rightcolbox {
        display: none;
    }
}
}


/* transparency does not work in IE, so don't let IE process this rule. */
/* 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 {  
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;
     background-image: url(http://archives.bulbagarden.net/media/upload/a/a8/Bulbacast_logo.png) !important;
}
}


/* </pre> */
/* </pre> */