Cascading Style Sheets, zkráceně CSS, jazyk kaskádových stylů, který se používá k popisu grafické reprezentace dokumentu napsaného v HTML nebo XML (včetně různých XML jazyků jeko je SVG nebo XHTML). CSS určuje, jak má být daný element zobrazen na monitoru, papíře, ve zvukové podobě nebo na jiném médiu.
CSS je jeden z nejdůležitějších jazyků na otevřené pavučině a je standardizován ve specifikaci W3C. Je vyvíjen v etapách, CSS1 je dnes zastaralá, CSS2.1 je doporučená a CSS3, dnes rozdělená na menší moduly pokračuje v cestě standardizací. V současnosti se rodí první koncepty spacifikace CSS4.
Vyčerpávající reference pro ostřílené vývojáře Webu jež popisuje všechny vlastnosti a principy CSS.
Postupné seznámení, které pomůže začít naprostým začátečníkům. Pokrývá ty nejdůležitější základy.
Kolekce ukázek představující poslední technologie CSS v akci: dodá vám inspiraci.
Dokumentace a Úvodní kurzy CSS
- Základní koncepty CSS
- Popisují syntaxi a formy jazyka a uvádí základní principy jako jsou priority a dědičnost, box model, splynutí okolí, překrývání a block-formatting contexts, nebo initial, computed, used and actual values. Entity jako CSS shorthand properties jsou též definovány.
- Píšeme efektivní CSS
- Vysvětluje, jak analyzátory kaskádových stylů provádějí výběr elementů a popisují pravidla pro zápis efektivnějších CSS.
- CSS transforms
- Presents the 2D operations that can be applied to each element in order to rotate, skew, translate it.
- CSS transitions
- Explains how to change the aspect of an element using a smooth animation between the initial and final state.
- CSS animations
- Describes how to define animations of an element but also how to detect in Javascript if the browser supports it.
- CSS gradients
- Explains how to define gradients, images composed of smooth variations of colors.
- CSS multi-column layouts
- Presents how to make multi-column page settings using the CSS Level 3 multi-column layout.
- CSS multiple backgrounds
- Describes how to define several backgrounds on the same element.
- Scaling background images
- Shows how to control background images when the image and the container are not the same size.
- CSS media queries
- Presents how to select style sheets based on details of the rendering device, like its viewport size, its resolution or if it has a touchscreen.
- CSS counters
- Explains how to use automatic counters and numbering, essentially used as list counters.
- Fonts and Typography
-
Informs about managing your fonts using
@font-face
and the WOFF font format. - CSS flexible boxes
- Describes how to use flexible boxes to design layouts.
- Consistent List Indentation
- Trying to change the indentation of lists with CSS is trickier than it looks, but only because CSS-conformant browsers took different paths to default indentation. Find out how to get them all in line.
- Using dynamic styling information
- How to obtain information on and manipulate styling via the DOM.
Getting help from the community
You need help on a CSS-related problem and can't find the solution in the documentation?
- Check the common CSS questions that give hints to solve common CSS problems.
- Go to Stack Overflow, a collaboratively built and maintained Q&A site and look if you can find the answer to your question. If not you will be able to ask your question there.
- Consult the layout forum, which covers CSS and HTML:
- Ask your question on the Mozilla IRC channel: #css
- Ask your question on the CSS-Discuss site and list
Don't forget about the netiquette...
Tools easing CSS development
- The W3C CSS Validation Service checks if a given CSS is valid. It is an invaluable debugging tool.
- Firefox' Firebug extension, a popular extension of that navigator that allows to edit live CSS on watched sites. Very practical to test some changes, though this extension does much more.
- Firefox' Web Developer extension also allows to watch and edit live CSS on watched sites. Simpler than Firebug, though less powerful.
- Firefox' EditCSS extension allows editing CSS in the sidebar.
Related Topics
- Mozilla Learn CSS resources.
- Open Web languages on which CSS is often applied: HTML, SVG, XHTML, XML.
- Mozilla technologies which make extensive use of CSS: XUL, Firefox and Thunderbird extensions and themes.