Got a spare minute? The Archives need some love. See the to-do list to find a way to help.
If you upload a new image make sure you name and categorize it properly. If in doubt, ask an admin or see our FAQ page.

User:Jo The Marten/monobook.css: Difference between revisions

From Bulbagarden Archives
Jump to navigationJump to search
(Created page with "#p-logo a { background: url(http://archives.bulbagarden.net/media/upload/a/ae/328Trapinch_Dream.png) 80% 0% no-repeat !important; } #p-logo a:hover { background: url(http://archi...")
 
No edit summary
 
Line 37: Line 37:
     -khtml-border-radius: 1em;
     -khtml-border-radius: 1em;
     -o-border-radius: 1em;
     -o-border-radius: 1em;
     -icab-border-radius: 1em;    background: #fff url('http://img441.imageshack.us/img441/2195/flygontyphlosionbanner3.png') no-repeat left center;
     -icab-border-radius: 1em;    background: #fff url('http://dl.dropbox.com/u/18728196/Flygon%20Typhlosion%20banner%203.png') no-repeat left center;
     border: 2px solid #983E62;
     border: 2px solid #983E62;
     margin-top: 0.5em;
     margin-top: 0.5em;

Latest revision as of 02:12, 15 December 2014

#p-logo a { background: url(http://archives.bulbagarden.net/media/upload/a/ae/328Trapinch_Dream.png) 80% 0% no-repeat !important; }
#p-logo a:hover { background: url(http://archives.bulbagarden.net/media/upload/a/ae/328Trapinch_Dream.png) 80% 0% no-repeat !important; }
#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}

#p-personal li a { color: #CC0047; }
#p-personal li:hover, #p-personal li a:hover, #p-personal li a:visited:hover { background-color: #00AF4E!important; }

li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
background: url(http://archives.bulbagarden.net/media/upload/8/8e/Ani157MS.png) -4px -9px no-repeat;
padding-left: 20px;
text-transform: none;
}

body, #globalWrapper { font: calibri !important; }
body { background: #00AF4E; }
pre { background: #00AF4E; }

#p-cactions ul li a { background: #339933; }
#p-cactions ul li.selected a { background: #00AF4E; }
#p-cactions li.selected { border-color: #007380; }
#p-cactions li { border-color: #007380; }
#p-cactions li a:hover { background: #2D862D; z-index: 0; text-decoration: none; }

.usermessage {
    -moz-border-radius: 1em;
    background: #CC0055 url('http://i442.photobucket.com/albums/qq150/Jo_The_Marten/TrainerWalk-1.png') no-repeat left center;
    border: 2px solid #983E62;
}

.noticebar {
    -moz-border-radius: 1em;
    -khtml-border-radius: 1em;
    -o-border-radius: 1em;
    -icab-border-radius: 1em;    background: #fff url('http://dl.dropbox.com/u/18728196/Flygon%20Typhlosion%20banner%203.png') no-repeat left center;
    border: 2px solid #983E62;
    margin-top: 0.5em;
    padding: 0.2em;
    text-align: center;
}

input.searchButton {
    -moz-border-radius: 15px;
    background-color: #00AF4E !important;
    border: 2px solid #00264D !important;
    color: #FFFFFF !important;
}

li#t-whatlinkshere { font-weight: bold; }
li#t-recentchangeslinked { font-weight: bold; }
li#t-upload { font-weight: bold; }
li#t-specialpages { font-weight: bold; }
li#t-print { font-weight: bold; }
li#t-contributions { font-weight: bold; }
li#t-log { font-weight: bold; }
li#t-blockip { font-weight: bold; }
li#t-emailuser { font-weight: bold; }
li#feedlinks { font-weight: bold; }
li#t-permalink { font-weight: bold; }

#p-navigation .pBody { background: #007380 url(http://archives.bulbagarden.net/media/upload/5/50/Spr_3e_330.gif) 100% 100% no-repeat !important; border-color: #FFE6B3; -moz-border-radius: 0px 10px 10px 0px; }
#p-search .pBody { background: #007380; border-color: #FFE6B3; -moz-border-radius: 0px 10px 10px 0px; }
#p-tb .pBody { background: #007380 url(http://archives.bulbagarden.net/media/upload/9/96/Spr_2c_157.gif) 100% 20% no-repeat !important; border-color: #FFE6B3; -moz-border-radius: 0px 10px 10px 0px; }
#p-lang .pBody { background: #007380 url(http://archives.bulbagarden.net/media/upload/e/ed/157_s.png) 100% 100% no-repeat !important; border-color: #FFE6B3; -moz-border-radius: 0px 10px 10px 0px; }
#footer { background: #007380; }

#searchInput { background: #FFFFFF; }
span.diffchange { text-decoration:line-through; color: #CC0000; }

a { color: #CC0047; }
a:visited { color: #E60050; }
a:active { color: #E60050; }
a.new { color: #CC0000; }
a.interwiki { color: #CC0047; } 
a.external { color: #CC0047; }
a.stub { color: #CC0000; }

textarea { color: #000000; }
textarea { background : #FFFFFF; } 

/* Altered bits and pieces from other people's codes */