The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
// @import "mixins"; | |
@mixin darkorlighttextshadow($a, $opacity: 0.8) { | |
@if lightness($a) >= 65% { | |
@include text-shadow( 0, -1px, 0, rgba(0,0,0,$opacity) ); | |
} | |
@else { | |
@include text-shadow( 0, 1px, 0, rgba(255,255,255,$opacity) ); | |
} | |
} |
/* | |
* jQuery Nivo Slider v3.2 | |
* http://nivo.dev7studios.com | |
* | |
* Copyright 2012, Dev7studios | |
* Free to use and abuse under the MIT license. | |
* http://www.opensource.org/licenses/mit-license.php | |
*/ | |
/* The Nivo Slider styles */ |
/*! http://responsiveslides.com v1.54 by @viljamis */ | |
.rslides { | |
position: relative; | |
list-style: none; | |
overflow: hidden; | |
width: 100%; | |
padding: 0; | |
margin: 0; | |
to pauseSongbird() | |
tell application "System Events" | |
tell process "Songbird" | |
tell menu bar 1 | |
tell menu bar item "Controls" | |
tell menu "Controls" | |
set state to get name of menu item 1 | |
-- display dialog state | |
if state is equal to "Pause" then | |
click menu item 1 |
### Keybase proof | |
I hereby claim: | |
* I am floq-design on github. | |
* I am floqdesign (https://keybase.io/floqdesign) on keybase. | |
* I have a public key ASCuP3MLsTzLyOl44lHwdmAPEEkbQZJ8AL4UJdg5XyF--wo | |
To claim this, I am signing this object: |