candy
Version:
a micro bbs system based on duoshuo.com apis
77 lines (69 loc) • 1.42 kB
text/less
.thumbnail() {
border: 1px solid #ddd;
padding: 1px;
background-color: #fff;
margin-right: 8px;
.br(3px);
.bs();
}
.br (@radius: 4px) {
border-radius: @radius;
-moz-border-radius: @radius;
-webkit-border-radius: @radius;
-o-border-radius:@radius;
}
.bs (@x: 1px, @y: 1px, @blur: 4px, @color: #efefef) {
box-shadow: @arguments;
-moz-box-shadow: @arguments;
-webkit-box-shadow: @arguments;
}
// widgets
#ds-waiting {
background-position: center 0 ;
}
.ds-recent-visitors {
padding: 5px 5px;
img {
.thumbnail();
margin: 0px 0px 10px 0px ;
}
}
.ds-recent-comments {
margin-left: 10px ;
margin-bottom: 0 ;
margin-right: 10px ;
li {
border: 0 ;
img {
.thumbnail();
}
&:hover {
background-color: #fff ;
};
}
}
.ds-toolbar {
border-top: 0 ;
.ds-border-highlight {
display: none ;
}
}
.ds-login {
a {
display: block ;
margin-bottom: 12px ;
margin-left: 14px ;
font-size: 14px;
}
}
.ds-demo {
border: 3px dashed #ddd;
.br(10px);
padding: 20px;
background-color: #fff;
margin-bottom: 20px;
margin-top: 20px;
}
.ds-post-self {
padding-left: 0px ;
}