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

August 31, 2009

i'll dance with you theme




I'll dance with you is a black and red color Multiply theme. The background is in Black color bricks, a picture of a girl dancing in the header and a guy break dancing in the footer.

How to get the CSS code? - Simply go to MultiplyThemesLayouts.com or go straight to this link: I'll Dance With You Multiply Theme

Hip-hop will surely love this multiply theme. Read More......

Music and Guitar theme

multiply themes, Music-Guitar theme, customized themes, multiply layouts

If you are a Music lover then you might like this music type Multiply theme. This layout is called Music and Guitar multiply theme. Simple but it rocks lol. I like the color of this multiply theme, a mix of gray and black. And the stripe is cool too. This theme has a combination of white and green background.

Here's the link to get the CSS codes of this Music and Guitar multiply theme. Read More......

Final Fantasy X-2 multiply theme/layout

multiply themes, Final fantasy X-2 theme, multiply layout



Another simple and cool Multiply theme. This Multiply theme is called Final Fantasy X-2, with blue background and photos of the Final fantasy characters like Yuna, Rikku and Pain. How to get the CSS codes? Just go over to MultiplyThemesLayouts.com site or go straight to the post using this link: Final Fantasy X-2. Enjoy the theme! :) Read More......

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......

October 30, 2008

Fairy Multiply Theme

Fairy multiply themes, customized layout, multiply theme


multiply themes, customized layouts

Back up any old theme codes first before installing new multiply themes


Base theme Avlack

How to install:


Click Customize my site > click custom CSS > Copy existing code and save > Click customize site again > Choose Theme > Select Avlack theme > Click Customize my site > click custom CSS > Replace CSS with theme code



/*theme /* multiply themes 2008 - free - fairy theme*/
/*theme css layout by:http://marviepons/multiply.com */
/*theme css layout by: multiply themes / marviepons - http://marviepons/blogspot.com */
/*work release under:http://creativecommons.org/licenses/by/3.0/ph/ */


body {

background: url(http://images.marviepons.multiply.com/image/5/photos/24/orig/33/29689.gif?et=FGmbns2c6eRGcwC8ronxbg&nmid=88645074) fixed no-repeat top right;
background-color:black;
}



a, a:visited, a:link { color: #FFD700;
}

.rail {

: 159px;

padding-right: 10px; background:

}

.railstart {

margin-top: 10px;
height: 27px;
width: 159px;
background: url() no-repeat top left;
background-position: -30px 0;
z-index: 1000;
position: relative;
}

.railbody iframe {

margin-left: 5px;
}

.railbody {

padding: 15px;
width: 129px;
font-size: 12px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background: none;
border: none;
z-index: 1000;
position: relative;
background-color: transparent;
border: 1px dashed #FFD700;
}

.railsep {

height: 1px;
margin: 12px 0 12px 0;
background: none;
background-color: transparent;
}

.railend {

height: 2px;
width: 159px;
background: none;
background-color: transparent;
}

td.rail {

background-color:transparent;
padding: 0;
margin: 0;
}

div.owner_nav {

border: none;
margin: 0 auto;
margin-top: 20px;
height: 310px;
height: 130px;
width: 760px;
border:3px outset #FFD700;
border-bottom: none;
padding: 113px 0 0 0;
background: url(http://img232.imageshack.us/img232/505/27750kc9.gif) no-repeat bottom left;
background-color: none;
border:0px outset #FFD700;
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}

div#subnavc {

width: auto;
height: 20px;
background-color: transparent;
border-top:0px solid #fff;
padding: 4px;
}

div#subnav {

padding: 1px;
padding-left: 5px;
background: none;
border: none;
height: auto;
}

a.topt, a:visited.topt {

line-height: 1.2em;
display: block;
float: left;
height: auto;
text-align: center;
background: none;
font-size: 13px;
font-weight: bold;
color: #FFD700;
width: auto;
padding: 2px;
margin-left: 5px;
margin-right: 5px;
}

a.toptsel, a:visited.toptsel {

line-height: 1.2em;
display: block;
float: left;
height: auto;
text-align: center;
background: none;
font-size: 13px;
font-weight: bold;
color: #FFD700;
width: auto;
padding: 2px;
margin-left: 5px;
margin-right: 5px;
background: none;
}

li.gnopt a, li.gnopt a:visited, li.gnopt a:link {

color: #B22222;
}

li.gnoptsel {

border-color: #abd;
border-color: #ccc;
}

h1#page_owner_title {

