CSS3

TwitterFacebook
Get flash to fully experience Pearltrees

Designing Modern Web Forms with HTML 5 and CSS3 » LegendThemes.com

http://legendthemes.com/2010/04/10/designing-modern-web-forms-with-html-5-and-css3/ Recently I noticed that many web developers are still using HTML tables to layout their forms. Mainly it is because people stick with what they know, and have never taken the time to learn a better way. Once you learn to layout forms with standards compliant CSS it is actually quite easy! We will be using HTML5 and CSS3 to achieve great style and functionality without causing problems in less capable browsers.
http://cssbutton.com/forms/ The days of bland web pages with ugly text and layout are long gone, but the parts that make up a form have largely remained unchanged. Here, I am attempting to describe various methods that may be used to enhance the look of your input fields and form buttons. Basic Form A very simple form might look like this: Code

CSS input boxes and submit buttons | CSS button

Arranging images in a montage like fashion can be a challenging task when considering certain constraints, like the window size when using fullscreen, the right image number to fill all the available space or also the size of the images in use. With the following script you can automatically create a montage, either for a liquid container or a fixed size container (including fullscreen), with the option to fill all the gaps. View demo Download source

Automatic Image Montage with jQuery

http://tympanus.net/codrops/2011/08/30/automatic-image-montage/

Create Attractive Web Typography with CSS3 and Lettering.js

CSS has come a long way in recent years, and with new browser support for a hand full of CSS3 properties the possibilities are becoming more and more diverse! In this tutorial, we’ll look at how to take basic markup and transform it into an attractive typographical design using only minimum images, pure CSS3 magic and we will spice things up with lettering.js – a jQuery plugin for radical Web Typography. To make things a bit interesting and less boring, instead of just using meaningless placeholder text I will use text from Jules Verne’s “Moon-Voyage” book , chapter X. The Observers of the Moon. So, let’s get started. Design http://webexpedition18.com/articles/create-attractive-web-typography-with-css3-and-lettering-js/
html { background : linear - gradient ( 90 deg , transparent 50 %, #ddd 50 %, #ddd ) , linear - gradient ( 82 deg , transparent 50 %, #eee 50 %, #eee ) , linear - gradient ( 67 deg , transparent 50 %, #ddd 50 %, #ddd ) ,

Sunburst with CSS3 Gradients - Blog

http://camenischcreative.com/blog/2011-04-26
http://davidwalsh.name/javascript-spin Thomas Fuchs, creator of script2 (scriptaculous' second iteration) and Zepto.js (mobile JavaScript framework), creates outstanding animated elements with JavaScript. He's a legend in his own right, and for good reason: his work has helped to inspire developers everywhere to drop Flash and opt for JavaScript development for smooth UI's. One simple effect I enjoy is the script2 website's rotation of a ray image. Let me show you how Thomas did it! The CSS There's very little CSS to add to your stylesheet:

Create Spinning Rays with CSS3 Animations & JavaScript

CSS3 Gradients and Patterns « CSS3 Wizardry

Works in Desktop Safari, Google Chrome, Firefox, iPhone, Android, iPad The ability to create CSS3 background gradients on any HTML element offers a lot of potential to create visually satisfying and engage experiences in the browser. But gradients are just about creating a 60s acid inspired rainbow of color. Because an HTML element can have multiple background images, you can do tricky things such as layering different gradients. If you use a background color and use rgba colors in your gradient stops, you can create some truly interesting effects. Oh, and there are also image masks. http://css3wizardry.com/2010/08/19/css3-gradients-and-patterns/

Flexible Slide-to-top Accordion

She packed her seven versalia, put her initial into the belt and made herself on the way. When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. http://tympanus.net/Tutorials/FlexibleSlideToTopAccordion/
Browser support The patterns themselves should work on Firefox 3.6+ , Chrome , Safari 5.1 , Opera 11.10+ and IE10+ . However, implementation limitations might cause some of them to not be displayed correctly even on those browsers (for example at the time of writing, Gecko is quite buggy with radial gradients). http://lea.verou.me/css3patterns/

CSS3 Patterns Gallery

Prefix free: Break free from CSS vendor prefix hell!

http://leaverou.github.com/prefixfree/ -prefix-free lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser’s prefix to any CSS code, only when it’s needed. The target browser support is IE9+ , Opera 10+ , Firefox 3.5+ , Safari 4+ and Chrome on desktop and Mobile Safari , Android browser , Chrome and Opera Mobile on mobile. If it doesn’t work in any of those, it’s a bug so please report it .
Nous avons parfois la fâcheuse habitude de penser que le Web n’est bon à être restitué que sur un écran d’ordinateur. Pourtant, un grand nombre de documents web et d’informations en ligne sont parfaitement adaptés au médium d’impression. Non seulement pour faciliter leur consultation, les transmettre, mais aussi pour les archiver. Pour vous faciliter la tâche et ne plus la négliger, je vous propose une feuille de style dédiée à l'impression qui condense bonnes pratiques et astuces. Ces règles peuvent être externalisées dans un fichier CSS séparé, ou incluses directement au sein du document de styles global, déclarées à l’aide de la règle-at @media print {...} .

Une feuille de styles de base pour le media print

Responsive web design

6.1 Couleurs RGB En plus de quelques noms prédéfinis ( red , blue , green , yellow , etc.) les couleurs informatiques sont définies par leur décomposition en 3 couleurs primaires qui sont rouge ( R ed), vert ( G reen) et bleu ( B lue) : c'est le système RGB . Toute couleur est alors définie par 3 nombres (entre 0 et 255 1 qui définissent chacun la quantité de la couleur primaire correspondante qui doit intervenir. 6.2 Quelques exemples 6.3 Comment ça s'utilise ? À chaque fois que vous utilisez le nom d'une couleur ( red , blue , green , yellow , etc.), vous pouvez aussi utiliser un code RBG ( #FF0000 , #00FF00 , #0000FF , #800000 , #008000 , #000080 , #000000 , #808080 , #A0FF20 ).

HTML, les couleurs

Ce résumé suffit pour une première approche. Si vous désirez une information plus approfondie, lisez toute la page. Rappelons que dans une règle CSS, le sélecteur indique à quoi se rapportent un ensemble de propriétés.

Styles CSS : Les sélecteurs en CSS

This article was written in 2011 and remains one of our most popular posts. If you’re keen to learn more about CSS3, you may find this recent article on transform techniques of great interest. I have rose-tinted memories of CSS2.1. Rounded corners may have caused hours of Photoshopping grief, but it was simple.

10 of the Best CSS3 Code Generators » SitePoint

CSS

CSS (Cascading Style Sheets) allows web authors to apply styles to their web pages. More importantly, CSS enables them to do this independently of the HTML that makes up each web page. Therefore, as a web author, you can code your HTML without having to be concerned with what each HTML element is going to look like. You can change the look later using CSS. You'll find a wealth of information about CSS right here on Quackit. Read the CSS Tutorial, learn all the CSS properties that you can use, or just go straight to the code for some good old "cut & paste"!