🧘♂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* search new vehicles list */ | |
/* ----------------------------- | |
$GLOBAL | |
-------------------------------- */ | |
*{ | |
box-sizing:border-box; | |
padding:0; | |
margin:0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* grid testing */ | |
*{ | |
-moz-box-sizing:border-box; | |
box-sizing:border-box; | |
} | |
body{ | |
font:13px/22px sans-serif; | |
} | |
.global-header, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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; | |
} |