Skip to content

Instantly share code, notes, and snippets.

View zachharkey's full-sized avatar

Zach Harkey zachharkey

  • Harkey Design
  • Deep South
View GitHub Profile

Test SublimeText3 and MarkdownEditor theme

Indented code block

title description sass tags
Button
Buttons are convenient tools when you need more traditional actions. To that end, Foundation has many easy to use button styles that you can customize or override to fit your needs.
scss/components/_button.scss
dropdown button

Basics

Instructions for making a partial payment

When you go to pay your invoice online you’ll see a new field for “Payment amount.” It will default to the total remaining balance of the invoice, but you can enter a partial amount.

Screenshot
Client View of Online Partial Payment

At this point your invoice will move into a “Partial” status. You can now make another payment at any time. Once the entire balance has been paid, the invoice will move into “Paid” status.

https://static1.squarespace.com/static/sitecss/55ca2b06e4b0b1138d6ac219/2/55ca2b2ce4b0f523484834b9/55ca2b2de4b0f523484834df/0-05142015/1439339952742/site.css?&filterFeatures=false
@zachharkey
zachharkey / apg-ss-custom-styles.css
Last active August 29, 2015 14:25
Custom CSS rules for apgphoto.squarespace.com
/* Styles added by Zach */
/* JOIN button is a li in the main navigation */
#yui_3_17_2_11_1434573592057_2377 {
display: inline-block;
outline: 3px solid red;
color: red;

  • Gallery Item one

  • Gallery Item one

  • Gallery Item one
@zachharkey
zachharkey / gist:937abaef39298597398f
Last active August 29, 2015 14:13
Semantic HTML Document Template
We couldn’t find that file to show.

Trying to out-specify problematic upstream Drupal 6 styles at the theme level is a nightmare. Instead we will just replace them with SASS _partials.

For example, to override "/modules/system/system.css"

  1. Add a stub to theme.info to prevent loading. Note: The path doesn't matter, as long as the file name matches the default stylesheet won't load. Don't forget to clear your cache.

stylesheets[all][] = kill/system.css

@zachharkey
zachharkey / smashing-specs-response.md
Last active August 29, 2015 14:07
Response to Smashing Magazine article