<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.digitalmedievalist.org/wiki/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>CSS (Cascading Style Sheets) - Revision history</title>
		<link>http://www.digitalmedievalist.org/wiki/index.php?title=CSS_(Cascading_Style_Sheets)&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.5-2squeeze1</generator>
		<lastBuildDate>Tue, 21 May 2013 22:38:42 GMT</lastBuildDate>
		<item>
			<title>DominiqueS:&amp;#32;moved CSS to CSS (Cascading Style Sheets)</title>
			<link>http://www.digitalmedievalist.org/wiki/index.php?title=CSS_(Cascading_Style_Sheets)&amp;diff=21&amp;oldid=prev</link>
			<guid>http://www.digitalmedievalist.org/wiki/index.php?title=CSS_(Cascading_Style_Sheets)&amp;diff=21&amp;oldid=prev</guid>
			<description>&lt;p&gt;moved &lt;a href=&quot;/wiki/index.php/CSS&quot; class=&quot;mw-redirect&quot; title=&quot;CSS&quot;&gt;CSS&lt;/a&gt; to &lt;a href=&quot;/wiki/index.php/CSS_(Cascading_Style_Sheets)&quot; title=&quot;CSS (Cascading Style Sheets)&quot;&gt;CSS (Cascading Style Sheets)&lt;/a&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 21:13, 18 February 2012&lt;/td&gt;
		&lt;/tr&gt;
		&lt;!-- diff generator: internal 2013-05-21 22:38:42 --&gt;
&lt;/table&gt;</description>
			<pubDate>Sat, 18 Feb 2012 21:13:13 GMT</pubDate>			<dc:creator>DominiqueS</dc:creator>			<comments>http://www.digitalmedievalist.org/wiki/index.php/Talk:CSS_(Cascading_Style_Sheets)</comments>		</item>
		<item>
			<title>DominiqueS:&amp;#32;Created page with &quot;Category:Acronyms_and_jargon  Category:Primer  '''CSS''' is a simple but powerful stylesheet language which is used to render structurally encoded languages for displ…&quot;</title>
			<link>http://www.digitalmedievalist.org/wiki/index.php?title=CSS_(Cascading_Style_Sheets)&amp;diff=19&amp;oldid=prev</link>
			<guid>http://www.digitalmedievalist.org/wiki/index.php?title=CSS_(Cascading_Style_Sheets)&amp;diff=19&amp;oldid=prev</guid>
			<description>&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/wiki/index.php/Category:Acronyms_and_jargon&quot; title=&quot;Category:Acronyms and jargon&quot;&gt;Category:Acronyms_and_jargon&lt;/a&gt;  &lt;a href=&quot;/wiki/index.php/Category:Primer&quot; title=&quot;Category:Primer&quot;&gt;Category:Primer&lt;/a&gt;  &amp;#39;&amp;#39;&amp;#39;CSS&amp;#39;&amp;#39;&amp;#39; is a simple but powerful &lt;a href=&quot;/wiki/index.php?title=Stylesheet&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Stylesheet (page does not exist)&quot;&gt;stylesheet&lt;/a&gt; language which is used to render structurally encoded languages for displ…&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Acronyms_and_jargon]] &lt;br /&gt;
[[Category:Primer]]&lt;br /&gt;
&lt;br /&gt;
'''CSS''' is a simple but powerful [[stylesheet]] language which is used to render structurally encoded languages for display (see http://www.w3.org/Style/CSS/ for a description of the standard). The language is most commonly used to &amp;quot;style&amp;quot; HTML pages for display on the web, although the full specification includes instructions that in theory can be used to style markup for print and aural rendition. As of March 2005, these addition capabilities are poorly supported, however.&lt;br /&gt;
&lt;br /&gt;
CSS can also be used to style XML for display directly in many contemporary browsers. In most cases, however, this approach is not recommended, as commercial HTML-oriented browsers may not understand operational elements such as those used to encode links or images (e.g. tei:figure or tei:xptr) regardless of their styling. For most XML styling, current standard practice calls for transformation to [[XHTML]] using [[XSLT]]. This XHTML output is then styled using CSS.&lt;br /&gt;
&lt;br /&gt;
==Browser support==&lt;br /&gt;
&lt;br /&gt;
CSS is supported by most contemporary browsers. Implementation can differ considerably, however, as not all browsers follow the standard accurately or completely (Microsoft Internet Explorer is particularly poor in this regard). As the standard is open to interpretation, moreover, even compliant browsers can implement specific instructions differently. Several test suites exist that allow designers to test specific instructions in their favorite browsers.&lt;br /&gt;
&lt;br /&gt;
==Sample instructions==&lt;br /&gt;
&lt;br /&gt;
CSS instructions follow a very simple format:&lt;br /&gt;
&lt;br /&gt;
 '''element_name {'''&lt;br /&gt;
    '''instruction_category : instruction ;'''&lt;br /&gt;
 }'''''&lt;br /&gt;
&lt;br /&gt;
Each element can have more than one instruction. The following CSS fragment, for example, provides styling for an HTML &amp;amp;lt;h1&amp;amp;gt; element:&lt;br /&gt;
&lt;br /&gt;
 h1 {&lt;br /&gt;
  text-align: center;&lt;br /&gt;
  text-decoration: underline;&lt;br /&gt;
  font-family: sans-serif;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
Unless this instruction is contradicted or modified by more specific instructions, all &amp;amp;lt;h1&amp;amp;gt; elements in the associated files will be centered, underlined, and in a sans-serif font (in this case, chosen by the system).&lt;br /&gt;
&lt;br /&gt;
==Useful resources==&lt;br /&gt;
&lt;br /&gt;
http://www.csszengarden.com/: A site showing how powerful the separation of form and content can be.&lt;br /&gt;
&lt;br /&gt;
Meyer, Eric A. Cascading Style Sheets 2.0: Programmer's reference. New York: McGraw Hill, 200&lt;/div&gt;</description>
			<pubDate>Sat, 18 Feb 2012 21:10:48 GMT</pubDate>			<dc:creator>DominiqueS</dc:creator>			<comments>http://www.digitalmedievalist.org/wiki/index.php/Talk:CSS_(Cascading_Style_Sheets)</comments>		</item>
	</channel>
</rss>