Showing posts with label multiply themes. Show all posts
Showing posts with label multiply themes. Show all posts

Multiply Themes And Layouts Collection

Tuesday, December 09, 2008 / Comments (0) / by kumander / PERMALINK

Multiply Themes And Layouts Collection

Are you looking for free Multiply themes or free Multiply layouts for your Multiply site? Then here is a blog/site that might help you. Multiply Themes and Layouts is a great collection of customized CSS codes, backgrounds that you can use for your Multiply layout.

You'll see a lot of simple, colorful and animated themes there. There's also a tutorial on how to animate the headshot in multiply (animated GIF headshot).

Here's an example of theme, Twilight Multiply theme from the website:

multiply themes, twilight saga new moon, eclipse, breaking dawn multiply layouts
Twilight saga Multiply theme-layout | new moon-eclipse (click image to enlarge)


Here's the link that will bring you to this Twilight Multiply theme customized CSS codes.

Go ahead and visit the Multiply Themes and Layouts website. Enjoy!


Read more! Multiply Themes And Layouts Collection

New Multiply Themes and Blog Template

Wednesday, August 20, 2008 / Comments (0) / by kumander / PERMALINK

You might notice that my blog looks a bit different now, yes, i've just changed my blog template,how does it looks? well, i think it's pretty cool, with its 4 collumns style.I'm using the slined-mod20 from jackbook dot com.


It's my first time to change my blogspot template and it took me the whole night to installed the template for the reason of me being afraid of losing some customization, widgets and some other stuff on my blog html lol, so i had to read first some tutorials. As i've said on this post, i'm just new at blogger and just familiarizing with the codes, maybe when time comes, i can and will do my own template, or maybe a friendster themes or friendster designs too hehe.. ;)

Aside from changing the template on this blog, I've also finished a new multiply layout and theme, a multiply themes that I have already posted on my other blog.
Multiply themes, flower theme, multiply layouts

Read more! New Multiply Themes and Blog Template

My Online Journal Stuff

Thursday, August 14, 2008 / Comments (1) / by kumander / PERMALINK

pagepeelads, corner-peel-script, multiply themes
Finally, i got these pagepeelads working, wheew. Got the script and some other cool prizez from winning the 2nd prize in a blog contest two weeks ago,funny thing is, I've joined that contest a day before the last submission of entry, and it's my first time of joining a blog contest.. how lucky me :),.


Bout this page peel ads or
corner peel script, after i've claimed and read all the procedure on how to install this peelads, i still wans'nt able to get it to work on my blogs, well i dont have problem understanding the code or script, which ever suit to call that, i just had the trouble hosting the script from the free hosting site that i signed with. But then after doing some googling and reading, i finally figured out some how to's on this matter, and making a daily rounds of dropping EC through Entrecard helps too, you'll find some interesting article while doing the drop, on my part, i got to read some tutorials regarding hosting, where and how, things like that. Now the pagepeelads installed on my blogs, it's at the top right corner of this blog. Maybe some will ask what would be the use of that, well for now, dont know either, but they say it has a high CTR (click through rate) for ads. I'm using it now just for advisement of my other blog. Also learned this week some how to's on modifying my blogger template, have change some part of the template of my Multiply themes blog, added some columns , put a tabbed sidebar navigation and add a comment form beneath the blog post on my 3 blogspot, learned all that from BloggerBuster.com, thank you :). Am just new here at blogging, started first week of July and still learning anything for my blog development. So that's it for now for my online journal, it's 3am now, need to get some sleep :)
Read more! My Online Journal Stuff

How to install pre-made Multiply Themes on your Multiply site

Tuesday, July 08, 2008 / Comments (0) / by kumander / PERMALINK

First step is to select a basetheme from the original themes on the Multiply theme selection page. Go to SETTINGS located on the top right corner of the screen to select the base theme, then select My SITE (Another way is clicking the Customize My Site link located on the rail of your page under your headshot). A yellow "edit" box will appear at the very top of your page, Click the choose a theme link and choose the base theme of the pre-made multiply theme you are going to use (Every pre-made multiply themes is based on an original theme that can be found on the Multiply theme selection page). you may clink this link for a shortcut http://multiply.com/setup/pages/themes

After selecting a the base theme the second step is to copy the css code of the pre-made multiply theme that you're going to use. Repeat the First step and this time instead of the choose a theme link, Click the custom CSS link on the yellow "edit" box. Replace CSS with theme code that you've copied. preview the theme first before hitting save button. you may clink this link for a shortcut http://multiply.com/setup/pages/upload-css


Important NOTE from journal of journey: Back up any old theme codes first before installing new multiply themes(multiply layouts).

Source: Multiply themes / marviepons
Read more! How to install pre-made Multiply Themes on your Multiply site

Tips and Tricks for your Multiply Themes

Tuesday, July 08, 2008 / Comments (1) / by kumander / PERMALINK

multiply themes tips tricks text-decoration



Replace the usual underline text decoration of links in your multiply themes

I used a small animated gif arrow image as my underline for the links when hover,. (size of image depends on you, just make it sure it is small and will look like a line when on repeat-x)

this is the image i used (the size is 10x5)..

you can do this on all links on your entire site or just a section of your site links only..

this code is for navbar links only

a.topt:hover, a:visited.topt:hover, a:link.topt:hover, a.toptsel:hover, a:visited.toptsel:hover, a:link.toptsel:hover { text-decoration:none; padding-bottom: 2px; background: url(image_url_here) repeat-x bottom ; }


this code is for entire links..


a:hover, a:visited:hover, a:link:hover { text-decoration:none; padding-bottom: 2px; background: url(image_url_here) repeat-x bottom; }


just choose a proper selector where you want to apply this..

you can adjust the padding to place it at the top(as overline), bottom(underline) or midlle(like strike-through)..


value of text-decoration must be none..

NOTE: if you use the second code.. all links will have that underline image ,. including photos
in album, thumbnails (if sets in thumbnails) and all headshot links.. -------------------------------------------------------------------------------------------------
if you want the usual text decoration, here are some you can use,.

Value's of text decoration

text-decoration: underline; text-decoration: overline; text-decoration: linethrough; text-decoration: blink;
text-decoration: underline overline;

See my original article at..Multiply Themes and Layouts site.



Read more! Tips and Tricks for your Multiply Themes