-
AuthorPosts
-
marco vl Friend
marco vl
- Join date:
- September 2014
- Posts:
- 22
- Downloads:
- 5
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 10, 2009 at 10:53 pm #136971Is it possible to add a extra color besides the already existing:
13:red
14:orange
8:deepblue
12:cyan
5:green
9:pink
11:lime
6?
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
January 11, 2009 at 12:37 am #285851Yes.. full list of HTML colour names here… http://www.w3schools.com/HTML/html_colornames.asp
marco vl Friendmarco vl
- Join date:
- September 2014
- Posts:
- 22
- Downloads:
- 5
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 11, 2009 at 12:46 am #285852ok i did this:
13:MediumOrchid
14:orange
8:deepblue
12:cyan
5:green
9:pink
11:lime
6
99:redBut section 13 is now in default color !
not MediumOrchidDO i have to change some css files?
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
January 11, 2009 at 1:04 am #285856Sorry, my mistake. I presumed they were HTML colour names that were used but they are not. they are called from templates/ja_teline_ii/css/ja.news.css
/*THEMES
------------------------------------------------*/
.jazin-boxwrap:hover.jazin-theme-red div.jazin-section a span,
.jazin-boxwrap.jazin-theme-red .hover div.jazin-section a span {
background: #CC0000; /*red*/
}.jazin-boxwrap:hover.jazin-theme-orange div.jazin-section a span,
.jazin-boxwrap.jazin-theme-orange .hover div.jazin-section a span {
background: #E77B13; /*orange*/
}so for MediumOrchid you would add…
.jazin-boxwrap:hover.jazin-theme-mediumorchid div.jazin-section a span,
.jazin-boxwrap.jazin-theme-mediumorchid
.hover div.jazin-section a span {
background: ]#BA55D3; /*MediumOrchid*/and in your config…
13:mediumorchid
14:orange
8:deepblue
12:cyanmarco vl Friendmarco vl
- Join date:
- September 2014
- Posts:
- 22
- Downloads:
- 5
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 19, 2009 at 8:16 pm #287140Hmmm
I added this in the css:
.jazin-boxwrap:hover.jazin-theme-yellow div.jazin-section a span,
.jazin-boxwrap.jazin-theme-yellow .hover div.jazin-section a span {
background: #FFFF00; /*yellow*/
}In my config:
13:yellow
14:orange
8:deepblue
12:cyanStill 13 is giving the default color
If i change 13 to red I see red
If I change 13 to yellow i get default colorSeems I need to change it somewhere else too?
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
January 19, 2009 at 9:53 pm #287143Are you clearing your cache?
Go to your website again and hold SHIFT and click Refresh.
marco vl Friendmarco vl
- Join date:
- September 2014
- Posts:
- 22
- Downloads:
- 5
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 19, 2009 at 10:06 pm #287145No, also with that it gives default color
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
January 19, 2009 at 10:13 pm #287146Hmmm I just tried it here and it works.
.jazin-boxwrap:hover.jazin-theme-yellow div.jazin-section a span,
.jazin-boxwrap.jazin-theme-yellow .hover div.jazin-section a span {
background: #FFFF00; /*yellow*/Do you have a live URL?
marco vl Friendmarco vl
- Join date:
- September 2014
- Posts:
- 22
- Downloads:
- 5
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 19, 2009 at 10:38 pm #287147scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
January 19, 2009 at 10:46 pm #287148Well the css is correct. So no idea why it’s not working. I presume it’s the ‘Backstage’ link?
Turn off SEF and see if it makes a difference maybe.
marco vl Friendmarco vl
- Join date:
- September 2014
- Posts:
- 22
- Downloads:
- 5
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 19, 2009 at 10:54 pm #287149No its the first link: Fotografie
What is SEF?
marco vl Friendmarco vl
- Join date:
- September 2014
- Posts:
- 22
- Downloads:
- 5
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 19, 2009 at 10:56 pm #287150I found it system SEF
disabled it nowmarco vl Friendmarco vl
- Join date:
- September 2014
- Posts:
- 22
- Downloads:
- 5
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 19, 2009 at 11:19 pm #287156Ok I found it.
In templates/ja_teline_ii/css/colors/
there are also css files
I edit a original file and change the color
then i uploaded the file as: theme-yellow.css
and tadamarco vl Friendmarco vl
- Join date:
- September 2014
- Posts:
- 22
- Downloads:
- 5
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 19, 2009 at 11:23 pm #287157oeff
stil one problem
If you take a look at the link:
http://www.dhmagazine.nl/bodypaint
then you see the title of the article is same color as section colorIf you take a look at:
http://www.dhmagazine.nl/fotografie
then you will see that the title of the article is not in yellow
?? -
AuthorPosts
This topic contains 14 replies, has 2 voices, and was last updated by marco vl 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum