metro 改进

This commit is contained in:
Van
2013-09-30 18:21:49 +08:00
parent a9a772653c
commit 10953a0af5
11 changed files with 215 additions and 170 deletions

View File

@@ -17,7 +17,7 @@
* skin metro-hot responsive style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.0.5, Jul 24, 2013
* @version 1.0.0.6, Sep 30, 2013
*/
@media (max-width: 860px) and (min-width: 460px) {
.wrapper {
@@ -45,11 +45,11 @@
}
#comments .article-body {
width: 350px;
width: 340px;
}
#dynamic #comments .article-body {
width: 293px;
width: 283px;
}
.most-comment,
@@ -156,43 +156,59 @@
margin-bottom: 20px;
}
.tags-tile {
margin-bottom: 50px;
}
.article-title {
width: 280px;
}
.archives {
margin-right: 0;
}
.article-info > a {
padding: 3px;
font-size: 12px;
}
#dynamic #comments {
padding-left: 15px;
}
.tags-tile .title,
.links-tile .title,
.most-comment .title,
.most-view .title {
float: right;
font-size: 15px;
font-weight: bold;
margin: 20px 0 0 40px;
}
.most-comment,
.most-view {
width: 249px;
margin-bottom: 0;
margin-top: 20px;
margin-left: 0;
}
.most-comment .text,
.most-view .text {
margin-right: 0;
width: 274px;
}
.most-view {
margin-left: 0;
font-size: 12px;
font-weight: normal;
}
.tags-tile,
.links-tile,
.archives-tile {
.links-tile {
width: 249px;
margin-top: 20px;
margin-bottom: 0;
margin-left: 0;
}
.tags-tile .text,
.links-tile .text,
.archives-tile .text {
width: 274px;
}
.links-tile,
.tags-tile {
margin-left: 0;
}
.tags-tile {
margin-bottom: 50px;
.links-tile .text {
width: 249px;
}
}