font-size: 35px;
background-color: none;
background: none;
color: #FFD700;
font-weight: bold;
height: 68px;
padding-left: 12px;
}

div#page_start {

padding: 0;
width: 760px;
border: 0px solid #fff;
border-top: none;
border-bottom: none;
margin: 0 auto;
}

div#rail {

text-align: left;
width: 159px;
}

a.gnoptsel, a:visited.gnoptsel {

margin: -2px 0 0 0;
width: 84px;
}



div.stats {

border-bottom: none;
}

.itemboxsub {

color: #7c9606;
color: #FFD700;
font-weight: normal;
font-size: 24px;
font-family: serif;
border: none;
padding: 0;
background: none;
max-width: 550px;
}



.rolloverfordnd {

color: #7c9606;
color: FFD700;
font-weight: normal;
font-size: 24px;
font-family: serif;
border: none;
padding: 0;
background: none;
background-color: none;
max-width: 550px;
}



.itemshadow {

max-width: 550px;
}



.itemsubsub {

font-size: 10px;
font-weight: normal;
line-height: 10px;
text-align: right;
color: #8da217;
color: #FFD700;
}

.itemstamp {

float: right;
font-size: 10px;
font-weight: normal;
margin: -5px 0 5px 0;
margin: 0;
color: #FFD700;
}

.itembox {

border: none;
padding: 5px;
margin: 0px;
overflow: visible;
background: url()repeat-x;
background-color: black;
color: #FFD700;
border:1px dashed #FFD700;
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}

.itemboxalbum {

border: none;
padding: 5px;
margin: 0px;
overflow: auto;
background: none;
background-color: black;
color: #FFD700;
border:3px solid #FFD700;
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}

.itemactionspacer {

height: 30px;
}

a.mine, a.mine:link, a:visited.mine {

color: #FFD700;
border: 0px outset #FFD700;
background: none;
}

div.ritemactions a, div.ritemactions a:link, div.ritemactions a:visited {

color: #FFD700;
border: none;
background: none;
}

a.go, .go {

color: #FFD700;
border: none;
background: none;
}

.rail .userlogo {

border: 0px solid #999;
}

.caldiv1 { background-color: #ccc;
}

.caldiv1 td { font-size: 10px;
}

.caldate { font-size: 13px;
font-weight: bold;
}

.cald { float:right;
text-align: center;
background-color: #DAA520;
padding: 0px 4px 0px 4px;
margin: -3px -3px 3px 3px;
border: 0px solid #ccc;
width: 20px;
}

.calevent { margin: 0px 0px 8px 0px;
}

.caldiv1 td:hover { background-color: #DAA520;
}

.caldiv1 th {

background-color: #DAA520;
color: #FFD700;
font-size: 10px;
font-weight: normal;
text-align: center;
}

.caldiv1 th a, .caldiv1 th a:visited { color: #FFD700;
}

table.globalnav {

border: none;
background: none;
}

.header .globalnav ul.gnopt a, div.header table.globalnav a.select { color: #FFD700;
}

div.header table.globalnav h3 { color:#B22222;
}

.navinput {

border: none;
color: #FFD700;
background-color:transparent;
}

table.indextitle {display: none;
}

td#maincontent { padding: 0 25px 0 0;
margin: 0;
background-color: transparent;
}

div.header {

width: 780px;
margin: 0 auto;
background: none;
}

.infobox { background-color: transparent;
}

div.infobox .boxbody {

border: 0px solid #8da217;
background-color:transparent;
}

div.gndd {

color: #FFD700;
background-color: transparent;
border: 3px outset #FFD700;
}

div.ddsep { background-color: transparent;
}

div.gndd a {

font-weight: bold;
border: 0px solid #333;
}

div.gndd a:hover {

background-color: transparent;
}

ul li { list-style-image: url();
color:#B22222;
}

div.guidebox {

background: none;
background-color: transparent;
color: #FFD700;
border:0px dotted #c7dc4e;
}

div.add_sublabel a:hover {

color: #FFD700;
}

span.signoutid a, span.signoutid a:visited, span.signoutid a:link, span.signoutid:hover, a.signoutid, a.signout, a.signout:visited, a.signout:link {

color: #FFD700;
}



div.prevnextphoto {

-moz-border-radius: 0;
background-color: transparent;
border: none;
border-bottom: 0px dotted #c7dc4e;
padding: 0 5px 5px 5px;
margin-bottom: 0 -5px 10px -5px;
color: #000;
font-family: serif;
}



div.prevnextphoto a, div.prevnextphoto a:link, div.prevnextphoto a:visited {

font-weight: normal;
font-size: 14px;
color: #859515;
}

