Skip to content

Instantly share code, notes, and snippets.

View CameronGilroy's full-sized avatar

Cameron Gilroy CameronGilroy

View GitHub Profile
@CameronGilroy
CameronGilroy / form.css
Last active December 11, 2015 12:18
This is the style file for the form on the tpcode.com site
/**
* SilverStripe Black Candy Theme
* http://www.silverstripe.com
*
* Form Styling
*/
/* FIELDSETS
---------------------------------------- */
body {
margin:0px 0px 0px 0px;
padding:0;
background: #FFFFFF;
}
#a4page {
overflow: hidden;
background:#ffffff;
@CameronGilroy
CameronGilroy / retinawall_wufoo_form_fix.css
Created June 20, 2012 10:43
A fix for the contact/submission form for RetinaWall
#header {
display: none !important;
visibility: collapse !important;
overflow: hidden !important;
position: relative !important;
height: 0px !important;
}
.wufoo {
padding-bottom: 0px !important;
@CameronGilroy
CameronGilroy / hack.sh
Created April 21, 2012 11:19 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
@CameronGilroy
CameronGilroy / dabblet.css
Created March 13, 2012 21:02
Corner News Ribbon
/**
* Corner News Ribbon
*/
.wrapper {
margin: 50px auto;
width: 280px;
height: 370px;
background: white;
@CameronGilroy
CameronGilroy / dabblet.css
Created March 13, 2012 08:32
design shack - Use Pseudo Elements to Create an Image Stack Illusion
/**
* design shack - Use Pseudo Elements to Create an Image Stack Illusion
*/
* { margin: 0; padding: 0; }
body {background: #ccd3d7;}
div[class*='stack'] {
float: left;
position: relative;
@CameronGilroy
CameronGilroy / dabblet.css
Created March 13, 2012 08:31 — forked from schadeck/dabblet.css
design shack - Use Pseudo Elements to Create an Image Stack Illusion
/**
* design shack - Use Pseudo Elements to Create an Image Stack Illusion
*/
* { margin: 0; padding: 0; }
body {background: #ccd3d7;}
div[class*='stack'] {
float: left;
position: relative;
@CameronGilroy
CameronGilroy / dabblet.css
Created January 21, 2012 05:02 — forked from chriscoyier/dabblet.css
Oprah Thing
/* Oprah Thing
Saw some movie and there was some Oprah-related commerical before it and it had title things like this during it
*/
body { background: black; padding: 100px; margin: 0; }
h1 {
text-align: center;
color: white;
text-transform: uppercase;
@CameronGilroy
CameronGilroy / dabblet.css
Created January 21, 2012 05:02 — forked from chriscoyier/dabblet.css
Oprah Thing
/* Oprah Thing
Saw some movie and there was some Oprah-related commerical before it and it had title things like this during it
*/
body { background: black; padding: 100px; margin: 0; }
h1 {
text-align: center;
color: white;
text-transform: uppercase;
.powertiny {
display: none;
}