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 September 10, 2012 20:12
swp mock up
/* swp mock up */
*{
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:0;
margin:0;
}
html {
/* box model */
@mr-stezz
mr-stezz / dabblet.css
Created September 5, 2012 10:11 — forked from abitgone/dabblet.css
Untitled
html {
font-family: "Helvetica Neue", sans-serif;
}
.container {
border: 1px solid rgba(0,0,0,0.25);
border-radius: 0.375em;
}
.container > div {
padding: 0.75em 1.5em;
}
@mr-stezz
mr-stezz / dabblet.css
Created September 3, 2012 11:53
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 September 3, 2012 10:02
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;
}
@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 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 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 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 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.