mystyle.css
647 Bytes
body { background: url(/img/linen-gray.png); }
.box {
background-color: #eee;
box-shadow: 5px;
border-radius: 5px 5px 5px 5px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.box-header {
/* height: 40px; */
background-color: #ccc;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
color: #eee;
border-radius: 5px 5px 0px 0px;
background: -moz-linear-gradient(center top , rgb(73, 72, 82), rgb(42, 42, 48)) repeat scroll 0% 0% / 100% auto rgb(42, 42, 48);
}
.box-body { padding: 1%; }
.white_rabbit { background-color: #fff; }