Thread: css help
View Single Post
  #2  
Old 25th December 2011, 23:33
eckeO5 eckeO5 is offline
Senior Member
 
Join Date: Jan 2011
P2P
Posts: 117
Talking ok here it is
ok Solid, i will try to explain whats the best way to find out where and what color in .css is used, and how to change that for your specific style then.

for myself for that i use ever the actual chrome browser.

get to that specific point where you want to get known what color, what font type or whatever is used there, klick with right button and then use function called something with "elements" in it.

with that function you can get really fast an easy find out, what and for all where in .css colors and all the stuffs are set.

so in your example in details.php:

you will find in elements f.e. the comments field. when you hover over it, field will be masked above. then you read there variable: td.
on the right side you can see then down under td "matched css rules".
there f.e. you can directly on the fly set a new color to test it on the fly.
when it works go to ya .css and find the right line and change to what color whatever you want to.

i put an example for this with this explanation down under.

there you will see i edited inherited from div#main to color: #4fffff

right on 2nd screen you see what Line in .css it is, so you see its easy to find.

Click the image to open in full size. Click the image to open in full size.

thats it.

thx all for help in bvlist!!!!
Reply With Quote