Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sun, Feb 2, 6:09 PM

in-portal

Index: trunk/kernel/module_help/stylesheets_edit.txt
===================================================================
--- trunk/kernel/module_help/stylesheets_edit.txt (nonexistent)
+++ trunk/kernel/module_help/stylesheets_edit.txt (revision 1713)
@@ -0,0 +1,10 @@
+<span style="font-weight: bold;">General</span><br/>
+<br/>
+The style sheet edit form contains the following fields:<br/>
+<ul>
+ <li>Stylesheet ID &ndash; internal, read-only system ID of the style sheet.</li>
+ <li>Name &ndash; administrator-assigned friendly name of the style sheet. It is used to attach it to a theme, and it is not displayed anywhere on the front end.</li>
+ <li>Description &ndash; this is a field for administrator&rsquo;s notes about the style sheet.</li>
+ <li>Advanced CSS &ndash; this field contains advanced CSS instructions, per CSS 2.1 specifications. It is optional.</li>
+ <li>Enabled &ndash; this checkbox controls whether the style sheet is enabled or disabled.</li>
+</ul>
\ No newline at end of file
Property changes on: trunk/kernel/module_help/stylesheets_edit.txt
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/kernel/module_help/base_styles.txt
===================================================================
--- trunk/kernel/module_help/base_styles.txt (nonexistent)
+++ trunk/kernel/module_help/base_styles.txt (revision 1713)
@@ -0,0 +1,9 @@
+<meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE"/>
+<title></title>
+<meta content="OpenOffice.org 1.1.4 (Linux)" name="GENERATOR"/>
+<meta content="Pavel Kharitonov" name="AUTHOR"/>
+<meta content="20050804;18210000" name="CREATED"/>
+<meta content="20050816;12012000" name="CHANGED"/><span style="font-weight: bold;">Base Styles</span><br/>
+<br/>
+This tab lists all base styles of the style sheet. The base styles have exactly the same properties as the block styles (see above). They are also managed in the same way, and with the same forms, only there is no option to reset to base style for obvious reasons.<br/>
+The base styles define how the general page elements look, as opposed to specific content block styles.
\ No newline at end of file
Property changes on: trunk/kernel/module_help/base_styles.txt
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/kernel/module_help/block_styles.txt
===================================================================
--- trunk/kernel/module_help/block_styles.txt (nonexistent)
+++ trunk/kernel/module_help/block_styles.txt (revision 1713)
@@ -0,0 +1,3 @@
+<span style="font-weight: bold;">Block Styles</span><br/>
+<br/>
+This tab lists all block styles of the style sheet. Block styles describe the look &amp; feel of specific content blocks to be used in a theme. Each block style is based on a base style (see next tab); sometimes it overrides one or more properties of the base style. You can add, modify and delete block styles, as well as clone and reset them to the base styles they are related to.
\ No newline at end of file
Property changes on: trunk/kernel/module_help/block_styles.txt
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/kernel/module_help/styles_list.txt
===================================================================
--- trunk/kernel/module_help/styles_list.txt (nonexistent)
+++ trunk/kernel/module_help/styles_list.txt (revision 1713)
@@ -0,0 +1,14 @@
+<meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE"/>
+<title></title>
+<meta content="OpenOffice.org 1.1.4 (Linux)" name="GENERATOR"/>
+<meta content="Pavel Kharitonov" name="AUTHOR"/>
+<meta content="20050804;18210000" name="CREATED"/>
+<meta content="20050816;12012000" name="CHANGED"/><style type="text/css"><!--
+@page { size: 8.27in 11.69in; margin: 0.79in }
+P { margin-bottom: 0.08in }
+-->
+</style>
+<p style="margin-bottom: 0in;"><span style="font-weight: bold;">Stylesheets<br/>
+<br/>
+</span>The &ldquo;Stylesheets&rdquo; section of the Console lists all available style sheets. Here you can add, modify and delete the style sheets, as well as enable, disable and clone them. Remember, that to take effect, a style sheet must be enabled and attached to a theme.</p>
+<p style="margin-bottom: 0in;">When editing base and block styles, please don&rsquo;t forget that the changes do not take effect until the entire style sheet is saved.</p>
\ No newline at end of file
Property changes on: trunk/kernel/module_help/styles_list.txt
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/kernel/module_help/base_style_edit.txt
===================================================================
--- trunk/kernel/module_help/base_style_edit.txt (nonexistent)
+++ trunk/kernel/module_help/base_style_edit.txt (revision 1713)
@@ -0,0 +1,10 @@
+Each block style has the following properties:<br/>
+<ul>
+ <li>Selector ID &ndash; internal, read-only ID of the selector.</li>
+ <li>Selector Name &ndash; the CSS name of the selector. All custom selectors usually start with a &ldquo;.&rdquo;, and HTML-specific selectors start with the element name, such as BODY, TABLE, TD, P, etc. The selector name is used in the &ldquo;class&rdquo; attributes of the HTML elements inside theme templates. Selectors that describe entire groups of elements (BODY, for example, describes the page body) are applied automatically.</li>
+ <li>Based On &ndash; the name of the base style, related to this block style.</li>
+ <li>Name &ndash; the name of the block style, used for internal reference by the administrator.</li>
+ <li>Description &ndash; this is a field for administrator&rsquo;s notes about the style sheet.</li>
+ <li>Advanced CSS &ndash; this field contains advanced CSS instructions, per CSS 2.1 specifications. It is optional.</li>
+ <li>Style &ndash; this is the actual definition of the style for this selector. Clicking on the Editor icon next to the field label will bring up a pop-up window, which contains all of the style&rsquo;s properties, which can be modified here. Once you are done with your changes and hit Save to close the window, you can see the actual CSS definition, and preview how the base style looks to the right.</li>
+</ul>
\ No newline at end of file
Property changes on: trunk/kernel/module_help/base_style_edit.txt
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/kernel/module_help/block_style_edit.txt
===================================================================
--- trunk/kernel/module_help/block_style_edit.txt (nonexistent)
+++ trunk/kernel/module_help/block_style_edit.txt (revision 1713)
@@ -0,0 +1,10 @@
+Each block style has the following properties:<br/>
+<ul>
+ <li>Selector ID &ndash; internal, read-only ID of the selector.</li>
+ <li>Selector Name &ndash; the CSS name of the selector. All custom selectors usually start with a &ldquo;.&rdquo;, and HTML-specific selectors start with the element name, such as BODY, TABLE, TD, P, etc. The selector name is used in the &ldquo;class&rdquo; attributes of the HTML elements inside theme templates. Selectors that describe entire groups of elements (BODY, for example, describes the page body) are applied automatically.</li>
+ <li>Based On &ndash; the name of the base style, related to this block style.</li>
+ <li>Name &ndash; the name of the block style, used for internal reference by the administrator.</li>
+ <li>Description &ndash; this is a field for administrator&rsquo;s notes about the style sheet.</li>
+ <li>Advanced CSS &ndash; this field contains advanced CSS instructions, per CSS 2.1 specifications. It is optional.</li>
+ <li>Style &ndash; this is the actual definition of the style for this selector. Clicking on the Editor icon next to the field label will bring up a pop-up window, which contains all of the style&rsquo;s properties, which can be modified here. Once you are done with your changes and hit Save to close the window, you can see the actual CSS definition, and preview how the base style looks to the right.</li>
+</ul>
\ No newline at end of file
Property changes on: trunk/kernel/module_help/block_style_edit.txt
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/core/module_help/stylesheets_edit.txt
===================================================================
--- trunk/core/module_help/stylesheets_edit.txt (nonexistent)
+++ trunk/core/module_help/stylesheets_edit.txt (revision 1713)
@@ -0,0 +1,10 @@
+<span style="font-weight: bold;">General</span><br/>
+<br/>
+The style sheet edit form contains the following fields:<br/>
+<ul>
+ <li>Stylesheet ID &ndash; internal, read-only system ID of the style sheet.</li>
+ <li>Name &ndash; administrator-assigned friendly name of the style sheet. It is used to attach it to a theme, and it is not displayed anywhere on the front end.</li>
+ <li>Description &ndash; this is a field for administrator&rsquo;s notes about the style sheet.</li>
+ <li>Advanced CSS &ndash; this field contains advanced CSS instructions, per CSS 2.1 specifications. It is optional.</li>
+ <li>Enabled &ndash; this checkbox controls whether the style sheet is enabled or disabled.</li>
+</ul>
\ No newline at end of file
Property changes on: trunk/core/module_help/stylesheets_edit.txt
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/core/module_help/base_styles.txt
===================================================================
--- trunk/core/module_help/base_styles.txt (nonexistent)
+++ trunk/core/module_help/base_styles.txt (revision 1713)
@@ -0,0 +1,9 @@
+<meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE"/>
+<title></title>
+<meta content="OpenOffice.org 1.1.4 (Linux)" name="GENERATOR"/>
+<meta content="Pavel Kharitonov" name="AUTHOR"/>
+<meta content="20050804;18210000" name="CREATED"/>
+<meta content="20050816;12012000" name="CHANGED"/><span style="font-weight: bold;">Base Styles</span><br/>
+<br/>
+This tab lists all base styles of the style sheet. The base styles have exactly the same properties as the block styles (see above). They are also managed in the same way, and with the same forms, only there is no option to reset to base style for obvious reasons.<br/>
+The base styles define how the general page elements look, as opposed to specific content block styles.
\ No newline at end of file
Property changes on: trunk/core/module_help/base_styles.txt
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/core/module_help/block_styles.txt
===================================================================
--- trunk/core/module_help/block_styles.txt (nonexistent)
+++ trunk/core/module_help/block_styles.txt (revision 1713)
@@ -0,0 +1,3 @@
+<span style="font-weight: bold;">Block Styles</span><br/>
+<br/>
+This tab lists all block styles of the style sheet. Block styles describe the look &amp; feel of specific content blocks to be used in a theme. Each block style is based on a base style (see next tab); sometimes it overrides one or more properties of the base style. You can add, modify and delete block styles, as well as clone and reset them to the base styles they are related to.
\ No newline at end of file
Property changes on: trunk/core/module_help/block_styles.txt
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/core/module_help/styles_list.txt
===================================================================
--- trunk/core/module_help/styles_list.txt (nonexistent)
+++ trunk/core/module_help/styles_list.txt (revision 1713)
@@ -0,0 +1,14 @@
+<meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE"/>
+<title></title>
+<meta content="OpenOffice.org 1.1.4 (Linux)" name="GENERATOR"/>
+<meta content="Pavel Kharitonov" name="AUTHOR"/>
+<meta content="20050804;18210000" name="CREATED"/>
+<meta content="20050816;12012000" name="CHANGED"/><style type="text/css"><!--
+@page { size: 8.27in 11.69in; margin: 0.79in }
+P { margin-bottom: 0.08in }
+-->
+</style>
+<p style="margin-bottom: 0in;"><span style="font-weight: bold;">Stylesheets<br/>
+<br/>
+</span>The &ldquo;Stylesheets&rdquo; section of the Console lists all available style sheets. Here you can add, modify and delete the style sheets, as well as enable, disable and clone them. Remember, that to take effect, a style sheet must be enabled and attached to a theme.</p>
+<p style="margin-bottom: 0in;">When editing base and block styles, please don&rsquo;t forget that the changes do not take effect until the entire style sheet is saved.</p>
\ No newline at end of file
Property changes on: trunk/core/module_help/styles_list.txt
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/core/module_help/base_style_edit.txt
===================================================================
--- trunk/core/module_help/base_style_edit.txt (nonexistent)
+++ trunk/core/module_help/base_style_edit.txt (revision 1713)
@@ -0,0 +1,10 @@
+Each block style has the following properties:<br/>
+<ul>
+ <li>Selector ID &ndash; internal, read-only ID of the selector.</li>
+ <li>Selector Name &ndash; the CSS name of the selector. All custom selectors usually start with a &ldquo;.&rdquo;, and HTML-specific selectors start with the element name, such as BODY, TABLE, TD, P, etc. The selector name is used in the &ldquo;class&rdquo; attributes of the HTML elements inside theme templates. Selectors that describe entire groups of elements (BODY, for example, describes the page body) are applied automatically.</li>
+ <li>Based On &ndash; the name of the base style, related to this block style.</li>
+ <li>Name &ndash; the name of the block style, used for internal reference by the administrator.</li>
+ <li>Description &ndash; this is a field for administrator&rsquo;s notes about the style sheet.</li>
+ <li>Advanced CSS &ndash; this field contains advanced CSS instructions, per CSS 2.1 specifications. It is optional.</li>
+ <li>Style &ndash; this is the actual definition of the style for this selector. Clicking on the Editor icon next to the field label will bring up a pop-up window, which contains all of the style&rsquo;s properties, which can be modified here. Once you are done with your changes and hit Save to close the window, you can see the actual CSS definition, and preview how the base style looks to the right.</li>
+</ul>
\ No newline at end of file
Property changes on: trunk/core/module_help/base_style_edit.txt
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/core/module_help/block_style_edit.txt
===================================================================
--- trunk/core/module_help/block_style_edit.txt (nonexistent)
+++ trunk/core/module_help/block_style_edit.txt (revision 1713)
@@ -0,0 +1,10 @@
+Each block style has the following properties:<br/>
+<ul>
+ <li>Selector ID &ndash; internal, read-only ID of the selector.</li>
+ <li>Selector Name &ndash; the CSS name of the selector. All custom selectors usually start with a &ldquo;.&rdquo;, and HTML-specific selectors start with the element name, such as BODY, TABLE, TD, P, etc. The selector name is used in the &ldquo;class&rdquo; attributes of the HTML elements inside theme templates. Selectors that describe entire groups of elements (BODY, for example, describes the page body) are applied automatically.</li>
+ <li>Based On &ndash; the name of the base style, related to this block style.</li>
+ <li>Name &ndash; the name of the block style, used for internal reference by the administrator.</li>
+ <li>Description &ndash; this is a field for administrator&rsquo;s notes about the style sheet.</li>
+ <li>Advanced CSS &ndash; this field contains advanced CSS instructions, per CSS 2.1 specifications. It is optional.</li>
+ <li>Style &ndash; this is the actual definition of the style for this selector. Clicking on the Editor icon next to the field label will bring up a pop-up window, which contains all of the style&rsquo;s properties, which can be modified here. Once you are done with your changes and hit Save to close the window, you can see the actual CSS definition, and preview how the base style looks to the right.</li>
+</ul>
\ No newline at end of file
Property changes on: trunk/core/module_help/block_style_edit.txt
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property

Event Timeline