Times read: 2154
Read today: 5
Read last: March 16, 2010
Moon
5th Theme for 05-07-2007
allow some seconds for this page to load, many images attached

Downloads
moon.zip (117kb)
moon.rar (117kb)
Please download here
Live Demo
Mootools smoothscroll
try it out yourself with the live demo above and click the “top” link in order to scroll up and you will see what moo is doing for you.
Same idea applies to the last three posts that are shown below the blogname.
Content to WRAP around object

Pages with fancy mouse-over

Calendar-like Date

Header Space and recent posts

Overview of other available Object themes

Round corners boxing content

Navigation and Menus (Widgetized)

Comments

Same look/layout in Firefox and Internet Explorer
moon Firefox (2.0) screenshot
moon Internet Explorer (7.0) screenshot
My moon theme is famous, read more at
http://www.h4×3d.com/cloverfield-parasite-movie-abz3293
In order to support me, please keep at least one link back to me. I am sure others would love to get to know my work, too. The Creative Commons license specifies that you can change whatever you like, but must credit and attribute the original author
Oh, hello (December 2009)Motorola Razr v3i Software and v3i USB DriverWatch Simpsons Episodes Online
h4x3d.com does not host any illegal content. Links/Files referred to are for educational purposes only.


2
2 years ago
July 15th, 2007 11:09 pm
Jason
Well, this whole 1-18-08 thing is gonna get your site a lot more views.
4
2 years ago
November 21st, 2007 11:05 am
Susan Jang
Hello. I am currently doing a project for my school and so i was wondering if i could use it. Thank you.
6
2 years ago
November 21st, 2007 2:38 pm
jez
sure thing, feel free to use it: as long as you keep the attribute in place you are free to do whatever you like with it!
8
2 years ago
February 9th, 2008 4:38 am
Joyce Reweda
I love your moon pic for my site. Can I use pic of moon on my web site in other places? Also I would love to see an easier to read template. Will you be creating any more moon theories? The more erie the better. How about different moon pics on different pages? Thank you for the template, I greatly appreciate your generosity and creative thought!
10
2 years ago
February 9th, 2008 2:05 pm
jez
sure thing, feel free to use it. I am currently working on my rainbow feather theme, but I will keep in mind your idea and remarks and might eventually come up with another great design, keep in touch, jez
12
2 years ago
February 9th, 2008 6:38 pm
Joyce Reweda
Thank you Jez!!!!!!!!!!!!!!Have a great week.
14
2 years ago
February 13th, 2008 2:54 pm
Peter
I love this theme, but I don’t like the way links inside blog posts only work if the user clicks on the permalink. Is there any way to change this? I can’t find an option.
16
2 years ago
February 13th, 2008 5:04 pm
jez
hey peter,
your post kind of confuses me, what do you mean?
If I am to help you out, which I’d love to, please be more descriptive and provide me either an install to look at (possible username/pass) or screenshots, as currently I don’t know really what to make out of your comment.
Yours,
jez
18
2 years ago
February 13th, 2008 5:17 pm
jez
ah, I got a quick one for you then mate:
the home.php uses the_excerpt();
to only display the first chunk of content on the page.
this is to keep things simple.
if you want to view the full post you can use the_content(); in the home/index.php instead!
if you still want to use the excerpt, google and get the_excerpt reloaded by guff, he will sort you out!
yours all the best,
jez
20
1 year ago
August 19th, 2008 8:09 pm
EDgAr H
Hi! I’m using that template and I really like it! But.. I’m having an issue with picsa display in the post.. They come up really wrong.. Anyway, I trying to find a solution but so far i wasn’t able to fix this so, if you ever have a couple of minutes and want to drop by the site to check it out and maybe get me on the right way for a solution I would really apreciate it! :)
22
1 year ago
August 22nd, 2008 7:22 am
jez
@EDgAr H: Hello mate, sorry for the delayed reply. If you want your images to span the full box (not to overlap anything else), you can try to add the following to your post:
br class="clear"/(note, add a < before the br and a > after the / (dash)) , put this after the image. since the class .clear is not yet in the css, put the following into the style.css file:.clear {
clear: both
}
hope this works