<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.ultraedit.com/index.php?action=history&amp;feed=atom&amp;title=CSS_style_builder</id>
		<title>CSS style builder - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.ultraedit.com/index.php?action=history&amp;feed=atom&amp;title=CSS_style_builder"/>
		<link rel="alternate" type="text/html" href="https://wiki.ultraedit.com/index.php?title=CSS_style_builder&amp;action=history"/>
		<updated>2026-06-17T23:55:05Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://wiki.ultraedit.com/index.php?title=CSS_style_builder&amp;diff=462&amp;oldid=prev</id>
		<title>Idmadmin: Created page with &quot;Category:Coding tab The &#039;&#039;&#039;CSS Style Builder&#039;&#039;&#039; dialog can be used to generate CSS styles for the HTML elements in an HTML file.  While this dialog can&#039;t set &#039;&#039;all&#039;&#039; the o...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.ultraedit.com/index.php?title=CSS_style_builder&amp;diff=462&amp;oldid=prev"/>
				<updated>2017-08-28T19:02:04Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/Category:Coding_tab&quot; title=&quot;Category:Coding tab&quot;&gt;Category:Coding tab&lt;/a&gt; The &amp;#039;&amp;#039;&amp;#039;CSS Style Builder&amp;#039;&amp;#039;&amp;#039; dialog can be used to generate CSS styles for the HTML elements in an HTML file.  While this dialog can&amp;#039;t set &amp;#039;&amp;#039;all&amp;#039;&amp;#039; the o...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Coding tab]]&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;CSS Style Builder&amp;#039;&amp;#039;&amp;#039; dialog can be used to generate CSS styles for the HTML elements in an HTML file.  While this dialog can&amp;#039;t set &amp;#039;&amp;#039;all&amp;#039;&amp;#039; the options that are available for CSS, it can set some of the common options (background, font/text, margins/padding/position).  Pressing the &amp;#039;&amp;#039;&amp;#039;Background&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Font/Text&amp;#039;&amp;#039;&amp;#039;, or &amp;#039;&amp;#039;&amp;#039;Edges/Pos&amp;#039;&amp;#039;&amp;#039; buttons will present different settings related to those options.&lt;br /&gt;
 &lt;br /&gt;
If you want to look for the full specification of CSS2 from the World Wide Web Consortium (W3C), click the &amp;#039;&amp;#039;&amp;#039;CSS2 online spec.&amp;#039;&amp;#039;&amp;#039; button. This will open the default browser for your system at the website where you can find information and documentation for CSS2. &lt;br /&gt;
 &lt;br /&gt;
If you do not want to directly write generated styles to the edit window, you can select &amp;#039;&amp;#039;&amp;#039;Clipboard&amp;#039;&amp;#039;&amp;#039; from the drop down below the &amp;#039;&amp;#039;&amp;#039;CSS2 online spec.&amp;#039;&amp;#039;&amp;#039; button and all generated styles will be copied to clipboard. &lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Common Settings&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
For each of the three style settings (&amp;quot;Background,&amp;quot; &amp;quot;Font/Text,&amp;quot; &amp;quot;Edges/Pos&amp;quot;), you can set the format that will be used to generate a style. If the &amp;#039;&amp;#039;&amp;#039;Expanded&amp;#039;&amp;#039;&amp;#039; checkbox is selected, all items will be expanded (e.g.: &amp;lt;code&amp;gt;margin-top: 5px;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;margin-left: 5px;&amp;lt;/code&amp;gt;, etc.).  If you leave this checkbox unchecked, this format will be used: &amp;lt;code&amp;gt;margin: 5px 5px 5px 5px&amp;lt;/code&amp;gt;. &lt;br /&gt;
 &lt;br /&gt;
If the &amp;#039;&amp;#039;&amp;#039;Lowercase&amp;#039;&amp;#039;&amp;#039; checkbox is selected, all attributes will be inserted in lowercase rather than uppercase format.&lt;br /&gt;
 &lt;br /&gt;
If the &amp;#039;&amp;#039;&amp;#039;Use quotes&amp;#039;&amp;#039;&amp;#039; checkbox is selected, all inserted settings will be enclosed in double quotes.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
This dialog can be used to create settings for the following background style properties:&lt;br /&gt;
* background-color&lt;br /&gt;
* background-image&lt;br /&gt;
* background-repeat &lt;br /&gt;
* background-attachment&lt;br /&gt;
* background-position&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Font/Text&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
This dialog can be used to create settings for the following font/text style properties:&lt;br /&gt;
* font&lt;br /&gt;
* font-stretch&lt;br /&gt;
* text-align&lt;br /&gt;
* text-decoration&lt;br /&gt;
* text-indent&lt;br /&gt;
* text-transform&lt;br /&gt;
* color&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Edges/Position&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
This dialog can be used to create settings for the following margin/padding/position style properties:&lt;br /&gt;
* margin-top&lt;br /&gt;
* margin-right&lt;br /&gt;
* margin-bottom&lt;br /&gt;
* margin-left&lt;br /&gt;
* padding-top&lt;br /&gt;
* padding-right&lt;br /&gt;
* padding-bottom&lt;br /&gt;
* padding-left&lt;br /&gt;
* position&lt;br /&gt;
* z-index &lt;br /&gt;
* top&lt;br /&gt;
* left&lt;br /&gt;
* height&lt;br /&gt;
* width &lt;br /&gt;
* page-break-before&lt;br /&gt;
* page-break-inside &lt;br /&gt;
* page-break-after &lt;br /&gt;
 &lt;br /&gt;
For further information on these properties and the possible settings please see [http://www.w3.org/TR/REC-CSS2/propidx.html CSS2 properties]. &lt;br /&gt;
 &lt;br /&gt;
For a complete listing of style descriptors please see [http://www.w3.org/TR/REC-CSS2/descidx.html CSS2 descriptors].&lt;/div&gt;</summary>
		<author><name>Idmadmin</name></author>	</entry>

	</feed>