div.prevnextphoto table td {

font-weight: bold;
font-size: 14px;
color: #8da217;
}





div.stats .infobox {

background-color: black;
border: 3px outset #FFD700;
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}



/* Viewing History Links */



div.infobox a, div.infobox a:link, div.infobox a:visited {

color:#FFD700;
}



/* text color stats section */

div.stats {

color: #FFD700;
}







/*#home_guestbook .replybox { overflow:auto;
}*/





/*#home_guestbook {

width: 275;
overflow-x: auto;
height: 475px;
overflow-y: auto;
}*/



div.guestbook{border:1px dashed #FFD700;
background: black;
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}





.replybox textarea {

background:transparent url() no-repeat scroll right bottom;
color: #FFD700;
font-size:13px;
font-weight:bold;
border-color: #FFD700;
}

.replyboxstamp, .posteddate{color: #B8860B;
}



.replybox, .replyboxodd, .replyboxread {

background: transparent url() no-repeat scroll right bottom;
border-color: #FFD700;
border-style: outset;
border-width: 1px;
color: #FFD700;
font-weight: bold;
font-size: 12px;
}







/*Designers name*/

div#ownedfooter {

margin: 0;
border:none;
background-color: transparent;
color: #FFD700;
padding: 40px;
text-align: center;
font-size: 10px;
height:0px;
background: url(http://img329.imageshack.us/img329/6986/ownme9.png)

no-repeat bottom left;
}















.userlogo {

background-color: transparent;
border: 3px outset #FFD700 ! important;
font-size: 12px;
font-weight: bold;
}



.userlogo a, .userlogo a:visited, .userlogo a:link {

color: #FFD700;
font-weight: bold;
}







.railbody p, h4, h1{

color: #FFD700;
}

.railbody p i, .railbody p b {

display:block;
}



div.railbody {

background: black!important;
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}



a.select, a.select:link, a.select:visited {

background:transparent url();
background-position: bottom left;
background-repeat: no-repeat;
}



.add, a.add:link, a.add:visited{

background:transparent url();
background-position: bottom left;
background-repeat: no-repeat;
}



/*#subnav { display:none;
}*/



li.gnopt a img, li.gnoptsel a img { display: none;
}



.itemboxsub .icon img { display: none;
}



ul.sidelist li, ul.sidelist li a { list-style-image: none;
background: none;
}



/*.railbody p {

display:none ! important;
}

.railbody p i, .railbody p b {

display:block;
}*/



.userlogo {



font-size: 10px;
}





.albumthumbnails, .videothumbnails, .contactbox {color:#FFD700;
background:black;
border: 3px outset #FFD700;
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}



div.tagdesc, span.tagtitle, a.vopt, a.vopt:visited, a.vopt:link, a.voptsel, .voptlabel, b {color:#FFD700;
}





table.indextitle {display: inline;
}
/* end code */
/* multiply themes / marviepons 2008 */






Read More......

August 10, 2008

Miley Cyrus 7 Things Theme

Miley Cyrus 7 Things multiply theme


tested and works on firefox and internet exploder


Back up any old theme codes first before installing new theme




Base theme Skyline

How to install:

Click Customize my site > click custom CSS > Copy existing code and save > Click customize site again > Choose Theme > Select Skyline theme > Click Customize my site > click custom CSS > Replace CSS with theme code



/*theme layout:http://marviepons/multiply.com */

/*work release under:http://creativecommons.org/licenses/by/3.0/ph/ */







body {

background: none;
color: #fff;
width: auto;
margin: 0;
background: url(http://images.sundanzkid.multiply.com/image/2/photos/8/500x500/1/animated_13.gif?et=%2Ba9ZMdvRFIt9knY6kKX0nQ&nmid=96077256) fixed;
background-color: #000;
font-style: oblique;
}



a, a:visited, a:link { color: #fff;
}



a:visited, a:link {color:#FFFFE0;
}

.rail {

width: 159px;
}

.railstart {

display: none;
}

.railbody iframe {

margin-left: 8px;
}

.railbody {

padding-top: 20px;
width: 139px;
background: none;
background-color: #ecf2f9;
background-color: #eee;
font-size: 12px;
border-left: 0px solid #ccc;
border-right:0px solid #ccc;
background: none;
border: none;
}

.railsep {

height: 1px;
margin: 12px 0 12px 0;
background: none;
background-color: #abd;
}

.railend {

display: none;
}

div.owner_nav {

border: 3px outset #fff;
margin: 0;
height: 163px;
}

div#subnavc {

width: auto;
}

