User:Perryprog/Userpage layout
Appearance
Page User:Perryprog/UserpageDisplay/styles.css has no content.
![]() | This user's IRC nick is perryprog on the server Freenode. |
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;
}
But sadly, 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!