The Wayback Machine - https://web.archive.org/web/20151015014445/https://developer.mozilla.org/tr/docs/Web/CSS

Join MDN and developers like you at Mozilla's View Source conference, November 2-4 in Portland, Oregon. Learn more at https://viewsourceconf.org/.

CSS

by 3 contributors:

This article is in need of an editorial review.

This translation is incomplete. Please help translate this article from English.

Bir stil dili olup, çoğu zaman CSS olarak kısaltılan Cascading Style Sheets,  HTML ya da XML ile yazılmış  (SVG ya da XHTML gibi çeşitli XML dillerini içeren) belgelerin sunumları tanımlamak için kullanılır. CSS,  yapılandırılmış elemanların ekranda, kağıt üzerinde, konuşmada yahut diğer medya aygıtlarında nasıl ifade edileceğini belirler. 

CSSopen webin temel dillerinden biridir ve  W3C standartlarına sahiptir. Geliştirilme sırasına göre, CSS1 artık kullanılmamakta, CSS2.1 tavsiye edilir ve şu an daha küçük modüllere ayrılmış olan CSS3 ise standartlaştırılma sürecindedir.

  • CSS Referans

    Deneyimli Web Geliştiricileri için CSS'in her özellik ve konseptini tanımlayan kapsamlı bir referans.

  • CSS Örnekleri

    Tüm yeni başlayanlara yardım için bir  adım adım giriş kısmı ki ihtiyaç duyulan bütün temel kısımları içerir.

  • CSS3 Demolar

    CSS teknolojilerini bir aksiyon içinde gösteren bir demo kolleksiyonu ki yaratıcılık için destekleyicidir.

  •  

Dökümanlar ve Örnekler

CSS anahtar kelime konsepti
Describes the syntax and forms of the language and introduces fundamentals like specificity and inheritance, the box model and margin collapsing, stacking and block-formatting contexts, or the initial, computed, used and actual values. Entities like CSS shorthand properties are also defined.
CSS geliştirici kılavuzu
Articles to help you learn CSS techniques to make your content shine.
Genel CSS soruları
      Answers to common questions about CSS.

CSS geliştirici araçları

  • 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.
  • CSS Text-decoration Level 3 reached the Candidate Recommandation status, defining that the text-decoration-* and text-emphasis-* properties. The long known text-shadow is also defined in it. (August 1st, 2013)
  • Gecko's now support background-origin: local. It will be available from Firefox 25 (and already is in Nightly). (July 25th, 2013)
  • Pointer Events reached the Candidate Recommandation status, meaning that the CSS property touch-action, currently only implemented in IE10 (with the -ms- prefix), is no more experimental. (May 6th, 2013)
  • Gecko's support of flexible boxes has been adapted to match a recent specification clarification: from Firefox 23 ::before and ::after will be flex items, and as such can be repositioned using order and align-self. (May 3rd, 2013)

Join the Web layout community

Choose your preferred method for joining the discussion:

Document Tags and Contributors

Contributors to this page: saidkocdemir, pasalog, emredemircan
Last updated by: saidkocdemir,