MediaWiki:Vector.css: Difference between revisions
Screamer1234 (talk | contribs) No edit summary |
Screamer1234 (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
body #pageWrapper {margin-right:10px;} | body #pageWrapper {margin-right:10px;} | ||
body, input, button, select .tabbernav li {font-family: "rubix", Ubuntu, Waree, sans-serif;} | body, input, button, select .tabbernav li {font-family: "rubix", Ubuntu, Waree, sans-serif;} | ||
div {color:# | div {color:#c1c1c1;} | ||
/* Content and footer */ | /* Content and footer */ | ||
.mw-footer {background-color:#333;padding-bottom:45px;border-bottom-left-radius:0.2em;border:1px solid #e87057;} | .mw-footer {background-color:#333;padding-bottom:45px;border-bottom-left-radius:0.2em;border:1px solid #e87057;} | ||
| Line 30: | Line 30: | ||
#pt-logout, #pt-createaccount, #pt-login {background-color:#333;padding:0 4px 3px 4px;margin-top:2px;border-radius:0.2em;border:1px solid #e87057;} | #pt-logout, #pt-createaccount, #pt-login {background-color:#333;padding:0 4px 3px 4px;margin-top:2px;border-radius:0.2em;border:1px solid #e87057;} | ||
#siteNotice {margin-top:-5px;margin-bottom:5px;} | #siteNotice {margin-top:-5px;margin-bottom:5px;} | ||
} | |||
input,textarea{ | |||
background-color:#282828; | |||
border-color:#282828; | |||
color:#c1c1c1 | |||
} | |||
/* Usernames /* | /* Usernames /* | ||