Home » Dashboard

Kustomized Themes: Rounded Corners Dashboard

August 14th, 2008 at 12:35 pm by AJ Matela in Dashboard, Kustomized CSS Theme

Green Rainbow bottom

If you want your dashboard items to be split into separate boxes (with Rounded Corners for Firefox), simply copy the code below and paste it onto your Customize Profile box on Plurk (if you already have codes on the box, just add these after the last line):

#plurk-dashboard .dash-segment .segment-content a:link, #plurk-dashboard .dash-segment .segment-content a:visited{
color: #ffffff;
}

#plurk-dashboard .dash-segment .segment-content {
background: #000000;
color: #ffffff;
margin: 0 5px;
padding: 10px;
border: 2px solid #ffffff;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
#plurk-dashboard {
background: transparent;
}

.dash-segment .segment-content #dash-stats h2 {
color: #ffffff;
margin: 5px;
padding: 0;
}
.dash-segment .segment-content #dash-friends h2 {
color: #ffffff;
margin: 5px;
padding: 0;
}
.dash-segment .segment-content #dash-fans h2 {
color: #ffffff;
margin: 5px;
padding: 0;
}

Special thanks to Will (will.ph on Plurk) of http://will.ph for the help on the code.

Reblog this post [with Zemanta]

Link: