Difference between revisions of "Cascading Style Sheet (CSS)/sw"

From Joomla! Documentation

(Importing a new version from external source)
 
(Importing a new version from external source)
Line 1: Line 1:
 
<noinclude><languages /></noinclude>
 
<noinclude><languages /></noinclude>
{{Chunk:Cascading Style Sheet (CSS)/en}}
+
{{Chunk:Cascading Style Sheet (CSS)/sw}}
  
 
==Additional Information==
 
==Additional Information==

Revision as of 01:41, 13 March 2014

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎Türkçe • ‎català • ‎español • ‎français • ‎italiano • ‎български • ‎русский • ‎हिन्दी • ‎中文(台灣)‎ • ‎日本語

Lahamtindo wa kuachia au CSS unatumika kwa kudhibiti onyeso la ukurasa kwa XHTML. Kwa mfano, faili za CSS kila mara zinadhibiti fonti, pembezote, rangi, grapfiki za usuli, na mambo mengineo ya kurasa za wavuti. CSS ziitakuruhusu kutofautisha yaliyomo ya ukurasa wa XHTML kutoka na kuonekana. Katika Joomla!, mafaili ya CSS (kwa mfano, templeti ya.css) kwa kawaida ni sehemu ya templeti.

Angalia pia: Templeti, Suffix ya Darasa la Ukurasa, Suffix ya Darasa la Moduli


Additional Information

Cascading Style Sheets (CSS) is the most widely used stylesheet language on the world wide web. It is standardised by the World Wide Web Consortium(W3C) and can be used to style any kind of XML document, including HTML, SVG and XUL.

It was conceived to ease the separation of content (written in XML markup) and presentation (written in CSS) of documents. CSS can be used to define and alter almost all presentation aspects of a document, like colours, font sizes and types, text direction, element sizes and positioning, etc.

CSS can also be used to improve accessibility of documents. It also provides mechanisms to present the same XML markup in different ways, optimised for different devices like screen-readers, speech-synthesizing browsers, printers, and Braille-based, tactile devices.

Core Joomla! CSS

Joomla provides many class- and id-attributes in its HTML output, which can be used to alter its presentation through the use of CSS definitions for said classes and ids.