For questions about and issues with the CSS rules that control the appearance of StackExchange sites.

learn more… | top users | synonyms

3
votes
0answers
72 views

Network wide padding issues in the sidebar

I've just noticed a padding issue in the Linked posts sidebar at WordPress Answers: I was about to report it in our Meta, but it has already been (regarding the Related sidebar): Related Box ...
-3
votes
1answer
69 views

How to post successfully with large code

I have some issues in my html code. but unable to post question as it said "it looks like your post is mostly code. please add some more details". how can we overcome this issue. Thank you...
42
votes
0answers
293 views

Your jewels are much too big!

This really is atrocious to look at. We understand appearances are everything, but there's no need to magnify them twice. We understand you need to show these off in public - after all, that's what ...
0
votes
0answers
51 views

Layout bug:too much padding or too little space

I recently discovered a bug while scrolling through questions on stack overflow and found this: This is just a minor bug and doesn't matter too much, but in the long run it should be fixed.
4
votes
1answer
87 views

Unstyled content on all Stack Overflow pages

Currently, whenever I open a new page containing any Stack Overflow content: main page, tagged questions, an individual question, user profile, anything, all content is completely unstyled, as if all ...
0
votes
0answers
73 views

http://webapps.stackexchange.com/ Css bug in questions with more than 1000 views [duplicate]

In http://webapps.stackexchange.com/ I was looking the question list. In question list, the views are like 39, and below it is 'views' written over there. But in questions with more than 1000 views, ...
2
votes
0answers
52 views

Up/down vote links on ads missing [closed]

See the image below. On hover normally the adverts have up and down vote buttons in the box on the top right, but I've just noticed that they are missing. This is only the case with Chrome (latest), ...
2
votes
0answers
58 views

Faulty CSS gave my mouse an epileptic fit and killed my browser! [duplicate]

I just went outside for a cigarette, came back, and noticed a dead Chrome window. I started Chrome with Win + R, which meant my cursor stayed in position, which led me to what caused this. ...
4
votes
0answers
94 views

stylesheet for print output

Please provide stylesheet for printing a post not using fixed width. Printing should not use fixed width and truncate on the right, but have a free "flow" of text content adjusting itself to page ...
1
vote
1answer
55 views

Small glitch in review pages popup z-index

The "Should this question be closed as " expandable popup, which scrolls with page, gets an higher z-index than the close popup, when the page is not at the top like here: Steps to reproduce: ...
3
votes
0answers
43 views

IE 9 shifts question to right when codeblock has one line with no spaces

I just edited this question because in IE9 the question block flowed over in the right margin and an extra whitespace between the td for the votecell and the td for postcell. It looks like the ...
8
votes
0answers
254 views

CSS Issue on User Profile Accepted Answers/Question

tldr : Prevent Eyes From Striking! Add a colored background to the non-meta user page on accepted answers. Add 1 line of CSS to make the user page friendly looking like on the meta! See the ...
6
votes
0answers
111 views

Different CSS behavior on tag hover [closed]

Recently I asked a question and in question content I used the tag status tag completed on mouse hover on this tag: while on the same tag on mouse hover in this and this question in tag section ...
11
votes
1answer
116 views

Tags go totally nuts on hover

There's a certain area around tags where they will flip constantly between their normal and hover states. Please see the following video for an illustration of the issue: This is in Chrome stable ...
5
votes
0answers
44 views

Can we have additional padding on nested lists?

The padding in nested lists when using blank lines for spacing has always driven me crazy. I understand that this is because the contents of the list item are simply wrapped in <p> and that's ...
1
vote
0answers
71 views

Profile pictures don't get the same properties at Gravatars [closed]

So I was loading the review panel over and over out of boredom and happened to notice that some of the profile picture squares were different than others when the image hasn't loaded yet: Am I ...
3
votes
0answers
28 views

Cut off add tag button On new redesign too [duplicate]

I have noticed on the homepage of stackoverflow the add tags button is always cut off. I am using On Ubuntu 12.04 LTS and this is on Google Chrome 24.
13
votes
1answer
86 views

