Update from Gil: I managed to retrieve rubric but the subtitle disappeared.
As you may have noticed, the layout of this blog has changed. I was trying to address a request by one of the commenters here to try to enable the links to recent comments to change colour if they were clicked on; unfortunately I was not able to do so, and in the course of doing so managed to change the theme in such a manner that the original theme (“Rubric”, which has been retired by wordpress) is no longer recoverable. I hope the new theme is not too jarring in design (it is the closest I could find to the original layout, which tried to maximise the width of the main posts in order to facilitate detailed comments). If there are any experts in CSS, wordpress, and/or design who can help improve the layout, please feel free to add suggestions in the comments of this post. (In particular, if there is a way to widen the main portion of the blog further, please let me know.)
The CSS problem is with the “#menu a:link, #menu a:visited{color:black;border:none;}” in the file rubric/style.css.
This forces both unvisited links (“a:link”) and visited ones (“a:visited”) to display identically (when inside the part of the display named “menu”, which is the right-hand column and includes the “recent columns” as a sub-section.)
The idea that a web site should force this preference on a user’s own private web browser display is very wrong, but a battle lost decades ago. Form over content!
I’d just remove the ” “#menu a:link, #menu a:visited{color:black;border:none;}” entirely from that style.css file and see if it works to your satisfaction.
Comment by Richard — March 1, 2017 @ 8:59 am |
Thanks for this! I am not currently able to edit the style file directly, but I added additional CSS to change visited links to purple which seemed to do something at least.
If you know how to add CSS to restore the tagline as Gil suggests that would be great also.
Comment by Terence Tao — March 1, 2017 @ 4:04 pm |
Thanks, it helps a lot!
Comment by domotorp — March 1, 2017 @ 8:09 pm |
It seems the net works wrong, maybe it is because of that. Perhaps a clue could instead to sustain a view of your home without “” for being sure to avoid any surprise.
Comment by george janre — March 2, 2017 @ 10:01 pm |