19
edits
Welcome to Gamerpedia! Let me know at either Mario Wiki or Fanonpedia if you'd like an account here.
(add) |
(search bar) |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MonoBook skin */ | /* All CSS here will be loaded for users of the MonoBook skin */ | ||
/* bring the old user message box colors back! */ | |||
.usermessage { | .usermessage { | ||
background-color: #ffce7b; | background-color: #ffce7b; | ||
border: 1px solid #ffa500; | border: 1px solid #ffa500; | ||
} | } | ||
/* search bar at the top */ | |||
#sidebar { display: flex; flex-direction: column; } | |||
#p-search { order: -1; } |