I have a really hard time reading recent changes easily. It is just very chaotic. I wanted to make it more readable, and was sad to see that a lot of what was needed to just apply some css to make it readable was missing.
I was wondering if there is an extension to do this. Right now, I had to make some minor changes to changesList.php to do this.
This is what I wanted as a final result http://wiki.bildr.org/index.php/Special:RecentChanges
But it would be nice if I didnt have to edit changesList.php to do so.
Hi Adam,
Adam Meyer wrote:
I wanted to make it more readable, and was sad to see that a lot of what was needed to just apply some css to make it readable was missing.
This is what I wanted as a final result http://wiki.bildr.org/index.php/Special:RecentChanges
But it would be nice if I didnt have to edit changesList.php to do so.
Try using the following CSS:
span.mw-rollback-link, span.mw-usertoollinks a + a + a { display: none; }
That should at least come close to what you want. Not that the adjacent sibling selector isn't supported by all browsers (http://reference.sitepoint.com/css/adjacentsiblingselector).
hth Frank
Thanks, I actually tried it originally with pseudo selectors, but the lack support in all browsers makes it kinda hard.
On May 10, 2010, at 2:05 PM, nakohdo wrote:
Hi Adam,
Adam Meyer wrote:
I wanted to make it more readable, and was sad to see that a lot of what was needed to just apply some css to make it readable was missing.
This is what I wanted as a final result http://wiki.bildr.org/index.php/Special:RecentChanges
But it would be nice if I didnt have to edit changesList.php to do so.
Try using the following CSS:
span.mw-rollback-link, span.mw-usertoollinks a + a + a { display: none; }
That should at least come close to what you want. Not that the adjacent sibling selector isn't supported by all browsers (http://reference.sitepoint.com/css/adjacentsiblingselector).
hth Frank
-- View this message in context: http://old.nabble.com/Readable-Recent-Changes-tp28496350p28512688.html Sent from the WikiMedia General mailing list archive at Nabble.com.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org