code {
-moz-box-shadow: 0px 0px 17px #000000;
box-shadow: 0px 0px 17px #000000;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7edbf', endColorstr = '#58351a');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7edbf', endColorstr = '#58351a')";
background-image: -moz-linear-gradient(top, #f7edbf, #58351a);
background-image: -ms-linear-gradient(top, #f7edbf, #58351a);
background-image: linear-gradient(top, #f7edbf, #58351a);
opacity: 0.75;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 75);
filter: alpha(opacity = 75); }
bw_css to add custom gradient background, drop shadow and opacity
Here we demonstrate the bw_css shortcode to style the <code> tag.
Note that CSS this affects ALL code tags on the page, including those in the sidebar.