MediaWiki:Vector.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m (Created page with "→‎CSS placed here will affect users of the Vector skin: →‎<pre>: →‎bulba-fied user message notifications: .usermessage { -moz-border-radius: 1em; -webkit-border...")
(No difference)

Revision as of 02:38, 6 July 2011

/* CSS placed here will affect users of the Vector skin */
/* <pre> */

/* bulba-fied user message notifications */
.usermessage {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background: #EEFFEE url(http://archives.bulbagarden.net/w/upload/6/6f/Notice_bar_background.png) no-repeat left center;
    border: 2px solid #3E7614;
}

/* </pre> */