This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$default-sprite-dimensions: true | |
$default-sprite-base-class: ".is" | |
@import "images/sprites/default/*.png" | |
@include all-default-sprites($prefix:"is") | |
.is | |
background-image: inline-image($default-sprites) | |
+inline-block | |
+hide-text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/* | |
Plugin Name: Meta-Boxes | |
Plugin URI: | |
Description: Bilder, Fotos, Beiträge, etc. | |
Version: 2.0 | |
Author: Rheinschafe - Mathias Schopmans | |
/* ----------------------------------------------*/ | |
$new_meta_boxes = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Get the latest Tweet Text by Username | |
* | |
* @uses Transient - API for chaching | |
* @copyright Mathias Schopmans - 10/2010 | |
* | |
* @param string $username: Twitter Username | |
*/ | |
function get_last_tweet($username='nasenmann'){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var%20s=document.createElement('script');s.setAttribute('src',%20'http://jquery.com/src/jquery-latest.js');document.getElementsByTagName('body')[0].appendChild(s);alert('thank%20you%20for%20using%20jquery!');void(s); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* RGBa-Mixin with fallback (http://css-tricks.com/rgba-browser-support/) | |
*/ | |
=transparent-backgound($color: #000, $value:0.5) | |
$start: "rgb(" | |
$end: ")" | |
background: #{$start}red($color), green($color), blue($color)#{$end} | |
background: rgba($color, $value) |
NewerOlder