Skip to content

Instantly share code, notes, and snippets.

View jamigibbs's full-sized avatar

Jami Gibbs jamigibbs

View GitHub Profile
@jamigibbs
jamigibbs / gist:66a2dacc24d3fe6ec81f
Created March 2, 2015 15:45
Community Center: Font Awesome
@font-face{
font-family:FontAwesome;
src:url('../css/fonts/fontawesome-webfont.eot?#iefix') format('eot'),
url('../css/fonts/fontawesome-webfont.woff') format('woff'),
url('../css/fonts/fontawesome-webfont.ttf') format('truetype'),
url('../css/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
}
@jamigibbs
jamigibbs / gist:7679cb0ac06619dc6f7a
Created March 4, 2015 17:24
Advocator: Active Link
.top_header_wrap .top-bar-section li.current-menu-item:not(.has-form) a:not(.button) {
color: black;
}
@jamigibbs
jamigibbs / gist:8657ff6e5cdb8eebc394
Last active August 29, 2015 14:16
Advocator: Remove Footer Space
.footer_copyright {
display: none;
}
.entry-content a {
color: green;
}
@jamigibbs
jamigibbs / gist:76709205421b4bf1b011
Created March 4, 2015 17:49
Merch: Storewide notice top bar
.admin-bar p.demo_store {
top: 0;
}
p.demo_store {
padding: 0.5em 0;
font-size: 0.9em;
}
@jamigibbs
jamigibbs / gist:751d9ac3a3c5db4b0bdf
Created March 4, 2015 17:55
Advocator: Sitewide Buttons
<a class="button tiny radius right" title="Button Title" target="_blank" href="#"> Donate </a>
@jamigibbs
jamigibbs / gist:4a8d9263e29d5c7cc9ae
Created March 4, 2015 18:25
Advocator: Events Button
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
background: #3c5166 !important;
}
Verifying that +jami is my openname (Bitcoin username). https://onename.com/jami
@jamigibbs
jamigibbs / gist:940f049ffa098b0646d4
Created March 9, 2015 16:55
Advocator: Top header menu dropdown background
.top_header_wrap .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
background-color: #cccccc !important;
}
@jamigibbs
jamigibbs / gist:58f09c69f8421d811ae2
Created March 9, 2015 18:59
Advocator: Center Shortcode Gallery
.entry-content .gallery {
width: 100%;
}