February 12, 2009

Replacing the usual text decoration on your Multiply themes

multiply theme css tip tricks

Replace the usual underline text decoration of links while on hover

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
original article at Multiply Themes, Layouts and Tutorials site
Read More......

January 16, 2009

Inauguration day 2009 layout: Independence layout

Are you looking for inauguration day 2009 layout?, well since Barack Obama Inauguration Day or Inauguration Day 2009 is just few days away, and you are looking for inauguration day 2009 layout. Multiply has a base theme/layout suited for your multiply site if you want your site to have a new look for the 2009 Inauguration Day. Just go to your site choose a theme page and you won't missed the layout. It's the Independence base theme. Rather than looking for custom inauguration day 2009 layout, you can simply use this base theme without having to copy and paste a CSS code. below is a screenshot of the Independence base theme.

inauguration day 2009 layout, inauguration day 2009 theme

That is the newly added Multiply base theme. Enjoy everyone! :)
Read More......

January 1, 2009

Privacy Policy

The privacy of our visitors to marviepons.blogspot.com is important to us.

At marviepons.blogspot.com, we recognize that privacy of your personal information is important. Here is information on what types of personal information we receive and collect when you use visit marviepons.blogspot.com, and how we safeguard your information. We never sell your personal information to third parties.

Log Files
As with most other websites, we collect and use the data contained in log files. The information in the log files include your IP (internet protocol) address, your ISP (internet service provider, such as AOL or Shaw Cable), the browser you used to visit our site (such as Internet Explorer or Firefox), the time you visited our site and which pages you visited throughout our site.

Cookies and Web Beacons
We do use cookies to store information, such as your personal preferences when you visit our site. This could include only showing you a popup once in your visit, or the ability to login to some of our features, such as forums.

We also use third party advertisements on marviepons.blogspot.com to support our site. Some of these advertisers may use technology such as cookies and web beacons when they advertise on our site, which will also send these advertisers (such as Google through the Google AdSense program) information including your IP address, your ISP , the browser you used to visit our site, and in some cases, whether you have Flash installed. This is generally used for geotargeting purposes (showing New York real estate ads to someone in New York, for example) or showing certain ads based on specific sites visited (such as showing cooking ads to someone who frequents cooking sites).

You can chose to disable or selectively turn off our cookies or third-party cookies in your browser settings, or by managing preferences in programs such as Norton Internet Security. However, this can affect how you are able to interact with our site as well as other websites. This could include the inability to login to services or programs, such as logging into forums or accounts.

Google’s use of the DART cookie enables it to serve ads to you based on your visit to this site and other sites on the Internet. You may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy.

Read More......