Skip to content

Instantly share code, notes, and snippets.

View mr-stezz's full-sized avatar
🧘‍♂️
Inquiring...

Mike Stezycki mr-stezz

🧘‍♂️
Inquiring...
View GitHub Profile
@mr-stezz
mr-stezz / dabblet.css
Created August 15, 2012 07:42
search new vehicles list
/* search new vehicles list */
/* -----------------------------
$GLOBAL
-------------------------------- */
*{
box-sizing:border-box;
padding:0;
margin:0;
}
@mr-stezz
mr-stezz / dabblet.css
Created August 15, 2012 08:27
grid testing
/* grid testing */
*{
-moz-box-sizing:border-box;
box-sizing:border-box;
}
body{
font:13px/22px sans-serif;
}
.global-header,
@mr-stezz
mr-stezz / dabblet.css
Created August 17, 2012 09:20
filter object abstractions
/* filter object abstractions */
*{
-moz-box-sizing:border-box;
box-sizing:border-box;
}
html{ padding:1em; }
body{ font:13px/22px helvetica,sans-serif; }
label{
display:block;
@mr-stezz
mr-stezz / dabblet.css
Created August 17, 2012 12:48
filter object abstractions
/* filter object abstractions */
*{
-moz-box-sizing:border-box;
box-sizing:border-box;
}
html{ padding:1em; }
body{ font:13px/22px helvetica,sans-serif; }
label{
display:block;
@mr-stezz
mr-stezz / dabblet.css
Created August 19, 2012 10:31
VIP core styles:
/*
VIP core styles:
http://veryimportantpenguin.com
CSS contents:
$Base - base styles for page styles
$Layout - styles for page layout
$Modules - styles for components throughout the site
$Themes - styles for buttons, tabs and other non browser default UI
$States - styles for different states, media queries etc.
@mr-stezz
mr-stezz / dabblet.css
Created August 19, 2012 12:08
VIP core styles:
/*
VIP core styles:
http://veryimportantpenguin.com
CSS contents:
$Base - base styles for page styles
$Layout - styles for page layout
$Modules - styles for components throughout the site
$Themes - styles for buttons, tabs and other non browser default UI
$States - styles for different states, media queries etc.
@mr-stezz
mr-stezz / dabblet.css
Created August 19, 2012 21:36
Hey, hey you there, Mr. Nosey! Thanks for taking a peek. Don't be shy,
/*
Hey, hey you there, Mr. Nosey! Thanks for taking a peek. Don't be shy,
cut snippets of my code out and learn what they do,
experiment. After all, it's how I learned.
Have fun, learn something. Peace out.
– Mr. Stezz
*/
/*
stezycki v.2 temp core styles:
@mr-stezz
mr-stezz / dabblet.css
Created August 22, 2012 21:21
Hey, hey you there, Mr. Nosey! Thanks for taking a peek. Don't be shy,
/*
Hey, hey you there, Mr. Nosey! Thanks for taking a peek. Don't be shy,
cut snippets of my code out and learn what they do,
experiment. After all, it's how I learned.
Have fun, learn something. Peace out.
– Mr. Stezz
*/
/*
stezycki v.2 temp core styles:
@mr-stezz
mr-stezz / dabblet.css
Created August 23, 2012 10:47
vehicle derivative pre-content
@charset "utf-8";
/* vehicle derivative pre-content */
*{
/* gives everything a better box model for using percentage padding and margins. Borders get included in width sizes */
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:0;
margin:0;
}
@mr-stezz
mr-stezz / dabblet.css
Created August 31, 2012 15:50
vehicle derivative pre-content
@charset "utf-8";
/* vehicle derivative pre-content */
*{
/* gives everything a better box model for using percentage padding and margins. Borders get included in width sizes */
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:0;
margin:0;
}