WordPress Theme Development 13 - Colour Stylesheet Ivan Teoh June 20, 2009, 3:54:28 PM +1000 Comments Colour style sheet mainly to display the site with colours. Green and black will be the two main colours of the site. Hope you like it. /* *** Colour *** */ /* Begin Structure */ body { background: #000000; } div#wrapper { background: #ffffff; } div#main { border: 3px solid #98c92a; } div#container { background: #ffffff; } div#content { background: #ffffff; } div#sidebar { background: #ffffff; } div#header, div#footer { background: #000000; color: #ffffff; } /* End Structure */ /* Begin Entry */ a { color: #98c92a; } /* End Entry */ /* Begin NavMenu */ div#navmenu { background: #98c92a; } div#navmenu a { color: #ffffff; } div#navmenu li.current_page_item a { color: #000000; } /* End NavMenu */ References WordPress Classic WordPress Default Sandbox Thematic Comments Please enable JavaScript to view the comments powered by Disqus. Comments powered by Disqus
Comments
Comments powered by Disqus