div#subnav {

padding: 1px;
padding-left: 5px;
background: none;
background-color: transparent;
border: none;
border-top: 0px solid #99f;
border-bottom: 0px solid #99f;
height: auto;
margin: 180px 0 0 0;
}

a.topt, a:visited.topt {

line-height: 1.2em;
display: block;
float: left;
height: auto;
text-align: right;
background: none;
font-size: 13px;
color: pink;
width: auto;
padding: 2px;
margin-left: 5px;
margin-right: 5px;
font-weight: 800;
font-style: oblique;
}











a.toptsel, a:visited.toptsel {

line-height: 1.2em;
display: block;
float: left;
height: auto;
text-align: center;
background: none;
font-size: 13px;
font-weight: bold;
color: #fff;
width: auto;
padding: 2px;
margin-left: 5px;
margin-right: 5px;
background: none;
font-style: oblique;
}

li.gnopt a, li.gnopt a:visited, li.gnopt a:link {

color: #fff;
font-style: oblique;
}

li.gnoptsel {

border-color: #abd;
border-color: #ccc;
font-style: oblique;
}







h1#page_owner_title {

margin: 22px 0 75px 10px;
background-color: none;
background: url(http://images.multiply.com/common/dot_clear.gif);
font-size: 40px;
color: #FFFFE0;
border: none;
font-style: oblique;
}

div.header h3 { color: #FFFFE0;
}



table#content_wrapper {

clear: left;
}

















div#page_start {

padding: 10px 10px 0 10px;
}

td#maincontent {

padding-right: 20px;
}

div#rail {

text-align: left;
width: 159px;
}

a.gnoptsel, a:visited.gnoptsel {

margin: /*-2px*/ 0 0 0 0;
width: 84px;
}

div#ownedfooter {

margin: -50px 0 0 0;
border: none;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-top: 1px solid #99f;
border-bottom: 1px solid #99f;
background:url(http://images.marviepons.multiply.com/image/2/photos/24/500x500/109/animated_14.gif?et=4SXzSPAl78QHT4yCJBkQwQ&nmid=88645074) no-repeat right;
background-color: /*#000*/ transparent;
color: #fff;
padding: 2px;
text-align: center;
font-size: 10px;
border:none;
font-style: oblique;
}

div.stats {

border-bottom: none;
}

.itemboxsub {

color: #0d0;
color: #fff;
background-color: #d3ddee;
background-color: #ecf2f9;
font-weight: bold;
font-size: 18px;
border: 1px solid #444;
border-bottom: none;
border: none;
padding-left: 5px;
background: none;
font-style: oblique;
}



.rolloverfordnd {

color: #0d0;
color: #9bf;
background-color: #d3ddee;
background-color: #ecf2f9;
font-weight: bold;
font-size: 18px;
border: 1px solid #444;
border-bottom: none;
border: none;
padding-left: 5px;
background: #000;
}



.itemsubsub {

font-size: 10px;
font-weight: normal;
line-height: 10px;
text-align: right;
color: #0d0;
color: #000;
}

.itemstamp {

float: right;
font-size: 10px;
font-weight: normal;
margin: -5px 0 5px 0;
color: #666;
}

