[Cialug] OT: CSS Help
lister at kulish.com
lister at kulish.com
Tue Nov 3 19:45:23 CST 2009
First, thanks all for the firebug tip. That thing works GREAT!
A special thanks to Kenneth for the direct tips.
At this point it's mostly fixed up. At least everything is usable.
Only issue is still with the story/blog post preview. Getting some white
fields still. It's ugly but functional. The main body of the preview
has the correct background color now.
I've been keeping notes on what I changed and why in case there are
unintended consequences.
Main site: http://tech.kulish.com/
Problem list: http://tech.kulish.com/content/d4rk-theme-issues
Thanks again for all the suggestions!
On Tue, 3 Nov 2009 10:55:12 -0600, Kenneth Younger <kyounger at gmail.com>
wrote:
> Firebug is a terrific suggestion - here is how I personally would fix it
if
> I were you.
>
> change http://tech.kulish.com/themes/d4rk/css/main.css?F (line 193):
> #search input.form-text { color:#ffffff; }
>
> add:
> #content .node { margin-bottom:40px; }
> Note: someone mentioned to add padding, but generally you want to use
> margin
> to separate elements like nodes, as you might want to use a background
> color
> for your node, and background-color applies to padding, but not margin.
>
> add:
> .item-list .pager li a:link, .item-list .pager li a:visited {
> color:#ffffff;
> }
> .item-list .pager li a:hover { color:hotpink; }
>
> I have no idea what you mean by "preview", so you'll have to find that
one
> on your own.
>
> -Kenny
More information about the Cialug
mailing list