User:Perryprog/Userpage layout
Appearance
![]() | This user's IRC nick is perryprog on the server Libera Chat. |
— | This user excessively uses em dashes—please slap them with a minnow in extreme cases! |
Administrators' Newsletter |
---|
April 2025 |
Documentation
![]() | This template uses TemplateStyles: |
One annoying issue that I don't think I have any way of fixing is how the "show" link's div partially obscures the link to the date within the newsletter box. I wanted to fix it with something like:
.news .NavHead {
pointer-events: none;
}
.news .NavToggle {
pointer-events: auto;
}
Sadly though, the pointer-events
property isn't supported in the sanitized-css content model (or something like that), although probably for good reason...
PS: I'm only using tabs because that's what Wikipedia's code editor defaults to, dangit!
PPS: Have a nice day :)