.itembox {

border: 1px solid #333;

border: 1px solid #d00;

border: 1px solid #0d0;

border: 1px solid blue;

/* border-top: none; */

padding: 10px;

padding-top: 5px;

margin: 0px;



overflow: visible;



background: url(http://images.sundanzkid.multiply.com/image/2/photos/8/500x500/1/animated_13.gif?et=%2Ba9ZMdvRFIt9knY6kKX0nQ&nmid=96077256);

background-color: #000;-moz-border-radius:5px;

}



.itembox, .itemboxalbum, .albumthumbnails, .videothumbnails, .guestbook {



background: url(http://images.sundanzkid.multiply.com/image/2/photos/8/500x500/1/animated_13.gif?et=%2Ba9ZMdvRFIt9knY6kKX0nQ&nmid=96077256);
background-color: #000;
-moz-border-radius:5px;
border:3px solid #2F4F4F;
}







.itemactionspacer {

height: 30px;
}

.itemboxalbum {

border: 0px solid #99f;
background: none;
background-color: transparent;
padding: 10px;
text-align: center;
}

.rail .userlogo {

border: 1px solid #999;
}

.caldiv1 { background-color: #fff;
}

div.caldiv1 td.calday { font-size: 10px;
background-color: #222;
color:#fff;
}

.caldate { font-size: 13px;
font-weight: bold;
}

.cald { float:right;
text-align: center;
background-color: #222;
padding: 0px 4px 0px 4px;
margin: -3px -3px 3px 3px;
border: 1px solid #000;
width: 20px;
}

.calevent { margin: 0px 0px 8px 0px;
}

div.caldiv1 td.calday:hover { background-color: #444;
}

.caldiv1 th {

background-color: #444;
color: #fff;
font-size: 10px;
font-weight: normal;
text-align: center;
}

.caldiv1 th a, .caldiv1 th a:visited { color: #fff;
}

table.globalnav {

border: none;
background: none;
width: 95%;
}

div.header {

height: 30px;
overflow: visible;
}

img#multiply_logo_anon { margin: -10px;
}

.header .globalnav ul.gnopt a, .header .globalnav a.select { color: #fff;
}

.navinput {

border: none;
color: #222;
}

.album {

margin: 0 10px 10px 0;
}

.album img {

border: 1px solid #333;
}

/*table.indextitle {display: none;
}*/

.infobox { background-color: #000;
}

div.infobox .boxbody { border: 1px solid #333;
}



.header .globalnav div.gndd a { color: #444;
border: 1px solid #eee;
}

div.gndd {

color: #000;
background-color: #eee;
border: 1px solid #666;
}

div.ddsep { background-color: #666;
}

td.rail {

padding: 0;
border-left: 0px solid #99f;
}

div.vopt span.voptlabel { color: #000;
}

a:link.voptsel, a:visited.voptsel, a.voptsel { background-color: #fff;
color: #000;
border: 1px solid #000;
}



.tablediv1 {

background-color: #fff;
}

.tablediv1 tr {

background-color: #222;
}

.tablediv1 tr:hover {

background-color: #444;
}

.bg0 {

background-color: #444;
}

tr.blank, tr.blank:hover {

background-color: #444;
}

.tablediv1 th {

background-color: #444;
color: #fff;
}

.header {

background: none;
}

.itembox legend {

color: #eee;
}



div.guidebox {

color: #9bf;
background: none;
background-color: #000;
border: 1px solid #99f;
}

div.add_sublabel {

color: #444;
}

div.add_sublabel a, div.add_sublabel a:link, div.add_sublabel a:visited {

color: #444;
}

div.add_sublabel a:hover {

color: #444;
}

tr#row_vote {

color: #9bf;
}

div#poll_answers, td#cell_ {

color: #fff;
font-weight: bold;
}



table#post_new_table {

margin-left: auto;
margin-right: auto;
}

span.signoutid a, span.signoutid a:visited, span.signoutid a:link, span.signoutid:hover, a.signoutid, a.signout, a.signout:visited, a.signout:link {

color: #fff;
font-size: 10px;
font-style: oblique;
}

div.prevnextphoto {

-moz-border-radius: 1px;
background-color: transparent;
border: none;
border-bottom: solid 1px #000;
padding: 0px 15px 5px 15px;
margin: 0 -10px 10px -10px;
color: #fff;
}

div.prevnextphoto a, div.prevnextphoto a:link, div.prevnextphoto a:visited {

font-weight: normal;
font-size: 12px;
color: #fff;
}

div.prevnextphoto table td {

font-weight: bold;
font-size: 14px;
color: #fff;
}



div#owner_nav.owner_nav {



border:1px outset #DFF2F7;
border-bottom: none;
margin:30px 14px -3px 17px;
max-width:950px;
height:341px;
padding:20px 15px 35px;
background:url(http://images.sundanzkid.multiply.com/image/2/photos/37/1200x1200/12/miley.jpg?et=xxfB6W%2Clrb6ErM1roXmZYg&nmid=104962924) top center;
border:3px solid #2F4F4F;
}





div#page_start {



background: url(http://images.sundanzkid.multiply.com/image/2/photos/37/500x500/11/background-miley.jpg?et=bgT5ZXad2nYBTPJCfUwlIQ&nmid=104962924);
border:3px outset #DFF2F7;
border:3px solid #2F4F4F;
margin:3px 14px 58px 17px;
max-width:950px;
padding:10px 15px 20px;
}











div.ritemactions a, div.ritemactions a:link, div.ritemactions a:visited {

/*font-size: 11px;

padding: 0 2px 0 2px;*/

color: #765;color: #FFFFE0;

}



