TECH.BLORGE.com
VISTA.BLORGE.com
MAC.BLORGE.com
GAMER.BLORGE.com

September 16, 2007 |

Customizing your Yahoo Mash profile

By George Gardner





Customizing your Yahoo Mash profile Yahoo’s new social networking site, Mash, is still in an early stage of development; as a result, the “style this profile” module, which allows you to change the look and appearance of you or your friends’ profile, is lacking, to say the least. To help you avoid having a “fugly” profile, we’ve come up with a bit of a primer for customizing different aspects of your new Mash profile.

The “style this profile” module, simply stated, sucks. However, Mash was kind enough to give us a “show advanced css” link, at the bottom of the module.  Clicking the link, though, only leaves you staring at a blank text field.

This text field, though it be mysterious, is the key to editing quite a few details on your profile. Below you’ll find a list of codes that can be placed in the “Enter custom CSS” field (followed by a brief description) to modify a Mash page. Sorry Mashers, no HTML allowed.

Backgrounds and borders

Your Mash profile consists of 4 main areas: the main page (middle white column that stretches down the page vertically), the Mash header at the top of the profile, the footer at the bottom, and the modules that reside on the main page.

body{background: url(URL_TO_IMAGE) color; border: 1px solid black}
The above code will change the main page’s background. Simply enter the URL to the image that would like to use, or you could omit the image and use a solid color instead.

For example. If I wanted a blue background with a 1 pixel solid black border, I would use the code: body{background: blue; border: 1px solid black} Notice how I omitted the url(URL_TO_IMAGE) part.

You’ll have to do a bit of playing around to achieve your own results. The name of the color, blue in this case, can also be replace by a hex color code. Additional information on CSS Borders can be found on Tizag.com.

.mod {background: url(URL_TO_IMAGE) color; border: 1px solid black}
The above code modifies the module sections and is formatted in the same manner as the body.

I was unable to modify the header and footer on the profile. While I’m not saying it can’t be done, I wouldn’t rule out the possibility.


Text, link, and rollover colors

While the text color and links can be modified through the basic editor, the changes will be lost as soon as you click the “show advanced CSS” link; therefor, you’ll have to manually change the color if you want to customize anything on your profile.

a:link, a:visited, a:active{color: #85784C}
The above code will change the color of your links (on the editable parts of your page) in their normal state. You can use a hex color code (as shown in the code above) or you could use a color’s name (e.g. red, blue, black, yellow, etc,…).

a:hover{color: black; text-decoration: none}
This will change the color of the links when the mouse is hovering over them. The text-decoration: none is to remove the link’s underline on mouse-over.

#ypf-coreid .user-card .user-info .user-name h1 span.nickname {color: black; font-family: verdana; font-size: 20pt;}
This code deals only with your nickname, allowing you to change the color, font, and size (in that order).

h3{color: #3e3e3e}
The above will change the title text of each module. (e.g. guestbook, my stuff, about me, etc,…). If you’ve come this far, I’m sure you can see that the size, decoration, font, and other text properties can be changed as well by adding to the code.

body {color: blue}
This code will change the main text color of your profile.

Additional text styling properties can be found at w3schools.com.


Other mods

#ypf-coreid .user-card .user-images {background: url(URL_TO_NEW_POLAROID_IMAGE)}
Allows you to style the Polaroid image around your profile picture. You can download (right click link >> Save Target As…) the original image and modify it (as shown below), or simply make your own. 

polaroid
 

 

Athough there are other elements that can be changed, this guide should serve as a pretty good start to keeping your profile unique and personal. Feel free to drop by my Mash page to see what can be done using this tutorial.

Related:

  • The new social network on the block, Yahoo Mash, looks promising
  • Yahoo takes Mash out of the mix
  • Leaked BNP member list Google Maps mash-up
  • Masher beta is now available for DIY video mash ups
  • Yahoo gears up for online collaborative suite battle, will buy Zimbra for $350 million




  • Sign up for the BLORGE daily email newsletter

    2 Responses to “Customizing your Yahoo Mash profile”

    1. Star:

      Great, keep the work up

    2. Brdf Nguyen:

      I found this site quite useful for someone who wants to create mash layout easily by click instead of coding

      http://mashbabe.com
      http://mashbabe.com/TEST/generator.php

    Leave a Reply:

    Copyright © 2008 Engaging and compelling blogs that entertain and inform