-
AuthorPosts
-
January 18, 2011 at 5:08 pm #158954
hi all
how to change the background color in ja news frontpage for Teline IV. The theme selected is: default.thank for attention
bye
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 18, 2011 at 9:33 pm #372522Can you post a screenshot detailing exactly which part of the background. you wish to change?
Or you could use Firebug – http://getfirebug.com/
If you use that switch off css compression first.
January 19, 2011 at 3:31 pm #372691Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 19, 2011 at 6:47 pm #372710The background colour is made up of a number of elements bus all are in templates>ja_teline_IV>html>mod_janews_fp>default>style.css
from line 54 to line 90ish. There are border colours, background colours
and a different blue colour of the on-mouseover effect. Should be simple to style
.ja-zinfp-featured h2.ja-zintitle a {
background: none repeat scroll 0 0 #00000;
border-bottom: 1px solid #CCCCCC;
color: #CCCCCC;
display: block;
padding: 8px 12px;
text-decoration: none;}
.ja-zinfp-featured-border:hover h2.ja-zintitle a, .ja-zinfp-featured h2.ja-zintitle a:hover, .ja-zinfp-featured h2.ja-zintitle a:active, .ja-zinfp-featured h2.ja-zintitle a:focus {
background: none repeat scroll 0 0 #006699;
color: #FFFFFF;}
.ja-zinfp-featured .ja-zincontent-wrap {
}
.ja-zinfp-featured .ja-zincontent {
margin: 0;
padding: 0 0 8px;}
.ja-zinfp-featured .ja-zincontent-img {
background: none repeat scroll 0 0 #000000;
border-color: #000000 #000000 -moz-use-text-color;
border-style: solid solid none;
border-width: 5px 5px 0;
margin: 0;
overflow: hidden;}
.ja-zinfp-featured-border:hover .ja-zincontent-img {
background: none repeat scroll 0 0 #006699;
border-color: #006699;}
January 19, 2011 at 11:09 pm #372763thank you very much
it works fine
bye
February 13, 2011 at 4:18 am #376445<em>@phill luckhurst 216136 wrote:</em><blockquote>The background colour is made up of a number of elements bus all are in templates>ja_teline_IV>html>mod_janews_fp>default>style.css
from line 54 to line 90ish. There are border colours, background colours
and a different blue colour of the on-mouseover effect. Should be simple to style
.ja-zinfp-featured h2.ja-zintitle a {
background: none repeat scroll 0 0 #00000;
border-bottom: 1px solid #CCCCCC;
color: #CCCCCC;
display: block;
padding: 8px 12px;
text-decoration: none;}
.ja-zinfp-featured-border:hover h2.ja-zintitle a, .ja-zinfp-featured h2.ja-zintitle a:hover, .ja-zinfp-featured h2.ja-zintitle a:active, .ja-zinfp-featured h2.ja-zintitle a:focus {
background: none repeat scroll 0 0 #006699;
color: #FFFFFF;}
.ja-zinfp-featured .ja-zincontent-wrap {
}
.ja-zinfp-featured .ja-zincontent {
margin: 0;
padding: 0 0 8px;}
.ja-zinfp-featured .ja-zincontent-img {
background: none repeat scroll 0 0 #000000;
border-color: #000000 #000000 -moz-use-text-color;
border-style: solid solid none;
border-width: 5px 5px 0;
margin: 0;
overflow: hidden;}
.ja-zinfp-featured-border:hover .ja-zincontent-img {
background: none repeat scroll 0 0 #006699;
border-color: #006699;}
</blockquote>is it possible to point out exactly which line and numbers need to be changed ?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 13, 2011 at 10:01 am #376457You will need to work that out for yourself depending on what you want changing. There are only a few lines there with all the edits to the colours wherever you see a #xxxxxx you replace it with the colour code of your choice. Some may choose to use background images instead to the code would be different again. Use the Firebug extension for Firefox to experiment.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by Phill 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
change background color in ja news frontpage
Viewing 7 posts - 1 through 7 (of 7 total)