css

TwitterFacebook
Get flash to fully experience Pearltrees

Capucine

Ruby on Rails 3.1 intègre nativement deux éléments importants dans le développement web concernant le Frontend : SASS (+ Compass) et CoffeeScript. Nous vous invitons à regarder leurs documentations pour comprendre l’intérêt de ces deux méta-langages. Capucine a du sens si vous pensez que SASS et CoffeScript ont du sens. http://capucine.dln.name/
html5/css3

grid

tools

LESS « The Dynamic Stylesheet language

As an extension to CSS, LESS is not only backwards compatible with CSS, but the extra features it adds use existing CSS syntax. This makes learning LESS a breeze , and if in doubt, lets you fall back to CSS. And we want to use these properties inside other rulesets. http://lesscss.org/

File: INDENTED_SYNTAX

http://sass-lang.com/docs/yardoc/file.INDENTED_SYNTAX.html Sass’s indented syntax (also known simply as “Sass”) is designed to provide a more concise and, for some, more aesthetically appealing alternative to the CSS-based SCSS syntax. It’s not compatible with CSS; instead of using { and } to delimit blocks of styles, it uses indentation, and instead of using semicolons to separate statements it uses newlines. This usually leads to substantially less text when saying the same thing.
http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/ Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. This tutorial was first published in November, 2010. So you learned the base id , class , and descendant selectors – and then called it a day? If so, you’re missing out on an enormous level of flexibility. While many of the selectors mentioned in this article are part of the CSS3 spec, and are, consequently, only available in modern browsers, you owe it to yourself to commit these to memory. Let’s knock the obvious ones out, for the beginners, before we move onto the more advanced selectors.

The 30 CSS Selectors you Must Memorize | Nettuts+

If you follow me on twitter or have heard one of my talks you’ll probably know I despise spaces for indentation with a passion. However, I’ve never gone into the details of my opinion on stage, and twitter isn’t really the right medium for advocacy. I always wanted to write a blog post about my take on this old debate, so here it is. Tabs take up less space Yes, this might be an insignificant difference after gzipping and a nonexistent one after minification.

Lea Verou | Life at the bleeding edge (of web standards)

http://lea.verou.me/
Apr 9 2012 The :target pseudo selector in CSS is both pretty cool and pretty limited in what it can do. In this article we discuss some things it can be helpful with, it’s limitations, and some work arounds.

CSS-Tricks

http://css-tricks.com/
Web colors are colors used in designing web pages, and the methods for describing and specifying those colors. Colors may be specified as an RGB triplet or in hexadecimal format (a hex triplet ). They may also be specified according to their common English names in some cases. Often a color tool or other graphics software is used to generate color values. Hexadecimal color codes begin with a hash (#). [ 1 ] [ 2 ] A color is specified according to the intensity of its red, green and blue components, each represented by eight bits . Thus, there are 24 bits used to specify a web color, and 16,777,216 colors that may be so specified.

Web colors

http://en.wikipedia.org/wiki/Web_colors