mini.doit.im · 2 years ago by adamsxu
div.container {
background-position: 0 0;
font-family: Helvetica, Arial, Sanserif;
font-weight: bold;
}
div.new-task-module {
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-moz-border-radius: 15px 15px 0 0;
-webkit-border-radius: 15px 15px 0 0;
border-top-left-radius: 15px 15px;
border-top-right-radius: 15px 15px;
}
div.wrapper {
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-moz-border-radius: 0 0 15px 15px;
-webkit-border-radius: 0 0 15px 15px;
border-bottom-left-radius: 15px 15px;
border-bottom-right-radius: 15px 15px;
}
div.header-wrap {
background-position: 0 2px;
}
div.main {
background-position: 0 0px;
}
div.footer {
border: none;
background-position: 0 -4px;
position: relative;
top: -2px;
z-index: 5555;
}
div.container, div.header-wrap, div.main, div.footer {
background-image: url(http://pic3.nipic.com/20090605/1242397_100406092_2.jpg);
}

0Tweet
You need to be signed in to comment.