Vulcan/packages/base-styles/lib/stylesheets/main.scss
2016-03-24 16:03:30 +09:00

132 lines
No EOL
1.9 KiB
SCSS

@import "colors";
@import "variables";
@import "global";
@import "categories";
@import "comments";
@import "common";
@import "posts";
body{
background: #eee;
}
.wrapper{
padding: 15px;
}
.main{
background: #fff;
padding: 15px;
margin: 10px 0;
border: 1px #ccc solid;
}
.post-views, .logo, .nav, .alt-accounts-log-in-buttons{
margin-bottom: 15px;
}
.post-views ul, .categories ul, .post-categories ul, .post-commenters ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.post-views li, .categories li, .post-categories li, .post-commenters li{
display: inline-block;
margin-right: 5px;
border: 1px solid #ddd;
padding: 3px 5px;
background: #efefef;
}
.post-list-content{
border-top: 2px solid #eee;
padding-top: 15px;
margin-top: 15px;
}
.post-item{
border-bottom: 2px solid #eee;
padding-bottom: 15px;
margin-bottom: 15px;
}
.comment-node{
border-left: 10px #efefef solid;
padding-left: 10px;
}
.comment-item{
margin-bottom: 15px;
}
.comment-body{
border: 1px solid #ddd;
padding: 10px;
}
.new-post-button{
margin-bottom: 15px;
}
code{
font-family: monospace;
background: #fafafa;
border: 1px solid #ddd;
padding: 3px 6px;
}
.cheatsheet h1{
margin-bottom: 20px;
}
.cheatsheet-wrapper{
display: flex;
}
.cheatsheet-block{
flex: 1;
margin-right: 20px;
}
.cheatsheet-block:last-of-type{
margin-right: 0;
}
.cheatsheet ul{
list-style-type: none;
margin-bottom: 20px;
padding-left: 0px;
}
.cheatsheet ul li{
margin-bottom: 10px;
}
.cheatsheet h2{
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
}
.cheatsheet h3{
margin-bottom: 10px;
font-weight: bold;
}
.cheatsheet code{
font-size: 13px;
}
.avatar{
height: 24px;
width: 24px;
display: inline-block;
}
.sr-only{
display: none;
}
.upvoted .upvote{
opacity: 0.3;
}
.post-day h2{
font-weight: bold;
}