From 716d7e59487dbcf5eb680d45efa062b6a02bb6c8 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 03 2010 18:50:53 +0000 Subject: Create trunk/Identity/Models/Html/Base directory and move html design models inside it. --- diff --git a/Identity/Models/Html/Base/forms.html b/Identity/Models/Html/Base/forms.html new file mode 100644 index 0000000..7d4234c --- /dev/null +++ b/Identity/Models/Html/Base/forms.html @@ -0,0 +1,427 @@ + + + + + + + + + + + + + Forms - CentOS Web Visual Style Guide + + + + + + + +
+ + + +
+ Home + Help + Style + Web +
+ +
+ +

Forms

+ +

CentOS Forms Visual Style Guide.

+ +

Recommendations

+ +
    +
  • ...
  • +
+ +

Examples

+ +
+
+ Fieldset: +
+ input[type="text"] +
+
+ +
+ input[type="password"] +
+
+ +
+ textarea +
+
+ +
+ select +
+ + + + + + +
+
+ +
+ checkbox +
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+ +
+ +
+ radio +
+ +
+
+
+
+ +
+ +
+
+
+
+ +
+ +
+
+ +

+ +
Brief fieldset description here ... Brief fieldset description here ... Brief fieldset description here ...
+
+
+ +
+ +
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
+ + +
+ + + diff --git a/Identity/Models/Html/Base/headings.html b/Identity/Models/Html/Base/headings.html new file mode 100644 index 0000000..d0682e8 --- /dev/null +++ b/Identity/Models/Html/Base/headings.html @@ -0,0 +1,319 @@ + + + + + + + + + + + + + Headings - CentOS Web Visual Style Guide + + + + + + + +
+ + + +
+ Home + Help + Style + Web +
+ +
+ +

Headings

+ +

CentOS Headings Visual Style Guide.

+ +

Recommendations

+ +
    + +
  • Defining headings' HTML structure both as anchor + and link. This may help to make references to specific + topics.
  • + +
  • Using an automatically generated number for + heading's anchor name. To avoid duplications we could + take the heading string and determine its md5 number + and use that number as anchor name. See examples + below.
  • + +
  • ...
  • + +
+ +

Example

+ +

Heading Level 1

+
<h1><a name="head-5871b1272673f7cf89bcaf48972c848a" href="#head-5871b1272673f7cf89bcaf48972c848a">Heading Level 1</a></h1>
+ +

Heading Level 2

+ +
<h2><a name="head-d33a28a4193cffb949f506cfdf770f05" href="#head-d33a28a4193cffb949f506cfdf770f05">Heading Level 2</a></h2>
+ +

Heading Level 3

+ +
<h3><a name="head-82dd23c665d8ee437a980459c8b80d7a" href="#head-82dd23c665d8ee437a980459c8b80d7a">Heading Level 3</a></h3>
+ +

Heading Level 4

+ +
<h4><a name="head-157dc030ea314f4b53a6ed238113a3f8" href="#head-157dc030ea314f4b53a6ed238113a3f8">Heading Level 4</a></h4>
+ +
Heading Level 5
+ +
<h5><a name="head-33628cc07bcbefc4e4732407b8680bf6" href="#head-33628cc07bcbefc4e4732407b8680bf6">Heading Level 5</a></h5>
+ +
Heading Level 6
+ +
<h6><a name="head-93b42a4a61a0b05a81aff6224555603c" href="#head-93b42a4a61a0b05a81aff6224555603c">Heading Level 5</a></h6>
+ +
+ +
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
+ + +
+ + + diff --git a/Identity/Models/Html/Base/index.html b/Identity/Models/Html/Base/index.html new file mode 100644 index 0000000..d500036 --- /dev/null +++ b/Identity/Models/Html/Base/index.html @@ -0,0 +1,407 @@ + + + + + + + + + + + + + Introduction - CentOS Web Visual Style Guide + + + + + + + +
+ + + +
+ Home + Help + Style + Web +
+ +
+ +

