Vulcan/packages/nova-basic-styles/lib/stylesheets/main.css

53 lines
749 B
CSS
Raw Normal View History

2016-02-19 09:54:13 +09:00
body{
background: #eee;
}
.wrapper{
padding: 15px;
}
.main{
background: #fff;
padding: 15px;
margin: 10px 0;
border: 1px #ccc solid;
}
.post-views{
2016-02-19 10:12:08 +09:00
background: #efefef;
2016-02-19 09:54:13 +09:00
border: 1px #ddd solid;
padding: 10px;
2016-02-19 10:12:08 +09:00
margin-bottom: 15px;
}
.post-categories, .post-commenters{
margin-bottom: 15px;
}
.post-categories ul, .post-commenters ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.post-categories li, .post-commenters li{
display: inline-block;
margin-right: 5px;
border: 1px solid #ddd;
padding: 3px 5px;
background: #efefef;
2016-02-19 09:54:13 +09:00
}
.comment-node{
2016-02-19 10:12:08 +09:00
border-left: 10px #efefef solid;
2016-02-19 09:54:13 +09:00
padding-left: 10px;
}
2016-02-19 10:12:08 +09:00
.comment-item{
2016-02-19 09:54:13 +09:00
margin-bottom: 15px;
2016-02-19 10:12:08 +09:00
}
.comment-body{
border: 1px solid #ddd;
padding: 10px;
2016-02-19 09:54:13 +09:00
}