#Oranger.me# Hi!
This file contains hidden or 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
/** | |
* 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{ |
This file contains hidden or 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
/** | |
* 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 |
This file contains hidden or 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
/** | |
* there is no spoon | |
*/ | |
coffee{ | |
display:table; | |
position:relative; | |
width: 100px; | |
height: 100px; | |
margin:100px auto; |
This file contains hidden or 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
<?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'])) { |
This file contains hidden or 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
/** | |
* Profile | |
*/ | |
.cnt{ | |
width: 400px; | |
height:200px; | |
margin:50px auto; | |
position:relative; | |
} |
This file contains hidden or 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
/** | |
* Airship ready | |
*/ | |
.cnt{ | |
width:400px; | |
margin:50px auto; | |
} | |
.kirov{ |
This file contains hidden or 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
/** | |
* Complex selectors testing | |
*/ | |
.cnt { display:table; margin:20px auto; } | |
.dev { | |
padding:5px; | |
float: left; | |
margin: 10px; | |
background-color: lightgrey; | |
} |
This file contains hidden or 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
/** | |
* 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; |
This file contains hidden or 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
/** | |
* Image rotation in ie :# | |
*/ | |
#mypoorimage{ | |
filter: progid:DXImageTransform.Microsoft.Matrix( | |
sizingMethod='auto expand', | |
M11=68.08510638297873, | |
M12=-10.0178749274099, | |
M21=10.0178749274099, |