Features:
a blurred, striped green background.
a child's drawing of animals as the banner.
animated green circles in user id box upon hover.
How to "install" this theme:
1) Select the "Mykonos" theme from the Multiply theme selection page for your personal page. You can select that by clicking on this link:
http://multiply.com/setup/pages/themes/mykonos.
2) Copy and paste the CSS code below (inside scrollbox) to the CSS box in your settings page. The link for the Custom CSS page is this:
http://multiply.com/setup/pages/upload-css(Note: If you want to be able to restore the previous theme, remember to backup the CSS file that is already installed on the settings page, if available.)
Tip in highlighting code: Scroll all the way down and begin highlighting at the end of the code which is }. Move the cursor up until you have highlighted the entire code.
---START of Scrollbox---
/*jedimaster10 // http://diammidala.multiply.com
Animal Drawings
base theme - mykonos
File Date - Jan 12, 07
http://customizedthemes.multiply.com/photos/album/8521
*/
div.owner_nav {
border-width: 20px 10px 0px 10px;
border-color: limegreen;
background: limegreen url(http://images.jedimaster10.multiply.com/image/2/photos/16/orig/23/mals.jpg?et=7JhjxkXP%2B8CuCt4SXTnG0A&nmid=68947848) no-repeat bottom left;
width: 780px; height: 292px;
padding: 0;
}
div#page_start {
padding: 0px 0px 10px 0px;
width: 780px;
border-width: 20px 10px 0px 10px;
border-color: limegreen;
margin: 0 auto;
background: none;
background-color: #adb583;
}
.userlogo {
background: url(http://images.jedimaster10.multiply.com/image/2/photos/14/400x400/26/greencirclesdown.gif?et=LirJHTbpsG01r181ZIjQ7g&nmid=68942383);
font-size:10px;
text-align:center;
}
body {
cursor: url("http://www.cursors-4u.com/nature/nat-1/nat57.ani"), default;
background: #CEFF9D /*light yellowgreen*/ url(http://images.jedimaster10.multiply.com/image/2/photos/14/400x400/37/greenvert.jpg?et=Xg%2CItmx1l5T9V8czUeEjjw&nmid=68942383);
font-family: segoe ui, calibri, trebuchet ms;
color: #183232; /*muddy green*/
}
/*TEXT bluegreen*/
a, a:visited, a:link, div.infobox .userlogo a, div.infobox .userlogo a:link, div.infobox .userlogo a:visited, li.gnopt a, li.gnopt a:visited, li.gnopt a:link, div.ritemactions a, div.ritemactions a:link, div.ritemactions a:visited, .header .globalnav a.select, a.topt, a:visited.topt {
color: #008080;
font-family: franklin gothic medium;
}
/*TEXT white*/
a.toptsel, a:visited.toptsel {
color: #fff;
}
/*TEXT black*/
.userlogoside a, .userlogo a:visited {
color: #000;
}
/*TEXT darkslategray*/
a:hover, .itemboxsub, .itemsubsub, .rolloverfordnd, div.header table.globalnav h3, li.gnopt a:hover, a:hover.topt {
color: #2F4F4F;
text-decoration: none;
}
/*letter spacing*/
.itembox a:hover {
letter-spacing: -1px;
}
/*FONT size 13pt*/
.userlogoside a, .userlogo a:visited, div.infobox .userlogo a:hover {
font-size: 13pt;
}
.railstart {
margin-top: 0;
}
div.infobox .userlogo {
background: #fff none;
}
div.infobox .userlogo:hover, .contactbox:hover {
background: url(http://images.jedimaster10.multiply.com/image/5/photos/14/400x400/26/greencirclesdown.gif?et=y8oTCNJP7Dkcil8WaN39CA&nmid=68942383);
}
h1#page_owner_title {
font-size: 30px;
margin-top: -10px;
font-family: matisse itc;
}
div#ownedfooter {
background: #adb583 none;
padding: 0px;
border-width: 0px 10px 10px 10px;
border-color: limegreen;
width: 780px;
}
/*loading miniprofile*/
.indicator {
background-color: transparent;
}
table.miniprofiletable {
background-color: transparent;
}
/*miniprofile*/
div#miniprofile_div {
color: #fff;/*your online buddy*/
}
div#miniprofile_div a, div#miniprofile_div a:visited, div#miniprofile_div a:link {
color: #fff;/*view contacts,etc*/
text-decoration: none;
font-family: franklin gothic medium;
font-weight: bolder;
}
div#miniprofile_div a:hover {
color: #fff;/*below photo*name*/
font-family: franklin gothic medium;
font-weight: normal;
}
div#miniprofile_div div.address {
color: #fff;/*location*/
}
table.miniprofilebodytable {
width: 300px; height: 230px;
border-width: 5px 2px 5px 2px;
border-color: limegreen;
background: url(http://images.jedimaster10.multiply.com/image/2/photos/14/400x400/37/greenvert.jpg?et=Xg%2CItmx1l5T9V8czUeEjjw&nmid=68942383);
-moz-border-radius: 3px 17px 7px 17px;
}
---END of Scrollbox---