Hi there - nice theme.

Just a small problem - on non node pages, the background does not look all that good as well, you just see the main background instead of the background on top of that background on node pages.

Other than that, its a beautiful theme.

CommentFileSizeAuthor
#2 absynthe.patch7.78 KBnaheemsays
#2 page-node.tpl_.php.txt3.29 KBnaheemsays

Comments

naheemsays’s picture

Title: Admin pages hard to read » Admin pages/create content and also other none node pages are hard to read

Updating the text as the same issue is there on eg the node/add page.

naheemsays’s picture

Title: Admin pages/create content and also other none node pages are hard to read » None Node pages do not look good + other fixes.
Status: Active » Needs review
StatusFileSize
new3.29 KB
new7.78 KB

ok, attached patch should fix that.

What I did:

1. add a new file - page-node.tpl.php (also attached) which is very similar to the old page.tpl.php
2. Modify page.tpl.php to work for none node pages - probably can be done in a better way, but what I ahve done works.
3. Add links to node.tpl.php
4. Some css changes to fix some things, and to also give messages a background, padding, margin - same for blockquotes too.
5. Override template suggestions for some pages in template.php to make the taxonomy and the node/% pages look right.
6. Before I forget - I made the main title be h1 instead of h2 - I assume that is the better thing to do as it is the main page title...

You can preview the changes on my site at http://www.theraggedyedge.co.uk

(the only remaining problem is that the title on none node pages does not have any padding - but adding padding breaks other things... aoart from that forms/lists are still ugly too, but they stay the same as before.)