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 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 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 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 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 14, 2012 18:58
Core styles for Listers:
/*
Core styles for Listers:
http://listers.co.uk
Support for:
Safari 3 > *
Firefox 4 > *
Chrome 12 > *
IE8 > *
@mr-stezz
mr-stezz / dabblet.css
Created August 13, 2012 14:04
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 10, 2012 07:25
search new vehicles list
/* search new vehicles list */
/* -----------------------------
$GLOBAL
-------------------------------- */
*{
box-sizing:border-box;
padding:0;
margin:0;
}
@mr-stezz
mr-stezz / dabblet.css
Created February 9, 2012 15:46 — forked from chriscoyier/dabblet.css
Ratings Stars
/*
Ratings Stars
(with as little code as possible)
*/
.rating {
unicode-bidi: bidi-override;
direction: rtl;
text-align: center;
}
.rating > span {
@mr-stezz
mr-stezz / dabblet.css
Created February 9, 2012 15:45 — forked from chriscoyier/dabblet.css
Ratings Stars
/*
Ratings Stars
(with as little code as possible)
*/
.rating {
unicode-bidi: bidi-override;
direction: rtl;
text-align: center;
}
.rating > span {
@mr-stezz
mr-stezz / dabblet.css
Created February 7, 2012 14:28
-- Car Offers page --
/* -- Car Offers page -- */
/* basic housekeeping */
*{padding:0;margin:0;}
html,body{min-height:100%;}
body{font:normal 13px/1.38461538 'Helvetica Neue',Helvetica,Arial,sans-serif;color:#333;}
a{color:#353978;}
abbr[title]{cursor:help;border-bottom:1px dotted;}