What's A Plurk Template? Login/Register Here Browse Plurk Templates Favorite Plurk Templates
Plurk Templates

Sleek Leather

Minimal Darkness with a bit of sleek sexyness via transparency and leather. Need a Proper CSS3 Browser to fully appreciate the style though ( Needs to support css3 rgba() ). Also utilises beautiful rounded corner features where supported. Credits to http://qbit71.deviantart.com/ for the delicious leather texture.

CSS Code

body, html {
background-color: rgb(10, 10, 10 );
background-image: url('http://imagepaste.com/img/febdb2ac898cd282d2385527485b4d2d.jpeg');
/* Image credit to : http://qbit71.deviantart.com/art/SYNTHETIC-LEATHER-111102788 */
background-repeat: repeat !important;
background-position: top left !important;
background-attachment: fixed;
padding: 0;
margin: 0;
}

#timeline_holder {
background: #fff;
background-image: none;
background-color: rgba( 0,0,0, 0.4);
}
#dashboard_holder, #plurk-dashboard, #footer p, #languge_selector {
background: #fff;
background-image: none;
background-color: rgba( 0,0,0, 0.7);
padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin-top: 30px;
}
#footer {
margin-bottom: 0;
overflow: hidden;
}

Recent comments