Skip to content

Instantly share code, notes, and snippets.

@arielsonic
arielsonic / thesaurusdotcom.css
Created April 7, 2012 23:06
Clean Thesaurus
div.box-ad a img {
display: none;
}
#rrb a img {
display: none;
}
div.soc {
display: none;
@arielsonic
arielsonic / Workflowystyle.css
Created April 7, 2012 22:55
Style for Workflowy
/**
Title: WorkFlowy Zen
URL: http://stylebot.me/styles/980
Author: http://stylebot.me/users/rmanalan
**/
body {
background: url(https://lh4.googleusercontent.com/-d1VZKySRNVk/T3-N4kUSD8I/AAAAAAAABGA/MRkMSUxyrx0/s55/greysubtext.png);
}
@arielsonic
arielsonic / Longtablelongline.tex
Created April 7, 2012 22:14
Longtable Example
\documentclass[9pt]{article}
\usepackage[landscape, total={8.5in, 5.45in}, top=1.5in, bottom=1.25in, right=1.25in, left=1.25in, centering, includefoot]{geometry}
\usepackage{longtable, lmodern, microtype, caption, bm, multirow, booktabs}
\usepackage[T1]{fontenc}
\usepackage[table]{xcolor}
\usepackage[none]{hyphenat}
% Colors
\definecolor{lblue}{HTML}{F0F3F9}
\definecolor{lgrey}{HTML}{F9F9F9}