Adium
Home
Search
Submit
My Xtras
Support
Register
Login
Profile: Shawn (shawn)
http://frozen-o.com/blog/
1 comments
0 xtras
Latest comments
#
by
shawn
on 07/19/08 at 13:28:45
Close to what I would like, so I made a new variant for myself (the dark blue just didn't mesh nicely with my custom background image):
@import url("../main.css");
.content, .shadow {
background-image: none;
}
.content {
background-color: #000;
opacity: .6;
-webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.7);
}
# by shawn on 07/19/08 at 13:28:45
@import url("../main.css");
.content, .shadow {
background-image: none;
}
.content {
background-color: #000;
opacity: .6;
-webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.7);
}