@import 'nib'
@import 'colors'
+@import 'mixins'
@import 'text'
-
.clearer
clearfix()
background transparent no-repeat 0 0
border 0 !important
+ // Enable CSS Transitions
+ transition-duration 0.8s
+ transition-property opacity
+
&.wmf-logo
width 45px
height 45px
&:hover
opacity 0.25
+html, body
+ absolute top 0 left 0
+ width 100%
+
+html
+ min-height 100%
body
min-height 100%
.rilke
absolute bottom 1em right 1em
- width 210px
- color darken($foot_text, 20%)
- opacity 0.15
+ z-index 30
+ width 185px
+
+ opacity 0.1
+ &:hover
+ opacity 1
+
+ // Enable CSS Transitions
+ transition-duration 0.8s
+ transition-property opacity
+
&, & *
font-size 10px
line-height 1.3
text-indent -1em
border 0
+ color $foot_text
small
+ margin-top 5px
text-align right
- color $foot_text
+ color $foot_header
+ blockquote
+ margin 0
+ padding 0
+
--- /dev/null
+@import 'nib'
+
+
+column-span()
+ -webkit-column-span arguments
+ -moz-column-span arguments
+ column-span arguments
+
+transition-property()
+ -webkit-transition-property arguments
+ -moz-transition-property arguments
+ transition-property arguments
+
+transition-duration()
+ -webkit-transition-duration arguments
+ -moz-transition-duration arguments
+ transition-duration arguments
+
+text-stroke($size, $color)
+ $neg = -($size)
+ text-shadow $neg $neg 0 $color, $size $neg 0 $color, $neg $size 0 $color, $size $size 0 $color
+
+break-something($what, $args)
+ -webkit-column-break-{$what} $args
+ -moz-column-break-{$what} $args
+ column-break-{$what} $args
+ -webkit-break-{$what} $args
+ -moz-break-{$what} $args
+ break-{$what} $args
+
+break-inside()
+ break-something inside, arguments
+
block addenda
.rilke: blockquote
- p
- | What we fight with is so small, and when we win, it makes us small.
- | What we want is to be defeated, decisively, by successively greater things.
+ p What we fight with is so small, and when we win, it makes us small.
+ p What we want is to be defeated, decisively, by successively greater things.
small Rainer Rilke