Questions related to the CSS (cascading style sheets) of Super User.

learn more… | top users | synonyms

1
vote
1answer
24 views

Display Bug: Showing More Comments Causes Comments to Get Cut Off

The <div class="comments"> element surrounds a table element where comments are displayed. .comments declares width:660px;. The table is styled with .comments > table{width:100%;}. When ...
3
votes
0answers
25 views

Special tags on fav/ignore lists are not displayed properly without page reload

When adding a moderator-only (black) or required (black bordered) tag to the list of favorite or ignored tags, they're not displayed in their usual style. Only a page reload will give them the ...
0
votes
1answer
66 views

Link colors reversed?

On a Super User search page, link colors are set to this effect .question-hyperlink { color: #1086a4; } .question-hyperlink:visited { color: #13b3bd; } Which equates out to a darker blue for ...
2
votes
0answers
51 views

Unwanted line breaks in <kbd> style [closed]

Using Google Chrome 21.0.1155.2 dev (I know this is not a supported version, but as in Element position bug in "Privilege" FAQ in Google Chrome it might be of interest anyway, and at least ...
7
votes
3answers
297 views

CSS for the new <kbd> style

The new <kbd> CSS is not loading for some users. So, for those who just can't wait, use your favorite CSS browser extension/feature to implement it yourself! kbd { -moz-border-radius:3px; ...
4
votes
2answers
110 views

Element position bug in “Privilege” FAQ in Google Chrome

From chrome://version: Google Chrome 19.0.1077.3 (Official Build 128359) dev OS Linux WebKit 536.4 (@111590) The following happens on http://superuser.com/privileges/edit in ...
3
votes
1answer
60 views

Use block quote style from SU on MSU

Block quotes are a good (if semantically questionable) way to visually separate e.g. screenshots as part of a post on SU, which might otherwise be mistaken as part of the post text, since the get a ...
38
votes
1answer
483 views

Nicer <kbd> style

Apple.SE has a much nicer design for kbd tags: It works much better for embedding it in other text (e.g. an explanation) as it contains a sans-serif font and a more subtle border. The style ...
15
votes
1answer
94 views

Flag dialog on low-score answers appears faded out

Related Meta Stack Overflow requests The flag pop up on heavily downvoted answers has grey text Flag popup in review is translucent for non-hidden ignored tags Current status ...
7
votes
1answer
50 views

“Latest activity” with a background color on Super User

On other sites, the "latest activity" is a simple link, written the same way as the two previous informations. On Super User, however, this link has a blue background (which makes it finally quite ...
8
votes
3answers
455 views

Is Superuser's <code> CSS light-blue highlight near invisible on anyone else's laptop LCD?

I have a 15" laptop with a quality built-in LCD, but still, some very light colors wash out to where they're barely noticeable. For example the light blue background color used for the <code> ...