Skip to content

Instantly share code, notes, and snippets.

@justingeeslin
justingeeslin / dabblet.css
Created August 3, 2013 01:31
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html,body {
background: black;
min-height: 100%;
color:#787878;
font-family:tahoma;
}
@justingeeslin
justingeeslin / dabblet.css
Created August 3, 2013 12:15
Collecting quotes and experiences to form a timeline of volunteer experience.
/**
* Collecting quotes and experiences to form a timeline of volunteer experience.
* Spirtual ingredients included.
*/
html {
font-family: Tahoma,sans-serif;
background: #f06;
background: linear-gradient(45deg, #6100B0, #00FCCA);
color:white;
min-height: 100%;
@justingeeslin
justingeeslin / dabblet.css
Created August 3, 2013 12:49
Collecting quotes and experiences to form a timeline of volunteer experience.
/**
* Collecting quotes and experiences to form a timeline of volunteer experience.
* Spirtual ingredients included.
*/
html {
font-family: Tahoma,sans-serif;
background: #f06;
background: linear-gradient(15deg, #39A0C3, #39A0C3);
color:white;
min-height: 100%;
@justingeeslin
justingeeslin / print-resume.js
Created March 20, 2019 20:32
Prep for Print Wordpress Page
// Remove WordPress Print styles
document.querySelector('link[media="print"]').remove()
// Remove the site header and nav
document.querySelector('header').remove()
// Change page name, About, to my name.
document.querySelector('h1').textContent = "Justin Geeslin";
// Remove the margin from the paragraph preceding list of one bullet
document.querySelector('h3:nth-of-type(2) + p').style.margin = 0;
// Turn down for print
document.querySelector('body').style.fontSize = '0.9em';
@justingeeslin
justingeeslin / gist:4f2d76f92efa85f81eaf2d17c1cc4d89
Created October 5, 2020 15:22
twenty-seventeen-bb-press-usability-additions.css
div.bbp-breadcrumb, div.bbp-topic-tags,
#bbpress-forums,
div.bbp-template-notice li, div.bbp-template-notice p,
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
font-size: 1.2em;
line-height: 1.5em;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
font-size: 1em