isawnyu / isaw.theme

Theme for ISAW
0 stars 0 forks source link

style on list items in main content pane #4

Closed paregorios closed 9 years ago

paregorios commented 9 years ago

Bulleted list items inside <div id="content-core" are acquiring text-transformation to upper case, brick-red color, and other beauteous styling by virtue of a rule that's applied to #portal-columns ul in the isaw.theme package (I can't tell which css file through my inspector because "development mode" is not turned on in portal_css on dev). Here's an example of the effect:

red-list-dev

Associated HTML:

<div id="content-core">
    <div class="" id="parent-fieldname-text-9374dd687b36aa0722caddcbeb822396">
⋮
        <ul>
            <li>
                NYU GSAS Online Application (
                <a class="external-link" href="http://gsas.nyu.edu/object/grad.admissions.onlineapp">http://gsas.nyu.edu/object/grad.admissions.onlineapp</a>
                )
            </li>
            <li>CV or Resume</li>
            <li>Statement of Purpose</li>
            <li>
                Writing Sample: This may be a term paper, excerpt from an undergraduate or graduate thesis, or other example of academic writing, including a lecture delivered at a meeting, or a published article. It should be double-spaced and not exceed 35 pages. If your writing sample contains non-Roman scripts or other non-standard characters, it may not print properly as part of the online application. Please check your document carefully. It is best if you send your online writing sample as a PDF document. Be sure to keep a paper copy for your records. We may ask you to mail, fax, or email a copy directly to the institute if there are problems reading it.
            </li>
            <li>Three Letters of Recommendation</li>
            <li>
                GRE Test Scores: Only General Test scores are required. All applicants MUST submit test scores.
            </li>
            <li>TOEFL Test Score (for international applicants only)</li>
            <li>Transcript</li>
            <li>
                Languages: In addition to the relevant section of the application form, a separate list of all ancient and modern languages (other than English) in which the applicant has some proficiency is required and should be uploaded on one of the “Additional Information” pages of the online application. This list should indicate the applicant’s level in each language in concrete terms (e.g. what are the most extensive or difficult texts that the applicant has read) and how the language was acquired.
            </li>
        </ul>
⋮
kevintbrooks commented 9 years ago

@paregorios I've updated the styling here to better conform to the site's standards for ULs and OLs. To use the 'styled' versions, you can add the 'red' classname to the ol or ul element. @alecpm Is there / should there be an easy way to add this class in the editor? screen shot 2015-05-26 at 11 52 06 am

skleinfeldt commented 9 years ago

There is an easy way to add this to the editor, @paregorios can you please open another ticket for that?

paregorios commented 9 years ago

@skleinfeldt see now #12

paregorios commented 9 years ago

Closing this ticket, as the issue in question was fully addressed by @kevintbrooks