MediaWiki:Monobook.css: Difference between revisions

From Bulbanews, your community Pokémon newspaper.
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(75 intermediate revisions by 6 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> */
@import url("/w/index.php?title=MediaWiki:Extra.css&action=raw&ctype=text/css");


#siteSub {
#siteSub {
Line 9: Line 8:
}
}


/*******************************
#ca-edit {
* Colour scheme customisation *
    font-weight: bold;
*******************************/
}


body {
.usermessage {
     background: #88a;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
     background: #EEFFEE url('http://archives.bulbagarden.net/media/upload/6/6f/Notice_bar_background.png') no-repeat left center;
    border: 2px solid #3E7614;
}
}


#content, #footer, .pBody, #p-cactions li {
h1, h2, h3, h4, h5, h6 {
     background: #004;
     text-align: left;
    color: #f8f8ff;
    border-color: #59c;  
}
}


hr {
/* Full nine yards, roundy bulba-green treatment. */
    background: #f8f8ff;
/* content box, navigation sections */
    color: #f8f8ff;
 
#content {
  -moz-border-radius: 1em 0 0 1em;
  -webkit-border-radius: 1em 1em 0 0;
  border-radius: 1em 0 0 1em ;
border-top: 1px solid #3E7614;
border-left: 1px solid #3E7614;
border-bottom: 1px solid #3E7614;
}
}


#pagehistory li.selected {
.pBody {
    background: #116;
  -moz-border-radius: 0 1em 1em 0;
    border: 1px dashed #59c;
  -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.gallerybox div.thumb {
/* tabs */
    border-color: #59c;
}


table {
#p-cactions ul li, #p-cactions ul li a {
    background: #004;
  -moz-border-radius: 1em 1em 0 0;
    color: #f8f8ff;
  -webkit-border-radius: 1em 1em 0 0;
  border-radius: 1em 1em 0 0;
  border-color: #3E7614;
}
}


a {
#p-cactions ul li, #p-cactions ul li a {
    text-decoration: none;
  -moz-border-radius: 1em 1em 0 0;
    color: #39c;
  -webkit-border-radius: 1em 1em 0 0;
    background: none;
  border-radius: 1em 1em 0 0;
  border-color: #3E7614;
}
}
a:visited { color: #6ac; }
#p-cactions ul li a { background: #A1CF31; }
a:active { color: #39c; }
#p-cactions ul li.selected a { background: #FFFFFF; }
a:hover { text-decoration: underline; }
#p-cactions li.selected { border-color: #3E7614; }
a.stub { color: #5c9; }
#p-cactions li { border-color: #3E7614; }
a.new, #p-personal a.new { color: #c33; }
a.new:visited, #p-personal a.new:visited { color:#c66; }
 
#p-personal li a:hover { background: #99b; }


#p-cactions li.selected {
/* Right-side link repair */
  border-color: #f8f8ff;
}
#p-cactions li a {
    color: #39c;
    background: #004;
}
#p-cactions .new a { color: #6ac; }


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


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


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

Latest revision as of 02:36, 11 July 2016

/* 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;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    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 {
    text-align: left;
}

/* Full nine yards, roundy bulba-green treatment. */
/* content box, navigation sections */

#content {
  -moz-border-radius: 1em 0 0 1em;
  -webkit-border-radius: 1em 1em 0 0;
  border-radius: 1em 0 0 1em ;
border-top: 1px solid #3E7614;
border-left: 1px solid #3E7614;
border-bottom: 1px solid #3E7614;
}

.pBody {
  -moz-border-radius: 0 1em 1em 0;
  -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;
}

/* tabs */

#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, #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 */

@media screen and (max-width: 1440px) {
    div#rightcolbox {
        display: none;
    }
}

/* 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/media/upload/a/a8/Bulbacast_logo.png) !important;
}

/* </pre> */