Welcome to the CentOS Web Visual Style Guide

+ +

The CentOS Web Visual Style Guide is a tool.

+ +

This tool is part of CentOS "Corporate Visual Identity Manual" + proposition, which is based on a monolithic corporate visual + identity structure. In a monolithic corporate visual identity + structure, organization has one name and one visual style in + all its manifestations (Olins (1989).

+ +

CentOS web manifestation (anything involving HTML standards) + should be considered here. (Ex. Portals, Wikis, Forums, Blogs, + Bug Tracker).

+ +

People customizing CentOS Web Environment can use this guide + as reference each time they need to solve a visual + customization problem. If the solution to a particular problem + don't exist in this guide, please add your problem here, and + the possible solutions you've found. If you haven't found a + solution, add your problem anyway, surely someone will find a + solution for it.

+ +

With this guide we are trying to unify as much CSS definitions + as possible, creating a common CSS definition for all web + applications we use and specific CSS definitions in those + cases where it is absolutely needed. Specific CSS definitions + will extend CentOS common CSS definitions.

+ +

wvs-schema-3.png

+ +

Our Goals

+ +
    + +
  • Creating a common visual presentation along the web + applications we use.
  • + +
  • Creating an environment where applications' + source code can be updated without breaking the common visual + presentation.
  • + +
  • ...
  • + +
+ +

Members

+ +
    +
  • Alain Reguera Delgado
  • +
  • Marcus Moeller
  • +
  • Ralph Angenendt ( CentOS team representative )
  • +
+ +

Working Lines

+ +

The following sections try to land our goals in more + specific tasks:

+ +

1. HTML Structures

+ +

Defines HTML structures used to display content:

+ +
    + +
  • Default: + This is the simpliest HTML structure and can be used + as starting point when building new structures.
  • + +
  • Two + Columns: This is a two columns + structure based on default structure.
  • + +
+ +

2. CSS Definition

+ +

This section defines CentOS Web visual style. CentOS web + visual style takes place in a set of CSS definitions. They are + organized in the following order:

+ +
+Main definitions (stylesheet.css):
+  `-- Import Base CSS definitions (common.css, print.css) 
+  `-- Import Misscellaneous CSS definitions (tabs.css, containers.css, ...)
+ +

Web applications needing common CSS definitions will link + common CSS definitions in the following order:

+ +
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
+ +

Web applications needing both common and specific CSS definitions will link + CSS definitions in the following order:

+ +
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
+<link href="specific.css" rel="stylesheet" type="text/css" />
+ +

Specific web applications' CSS definition + (specific.css) will extend CentOS common CSS + definitions (stylesheet.css) and care will be taken + to avoid overlapping CentOS common CSS definitions in specific + CSS definitions.

+ +

3. Web Development

+ +

Specific CentOS Web functionalities that need to be built.

+ + + +

Coding Style

+ +
    +
  1. HTML Coding + Style: Useful when you are writing HTML + files for CentOS.
  2. + +
  3. CSS Coding + Style: Useful when you are writing CSS + files for CentOS.
  4. + +
  5. PHP Coding + Style: Useful when you are writing PHP + applications for CentOS.
  6. + +
+ +

Documentation

+ +
    +
  1. HTML 4.01 Specification
  2. +
  3. Cascading Style Sheets Level 2 Revision 1 (CSS2.1) Specification
  4. +
  5. XHTML™ 1.0 + The Extensible HyperText Markup Language (Second + Edition)
  6. +
+ +
+ +
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
+ + +
+ + + diff --git a/Identity/Models/Html/Base/links.html b/Identity/Models/Html/Base/links.html new file mode 100644 index 0000000..8597564 --- /dev/null +++ b/Identity/Models/Html/Base/links.html @@ -0,0 +1,300 @@ + + + + + + + + + + + + + Links - CentOS Web Visual Style Guide + + + + + + + +
+ + + +
+ Home + Help + Style + Web +
+ +
+ +

Links

+ +

CentOS Links Visual Style Guide.

+ +

Recommendations

+ +
    +
  • ...
  • +
+ +

Examples

+ +

Common Link Style

+ +

This is a common text link style

+

This is a common nonexistant text link style

+ +

Image Link Style

+ +

Header Background

+ +

Decorative Link Styles

+ +

http://www.centos.org/. This is + the "www" and "http" link style. It is generally used to link + external sites.

+ +

centos-devel@centos.org. This + is the "mailto" link style. It is generally used to + display email addresses.

+ +

header-bg.jpg. This is the + "attachment" link style. It is generally used to display + an attachment.

+ +
+ +
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
+ + +
+ + + diff --git a/Identity/Models/Html/Base/lists.html b/Identity/Models/Html/Base/lists.html new file mode 100644 index 0000000..815a4d9 --- /dev/null +++ b/Identity/Models/Html/Base/lists.html @@ -0,0 +1,366 @@ + + + + + + + + + + + + + Lists - CentOS Web Visual Style Guide + + + + + + + +
+ + + +
+ Home + Help + Style + Web +
+ +
+ +

Lists

+ +

CentOS Lists Visual Style Guide.

+ +

Recommendations

+ +
    +
  • ...
  • +
+ +

Examples

+ +

Unordered Lists

+ + + +

Ordered Lists

+ +
    +
  1. Link
  2. +
  3. Link + +
  4. +
  5. Link +
      +
    1. Link
    2. +
    3. Link
    4. +
    5. Link
    6. +
    7. Link
    8. +
    +
  6. +
  7. Link
  8. +
  9. Link inside a paragraph

  10. +
+ +

Definition Lists

+ +
+
WWW
+
World Wide Web
+ +
CentOS
+
Community Enterprise Operating System
+
+ +

Nested Lists

+ +

Lists may also be nested and different list types may be + used together, as in the following example, which is a + definition list that contains an unordered list (the + ingredients) and an ordered list (the procedure):

+ +
+
The ingredients
+
+
    +
  • 100 g. flour
  • +
  • 10 g. sugar
  • +
  • 1 cup water
  • +
  • 2 eggs
  • +
  • salt, pepper
  • +
+
+ +
The procedure
+
+
    +
  1. Mix dry ingredients thoroughly.
  2. +
  3. Pour in wet ingredients.
  4. +
  5. Mix for 10 minutes.
  6. +
  7. Bake for one hour at 300 degrees.
  8. +
+
+ +
+ +
+ +
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
+ + +
+ + + diff --git a/Identity/Models/Html/Base/pagination.html b/Identity/Models/Html/Base/pagination.html new file mode 100644 index 0000000..7431791 --- /dev/null +++ b/Identity/Models/Html/Base/pagination.html @@ -0,0 +1,364 @@ + + + + + + + + + + + + + Pagination - CentOS Web Visual Style Guide + + + + + + + +
+ + + +
+ Home + Help + Style + Web +
+ +
+ +

Pagination

+ +

CentOS Pagination Visual Style Guide.

+ +

Recommendations

+ +
    +
  • ...
  • +
+ +

Examples

+ +

Simple pagination

+ +
+ 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 +
+ +
+
+

+ + + + +

+
+

401-500 of 51948 matches found.

+
+ +
+
+

+ + + + +

+
+

No match found.

+
+ +

Administrative pagination

+ +
+ 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 +
+ +
+
+

+ + + + +

+
+
+

+ + + +

+
+
+ +
+ +
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
+ + +
+ + + diff --git a/Identity/Models/Html/Base/tables.html b/Identity/Models/Html/Base/tables.html new file mode 100644 index 0000000..255f18e --- /dev/null +++ b/Identity/Models/Html/Base/tables.html @@ -0,0 +1,308 @@ + + + + + + + + + + + + + Tables - CentOS Web Visual Style Guide + + + + + + + +
+ + + +
+ Home + Help + Style + Web +
+ +
+ +

Tables

+ +

CentOS Tables Visual Style Guide.

+ +

Recommendations

+ +
    +
  • ...
  • +
+ +

Examples

+ +

The HTML table model allows authors to arrange data -- + text, preformatted text, images, links, forms, form fields, + other tables, etc. -- into rows and columns of cells.

+ + + + + + + + + + + + + + + + + + + + + + + + +
A test table with merged cells
AverageRed
eyes
heightweight
Males1.90.00340%
Females1.70.00243%
+ +
+ +
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
+ + +
+ + + diff --git a/Identity/Models/Html/Base/texts.html b/Identity/Models/Html/Base/texts.html new file mode 100644 index 0000000..bdaa1db --- /dev/null +++ b/Identity/Models/Html/Base/texts.html @@ -0,0 +1,437 @@ + + + + + + + + + + + + + Texts - CentOS Web Visual Style Guide + + + + + + + +
+ + + +
+ Home + Help + Style + Web +
+ +
+ +
+

Thank you for your changes. Your attention to detail is appreciated.

+ +
+ +

Texts

+ +

CentOS Texts Visual Style Guide.

+ +

Recommendations

+ +
    +
  • ...
  • +
+ +

Examples

+ +

Phrase elements

+ +
+
EM
+
Indicates emphasis.
+ +
STRONG
+
Indicates stronger emphasis.
+ +
CITE
+
Contains a citation or a reference to other + sources.
+ +
DFN
+
Indicates that this is the defining instance of the + enclosed term.
+ +
CODE
+
Designates a fragment of computer code.
+ +
SAMP
+
Designates sample output from programs, scripts, + etc.
+ +
KBD
+
Indicates text to be entered by the user.
+ +
VAR
+
Indicates an instance of a variable or program + argument.
+ +
ABBR
+
Indicates an abbreviated form (e.g., WWW, HTTP, URI, + Mass., etc.).
+ +
ACRONYM
+
Indicates an acronym (e.g., WAC, radar, + etc.).
+ +
+ +

Subscripts and superscripts

+ +
+ +
SUB
+
H2O
+ +
SUP
+
E = mc2
+
Mlle Dupont
+
+ +

Paragraphs

+ +

Paragraph here. Paragraph here. Paragraph here. Paragraph here. + Paragraph here. Paragraph here. Paragraph here. Paragraph here. + Paragraph here. Paragraph here. Paragraph here. Paragraph here. + Paragraph here. Paragraph here.

+ +

Paragraph here. Paragraph here. Paragraph here. Paragraph here. + Paragraph here. Paragraph here. Paragraph here. Paragraph here. + Paragraph here. Paragraph here. Paragraph here. Paragraph here. + Paragraph here. Paragraph here.

+ +

Preformatted text

+ +
This is a pre formatted element.
+ +
+This is a pre formatted element (line 1).
+This is a pre formatted element (line 2).
+This is a pre formatted element (line 3).
+
+ +

Quotations

+ +

Simple quotations

+ +

This is the default blockquote style.

+

This is the blue class blockquote style.

+

This is the red class blockquote style.

+

This is the green class blockquote style.

+

This is the violet class blockquote style.

+

This is the orange class blockquote style.

+ +

Simple quotations with image

+ +

StartThis + is the mixed default blockquote style.

+ +

InformationThis is the mixed blue class blockquote + style

+ +

ErrorThis is the default mixed red class blockquote + style.

+ +

DownloadThis is the default mixed green class + blockquote style.

+ +

SubversionThis is the default mixed violet class + blockquote style.

+ +

AlertThis is the default mixed orange class + blockquote style.

+ +

Inline quotation

+ +

The Community Enterprise + Operating System is a GNU/Linux Distribution based on the + freely available sources of a prominet Linux vendor.

+ +

John said, I saw Lucy at lunch, she told me + Mary wants you to get some ice cream on your + way home. I think I will get some at Ben and Jerry’s, on + Gloucester Road.

+ +

Administrative Message quotation

+ +
+

Thank you for your changes. Your attention to detail is appreciated.

+ +
+ +
+

Thank you for your changes. Your attention to detail is appreciated.

+ +
+ +
+

Thank you for your changes. Your attention to detail is appreciated.

+ +
+ +
+

Thank you for your changes. Your attention to detail is appreciated.

+ +
+ +
+

Thank you for your changes. Your attention to detail is appreciated.

+ +
+ +
+

Thank you for your changes. Your attention to detail is appreciated.

+ +
+ +
+ +
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
+ + +
+ + + diff --git a/Identity/Models/Html/forms.html b/Identity/Models/Html/forms.html deleted file mode 100644 index 6e5bdd4..0000000 --- a/Identity/Models/Html/forms.html +++ /dev/null @@ -1,427 +0,0 @@ - - - - - - - - - - - - - Forms - CentOS Web Visual Style Guide - - - - - - - -
- - - -
- Home - Help - Style - Web -
- -
- -

Forms

- -

CentOS Forms Visual Style Guide.

- -

Recommendations

- -
    -
  • ...
  • -
- -

Examples

- -
-
- Fieldset: -
- input[type="text"] -
-
- -
- input[type="password"] -
-
- -
- textarea -
-
- -
- select -
- - - - - - -
-
- -
- checkbox -
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
- -
- -
- radio -
- -
-
-
-
- -
- -
-
-
-
- -
- -
-
- -

- -
Brief fieldset description here ... Brief fieldset description here ... Brief fieldset description here ...
-
-
- -
- -
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
- - -
- - - diff --git a/Identity/Models/Html/headings.html b/Identity/Models/Html/headings.html deleted file mode 100644 index feb89ff..0000000 --- a/Identity/Models/Html/headings.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - - - - - - - - Headings - CentOS Web Visual Style Guide - - - - - - - -
- - - -
- Home - Help - Style - Web -
- -
- -

Headings

- -

CentOS Headings Visual Style Guide.

- -

Recommendations

- -
    - -
  • Defining headings' HTML structure both as anchor - and link. This may help to make references to specific - topics.
  • - -
  • Using an automatically generated number for - heading's anchor name. To avoid duplications we could - take the heading string and determine its md5 number - and use that number as anchor name. See examples - below.
  • - -
  • ...
  • - -
- -

Example

- -

Heading Level 1

-
<h1><a name="head-5871b1272673f7cf89bcaf48972c848a" href="#head-5871b1272673f7cf89bcaf48972c848a">Heading Level 1</a></h1>
- -

Heading Level 2

- -
<h2><a name="head-d33a28a4193cffb949f506cfdf770f05" href="#head-d33a28a4193cffb949f506cfdf770f05">Heading Level 2</a></h2>
- -

Heading Level 3

- -
<h3><a name="head-82dd23c665d8ee437a980459c8b80d7a" href="#head-82dd23c665d8ee437a980459c8b80d7a">Heading Level 3</a></h3>
- -

Heading Level 4

- -
<h4><a name="head-157dc030ea314f4b53a6ed238113a3f8" href="#head-157dc030ea314f4b53a6ed238113a3f8">Heading Level 4</a></h4>
- -
Heading Level 5
- -
<h5><a name="head-33628cc07bcbefc4e4732407b8680bf6" href="#head-33628cc07bcbefc4e4732407b8680bf6">Heading Level 5</a></h5>
- -
Heading Level 6
- -
<h6><a name="head-93b42a4a61a0b05a81aff6224555603c" href="#head-93b42a4a61a0b05a81aff6224555603c">Heading Level 5</a></h6>
- -
- -
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
- - -
- - - diff --git a/Identity/Models/Html/index.html b/Identity/Models/Html/index.html deleted file mode 100644 index 770f0bb..0000000 --- a/Identity/Models/Html/index.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - Introduction - CentOS Web Visual Style Guide - - - - - - - -
- - - -
- Home - Help - Style - Web -
- -
- -

Welcome to the CentOS Web Visual Style Guide

- -

The CentOS Web Visual Style Guide is a tool.

- -

This tool is part of CentOS "Corporate Visual Identity Manual" - proposition, which is based on a monolithic corporate visual - identity structure. In a monolithic corporate visual identity - structure, organization has one name and one visual style in - all its manifestations (Olins (1989).

- -

CentOS web manifestation (anything involving HTML standards) - should be considered here. (Ex. Portals, Wikis, Forums, Blogs, - Bug Tracker).

- -

People customizing CentOS Web Environment can use this guide - as reference each time they need to solve a visual - customization problem. If the solution to a particular problem - don't exist in this guide, please add your problem here, and - the possible solutions you've found. If you haven't found a - solution, add your problem anyway, surely someone will find a - solution for it.

- -

With this guide we are trying to unify as much CSS definitions - as possible, creating a common CSS definition for all web - applications we use and specific CSS definitions in those - cases where it is absolutely needed. Specific CSS definitions - will extend CentOS common CSS definitions.

- -

wvs-schema-3.png

- -

Our Goals

- -
    - -
  • Creating a common visual presentation along the web - applications we use.
  • - -
  • Creating an environment where applications' - source code can be updated without breaking the common visual - presentation.
  • - -
  • ...
  • - -
- -

Members

- -
    -
  • Alain Reguera Delgado
  • -
  • Marcus Moeller
  • -
  • Ralph Angenendt ( CentOS team representative )
  • -
- -

Working Lines

- -

The following sections try to land our goals in more - specific tasks:

- -

1. HTML Structures

- -

Defines HTML structures used to display content:

- -
    - -
  • Default: - This is the simpliest HTML structure and can be used - as starting point when building new structures.
  • - -
  • Two - Columns: This is a two columns - structure based on default structure.
  • - -
- -

2. CSS Definition

- -

This section defines CentOS Web visual style. CentOS web - visual style takes place in a set of CSS definitions. They are - organized in the following order:

- -
-Main definitions (stylesheet.css):
-  `-- Import Base CSS definitions (common.css, print.css) 
-  `-- Import Misscellaneous CSS definitions (tabs.css, containers.css, ...)
- -

Web applications needing common CSS definitions will link - common CSS definitions in the following order:

- -
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
- -

Web applications needing both common and specific CSS definitions will link - CSS definitions in the following order:

- -
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
-<link href="specific.css" rel="stylesheet" type="text/css" />
- -

Specific web applications' CSS definition - (specific.css) will extend CentOS common CSS - definitions (stylesheet.css) and care will be taken - to avoid overlapping CentOS common CSS definitions in specific - CSS definitions.

- -

3. Web Development

- -

Specific CentOS Web functionalities that need to be built.

- - - -

Coding Style

- -
    -
  1. HTML Coding - Style: Useful when you are writing HTML - files for CentOS.
  2. - -
  3. CSS Coding - Style: Useful when you are writing CSS - files for CentOS.
  4. - -
  5. PHP Coding - Style: Useful when you are writing PHP - applications for CentOS.
  6. - -
- -

Documentation

- -
    -
  1. HTML 4.01 Specification
  2. -
  3. Cascading Style Sheets Level 2 Revision 1 (CSS2.1) Specification
  4. -
  5. XHTML™ 1.0 - The Extensible HyperText Markup Language (Second - Edition)
  6. -
- -
- -
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
- - -
- - - diff --git a/Identity/Models/Html/links.html b/Identity/Models/Html/links.html deleted file mode 100644 index eefd354..0000000 --- a/Identity/Models/Html/links.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - - - - - - - - Links - CentOS Web Visual Style Guide - - - - - - - -
- - - -
- Home - Help - Style - Web -
- -
- -

Links

- -

CentOS Links Visual Style Guide.

- -

Recommendations

- -
    -
  • ...
  • -
- -

Examples

- -

Common Link Style

- -

This is a common text link style

-

This is a common nonexistant text link style

- -

Image Link Style

- -

Header Background

- -

Decorative Link Styles

- -

http://www.centos.org/. This is - the "www" and "http" link style. It is generally used to link - external sites.

- -

centos-devel@centos.org. This - is the "mailto" link style. It is generally used to - display email addresses.

- -

header-bg.jpg. This is the - "attachment" link style. It is generally used to display - an attachment.

- -
- -
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
- - -
- - - diff --git a/Identity/Models/Html/lists.html b/Identity/Models/Html/lists.html deleted file mode 100644 index 497ef8d..0000000 --- a/Identity/Models/Html/lists.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - - - - - - - - Lists - CentOS Web Visual Style Guide - - - - - - - -
- - - -
- Home - Help - Style - Web -
- -
- -

Lists

- -

CentOS Lists Visual Style Guide.

- -

Recommendations

- -
    -
  • ...
  • -
- -

Examples

- -

Unordered Lists

- - - -

Ordered Lists

- -
    -
  1. Link
  2. -
  3. Link - -
  4. -
  5. Link -
      -
    1. Link
    2. -
    3. Link
    4. -
    5. Link
    6. -
    7. Link
    8. -
    -
  6. -
  7. Link
  8. -
  9. Link inside a paragraph

  10. -
- -

Definition Lists

- -
-
WWW
-
World Wide Web
- -
CentOS
-
Community Enterprise Operating System
-
- -

Nested Lists

- -

Lists may also be nested and different list types may be - used together, as in the following example, which is a - definition list that contains an unordered list (the - ingredients) and an ordered list (the procedure):

- -
-
The ingredients
-
-
    -
  • 100 g. flour
  • -
  • 10 g. sugar
  • -
  • 1 cup water
  • -
  • 2 eggs
  • -
  • salt, pepper
  • -
-
- -
The procedure
-
-
    -
  1. Mix dry ingredients thoroughly.
  2. -
  3. Pour in wet ingredients.
  4. -
  5. Mix for 10 minutes.
  6. -
  7. Bake for one hour at 300 degrees.
  8. -
-
- -
- -
- -
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
- - -
- - - diff --git a/Identity/Models/Html/pagination.html b/Identity/Models/Html/pagination.html deleted file mode 100644 index c9ed2ea..0000000 --- a/Identity/Models/Html/pagination.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - - - - - - - - Pagination - CentOS Web Visual Style Guide - - - - - - - -
- - - -
- Home - Help - Style - Web -
- -
- -

Pagination

- -

CentOS Pagination Visual Style Guide.

- -

Recommendations

- -
    -
  • ...
  • -
- -

Examples

- -

Simple pagination

- -
- 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 -
- -
-
-

- - - - -

-
-

401-500 of 51948 matches found.

-
- -
-
-

- - - - -

-
-

No match found.

-
- -

Administrative pagination

- -
- 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 -
- -
-
-

- - - - -

-
-
-

- - - -

-
-
- -
- -
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
- - -
- - - diff --git a/Identity/Models/Html/tables.html b/Identity/Models/Html/tables.html deleted file mode 100644 index 18fb345..0000000 --- a/Identity/Models/Html/tables.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - - - - - - - - Tables - CentOS Web Visual Style Guide - - - - - - - -
- - - -
- Home - Help - Style - Web -
- -
- -

Tables

- -

CentOS Tables Visual Style Guide.

- -

Recommendations

- -
    -
  • ...
  • -
- -

Examples

- -

The HTML table model allows authors to arrange data -- - text, preformatted text, images, links, forms, form fields, - other tables, etc. -- into rows and columns of cells.

- - - - - - - - - - - - - - - - - - - - - - - - -
A test table with merged cells
AverageRed
eyes
heightweight
Males1.90.00340%
Females1.70.00243%
- -
- -
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
- - -
- - - diff --git a/Identity/Models/Html/texts.html b/Identity/Models/Html/texts.html deleted file mode 100644 index 92f3029..0000000 --- a/Identity/Models/Html/texts.html +++ /dev/null @@ -1,436 +0,0 @@ - - - - - - - - - - - - - Texts - CentOS Web Visual Style Guide - - - - - - - -
- - - -
- Home - Help - Style - Web -
- -
- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
- -

Texts

- -

CentOS Texts Visual Style Guide.

- -

Recommendations

- -
    -
  • ...
  • -
- -

Examples

- -

Phrase elements

- -
-
EM
-
Indicates emphasis.
- -
STRONG
-
Indicates stronger emphasis.
- -
CITE
-
Contains a citation or a reference to other - sources.
- -
DFN
-
Indicates that this is the defining instance of the - enclosed term.
- -
CODE
-
Designates a fragment of computer code.
- -
SAMP
-
Designates sample output from programs, scripts, - etc.
- -
KBD
-
Indicates text to be entered by the user.
- -
VAR
-
Indicates an instance of a variable or program - argument.
- -
ABBR
-
Indicates an abbreviated form (e.g., WWW, HTTP, URI, - Mass., etc.).
- -
ACRONYM
-
Indicates an acronym (e.g., WAC, radar, - etc.).
- -
- -

Subscripts and superscripts

- -
- -
SUB
-
H2O
- -
SUP
-
E = mc2
-
Mlle Dupont
-
- -

Paragraphs

- -

Paragraph here. Paragraph here. Paragraph here. Paragraph here. - Paragraph here. Paragraph here. Paragraph here. Paragraph here. - Paragraph here. Paragraph here. Paragraph here. Paragraph here. - Paragraph here. Paragraph here.

- -

Paragraph here. Paragraph here. Paragraph here. Paragraph here. - Paragraph here. Paragraph here. Paragraph here. Paragraph here. - Paragraph here. Paragraph here. Paragraph here. Paragraph here. - Paragraph here. Paragraph here.

- -

Preformatted text

- -
This is a pre formatted element.
- -
-This is a pre formatted element (line 1).
-This is a pre formatted element (line 2).
-This is a pre formatted element (line 3).
-
- -

Quotations

- -

Simple quotations

- -

This is the default blockquote style.

-

This is the blue class blockquote style.

-

This is the red class blockquote style.

-

This is the green class blockquote style.

-

This is the violet class blockquote style.

-

This is the orange class blockquote style.

- -

Simple quotations with image

- -

StartThis - is the mixed default blockquote style.

- -

InformationThis is the mixed blue class blockquote - style

- -

ErrorThis is the default mixed red class blockquote - style.

- -

DownloadThis is the default mixed green class - blockquote style.

- -

SubversionThis is the default mixed violet class - blockquote style.

- -

AlertThis is the default mixed orange class - blockquote style.

- -

Inline quotation

- -

The Community Enterprise - Operating System is a GNU/Linux Distribution based on the - freely available sources of a prominet Linux vendor.

- -

John said, I saw Lucy at lunch, she told me - Mary wants you to get some ice cream on your - way home. I think I will get some at Ben and Jerry’s, on - Gloucester Road.

- -

Administrative Message quotation

- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
- -
-

Thank you for your changes. Your attention to detail is appreciated.

- -
- -
- -
FrontPage (last edited 2009-10-15 10:12:13 by FirstnameLastname)
- - -
- - -