User:Kogoro/monobook.css: Difference between revisions

m
matching pedia.
m (*fixes file issue with monobook, due to new upload of Raichu's artwork*)
m (matching pedia.)
Line 30: Line 30:


input.searchButton {
input.searchButton {
    color: #000000;
    -moz-border-radius: 15px;
     background-color: #FFCC32 !important;
     background-color: #FFCC32 !important;
     border: 1px outset !important; }
     border: 1px solid #FFBC00 !important;
}


li#n-mainpage { text-decoration: underline; font-weight: bold; }
li#n-mainpage { text-decoration: underline; font-weight: bold; }
li#n-currentevents { text-decoration: underline; font-weight: bold; }
li#n-currentevents { text-decoration: underline; font-weight: bold; }
li#n-archive { text-decoration: underline; font-weight: bold; }
li#n-pedia { text-decoration: underline; font-weight: bold; }
li#n-portal{ text-decoration: underline; font-weight: bold; }
li#n-portal{ text-decoration: underline; font-weight: bold; }
li#n-recentchanges { text-decoration: underline; font-weight: bold; }
li#n-recentchanges { text-decoration: underline; font-weight: bold; }
Line 100: Line 103:
#searchInput { background: #FFEE65; }
#searchInput { background: #FFEE65; }
span.diffchange { text-decoration:underline; color: #0000FF; }
span.diffchange { text-decoration:underline; color: #0000FF; }
.noticebar {
-moz-border-radius: 1em;
background: #FFEE65 url('http://archives.bulbagarden.net/media/upload/0/0e/Pikachu_Colored_Pichu.png') no-repeat left center;
border: 1px solid #FFCC32;
margin-top: 0.5em;
padding: 0.2em;
text-align: center;
}
.usermessage {
-moz-border-radius: 1em;
background: #FFEE65 url('http://archives.bulbagarden.net/media/upload/0/0e/Pikachu_Colored_Pichu.png') no-repeat left center;
border: 2px solid #FFCC32;
}