Here is the code, below a preview, we decided against using that, it's just a bit too noisy. Though it might be an interesting option as a standalone feature on the simple blog (remove the "$" in the CSS code, if you want to activate the setting):.tabs-inner .widget ul, .tabs-inner .section:first-child ul {
position: relative;
$margin: 60px 0 20px 10px;
padding: 10px 15px;
background-color: white;
$$$$border: 10px solid #BAD304;
border: 10px solid #33aaff;
-moz-box-shadow: 20px 20px 30px rgba(0, 0, 0, .2);
-webkit-box-shadow: 20 20 30px rgba(0, 0, 0, .2);
-goog-ms-box-shadow: 20 20 30px rgba(0, 0, 0, .2);
box-shadow: 20px 20px 30px rgba(0, 0, 0, .2);
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-goog-ms-border-radius: 15px;
border-radius: 15px;
}


