606
edits
(A CSS for potential use on the wiki.) |
m |
||
| Line 320: | Line 320: | ||
#footer {margin-right:5em;} | #footer {margin-right:5em;} | ||
#footer-poweredbyico, #footer-poweredbyico a, #footer-poweredbyico li, #footer-poweredbyico ul, #footer-poweredbyico img {background:none!important;margin-bottom:0.75em;} | #footer-poweredbyico, #footer-poweredbyico a, #footer-poweredbyico li, #footer-poweredbyico ul, #footer-poweredbyico img {background:none!important;margin-bottom:0.75em;} | ||
/*these just add some space to the Recent changes page interface, the buttons are left unstyled intentionally*/ | |||
.mw-rcfilters-ui-filterWrapperWidget { | |||
padding:10px; | |||
padding-left:20px; | |||
padding-right:20px; | |||
max-width:97.5%; | |||
} | |||
.mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget { | |||
padding:10px; | |||
padding-left:20px; | |||
padding-right:20px; | |||
max-width:97.5%; | |||
} | |||
.mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget, .mw-rcfilters-ui-filterWrapperWidget {background-color:var(--whitetextandbg);color:var(--maintext);} | |||
/*/ | |||
/*End CSS by Olessan*/ | /*End CSS by Olessan*/ | ||
edits