a.select, a.select:link, a.select:visited {

background:transparent url("http://images.sundanzkid.multiply.com/image/2/photos/6/500x500/7/425.gif?et=6yn0cRWRn8ewuqS6%2BzoWMw&nmid=94752374");
background-position: /*bottom*/ left;
background-repeat: no-repeat;
font-style: oblique;
}



.add, a.add:link, a.add:visited{

background:transparent url("http://images.sundanzkid.multiply.com/image/2/photos/6/500x500/6/213.gif?et=HcAsOiMbSLz1CsrBPw0%2CmA&nmid=94752374");
background-position: bottom left;
background-repeat: no-repeat;
font-style: oblique;
}





li.gnopt a img, li.gnoptsel a img { display: none;
}



.itemboxsub .icon img { display: none;
}



.itemboxsub .icon { display: none;
}



/*.itembox .viewmore a.add, .itembox .viewmore a.select { background: none;
}*/



.railbody ul li {list-style-type: none;
}



.railbody ul li:hover {list-style-type: none;
text-decoration:underline overline;
}





li.customize {list-style-image: url(http://images.sundanzkid.multiply.com/image/2/photos/6/500x500/1/251.gif?et=tbnojGHjulDMzrPSJw64bA&nmid=94752374);
}

li.select {list-style-image: url(http://images.sundanzkid.multiply.com/image/2/photos/6/500x500/2/252.gif?et=MiIT6Kkkr6GtPFCHDVwL3Q&nmid=94752374);
}

li.contacts {list-style-image: url(http://images.sundanzkid.multiply.com/image/2/photos/6/500x500/3/253.gif?et=c4AXMYlifh38pmSS%2BORdLg&nmid=94752374);
}

li.photos {list-style-image: url(http://images.sundanzkid.multiply.com/image/2/photos/6/500x500/4/254.gif?et=TuVXymAl3YDCUtueIz9QAw&nmid=94752374);
}

li.rss {list-style-image: url(http://images.sundanzkid.multiply.com/image/2/photos/6/500x500/5/352.gif?et=J2CW2H22WO5hSBl7%2Bg36TQ&nmid=94752374);
}





#home_guestbook .replybox { overflow:auto;
}



.quotet {



color: black;
background-image:none:

background-color:white;
font-style: oblique;
}



.replydeleted {display:none;
}





.replybox, .replyboxodd, .replyboxread {



background:none;
border: 1px solid #fff;
font-weight: normal;
font-size: 12px;
color: #fff;
}





div.stats .infobox {

background: url(http://images.sundanzkid.multiply.com/image/2/photos/8/500x500/1/animated_13.gif?et=%2Ba9ZMdvRFIt9knY6kKX0nQ&nmid=96077256);
}



#home_guestbook .quotea a, div .quotea a {

color: pink;
}





This work is licensed under a Creative Commons Attribution 3.0 Philippines License

Read More......

July 5, 2008

Need for speed theme

multiply themes, customized layouts, need for speed theme



Back up any old theme codes first before installing new multiply themes


Base theme
Skyline

How to install:

Click Customize my site > click custom CSS > Copy existing code and save > Click customize site again > Choose Theme > Select Skyline theme > Click Customize my site > click custom CSS > Replace CSS with theme code



/*theme layout:http://marviepons/multiply.com */
/*work release under:http://creativecommons.org/licenses/by/3.0/ph/ */

body {
background: url(http://images.sundanzkid.multiply.com/image/2/photos/2/orig/12/wallpaper_need_for_speed_undergr-10.jpg?et=TwK4SYn5zi0qHEFRsy1ABg&nmid=93604919) fixed;
font-family:Impact, Impact5, Charcoal6, sans-serif;
font-weight: normal;
color: #fff;
}


a, a:visited, a:link {
color: #fff;
}

a.mine, a:link.mine, a:visited.mine {
color: white;
}
div.ritemactions a, div.ritemactions a:link, div.ritemactions a:visited {
color: white;
}

td.rail {
background: transparent url(http://images.sundanzkid.multiply.com/image/2/photos/2/500x500/14/need-for-speed-v2.jpg?et=nNcthkKmloC%2B95IjreWGFg&nmid=93604919) no-repeat bottom;
border: /*3px outset #fff*/ none;
border-bottom: 0px solid #fff;
}


/*.railbody {
background: maroon;
border: 3px outset #fff;
}
*/
ul.sidelist a, ul.sidelist a:visited, ul.sidelist a:link {
text-decoration : none;
}

ul.linklist {
list-style-type: Hebrew;
}

.railbody ul li {
list-style-type: Cjk-ideographic;
}

.railbody ul li:hover {
list-style-type: Decimal;
text-transform: lowercase;
}

div .railsep {
visibility:hidden;
}

.userlogo, .userlogo a {
background-color: transparent;
border: 0px outset #FFD700 ! important;
font-size: 10px;
}

/*.railbody .userlogo img {
visibility:hidden ! important;
}*/

/*.railbody .userlogo {
background: url()
center;
}*/




/*.railbody p {
display:none ! important;
color: white ! important;
}*/

/*.railbody p i, .railbody p b {
display:block;
color: white;
}*/




div#subnav, div#ownedfooter {
background: none;
background-color: transparent;
border: none;
border-top: 0px solid #99f;
border-bottom: 0px solid #99f;
}

div#ownedfooter {
background: gray url(http://images.sundanzkid.multiply.com/image/3/photos/2/500x500/13/oie_canvas.png?et=iKwwuVx6rKNdDCJgf9bQUQ&nmid=93930368) no-repeat right;
border: 1px solid #fff;
color: #fff;
}

/*div#ownedfooter a {
color: maroon;
}*/

/*div#subnav {
display:none;
}*/

div#subnav {
margin-top: -5px;
}


h1#page_owner_title {
margin: 22px 0 75px 10px;
background-color: none;
background: url();
font-size: 40px;
color: #fff;
border: none;
font-family:Impact, Impact5, Charcoal6, sans-serif;
font-weight: bold;
}

div.owner_nav {
background: url(http://images.sundanzkid.multiply.com/image/2/photos/2/orig/10/wallpaper_need_for_speed_most_wa_4%20small.jpg?et=vlpYiGJo8rdIUR9XaIxObw&nmid=93604919);
border: 3px outset white;
}






.itembox, .itemboxalbum, .albumthumbnails, .videothumbnails, .guestbook {
background:/*#A9A9A9*/ transparent url(http://images.sundanzkid.multiply.com/image/2/photos/2/orig/22/wallpaper_need_for_speed_undergr_10%202.jpg?et=FT46HC7MWaWFpbQmZ%2Byefw&nmid=93604919);
border: 3px outset #fff;
}




.itemboxsub {
font-family:Comic Sans MS, Comic Sans MS5, cursive;
font-weight:bold;
color: #fff;
}

.itemsubsub {
font-size: 10px;
font-weight: normal;
line-height: 10px;
text-align: right;
color: #fff;
/*color: #9bf;
*/
;
}


a.voptsel, a:link.voptsel, a:visited.voptsel {
color: green;
font-size: 15px;
border-color: white;
background-color:transparent;
}


a.vopt, a:link.vopt, a:visited.vopt {
color: red;
font-size: 15px;
border-color: silver;
}




a.topt, a:visited.topt, a.topt:hover {
line-height: 1.2em;
display: block;
float: right;
height: auto;
text-align: center;
background: none;
font-family:Comic Sans MS, Comic Sans MS5, cursive;
font-weight:bold;
font-size: 13px;
color: #fff;
width: auto;
padding: 2px;
margin-left: 5px;
margin-right: 5px;
text-decoration: none;
}





a.toptsel, a:visited.toptsel, a.toptsel:hover {
line-height: 1.2em;
display: block;
float: left;
height: auto;
text-align: center;
background: none;
font-size: 15px;
font-weight: bold;
color: silver;
width: auto;
padding: 2px;
margin-left: 5px;
margin-right: 5px;
background: none;
text-decoration: none;
}



.header .globalnav ul.gnopt a, .header .globalnav a.select {
color: white;
font-size: 12px;
}


li.gnopt a img, li.gnoptsel a img {
display: none;
}

.itemboxsub .icon img {
display: none;
}

.itembox .viewmore a.add, .itembox .viewmore a.select {
background: none;
}

.textarea-handle {
background: none;
}

a.select, a.select:link, a.select:visited {
background:transparent url();
background-position: bottom left;
background-repeat: no-repeat;
/*color:green ! important;
*/
;
}



span.signoutid a, span.signoutid a:visited, span.signoutid a:link, span.signoutid:hover, a.signoutid, a.signout, a.signout:visited, a.signout:link {
color: #9f9;
color:#fff;
}




#home_guestbook .replybox {
overflow:auto;
}

/*#home_guestbook, #mainbox_3 .itembox {
width: 358px;
overflow-x: auto;
height: 475px;
overflow-y: auto;
}*/




.replybox textarea {
background:silver url(http://images.marviepons.multiply.com/image/2/photos/24/500x500/81/th_breakdance1.gif?et=XKPbHkuJOKdBUxnpJWB92g&nmid=88645074) no-repeat scroll right bottom;
color:green;
font-size:13px;
font-weight:normal;
font-family: Impact, Impact5, Charcoal6, sans-serif;
}


.replybox, .replyboxodd, .replyboxread {
background:#B8860B;
border-color: green;
border-style: outset;
border-width: 3px;
color: green;
font-weight: normal;
font-size: 12px;
}


.quotet {
background: none;
color: silver;
}


.replydeleted {
display:none;
}


div.infobox, .boxbody {
background: url(http://images.sundanzkid.multiply.com/image/2/photos/2/orig/17/oie_canvas3.png?et=ZJQlgj%2Bx7po%2Budllv9xrIA&nmid=93932515);
background-color: #A9A9A9;
border: 3px outset #fff;
color:#fff;
}


.boxbody b {
color: #000;
}

.tablediv1 {
background:green;
}
/*.bg4, .bg2 {
color: red;
}*/

.tablediv1 td, .tablediv1 th, .contactbox td{
background: #A9A9A9;
color: white;
}



div.prevnextphoto {
-moz-border-radius: 1px;
background-color: transparent;
border: none;
border-bottom: solid 1px #fff;
padding: 0px 15px 5px 15px;
margin: 0 -10px 10px -10px;
color: #000;
}
div.prevnextphoto a, div.prevnextphoto a:link, div.prevnextphoto a:visited {
font-weight: normal;
font-size: 12px;
color: #fff;
}
div.prevnextphoto table td {
font-weight: bold;
font-size: 14px;
color: #fff;
}







/*One-liner Global Navigation*/



div.header, table.globalnav {
position: relative;
width: 840px;
}









table.globalnav img#multiply_logo_named {
position: absolute;
top: 32px;
right: -180px;
}



/*firstnav*/

div.header td.firstnav {
position: absolute;
top: 3px;
left: 30px;
width: 220px;
height: 20px;
margin: 0;
padding: 0;
}



div.header td.firstnav li.gnopt,

div.header td.firstnav li.gnoptsel {
display: inline;
height: 20px;
margin: 0 5px;
padding: 0;
font-size: 10px;
}



/*secondnav*/



div.header td.secondnav {
position: absolute;
top: 3px;
left: 375px;
width: 220px;
height: 20px;
margin: 0;
padding: 0;
text-align: left;
}



div.header td.secondnav li.gnopt,

div.header td.secondnav li.gnoptsel {
display: inline;
height: 20px;
margin: 0 5px;
padding: 0;
font-size: 10px;
}


.album table td img {
visibility: hidden;
}



.album table td a img {
visibility: visible;
}





.videothumb, .videothumb td, .videothumb table {
background: transparent none ! important;
border: none ! important;
}


div.contactbox {
display : block;
margin-left : 13px;
margin-right : 5px;
background: url();
background-repeat: no-repeat;
background-position: center;
border: 0px dotted #666;
font-size:0;
}



div#mainbox_1 .itembox, div#mainbox_2 .itembox, div#mainbox_3 .itembox, div#mainbox_4 .itembox, div#mainbox_5 .itembox, div#mainbox_6 .itembox, div#mainbox_7 .itembox, div#mainbox_8 .itembox, div#mainbox_9 .itembox, div#mainbox_10 .itembox, div#mainbox_11 .itembox, div#mainbox_12 .itembox, div#mainbox_13 .itembox, div#mainbox_14 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}



.caldiv1 {
background-color: #A9A9A9;
}
div.caldiv1 td.calday {
font-size: 10px;
background-color: #222;
}
.caldate {
font-size: 13px;
font-weight: bold;
}
.cald {
float:right;
text-align: center;
background-color: #222;
padding: 0px 4px 0px 4px;
margin: -3px -3px 3px 3px;
border: 1px solid #fff;
width: 20px;
}
.calevent {
margin: 0px 0px 8px 0px;
}
div.caldiv1 td.calday:hover {
background-color: #444;
}
.caldiv1 th {
background-color: #444;
color: #000;
font-size: 10px;
font-weight: normal;
text-align: center;
}
.caldiv1 th a, .caldiv1 th a:visited {
color: #fff;
}
table.globalnav {
border: none;
background: none;
width: 95%;
}
















































































































































































































































































































































































































































































































































This work is licensed under a Creative Commons Attribution 3.0 Philippines License

Update: If you are having problem installing of my customized multiply themes after that last upgrade of Multiply, all you have to do is copy and paste the CSS code again.. enjoy!
Read More......