Skip to content

Instantly share code, notes, and snippets.

View ultim8k's full-sized avatar
🛠️
Rock & roll!

Kostas Kapenekakis ultim8k

🛠️
Rock & roll!
View GitHub Profile
@ultim8k
ultim8k / dabblet.css
Created October 7, 2012 19:13
Clockwork Orange
/**
* Clockwork Orange
*/
body{background:url("http://oranger.me/images/Linen_cr.jpg");}
.orange, .gear-a, .gear-b, .gear-c{
background-image:url('https://dl.dropbox.com/u/31132753/appssprite.png');
background-repeat:no-repeat;
}
.engine{position:relative; margin:50px auto; display:block; width:223px; height:325px;}
.engine-part{
@ultim8k
ultim8k / dabblet.css
Created October 18, 2012 19:08
Background testing
/**
* Background testing
*/
//background: #f06;
background-color: hsl(2, 57%, 40%);
background-image:
repeating-linear-gradient(125deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 5px),
repeating-linear-gradient(transparent, transparent 50px, rgba(0,0,0,.4) 50px, rgba(0,0,0,.4) 53px, transparent 53px, transparent 63px, rgba(0,0,0,.4) 63px, rgba(0,0,0,.4) 66px, transparent 66px, transparent 116px, rgba(0,0,0,.5) 116px, rgba(0,0,0,.5) 166px, rgba(255,255,255,.2) 166px, rgba(255,255,255,.2) 169px, rgba(0,0,0,.5) 169px, rgba(0,0,0,.5) 179px, rgba(255,255,255,.2) 179px, rgba(255,255,255,.2) 182px, rgba(0,0,0,.5) 182px, rgba(0,0,0,.5) 232px, transparent 232px),
repeating-linear-gradient(270deg, transparent, transparent 50px, rgba(0,0,0,.4) 50px, rgba(0,0,0,.4) 53px, transparent 53px, transparent 63px, rgba(0,0,0,.4) 63px, rgba(0,0,0,.4) 66px, transparent 66px, transparent 116px, rgba(0,0,0,.5) 116px, rgba(0,0,0,.5) 166px, rgba(255,255,255,.2) 166px, rgba(255,255,255,.2) 169px, rgba(0,0,0,.5
@ultim8k
ultim8k / oranger.md
Created October 21, 2012 14:44
Testing oranger.me

#Oranger.me# Hi!

@ultim8k
ultim8k / dabblet.css
Created October 31, 2012 09:50
there is no spoon
/**
* there is no spoon
*/
coffee{
display:table;
position:relative;
width: 100px;
height: 100px;
margin:100px auto;
@ultim8k
ultim8k / functions.php
Created November 8, 2012 16:21 — forked from mikeschinkel/functions.php
Wordpress Admin Taxonomies
<?php
/*
Description: Adds a taxonomy filter in the admin list page for a custom post type.
Written for: http://wordpress.stackexchange.com/posts/582/
By: Mike Schinkel - http://mikeschinkel.com/custom-workpress-plugins
Instructions: Put this code in your theme's functions.php file or inside your own plugin. Edit to suite your post types and taxonomies. Hope this helps...
*/
add_filter('manage_listing_posts_columns', 'add_businesses_column_to_listing_list');
function add_businesses_column_to_listing_list( $posts_columns ) {
if (!isset($posts_columns['author'])) {
@ultim8k
ultim8k / dabblet.css
Created February 8, 2013 14:47
Profile
/**
* Profile
*/
.cnt{
width: 400px;
height:200px;
margin:50px auto;
position:relative;
}
@ultim8k
ultim8k / dabblet.css
Created February 12, 2013 09:35
Airship ready
/**
* Airship ready
*/
.cnt{
width:400px;
margin:50px auto;
}
.kirov{
@ultim8k
ultim8k / dabblet.css
Created February 25, 2013 15:28
Complex selectors testing
/**
* Complex selectors testing
*/
.cnt { display:table; margin:20px auto; }
.dev {
padding:5px;
float: left;
margin: 10px;
background-color: lightgrey;
}
@ultim8k
ultim8k / dabblet.css
Created February 26, 2013 10:44
Extreme navigation experiment
/**
* Extreme navigation experiment
*/
.cnt{ max-width:500px; width:100%; margin: 70px auto 0; }
nav ul{
list-style:none;
background-color:#eee;
padding: 10px;
font-size:0;
@ultim8k
ultim8k / dabblet.css
Created February 27, 2013 15:27
Image rotation in ie :#
/**
* Image rotation in ie :#
*/
#mypoorimage{
filter: progid:DXImageTransform.Microsoft.Matrix(
sizingMethod='auto expand',
M11=68.08510638297873,
M12=-10.0178749274099,
M21=10.0178749274099,