vagrant/website/www/source/stylesheets/_modules.less

73 lines
1.5 KiB
Plaintext
Raw Normal View History

2013-09-03 20:48:55 +00:00
.Modules {
2013-09-19 00:41:51 +00:00
&.blog-archives {
span.meta.date {
font-size: 12px;
}
}
2013-09-16 23:07:58 +00:00
&.blog-landing, &.blog-post {
article {
letter-spacing: normal;
margin-bottom: 30px;
2013-09-16 23:07:58 +00:00
.meta {
font-size: 16px;
}
2013-09-03 20:48:55 +00:00
2014-03-05 16:59:56 +00:00
img {
margin-top: 15px;
margin-bottom: 15px;
}
2013-09-16 23:07:58 +00:00
h2 {
font-size: 45px;
font-weight: bold;
margin-top: 2px;
text-transform: none;
}
h3 {
color: #476576;
font-size: 32px;
font-weight: bold;
border-bottom: 1px solid #476576;
padding-bottom: 15px;
margin-bottom: 20px;
margin-top: 20px;
}
li a {
color: @docs-blue;
text-decoration: none;
border-bottom: 1px solid @docs-blue;
&:hover {
color: darken(@blue, 10%);
border-bottom: 1px solid darken(@blue, 10%);
}
}
2013-09-16 23:07:58 +00:00
}
}
&.blog-sidebar {
color: #476576;
font-size: 18px;
line-height: 26px;
}
&.sponsors {
margin-top: 50px;
ul {
list-style-type: none;
2013-09-03 20:48:55 +00:00
2013-09-16 23:07:58 +00:00
li {
float: left;
text-align: center;
width: 50%;
height: 250px;
}
}
2013-09-03 20:48:55 +00:00
}
}