Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • microvation Friend
    #165154

    There are various places where I’m editing HTML such HTML module and category description HTML where I’d like to put a grey horizontal rule just like I see in JA Rave. I cannot find the exact CSS values for this. Are they available?

    My site is http://www.microvation.org, but these are just the standard JA Rule horizontal lines. Also, attached screenshot with one circled. Looking for the CSS/HTML to include.

    Thanks!!!
    -billb


    1. temp
    chavan Friend
    #395997

    GO to this File: http://microvation.org/templates/ja_rave/css/template.css

    The Following are the codes which are responsible for the Underline for all the heading in your site.

    General CSS:


    div.ja-moduletable h3, div.moduletable h3 {
    font-size: 100%;
    text-transform: uppercase;
    border-bottom: solid 5px #ddd;
    font-weight: bold;
    padding: 0px 0px 10px;
    color: #555;
    font-family: Arial,Helvetica,sans-serif;
    }


    h1.componentheading, .componentheading {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: solid 5px #ddd;
    padding: 0px 0px 10px;
    font-size: 100%;
    margin-bottom: 6px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    }


    .registration legend {
    border-bottom: solid 5px #ddd;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 10px;
    width: 100%;
    }

    Mouse Hover CSS


    div.ja-moduletable:hover h3, div.moduletable:hover h3 { border-bottom: solid 5px #333; color: #333; }


    .blog-featured:hover h1.componentheading, .blog-featured:hover .componentheading,
    .blog:hover h1.componentheading, .blog:hover .componentheading { border-color: #333; color: #333; }


    .registration:hover legend { border-color: #333; color: #333; }

    Note: If you Find my Post useful please click on the Thanks Icon

    microvation Friend
    #396004

    Beatiful, just what I needed, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  microvation 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum