Tagged Questions
The specific-stylesheets tag has no wiki summary.
9
votes
4answers
18k views
How to do a Chrome/Opera specific stylesheet?
I need to do chrome/opera hacks because of a font replacement script wanted by the client that breaks things... this is sad but everything is working in IE6-7, FF2-3 and Safari. I have no way of ...
4
votes
4answers
285 views
CSS for mobile sometimes reverts back to original
So most of the time my stylesheets appear properly. The standard/original one always works flawlessly, however it seems sometimes the mobile one is disregarded when looked at from a mobile device
I ...
4
votes
2answers
2k views
JavaDoc Style Sheets
I was wondering.
Did any of you have a JavaDoc style sheet? Defaults one is pretty uggly.
Thanks!
2
votes
5answers
119 views
What are some client-side tricks to get around IE7's absurd 32-stylesheet limit?
I just worked out, by trial-and-error, that IE 7 has an upper limit of 32 stylesheet includes (i.e. tags).
I'm working on the front-end of a very large website, in which we wish to break our CSS ...
1
vote
2answers
50 views
Using print.css with @media print elsewhere
I've got a webpage that uses a site global print.css stylesheet to render the page for print. The page also uses sitewide classes for divs, headers, etc.
I need to increase the width of the body and ...
1
vote
2answers
342 views
Media queries: avoiding unnecessary downloading of CSS/images
I've been reading about the 'only' keyword but can't find a definitive answer to this.
I'm interested to know if there's a way, using only CSS (not Javascript), to avoid all older browsers that don't ...
0
votes
3answers
73 views
Adding footer for printing web pages and setting margins
I want to add a footer to an HTML page that will be repeated across all pages WHEN PRINTING. I have managed to achieve this through this code:
@media print {
p.note {
bottom: 0; position: ...
0
votes
1answer
75 views
Need to convert rtept to trkpt, any XSL available before I write one?
I don't mind writing an XSL but if one has already been written I should reuse it.
rtept = route point in the GPX format
trkpt = track point in the GPX format
Converting latitude and longitude ...
0
votes
0answers
305 views
Looking out for a good Visual XSLT Editor tool
Am looking out for a good Visual stylesheet designer through which i can export my report designer directly into XSL. I should be also able to read/import the XSL to get back the designer. Anyone ...
0
votes
2answers
143 views
Can I make a local style sheet that essentially removes all CSS from pages I visit?
I want to semi-permanently (temporarily but it lasts past a refresh or following a link) browse without CSS in IE6. There doesn't appear to be a way to permanently disable CSS without messing with ...