Skip to content

Commit

Permalink
Cleaned up the default theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhnomoli committed Jul 24, 2014
1 parent 10ea789 commit d210ace
Show file tree
Hide file tree
Showing 26 changed files with 941 additions and 755 deletions.
33 changes: 24 additions & 9 deletions mynt/themes/dark/_assets/css/_sass/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,41 @@ $hlt-l: #E6DB74
$pygments-fg: #F8F8F2

// DIMENSIONS
$baseline: 18px
$container: 960px
$sidebar: 255px
$spacer: 18px

$offset: $sidebar + ($spacer * 3)
$offset: $sidebar + ($baseline * 3)
$content: $container - $offset


//
// MIXINS
//
// CLEAR FIX
@mixin clearfix
&:before, &:after
content: ''
display: table
@mixin compact-children
& > :first-child
margin-top: 0px

&:after
clear: both
& > :last-child
margin-bottom: 0px

@mixin inverted-links($color: $fg-l)
& > a
color: $color

&:hover
color: $hlt

@mixin post-meta
color: $fg-d
font-style: normal
text-transform: uppercase
word-spacing: 2px

& > span
position: relative
top: -1px

// VENDOR PREFIXES
@mixin border-radius($radius, $corner: false)
Expand Down
Loading

0 comments on commit d210ace

Please sign in to comment.