| |||||||
| Blogging Basics Come here to learn the basics of blogging. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
|
I have changed the look for Rmtexposed I want the ads to blend in better with the background color of the sidebars. But I have been looking through the css files and can't find it for the life of me. Is there any other way of finding out colors and things like that. Like a program. |
Don't Like Ads?? Register as a Member and These Ads Will Disappear!
|
#2
| ||||
| ||||
|
I'm not sure, I tried to view your source to see what colours were used, but could only find one and I'm not sure what that produced. You can browse through different colours here and see if you can get close. It's not particularly effcient, but it might help. It's what Iv'e always used when picking colours. Neutrals Hex Color Codes: Hexadecimal codes for named colors used in HTML page features
__________________ |
|
#3
| ||||
| ||||
|
I think the color is #F3F1D8 Your css for the sidebar looks like it's Code: #sidebar {width:390px; background-color:#F3F1D8;float:left; margin-left:10px; font-size:11px; padding:5px;}
|
|
#4
| ||||
| ||||
|
There's a color sampler plugin for firefox, look into it. It makes a little tool in the bottom right where you can click anywhere on your screen and get the exact hex code for the color... really saved me tons of time.
__________________ Jimvesting | Make Money Online | Stock Market Basics Turn Time Into Cash - I'm Bullish on the Net! thumbs up |
|
#5
| ||||
| ||||
|
Forgot to add, the firefox add on jsview rocks, lets you see sites external files. https://addons.mozilla.org/en-US/firefox/addon/2076 |
|
#7
| ||||
| ||||
| Quote:
|
|
#8
| ||||
| ||||
|
Here's the easiest way.. Print the Screen, using the Print Screen button on your keyboard, paste it in Photoshop, Dreamweaver of Frontpage, use the color picker to pick the color, and find the hex code given. Cheers! |
|
#9
| |||
| |||
|
Trial and error designing to alter something as simple as a color can be a real pain. Here's my shameless plug/take on the matter: If you are a Dreamweaver user, you should consider using a WYSIWYG extension called ThemeDreamer. It 'unlocks' Dreameaver's ability to edit WordPress theme files directly, see there CSS settings in realtime and get approximations for template tag settings. Before/After shots show that *without* it, you're only getting a fraction of Dw's design features. Screenshots | ThemeDreamer |