MediaWiki:Monobook.css: Difference between revisions

From Bulbanews, your community Pokémon newspaper.
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(42 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> */
@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 {
     background: #8b7;
    background-image: none;
}
}


#content, #footer, .pBody, #p-cactions li {
.usermessage {
     background: #ceb;
    -moz-border-radius: 1em;
     color: #000;
    -webkit-border-radius: 1em;
     border-color: #796;  
     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;
}
}


hr {
h1, h2, h3, h4, h5, h6 {
    background: #080;
     text-align: left;
    color: #080;
    border-color: #080;
}
 
#preftoc li, #pagehistory li { border: 1px solid #796; }
#preftoc li.selected, #pagehistory li.selected {
    background: #bea;
    border: 1px dashed #5b2;
}
.autocomment { color: #393; }
 
legend {
    background: #ceb;
}
 
div.gallerybox div.thumb {
     background: #8a7;
    border-color: #796;
}
 
div.thumb {
    background: #ceb;
    border-color: #ceb;
}
div.thumb div {
    border-color: #796;
    background: #bea;
}
div.thumb div a img {
    border-color: #796;
    background: white;
}
}


table {
/* Full nine yards, roundy bulba-green treatment. */
    background: #ceb;
/* content box, navigation sections */
    color: #000;
}


code { background-color: #bea; }
#content {
pre {
  -moz-border-radius: 1em 0 0 1em;
    border: 1px dashed #8c6;
  -webkit-border-radius: 1em 1em 0 0;
    color: #000;
  border-radius: 1em 0 0 1em ;
    background: #bea;
border-top: 1px solid #3E7614;
border-left: 1px solid #3E7614;
border-bottom: 1px solid #3E7614;
}
}


a {
.pBody {
    text-decoration: none;
  -moz-border-radius: 0 1em 1em 0;
    color: #390;
  -webkit-border-radius: 0 1em 1em 0;
    background: none;
  border-radius: 0 1em 1em 0;
border-bottom: 1px solid #3E7614;
border-right: 1px solid #3E7614;
border-top: 1px solid #3E7614;
}
}
a:visited { color: #483; }
a:active { color: #080; }
a.stub { color: #5c9; }
a.new, #p-personal a.new { color: #c04; }
a.new:visited, #p-personal a.new:visited { color: #c36; }


#p-personal li a { color: #796; }
/* tabs */
#p-personal li a:hover { color: #080; background: #7ec; }


#p-cactions li.selected {
#p-cactions ul li, #p-cactions ul li a {
   border-color: #000;
   -moz-border-radius: 1em 1em 0 0;
}
  -webkit-border-radius: 1em 1em 0 0;
#p-cactions li a {
  border-radius: 1em 1em 0 0;
    color: #390;
  border-color: #3E7614;
    background: none;
}
}
#p-cactions .new a { color: #c04; }


h1, h2, h3, h4, h5, h6 {
#p-cactions ul li, #p-cactions ul li a {
    color: #000;
  -moz-border-radius: 1em 1em 0 0;
    border-color: #080;
  -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; }


ul {
/* Right-side link repair */
    list-style-type: square;
    list-style-image: none;
}


abbr, acronym, .explain {
@media screen and (max-width: 1440px) {
     border-color: #796;
     div#rightcolbox {
     color: #000;
        display: none;
     }
}
}


#catlinks {
/* transparency does not work in IE, so don't let IE process this rule. */
     border-color: #bea;
body[class~=ns-106] #p-logo a, body[class~=ns-107] #p-logo a {  
    background: none;
     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> */