Skip to content

Instantly share code, notes, and snippets.

View blimpage's full-sized avatar

Pat McKenna blimpage

  • Envato
  • Melbourne, Australia
View GitHub Profile
@blimpage
blimpage / trellotaire.user.js
Last active August 29, 2015 14:05
trellotaire.user.js
// ==UserScript==
// @name Trellotaire
// @namespace http://twitter.com/blimpage
// @version 1.0
// @description Converts Trello boards into much more convincing solitaire boards.
// @include /https?:\/\/(www\.)?trello.com\/b\//
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
// @grant GM_setValue
// @copyright 2014 Pat McKenna. Please send cheques via express post.
// ==/UserScript==
@blimpage
blimpage / dabblet.css
Created March 25, 2012 05:29
WP post category filter
/*
WP post category filter
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}
body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
* {
position: relative;
@blimpage
blimpage / dabblet.css
Created March 25, 2012 00:15
Rounded imgs
/**
* Rounded imgs
*/
body {
background: #111;
}
#pagewrap {
width: 910px;
display: block;
margin: auto;
@blimpage
blimpage / dabblet.css
Created March 24, 2012 01:46
Rounded imgs
/**
* Rounded imgs
*/
body {
background: #111;
}
#pagewrap {
width: 910px;
display: block;
margin: auto;
/**
* Ducks
*/
body {
background-color: #162682;
color: #FFF;
font-family: Arial;
padding: 30px;