Could “code” in chat (markdown with backquotes) change the background like on the main site?

In chatting, I've taken to using bold to format code. This is because it does not stand out very well if the only thing that changes is a fixed-width font. For instance: But it seems that if CSS ...
4
votes
1answer
55 views
1
vote
0answers
60 views

What is happening to StackOverflow? CSS styles aren't loading? [duplicate]

Possible Duplicate: all CSS rules missing What is happening to StackOverflow? I just visited today and it appears that I the CSS styles aren't loading... I tried from Firefox, Chrome, and ...
10
votes
1answer
210 views

all CSS rules missing [closed]

The CSS rules are missing from every page on StackOverflow. I've tried a few other sites and they are working fine, so I haven't (accidentally) disabled CSS with the web developer toolbar (for ...
2
votes
0answers
33 views

Minor markup issue on badge winner pages

I've noticed that on the SO badge pages ("Recently awarded to") where moderators are among the winners, there's a slight mark-up issue whereby moderators aren't lined up properly (don't adhere to the ...
3
votes
1answer
87 views

How does Stack Overflow's syntax highlighting work? [duplicate]

Possible Duplicate: Which tools and technologies build the Stack Exchange Network? What syntax highlighting library is used on Stack Overflow? How does Stack Overflow handle its syntax ...
9
votes
0answers
229 views

Please add -webkit-overflow-scrolling: touch to code blocks and other overflown elements

-webkit-overflow-scrolling: touch is an iOS-specific CSS feature that enables native momentum-based scrolling on overflown elements. Without it, scrolling just feels bad on iOS devices. Those who ...
5
votes
0answers
50 views

New padding for buttons partially conflicts with existing styles [duplicate]

Possible Duplicate: The “Add Comment” button is broken in the flags queue It seems like there was a recent addition to the site CSS: input[type="button"], input[type="submit"] { padding: ...
0
votes
0answers
34 views

search bar is in the wrong place [duplicate]

Possible Duplicate: Font-size related layout issue My search bar is not in the top right in the header, but instead floats to below the menu in the header. I've attached an image at the ...
112
votes
13answers
2k views

What's up with the new CSS?

I've just noticed the new rep/vote counts look different, and not in a good way (IMO, obviously people will disagree). What else has been changed, and is it permanent?
11
votes
0answers
79 views

Remove duplicate color declaration from body

The CSS for chat.stackexchange.com defines the following: body{font-family:Verdana,Arial,sans-serif;color:#333;font-size:12px;background-color:#fdfdfd;color:#444444;} It defines both #333 and ...
0
votes
0answers
36 views

Move inline CSS on find-user page to proper class

On the /admin/find-users page, there's some inline CSS to color even rows in a table. It would be nice if those could be moved to a proper class to allow for adjustment through user styles. td,th { ...
0
votes
0answers
67 views

CSS problem - menu dislocated on a beta site [duplicate]

Possible Duplicate: Font-size related layout issue I see the menu being pushed down and probably the top-side negative margin is missing. Please take a look.
6
votes
0answers
39 views

Uneven padding on the profile page

Something that's been bothering my OCD for a while now are the sub tabs of the summary tab, at your profile page: The votes tab here have a 4px padding at the bottom but a two pixel padding at the ...
3
votes
1answer
52 views

CSS Hover bug in review close votes

I just hit 3000rep and noticed that if you are scrolled down a little bit on the Review Close Votes page, and select "Close" you get this incorrect hovering: It is covering up a couple options. ...
4
votes
2answers
181 views

Scroll bar overflows text on Mac Chrome

In Chrome for Mac OSX the scroll bar overflows the last line of text. Screenshot: Mac OSX 10.7.5, Google Chrome Version 23.0.1271.64. In Safari it works great!
5
votes
1answer
173 views

Font-size related layout issue

I keep my zoom level set at 90% in Chrome and I noticed that on the main StackOverflow site the search box on the top navigation bar has moved to below my name: If I change the zoom level to 100% ...
2
votes
0answers
72 views

Please remove revision-comment style from mod table

On the History tab of the moderator tools, there's a table that also lists my own user account. The row with my own user account in it has the CSS class revision-comment applied to it. Yet, it isn't a ...
0
votes
0answers
77 views

Bold weight for text in top bar

In Stack Overflow, I feel that in the text in the top portion (where your name, rep, chat menu, etc. is shown, the text weight is set to normal! I think it is better to have it back to bold. Because ...
2
votes
0answers
60 views

Can you change the CSS for links? [duplicate]

Possible Duplicate: Make links in Stack Overflow answers more obvious? Visited links should be more visible Can we make hyperlinks more obvious in an SO answer? I think it very hard to ...
8
votes
0answers
72 views

Highlight year value in questions and answers

When opening a post, some key information I am looking for is the year of the information both in question and answers. I want to know how fresh the information is. Currently the year is written as ...
7
votes
0answers
63 views

Make the quick-answer box wider

Before After #post-form .wmd-container, #post-form .wmd-input, #post-form .wmd-preview { width : 720px; } #post-form .post-editor, #post-form .wmd-button-bar { width : 728px; } I guess, ...
3
votes
1answer
64 views

Remove hardcoded CSS from /review/…/stats

The user tile belonging to the logged in user (yourself) has CSS baked into the HTML. Would be nice if a CSS class could be utilized to achieve this.
2
votes
0answers
99 views

Badge numbers cut off at the right [duplicate]

Possible Duplicate: Badge Holders Page Broken Mr. Jon Skeet has been caught causing this bug. The last digit of his bronze badge is hidden. Edit: My system specifications Browser: ...
3
votes
0answers
47 views

Profile Page: toggle 'more/less info' will render the 'recent names' wrong

When I go to my profile page I see this : After selecting the surrounding text I see that it is the 'recent names' field that is being renedered wrong. Browser: Google Chrome Versie 22.0.1229.79 m ...
9
votes
1answer
107 views

<hr/>'s do not get rendered in deleted answers

I'm sure this is a very low priority bug, but as you can see here, it appears that <hr/>'s are not getting rendered in deleted answers (although, the extra vertical space still exists): ...
0
votes
0answers
23 views

Chrome pop-up bug on downvoted questions [duplicate]

Possible Duplicate: Downvote pop-up is overlapped by the question, if the question is transparent How to reproduce the problem : Find a question with downvoted answers (you should have ...
2
votes
0answers
54 views

The beta theme has extra space in between multi-line titles

When clicking on a title that has broken down to a new line, there's a 3-pixel space in between the first line and the second line. This is only occurring on the new beta theme for me. I tried it on ...
6
votes
1answer
130 views

<kbd>CTRL</kbd> is rendered in multiple lines with Google Chrome 21/22

CTRL looks weird as the chars don't fit the 26px width of the key, making it a multiline. Making it one pixel wider, resolves it on my machine. Ctrl fits nicely.
8
votes
1answer
75 views

Comments sometimes overlap in new Review

Saw this one for this post. On Firefox and Chrome, haven't checked elsewhere.
4
votes
1answer
63 views

Visited Hyperlinked code (backticks) in spoilers is not hidden

On Beta Stack Exchange sites, spoilered text is visible when it shouldn't be, when the text is code (in backticks), the text is part of a hyperlink, and the hyperlink is visited Example: >! ...
3
votes
0answers
48 views

The disabled edit text looks awkward; missing padding

Normally, the action links below the post have a padding: 0px 3px 2px 3px; applied to them, which gives them the spacing to the left and the right to "separate" them from the vertical bars. However, ...
4
votes
0answers
62 views

Difference between link and link:visited on meta is too subtle [duplicate]

Possible Duplicate: Can we change the a:visited color on the meta.stackoverflow.com home page? Earlier today I asked this question which I thought was a display anomaly. I quickly learned ...

1 2 3 4 5