View Full Version : Template Tweaking CSS
joey dee
02-21-2006, 03:12 PM
Hi,
Im a new member... however yesterday I been reading all day on the forums. I have downloaded template LightWhiteTwo
http://www.injoeface.com/
What i want to do it change the text and link colors to something like this. http://photos.jlspurling.com/ ( i like the blue and the when you rol over the blue it turns pink)
I have been having the hardest time doing it. Sorry im not a pro at it :<
Also 2 last things, I want the comment box to be on the page and not a pop up and finaly i was thinking of chnaging the color to the background stripes to something maybe the same pink as the other site.
I tired all this but it keeps breaking, I was wondering if I can trouble someone who is very expierenced with this to help me out. I would really really apprecaite it.
Hope someone can help me,
Joey
Joe[y]
02-21-2006, 05:32 PM
first off. changing the colours of links can't be any simpler with any css knowledge... basically you need to edit the following bit:
a {
color:#999;
text-decoration:none;
background-color:#fff;
}
a:hover {
color:#666;
background-color:#fff;
}
just change the hex codes (eg... #999) to the colours you want. for example, the pink on my website is #ff33cc - alternatively you could just write the word 'pink'.
the pixelpost-light template uses comments on the main page... so if you look into the html code in that image_template it should be a simple case of copy and pasting the code.
good luck. a quick read up of html and css (just something quick on a website) should equip you with all the basic skills you'll need to do whatever you want with pixelpost templates... don't get scared by code - it's easy really with a little thought.
Errrwin
02-21-2006, 06:21 PM
']
just change the hex codes (eg... #999) to the colours you want. for example, the pink on my website is #ff33cc - alternatively you could just write the word 'pink'.
I really don't think the W3C CSS Validator (http://jigsaw.w3.org/css-validator/validator-uri.html) likes the word pink very much. But if you don't really care about that: go for it. :)
Hex codes galore (http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html)
davenewt
02-21-2006, 11:02 PM
I really don't think the W3C CSS Validator (http://jigsaw.w3.org/css-validator/validator-uri.html) likes the word pink very much.
All the more for the rest of us REAL men!
/blackadder :) :) :)
joey dee
02-21-2006, 11:53 PM
People ;)
Thank you so much :) i got it all undercontrol i read some guides and stuff and it helped out :) i also put the comment on my homepage :) uhmm i guess im just having a problem with the Add On Smileys that i downloaded i have to put a code
<smiley> i just dont know where i should put it :<
Uhmm what else i wanna do.. I want to have like my top 5 most viewed pics... Ohh yah.. I wanna put like my MSN online/offline status to message me... and also to send me and email through the website. Also does anyone know where i can get a nice cool AUDIO STREAM program? So i can put some traks???
Thanks
Joey
joey dee
02-22-2006, 12:16 AM
OK :(
I just checked my site on a Windows computer and its showing me things that i dont see from my MAC. Have a lookg at the screenshots i did,
http://www.injoeface.com/error.JPG
I highlighted in RED what the problem is, it seems to write the last line of my text on top of the page??? so strange
http://www.injoeface.com/error2.JPG
What I think the problem is here is that the comment box does not go along with the auto width of the rest of the site have a look browse from page to page you will see.
Can somoene view the source of my site and help me please.
I would appreciate all the help,
Cheers,
Joey
Errrwin
02-22-2006, 01:00 PM
All the more for the rest of us REAL men!
/blackadder :) :) :)
Yes darling.
joey dee
02-22-2006, 08:34 PM
Please people... if you can just look at my view source also to help me out.. the text is breaking as well as the lower comment box.
Start from this:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.injoeface.com%2F
joey dee
02-23-2006, 12:16 PM
GeoS,
Thanks for the help, I fixed the text breaks on the site :) However i am having an issue with the navigation breaking and the thumbnails breaking.. have a look here
http://injoeface.com/index.php?showimage=40
Im not to sure what is causing this. With Safari and Mozilla it shows that its good but with IE it keeps breaking with his soo frustrating I been working on fixing this for the past 3 days.
can you please guide me through this.
Appreciate the support on here
Joey :)
First of all try to do something with:
-->
at line 53. It gives me error in IE.
joey dee
02-24-2006, 03:28 PM
GeoS,
I've tried since yesterday I dont know Im unable to do it... do you know exactly where the problem is? also how can i fix it???
Joey !
At first strip it (bold):
}
-->
function lien() {
i = document.getElementById('page').liste.selectedInde x;
if (i == 0) return;
url = document.getElementById('page').liste.options[i].value;
parent.location.href = url;
}
After that try to find why some tags are not parsed (temporarly move away from addon dir all additional, to base ones, addons). This will give you answer is it addons problem.
PS Except this JS error for me all is OK under FF and IE 6.0 (win2k system).
joey dee
02-26-2006, 02:15 PM
GeoS,
Thanks, I think i fixed it... it only breaks when i am on a computer and their screen resolution is 800x600 or something like that... but i've tried other computer higher than 800x600 screen resolution and it doesn't break.
I have one question regarding the CATEGORY - for example it will allow you to archive by CATEGORY but when you click on a picture it brings you back to the main page and not the category...??? why is that????
Joey!
I have one question regarding the CATEGORY - for example it will allow you to archive by CATEGORY but when you click on a picture it brings you back to the main page and not the category...??? why is that????
At first - well done ;) But anyway there are still some problems with validating your blog.
Second - I dont get what you want to say. Current addon works just like you wrote - after going to category you got pictures from it, after clicking on image you are going back to main page showing you image which you choose.
If you want it to work in other way - rewrite this addon for new vision (your vision) of picture browsing.
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.