Skip to content

Instantly share code, notes, and snippets.

@mtarnovan
Created March 30, 2010 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtarnovan/349177 to your computer and use it in GitHub Desktop.
Save mtarnovan/349177 to your computer and use it in GitHub Desktop.
javascript:styles='body,td { font-family:Calibri,helvetica,arial,sans-serif; font-size:10pt; color:#808080; font-size-adjust:none; font-style:normal; font-variant:normal; font-weight:normal; } .admin td { font-family:Calibri,helvetica,arial,sans-serif; font-size:8.5pt; color:#000000; } .subtext td { font-family:Calibri,helvetica,arial,sans-serif; font-size: 7pt; color:#808080; } input { font-family:Courier; font-size:10pt; color:#000000; } input[type=\\"submit\\"] { font-family:Calibri,helvetica,arial,sans-serif; } textarea { font-family:Courier; font-size:10pt; color:#000000; } a:link { color:#1a1a1a; text-decoration:none; font-weight:normal; } a:visited { color:#808080; text-decoration:none; } .default { font-family:Calibri,helvetica,arial,sans-serif; font-size: 10pt; color:#808080; } .admin { font-family:Calibri,helvetica,arial,sans-serif; font-size:8.5pt; color:#000000; } .title { font-family:Calibri,helvetica,arial,sans-serif; font-size: 1em; color:#1a1a1a; } .adtitle { font-family:Calibri,helvetica,arial,sans-serif; font-size: 9pt; color:#808080; } .subtext { font-family:Calibri,helvetica,arial,sans-serif; font-size: 8pt; color:#808080; } .yclinks { font-family:Calibri,helvetica,arial,sans-serif; font-size: 8pt; color:#808080; } .pagetop { font-family:Calibri,helvetica,arial,sans-serif; font-size: 10pt; color:#222222; } .comhead { font-family:Calibri,helvetica,arial,sans-serif; font-size: 8pt; color:#666; } .comment { font-family:Calibri,helvetica,arial,sans-serif; font-size: 9pt; } .dead { font-family:Calibri,helvetica,arial,sans-serif; font-size: 9pt; color:#dddddd; } .comment a:link, .comment a:visited { text-decoration:underline;} .dead a:link, .dead a:visited { color:#dddddd; } .pagetop a:visited { color:#000000;} .topsel a:link, .topsel a:visited { color:#ffffff; } .subtext a:link, .subtext a:visited { color:#808080; } .subtext a:hover { text-decoration:underline; } .comhead a:link, .subtext a:visited { color:#808080; } .comhead a:hover { text-decoration:underline; } .default p { margin-top: 8px; margin-bottom: 0px; } .pagebreak {page-break-before:always} pre { overflow: auto; padding: 2px; max-width:600px; } pre:hover {overflow:auto}'; newSS = document.createElement('link'); newSS.rel = 'stylesheet'; newSS.href = 'data:text/css,' + escape(styles); document.documentElement.childNodes[0].appendChild(newSS); void 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment