Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Dear fellow Monks,
As most of us know CSS (Cascading Style Sheets) are a great boon to any web site developer and can make 'themed' sites very easy to create and maintain. PM supports this by having either on-site markup or allowing a link to an external css file under your user settings. "All well and good", or so I thought. After much playing around two major things have come to light:

  1. CSS doesn't support underscores in the name (apparently?), for example:

    When I submitted the following snippet at (http://jigsaw.w3.org)

    tr.nodelet_head { font-weight : bold; color : #ff9933; background-color : #990000; }
    It produced the following error:

    Errors * Line: 5 Context : tr.nodelet Parse Error - nodelet_head { font-weight : bold; color : #ff9933; back +ground-color : #990000; }

    So that's one thing to bear in mind as the PM stylesheet (available by 'viewing source') contains quite a few elements named with an underscore. Whilst most browsers couldn't give a fig and either work or not, Mozzila routinely ignores any named elements with an underscore in the name causing unexpected results.

  2. After experementing I also found that not the whole PM site has been prepared for CSS, theres still quite a lot of hard coded areas where HTML elements have had their bgcolor set to blue/white as an example. And not to mention having gifs that haven't been given the transparency treatment. ;^)
So you're probably thinking "What a pedant"... or worse, at this point, well, I am and was wondering wether anyone else had come across the same problems? Do you reckon the Gods will hear this distant plea and come to my/our aid?

Thank you for listening to my rant.
Dave


In reply to On CSS and other machinations. by barrd

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-20 16:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found