Difference between revisions of "Template:BulbapediaBar.css"
Jump to navigation
Jump to search
(Created page with ".noticebar { border: 1px solid #8a8; margin-top: 0.2em; padding: 0.2em; text-align: center; background: #efe url(//cdn2.bulbagarden.net/upload/6/6f/Notice_bar_backgr...") |
|||
Line 4: | Line 4: | ||
padding: 0.2em; | padding: 0.2em; | ||
text-align: center; | text-align: center; | ||
− | background: #efe url(//cdn2.bulbagarden.net/upload/6/6f/Notice_bar_background.png) no-repeat left center; | + | background-color: #efe; |
+ | background-image: url("https://cdn2.bulbagarden.net/upload/6/6f/Notice_bar_background.png") no-repeat left center; | ||
} | } | ||
.roundy { | .roundy { | ||
border-radius: 10px; | border-radius: 10px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 22:35, 19 January 2023
.noticebar {
border: 1px solid #8a8; margin-top: 0.2em; padding: 0.2em; text-align: center; background-color: #efe; background-image: url("") no-repeat left center;
} .roundy { border-radius: 10px; }