User:Kogoro/monobook.css: Difference between revisions

Matching pedia.
m (And the same fix here...)
(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-gateway { text-decoration: underline; font-weight: bold; }
li#n-pedia { text-decoration: underline; font-weight: bold; }
li#n-archive { text-decoration: underline; font-weight: bold; }
li#n-archive { text-decoration: underline; font-weight: bold; }
li#n-bulbacast { 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; }
li#n-randompage { text-decoration: underline; font-weight: bold; }
li#n-randompage { text-decoration: underline; font-weight: bold; }
li#n-help { text-decoration: underline; font-weight: bold; }
li#n-help { text-decoration: underline; font-weight: bold; }
li#n-submitarticle { text-decoration: underline; font-weight: bold; }


li#t-whatlinkshere { text-decoration: underline; font-weight: bold; }
li#t-whatlinkshere { text-decoration: underline; font-weight: bold; }
Line 100: Line 106:
#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;
}