devroom.io/content/css/screen.sass

155 lines
2.4 KiB
Sass
Raw Normal View History

2013-07-25 05:35:02 +00:00
@import "flat-ui-colors"
2013-08-14 08:39:48 +00:00
@import "bootstrap"
@import "pygments"
2013-07-24 18:21:40 +00:00
2013-08-14 08:39:48 +00:00
$text-color: #696969
2013-08-14 10:23:36 +00:00
$focus-color: $peterriver
2013-07-24 18:21:40 +00:00
2013-08-14 08:39:48 +00:00
body
color: $text-color
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
font-weight: 400
2013-07-25 05:35:02 +00:00
2013-08-14 08:39:48 +00:00
a, a:hover, a:active, a:visited
color: $focus-color
2013-07-25 05:35:02 +00:00
2013-08-14 08:39:48 +00:00
h1, h2, h3, h4, h5, h6
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
font-weight: 200
2013-07-25 05:35:02 +00:00
2013-08-14 08:39:48 +00:00
#header
border-top: 3px solid $focus-color
2013-08-03 19:19:05 +00:00
2013-08-14 08:39:48 +00:00
a, a:hover
color: $text-color
h1, ol
font-size: 1.2em
display: inline-block
h1
2013-08-14 10:23:36 +00:00
padding-right: 0.8em
2013-08-14 08:39:48 +00:00
a
color: darken($text-color, 15%)
span
color: darken($text-color, 30%)
font-weight: 800
ol
padding-left: 0
li
display: inline-block
2013-08-14 10:23:36 +00:00
padding-right: 0.8em
2013-08-14 08:39:48 +00:00
2013-08-14 10:23:36 +00:00
.align-right
text-align: right
2013-08-14 08:39:48 +00:00
2013-08-14 10:23:36 +00:00
ol.social
margin-top: 15px
li
padding-right: 0
padding-left: 0.4em
a
font-size: 1.2em
color: $focus-color
#main
2013-08-14 08:39:48 +00:00
#adpacks
text-align: right
font-size: 0.8em
2013-08-14 10:23:36 +00:00
.bsa_it_i
float: right
display: block
width: 130px
margin-bottom: 10px
.bsa_it_t,
.bsa_it_d
display: inline-block
clear: right
text-align: right
width: 130px
margin-bottom: 10px
.bsa_it_t
color: darken($text-color, 30%)
2013-08-14 08:39:48 +00:00
2013-08-14 10:23:36 +00:00
.bsa_it_d
color: $text-color
2013-08-14 08:39:48 +00:00
2013-08-14 10:23:36 +00:00
.bsa_it_p
display: none
2013-08-14 08:39:48 +00:00
2013-08-14 10:23:36 +00:00
a#bsap_aplink,
display: inline
color: lighten($text-color, 30%)
2013-08-16 04:14:09 +00:00
#posts
.post
h2.title
margin-top: 0
margin-bottom: 10px
p.meta
margin-top: 20px
margin-bottom: 0
font-style: italic
color: lighten($text-color, 30%)
#older-posts
h2.title
margin-top: 0
margin-bottom: 10px
margin-left: 72px
font-size: 1.2em
display: inline-block
span.meta
margin-left: -72px
color: $text-color
font-size: 0.8em
padding-top: 0.2em
display: inline-block
float: left
2013-08-14 10:31:03 +00:00
.post,
.page
2013-08-14 10:23:36 +00:00
h1.title
margin-top: 0
margin-bottom: 20px
a
color: darken($text-color, 15%)
2013-08-14 08:39:48 +00:00
2013-08-14 10:23:36 +00:00
p.meta
margin-top: 20px
margin-bottom: 0
2013-08-14 08:39:48 +00:00
2013-08-14 10:31:03 +00:00
.page
h1.title
margin-top: 20px
2013-08-16 04:14:09 +00:00
#about
img
width: 96px
border-radius: 12px
margin-left: 6px
margin-bottom: 6px
float: right
2013-08-14 08:39:48 +00:00
#footer
ul.tla
padding-left: 0
font-size: 0.8em
li
display: inline-block
a
color: $text-color