-
AuthorPosts
-
microvation Friend
microvation
- Join date:
- March 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 3 times in 1 posts
June 12, 2011 at 10:44 pm #165154There 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
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 13, 2011 at 3:39 am #395997GO 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
1 user says Thank You to chavan for this useful post
microvation Friendmicrovation
- Join date:
- March 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 3 times in 1 posts
June 13, 2011 at 3:58 am #396004Beatiful, just what I needed, thank you!
AuthorPostsViewing 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
How to duplicate the grey horizontal line in HTML?
Viewing 3 posts - 1 through 3 (of 3 total)