Okay. Its not complete, and some things may or may not be a bit funky, so don't say i didn't warn you.
.ipsWidget.ipsWidget_horizontal .ipsWidget_title,
.ipsWidget.ipsWidget_vertical .ipsWidget_title {
color: #e2e2e2;
background: #232739;
}
.ipsType_sectionTitle {
color: #e3e3e3;
background: #232739;
}
.ipsType_sectionTitle a {
color: #e3e3e3;
}
.ipsBox:not( .ipsBox_transparent):not( .ipsModerated) {
background: #13161f;
}
.ipsNavBar_primary {
background: rgba(29, 33, 53, 0.8);
box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
border-radius: 5px;
padding: 5px;
}
.ipsDataList {
background: #13161f;
}
#ipsLayout_contentWrapper {
margin-top: 10px;
}
.ipsBreadcrumb.ipsBreadcrumb_top {
background: rgba(29, 33, 53, 0.8);
box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
border-radius: 5px;
padding: 10px 10px;
margin-bottom: 5px;
}
.ipsFollow {
margin-top:10px;
margin-right:10px;
}
#ipsLayout_header header {
background: rgba(29, 33, 53, 0.8);
box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
border-radius: 5px;
padding: 10px 10px;
margin-bottom: 5px;
}
.ipsPhotoPanel {
background: rgba(29, 33, 53, 0.8);
box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
border-radius: 5px;
padding: 10px 10px;
}
.ipsApp .ipsButton_important {
background: rgba(29, 33, 53, 0.8);
}
.ipsApp .ipsButton_important:hover {
background: rgba(26, 39, 46, 0.8);
}
.ipsApp .ipsButton {
border-radius: 5px;
background: rgba(29, 33, 53, 0.8);
box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
color: #ffffff;
}
.ipsPager {
border-radius: 5px;
background: rgba(29, 33, 53, 0.8);
box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
color: #ffffff;
}
body {
background-image: url('http://i.imgur.com/EnBmX4L.jpg');
}
Use at your own risk.