カスケードスタイルシート(CSS)

From Joomla! Documentation

Revision as of 01:10, 7 March 2014 by Richell (talk | contribs) (Created page with "==追加情報== カスケードスタイルシート(CSS)はWorld Wide Web上で最も広く使用されているスタイルシート言語です。It is standardised by...")
Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎Türkçe • ‎català • ‎español • ‎français • ‎italiano • ‎български • ‎русский • ‎हिन्दी • ‎中文(台灣)‎ • ‎日本語

A Cascading Style Sheet or CSS is used to control the presentation of an XHTML page. For example, a CSS file will often control the font, margins, color, background graphics, and other aspects of a web page's appearance. CSS allows you to separate the content of an XHTML page from it's appearance. In Joomla!, CSS files (for example, template.css) are normally part of the template.

参照: テンプレート, ページクラスサフィックス, モジュールクラスサフィックス


追加情報

カスケードスタイルシート(CSS)はWorld Wide Web上で最も広く使用されているスタイルシート言語です。It is standardised by the ワールドワイドウェブコンソーシアム(W3C) で標準化され、HTML、SVGとXULを含むXML文書の任意の種類のスタイリングに使用されます。

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.