Tips and Help to Tweak Yahoo! Mash Profiles, Add Glitters, Avatars, Animations, Graphics, Mash Backgrounds, Images And Other Yahoo Mash Codes.
How To Tweak Yahoo Mash? You can use custom CSS to do some tweaking of Yahoo Mash Layout
Codes For Changing Yahoo Mash Backgrounds
body { background-color:none; background-image:url('http://www.mash-layout.com/graphics/backgrounds/1/3425679554748.gif'); background-attachment:scroll; background-position:top left; background-repeat:repeat; font-family:arial; color:#cccccc; }
Notes: You can use a solid color by specifying a hex color in background-color:#xxxxxx. Use font-family and color to change the basic font for your page.
Codes For Changing Yahoo Mash Section Backgrounds And Borders
.mod { background-color:none; background-image:url('http://www.mash-layout.com/graphics/backgrounds/1/3425679554748.gif'); border-style:solid; border-width:2px; border-color:#3C6A90; }
Notes: You can use a solid color by specifying a hex color in background-color:#xxxxxx. Use font-family and color to change the basic font for your page.
Codes For Adding Yahoo Mash Background Color To Section Titles
.hd { background-color:#3C6A90; }
Codes For Changing Yahoo Mash 'Nickname' Text
#ypf-coreid .user-card .user-info .user-name h1 span.nickname { color:#ffffff; font-family:courier new; font-size:16pt; }
Codes For Changing Yahoo Mash The Polaroid For Yahoo Mash
#ypf-coreid .user-card .user-images { background-image:url('http://www.myspacelayoutsupport.com/images/polaroid02.png') }
Changing Yahoo Mash Section Titles/Headings
h3 { font-size:12px; color:#ffffff; }
Changing Yahoo Mash About Me Hover Color
ul.about div.hover{ background:#cc0000; }