css
Alle Einträge mit dem Tag "css"
Webdevelopment und was vom Leben übrig bleibt
Alle Einträge mit dem Tag "css"
Montag, 21. November 2011
Sonnabend, 22. Oktober 2011
An easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.
Start here, build everywhere.
Freitag, 14. Oktober 2011
Montag, 10. Oktober 2011
Using the max-width:100% and height:auto trick works with native HTML5 video tag, but it doesn't work with embed code using iframe or object tag. After hours of experimenting and Googling, I finally found a trick on how to achieve this.
Mittwoch, 31. August 2011
Golden Grid System (GGS) splits the screen into 18 even columns. The leftmost and rightmost columns are used as the outer margins of the grid, which leaves 16 columns for use in design.
Freitag, 5. August 2011
Skeleton is a small collection of CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone.
Freitag, 8. Juli 2011
We’ll discuss how you can style elements with no extra markup and using a bidi-friendly high-contrast proof CSS sprite technique. The technique will work in Internet Explorer 6/7 as well.
Montag, 27. Juni 2011
Built with typographic standards in mind, Baseline makes it easy to develop a website with a pleasing grid and good typography. Baseline starts with several files to reset the browser’s default behavior, build a basic typographic layout — including style for HTML forms and new HTML 5 elements — and build a simple grid system. Baseline was born to be a quick way to prototype a website and grew up to become a full typographic framework for the web using “real” baseline grid as its foundation.
Donnerstag, 23. Juni 2011
The contents of the file, and files specified by the standard @import directive, are pulled into one new file. This way you get the advantages of file separation but not the performance penalty of extra http requests.<br />
CSS variables that are specified are applied.<br />
Any search/replace macros that affect CSS properties are applied.<br />
Optionally (not shown in the example below) the file is then minified.<br />
The file is cached and returned by the script. The date-modified timestamp of the host-file and all the imported files are stored and checked on every subsequent running of the script. If any of the files have been modified a new file is compiled. If none have been modified the cached file is returned.